Merge branch 'camera-2018:master' into master
This commit is contained in:
@@ -1,102 +1,11 @@
|
|||||||
// import { defineConfig } from 'vitepress'
|
// import { defineConfig } from 'vitepress'
|
||||||
import { withMermaid } from "vitepress-plugin-mermaid-xyxsw";
|
import { withMermaid } from "vitepress-plugin-mermaid-xyxsw";
|
||||||
import mathjax3 from 'markdown-it-mathjax3';
|
|
||||||
import { main_sidebar, chapter2, chapter3, chapter4, chapter5, chapter6, chapter7, chapter8, chapter9 } from './sidebar.js';
|
import { main_sidebar, chapter2, chapter3, chapter4, chapter5, chapter6, chapter7, chapter8, chapter9 } from './sidebar.js';
|
||||||
import { nav } from './nav.js';
|
import { nav } from './nav.js';
|
||||||
import PanguPlugin from 'markdown-it-pangu'
|
import PanguPlugin from 'markdown-it-pangu'
|
||||||
import { fileURLToPath, URL } from 'node:url'
|
import { fileURLToPath, URL } from 'node:url'
|
||||||
import VueMacros from 'unplugin-vue-macros/vite'
|
import VueMacros from 'unplugin-vue-macros/vite'
|
||||||
|
|
||||||
const customElements = [
|
|
||||||
'mjx-container',
|
|
||||||
'mjx-assistive-mml',
|
|
||||||
'math',
|
|
||||||
'maction',
|
|
||||||
'maligngroup',
|
|
||||||
'malignmark',
|
|
||||||
'menclose',
|
|
||||||
'merror',
|
|
||||||
'mfenced',
|
|
||||||
'mfrac',
|
|
||||||
'mi',
|
|
||||||
'mlongdiv',
|
|
||||||
'mmultiscripts',
|
|
||||||
'mn',
|
|
||||||
'mo',
|
|
||||||
'mover',
|
|
||||||
'mpadded',
|
|
||||||
'mphantom',
|
|
||||||
'mroot',
|
|
||||||
'mrow',
|
|
||||||
'ms',
|
|
||||||
'mscarries',
|
|
||||||
'mscarry',
|
|
||||||
'mscarries',
|
|
||||||
'msgroup',
|
|
||||||
'mstack',
|
|
||||||
'mlongdiv',
|
|
||||||
'msline',
|
|
||||||
'mstack',
|
|
||||||
'mspace',
|
|
||||||
'msqrt',
|
|
||||||
'msrow',
|
|
||||||
'mstack',
|
|
||||||
'mstack',
|
|
||||||
'mstyle',
|
|
||||||
'msub',
|
|
||||||
'msup',
|
|
||||||
'msubsup',
|
|
||||||
'mtable',
|
|
||||||
'mtd',
|
|
||||||
'mtext',
|
|
||||||
'mtr',
|
|
||||||
'munder',
|
|
||||||
'munderover',
|
|
||||||
'semantics',
|
|
||||||
'math',
|
|
||||||
'mi',
|
|
||||||
'mn',
|
|
||||||
'mo',
|
|
||||||
'ms',
|
|
||||||
'mspace',
|
|
||||||
'mtext',
|
|
||||||
'menclose',
|
|
||||||
'merror',
|
|
||||||
'mfenced',
|
|
||||||
'mfrac',
|
|
||||||
'mpadded',
|
|
||||||
'mphantom',
|
|
||||||
'mroot',
|
|
||||||
'mrow',
|
|
||||||
'msqrt',
|
|
||||||
'mstyle',
|
|
||||||
'mmultiscripts',
|
|
||||||
'mover',
|
|
||||||
'mprescripts',
|
|
||||||
'msub',
|
|
||||||
'msubsup',
|
|
||||||
'msup',
|
|
||||||
'munder',
|
|
||||||
'munderover',
|
|
||||||
'none',
|
|
||||||
'maligngroup',
|
|
||||||
'malignmark',
|
|
||||||
'mtable',
|
|
||||||
'mtd',
|
|
||||||
'mtr',
|
|
||||||
'mlongdiv',
|
|
||||||
'mscarries',
|
|
||||||
'mscarry',
|
|
||||||
'msgroup',
|
|
||||||
'msline',
|
|
||||||
'msrow',
|
|
||||||
'mstack',
|
|
||||||
'maction',
|
|
||||||
'semantics',
|
|
||||||
'annotation',
|
|
||||||
'annotation-xml',
|
|
||||||
];
|
|
||||||
|
|
||||||
// https://vitepress.dev/reference/site-config
|
// https://vitepress.dev/reference/site-config
|
||||||
export default withMermaid({
|
export default withMermaid({
|
||||||
lang: 'zh-CN',
|
lang: 'zh-CN',
|
||||||
@@ -145,17 +54,9 @@ export default withMermaid({
|
|||||||
markdown: {
|
markdown: {
|
||||||
lineNumbers: true,
|
lineNumbers: true,
|
||||||
config: (md) => {
|
config: (md) => {
|
||||||
md.use(mathjax3);
|
|
||||||
md.use(PanguPlugin);
|
md.use(PanguPlugin);
|
||||||
},
|
},
|
||||||
},
|
math: true
|
||||||
vue: {
|
|
||||||
template: {
|
|
||||||
compilerOptions: {
|
|
||||||
isCustomElement: (tag) => customElements.includes(tag),
|
|
||||||
},
|
|
||||||
},
|
|
||||||
|
|
||||||
},
|
},
|
||||||
sitemap: {
|
sitemap: {
|
||||||
hostname: 'https://hdu-cs.wiki'
|
hostname: 'https://hdu-cs.wiki'
|
||||||
|
|||||||
533
package-lock.json
generated
533
package-lock.json
generated
@@ -8,7 +8,7 @@
|
|||||||
"@codemirror/lang-python": "^6.1.3",
|
"@codemirror/lang-python": "^6.1.3",
|
||||||
"@codemirror/lang-sql": "^6.5.4",
|
"@codemirror/lang-sql": "^6.5.4",
|
||||||
"@jupyterlab/mathjax2": "^3.6.5",
|
"@jupyterlab/mathjax2": "^3.6.5",
|
||||||
"@jupyterlab/theme-light-extension": "^4.0.5",
|
"@jupyterlab/theme-light-extension": "^4.0.6",
|
||||||
"@vercel/analytics": "^1.0.2",
|
"@vercel/analytics": "^1.0.2",
|
||||||
"@vueuse/core": "^10.4.1",
|
"@vueuse/core": "^10.4.1",
|
||||||
"canvas-confetti": "^1.6.0",
|
"canvas-confetti": "^1.6.0",
|
||||||
@@ -22,7 +22,7 @@
|
|||||||
"markdown-it-mathjax3": "^4.3.2",
|
"markdown-it-mathjax3": "^4.3.2",
|
||||||
"mermaid": "^10.4.0",
|
"mermaid": "^10.4.0",
|
||||||
"unplugin-vue-macros": "^2.5.1",
|
"unplugin-vue-macros": "^2.5.1",
|
||||||
"vitepress": "^1.0.0-rc.12",
|
"vitepress": "^1.0.0-rc.15",
|
||||||
"vitepress-plugin-mermaid-xyxsw": "^2.12.13"
|
"vitepress-plugin-mermaid-xyxsw": "^2.12.13"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -751,20 +751,20 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@jupyterlab/application": {
|
"node_modules/@jupyterlab/application": {
|
||||||
"version": "4.0.5",
|
"version": "4.0.6",
|
||||||
"resolved": "https://registry.npmmirror.com/@jupyterlab/application/-/application-4.0.5.tgz",
|
"resolved": "https://registry.npmmirror.com/@jupyterlab/application/-/application-4.0.6.tgz",
|
||||||
"integrity": "sha512-B0x40Nv7lJXvMO+pouB+drBECHpi8PHCy2+hAlcOzOV5xZXpiq4s808BT7d3HlM8tvnNFgMVeQ4xjUiwMSXtvA==",
|
"integrity": "sha512-tiMesxBqpMibwMu/7pzcVxwEOPoHMMyjJgnIhjeLBGFHsoe4iLTyMHxw9aVSysLqG0hFqNVHNsrPsE2c/6XArQ==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fortawesome/fontawesome-free": "^5.12.0",
|
"@fortawesome/fontawesome-free": "^5.12.0",
|
||||||
"@jupyterlab/apputils": "^4.1.5",
|
"@jupyterlab/apputils": "^4.1.6",
|
||||||
"@jupyterlab/coreutils": "^6.0.5",
|
"@jupyterlab/coreutils": "^6.0.6",
|
||||||
"@jupyterlab/docregistry": "^4.0.5",
|
"@jupyterlab/docregistry": "^4.0.6",
|
||||||
"@jupyterlab/rendermime": "^4.0.5",
|
"@jupyterlab/rendermime": "^4.0.6",
|
||||||
"@jupyterlab/rendermime-interfaces": "^3.8.5",
|
"@jupyterlab/rendermime-interfaces": "^3.8.6",
|
||||||
"@jupyterlab/services": "^7.0.5",
|
"@jupyterlab/services": "^7.0.6",
|
||||||
"@jupyterlab/statedb": "^4.0.5",
|
"@jupyterlab/statedb": "^4.0.6",
|
||||||
"@jupyterlab/translation": "^4.0.5",
|
"@jupyterlab/translation": "^4.0.6",
|
||||||
"@jupyterlab/ui-components": "^4.0.5",
|
"@jupyterlab/ui-components": "^4.0.6",
|
||||||
"@lumino/algorithm": "^2.0.1",
|
"@lumino/algorithm": "^2.0.1",
|
||||||
"@lumino/application": "^2.2.1",
|
"@lumino/application": "^2.2.1",
|
||||||
"@lumino/commands": "^2.1.3",
|
"@lumino/commands": "^2.1.3",
|
||||||
@@ -783,19 +783,19 @@
|
|||||||
"integrity": "sha512-vyz7WzchTO4HQ8iVAxvSUmb5o/8t3cz1vBo8V4ZIaPGada0Jx0xe3tKQ8bXp4pjHc+AEhMnkCnlUyVYMWbnj4A=="
|
"integrity": "sha512-vyz7WzchTO4HQ8iVAxvSUmb5o/8t3cz1vBo8V4ZIaPGada0Jx0xe3tKQ8bXp4pjHc+AEhMnkCnlUyVYMWbnj4A=="
|
||||||
},
|
},
|
||||||
"node_modules/@jupyterlab/apputils": {
|
"node_modules/@jupyterlab/apputils": {
|
||||||
"version": "4.1.5",
|
"version": "4.1.6",
|
||||||
"resolved": "https://registry.npmmirror.com/@jupyterlab/apputils/-/apputils-4.1.5.tgz",
|
"resolved": "https://registry.npmmirror.com/@jupyterlab/apputils/-/apputils-4.1.6.tgz",
|
||||||
"integrity": "sha512-3zOtLPbOYlyThetbNR1I3DMmW8OuSHSbSYGezdnhePpGlJgsWJSDrrEVF2L3mQM+cGce8kX8osReqtvGn4O20g==",
|
"integrity": "sha512-63SIOHsu+HyHtF2eaA6XvexbybV6LwBbxJzsdCD7GHc49iI3Zm0eBnu2jw7iFxNrQS+eJ9YLkjsmg34H2/YtLg==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@jupyterlab/coreutils": "^6.0.5",
|
"@jupyterlab/coreutils": "^6.0.6",
|
||||||
"@jupyterlab/observables": "^5.0.5",
|
"@jupyterlab/observables": "^5.0.6",
|
||||||
"@jupyterlab/rendermime-interfaces": "^3.8.5",
|
"@jupyterlab/rendermime-interfaces": "^3.8.6",
|
||||||
"@jupyterlab/services": "^7.0.5",
|
"@jupyterlab/services": "^7.0.6",
|
||||||
"@jupyterlab/settingregistry": "^4.0.5",
|
"@jupyterlab/settingregistry": "^4.0.6",
|
||||||
"@jupyterlab/statedb": "^4.0.5",
|
"@jupyterlab/statedb": "^4.0.6",
|
||||||
"@jupyterlab/statusbar": "^4.0.5",
|
"@jupyterlab/statusbar": "^4.0.6",
|
||||||
"@jupyterlab/translation": "^4.0.5",
|
"@jupyterlab/translation": "^4.0.6",
|
||||||
"@jupyterlab/ui-components": "^4.0.5",
|
"@jupyterlab/ui-components": "^4.0.6",
|
||||||
"@lumino/algorithm": "^2.0.1",
|
"@lumino/algorithm": "^2.0.1",
|
||||||
"@lumino/commands": "^2.1.3",
|
"@lumino/commands": "^2.1.3",
|
||||||
"@lumino/coreutils": "^2.1.2",
|
"@lumino/coreutils": "^2.1.2",
|
||||||
@@ -816,18 +816,18 @@
|
|||||||
"integrity": "sha512-vyz7WzchTO4HQ8iVAxvSUmb5o/8t3cz1vBo8V4ZIaPGada0Jx0xe3tKQ8bXp4pjHc+AEhMnkCnlUyVYMWbnj4A=="
|
"integrity": "sha512-vyz7WzchTO4HQ8iVAxvSUmb5o/8t3cz1vBo8V4ZIaPGada0Jx0xe3tKQ8bXp4pjHc+AEhMnkCnlUyVYMWbnj4A=="
|
||||||
},
|
},
|
||||||
"node_modules/@jupyterlab/codeeditor": {
|
"node_modules/@jupyterlab/codeeditor": {
|
||||||
"version": "4.0.5",
|
"version": "4.0.6",
|
||||||
"resolved": "https://registry.npmmirror.com/@jupyterlab/codeeditor/-/codeeditor-4.0.5.tgz",
|
"resolved": "https://registry.npmmirror.com/@jupyterlab/codeeditor/-/codeeditor-4.0.6.tgz",
|
||||||
"integrity": "sha512-/NX6l1WqGcDn3Rk7ht0qEls6VHlDWiX7xZzsQtc4/NxyVuc5ZEfYLA9KWIMzsz9DQnVrHqlkC8rhb1V/OdOpjg==",
|
"integrity": "sha512-diUHNEgBZYDa7JAXb7pD5VBMY8dBNJgjLunIq62Q33Hp7oXPEy1ukdaTJlLho//m/DQkjAKld8/K6Xnyj6ik+g==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@codemirror/state": "^6.2.0",
|
"@codemirror/state": "^6.2.0",
|
||||||
"@jupyter/ydoc": "^1.0.2",
|
"@jupyter/ydoc": "^1.0.2",
|
||||||
"@jupyterlab/coreutils": "^6.0.5",
|
"@jupyterlab/coreutils": "^6.0.6",
|
||||||
"@jupyterlab/nbformat": "^4.0.5",
|
"@jupyterlab/nbformat": "^4.0.6",
|
||||||
"@jupyterlab/observables": "^5.0.5",
|
"@jupyterlab/observables": "^5.0.6",
|
||||||
"@jupyterlab/statusbar": "^4.0.5",
|
"@jupyterlab/statusbar": "^4.0.6",
|
||||||
"@jupyterlab/translation": "^4.0.5",
|
"@jupyterlab/translation": "^4.0.6",
|
||||||
"@jupyterlab/ui-components": "^4.0.5",
|
"@jupyterlab/ui-components": "^4.0.6",
|
||||||
"@lumino/coreutils": "^2.1.2",
|
"@lumino/coreutils": "^2.1.2",
|
||||||
"@lumino/disposable": "^2.1.2",
|
"@lumino/disposable": "^2.1.2",
|
||||||
"@lumino/dragdrop": "^2.1.3",
|
"@lumino/dragdrop": "^2.1.3",
|
||||||
@@ -843,9 +843,9 @@
|
|||||||
"integrity": "sha512-vyz7WzchTO4HQ8iVAxvSUmb5o/8t3cz1vBo8V4ZIaPGada0Jx0xe3tKQ8bXp4pjHc+AEhMnkCnlUyVYMWbnj4A=="
|
"integrity": "sha512-vyz7WzchTO4HQ8iVAxvSUmb5o/8t3cz1vBo8V4ZIaPGada0Jx0xe3tKQ8bXp4pjHc+AEhMnkCnlUyVYMWbnj4A=="
|
||||||
},
|
},
|
||||||
"node_modules/@jupyterlab/coreutils": {
|
"node_modules/@jupyterlab/coreutils": {
|
||||||
"version": "6.0.5",
|
"version": "6.0.6",
|
||||||
"resolved": "https://registry.npmmirror.com/@jupyterlab/coreutils/-/coreutils-6.0.5.tgz",
|
"resolved": "https://registry.npmmirror.com/@jupyterlab/coreutils/-/coreutils-6.0.6.tgz",
|
||||||
"integrity": "sha512-ty9DUvgxzIfsGMcGn8kMKvvBHfzK7t/5a8JN0toI7rZc6QVKILnwtL8Et7fFVFhbbcJsGGg6uetc0XQE+kMkgw==",
|
"integrity": "sha512-riQ6hXa3uU9GyhkcYPo+F2SC7DumgdDlkmewtu5wxUTDO0x+ZVhEC++pA7+nUszqouRvLk1lb05bfrmKgyYA4Q==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lumino/coreutils": "^2.1.2",
|
"@lumino/coreutils": "^2.1.2",
|
||||||
"@lumino/disposable": "^2.1.2",
|
"@lumino/disposable": "^2.1.2",
|
||||||
@@ -861,20 +861,20 @@
|
|||||||
"integrity": "sha512-vyz7WzchTO4HQ8iVAxvSUmb5o/8t3cz1vBo8V4ZIaPGada0Jx0xe3tKQ8bXp4pjHc+AEhMnkCnlUyVYMWbnj4A=="
|
"integrity": "sha512-vyz7WzchTO4HQ8iVAxvSUmb5o/8t3cz1vBo8V4ZIaPGada0Jx0xe3tKQ8bXp4pjHc+AEhMnkCnlUyVYMWbnj4A=="
|
||||||
},
|
},
|
||||||
"node_modules/@jupyterlab/docregistry": {
|
"node_modules/@jupyterlab/docregistry": {
|
||||||
"version": "4.0.5",
|
"version": "4.0.6",
|
||||||
"resolved": "https://registry.npmmirror.com/@jupyterlab/docregistry/-/docregistry-4.0.5.tgz",
|
"resolved": "https://registry.npmmirror.com/@jupyterlab/docregistry/-/docregistry-4.0.6.tgz",
|
||||||
"integrity": "sha512-/JUoxW1eCCvRojDVIAlJ2oPrKFSpxP6zviAvcvO/wKpz4vLsln6emMl9MFrD1MajD296aYJVv6JeA7oafqySNA==",
|
"integrity": "sha512-9WyAUjvjurWHZ44E7BwIqApPX+mtfcDSCIFuAs4zDwFfpny8f8C3xzYGUAoQCjxkDmIZcMjTafuj4XQa9jvBpQ==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@jupyter/ydoc": "^1.0.2",
|
"@jupyter/ydoc": "^1.0.2",
|
||||||
"@jupyterlab/apputils": "^4.1.5",
|
"@jupyterlab/apputils": "^4.1.6",
|
||||||
"@jupyterlab/codeeditor": "^4.0.5",
|
"@jupyterlab/codeeditor": "^4.0.6",
|
||||||
"@jupyterlab/coreutils": "^6.0.5",
|
"@jupyterlab/coreutils": "^6.0.6",
|
||||||
"@jupyterlab/observables": "^5.0.5",
|
"@jupyterlab/observables": "^5.0.6",
|
||||||
"@jupyterlab/rendermime": "^4.0.5",
|
"@jupyterlab/rendermime": "^4.0.6",
|
||||||
"@jupyterlab/rendermime-interfaces": "^3.8.5",
|
"@jupyterlab/rendermime-interfaces": "^3.8.6",
|
||||||
"@jupyterlab/services": "^7.0.5",
|
"@jupyterlab/services": "^7.0.6",
|
||||||
"@jupyterlab/translation": "^4.0.5",
|
"@jupyterlab/translation": "^4.0.6",
|
||||||
"@jupyterlab/ui-components": "^4.0.5",
|
"@jupyterlab/ui-components": "^4.0.6",
|
||||||
"@lumino/algorithm": "^2.0.1",
|
"@lumino/algorithm": "^2.0.1",
|
||||||
"@lumino/coreutils": "^2.1.2",
|
"@lumino/coreutils": "^2.1.2",
|
||||||
"@lumino/disposable": "^2.1.2",
|
"@lumino/disposable": "^2.1.2",
|
||||||
@@ -899,9 +899,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@jupyterlab/nbformat": {
|
"node_modules/@jupyterlab/nbformat": {
|
||||||
"version": "4.0.5",
|
"version": "4.0.6",
|
||||||
"resolved": "https://registry.npmmirror.com/@jupyterlab/nbformat/-/nbformat-4.0.5.tgz",
|
"resolved": "https://registry.npmmirror.com/@jupyterlab/nbformat/-/nbformat-4.0.6.tgz",
|
||||||
"integrity": "sha512-NrXxkOMN+PFitT73WQufmBJLW2gRMRdpIzq7lM4cg3ExfpGtp/RZ0c2No6tjyDOwr7gLMrlLah36K/Ea1zuRIQ==",
|
"integrity": "sha512-bfpNKosc+Ayx8rdY8cSJJCmhw8x3e8nqkv865VremsMtwLTv3KvXvzz8xNW3dxp/V9Led+dfGKm8uyds7V4tEg==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lumino/coreutils": "^2.1.2"
|
"@lumino/coreutils": "^2.1.2"
|
||||||
}
|
}
|
||||||
@@ -912,9 +912,9 @@
|
|||||||
"integrity": "sha512-vyz7WzchTO4HQ8iVAxvSUmb5o/8t3cz1vBo8V4ZIaPGada0Jx0xe3tKQ8bXp4pjHc+AEhMnkCnlUyVYMWbnj4A=="
|
"integrity": "sha512-vyz7WzchTO4HQ8iVAxvSUmb5o/8t3cz1vBo8V4ZIaPGada0Jx0xe3tKQ8bXp4pjHc+AEhMnkCnlUyVYMWbnj4A=="
|
||||||
},
|
},
|
||||||
"node_modules/@jupyterlab/observables": {
|
"node_modules/@jupyterlab/observables": {
|
||||||
"version": "5.0.5",
|
"version": "5.0.6",
|
||||||
"resolved": "https://registry.npmmirror.com/@jupyterlab/observables/-/observables-5.0.5.tgz",
|
"resolved": "https://registry.npmmirror.com/@jupyterlab/observables/-/observables-5.0.6.tgz",
|
||||||
"integrity": "sha512-qY0yFzCPp73oejnpmL0gF7r6nVr21bc2aoPENXoefD/ZmROHnxGa08TKCfFRCe8YOD3CeDSBEC6ReaoujZ6jbw==",
|
"integrity": "sha512-NWAyP9PEQS9QlSz2/sNwuA+BaZ0quEJjHCM9hpY9MMkBNMIBz7Wp8+iwsvzxwef2oiWOx6dSXrAFfkBLeNEIqg==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lumino/algorithm": "^2.0.1",
|
"@lumino/algorithm": "^2.0.1",
|
||||||
"@lumino/coreutils": "^2.1.2",
|
"@lumino/coreutils": "^2.1.2",
|
||||||
@@ -929,17 +929,17 @@
|
|||||||
"integrity": "sha512-vyz7WzchTO4HQ8iVAxvSUmb5o/8t3cz1vBo8V4ZIaPGada0Jx0xe3tKQ8bXp4pjHc+AEhMnkCnlUyVYMWbnj4A=="
|
"integrity": "sha512-vyz7WzchTO4HQ8iVAxvSUmb5o/8t3cz1vBo8V4ZIaPGada0Jx0xe3tKQ8bXp4pjHc+AEhMnkCnlUyVYMWbnj4A=="
|
||||||
},
|
},
|
||||||
"node_modules/@jupyterlab/rendermime": {
|
"node_modules/@jupyterlab/rendermime": {
|
||||||
"version": "4.0.5",
|
"version": "4.0.6",
|
||||||
"resolved": "https://registry.npmmirror.com/@jupyterlab/rendermime/-/rendermime-4.0.5.tgz",
|
"resolved": "https://registry.npmmirror.com/@jupyterlab/rendermime/-/rendermime-4.0.6.tgz",
|
||||||
"integrity": "sha512-RGNLOXcsMJdNeRY7kieD9DWuDf8cAeiGHdrbeCequWHp4sXLMzg/gxZa3z2U2IHmZuGw14hNmp8C6Pw4Ssl8AA==",
|
"integrity": "sha512-Z1lV5Ms0aY+D9qMh+hu480nkDmTjRgp4NEEMq52rx8TbCuVd/G9hoMtZ2Cib+qpFHVprIJSMlI3ZH8bWUrUcWQ==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@jupyterlab/apputils": "^4.1.5",
|
"@jupyterlab/apputils": "^4.1.6",
|
||||||
"@jupyterlab/coreutils": "^6.0.5",
|
"@jupyterlab/coreutils": "^6.0.6",
|
||||||
"@jupyterlab/nbformat": "^4.0.5",
|
"@jupyterlab/nbformat": "^4.0.6",
|
||||||
"@jupyterlab/observables": "^5.0.5",
|
"@jupyterlab/observables": "^5.0.6",
|
||||||
"@jupyterlab/rendermime-interfaces": "^3.8.5",
|
"@jupyterlab/rendermime-interfaces": "^3.8.6",
|
||||||
"@jupyterlab/services": "^7.0.5",
|
"@jupyterlab/services": "^7.0.6",
|
||||||
"@jupyterlab/translation": "^4.0.5",
|
"@jupyterlab/translation": "^4.0.6",
|
||||||
"@lumino/coreutils": "^2.1.2",
|
"@lumino/coreutils": "^2.1.2",
|
||||||
"@lumino/messaging": "^2.0.1",
|
"@lumino/messaging": "^2.0.1",
|
||||||
"@lumino/signaling": "^2.1.2",
|
"@lumino/signaling": "^2.1.2",
|
||||||
@@ -948,9 +948,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@jupyterlab/rendermime-interfaces": {
|
"node_modules/@jupyterlab/rendermime-interfaces": {
|
||||||
"version": "3.8.5",
|
"version": "3.8.6",
|
||||||
"resolved": "https://registry.npmmirror.com/@jupyterlab/rendermime-interfaces/-/rendermime-interfaces-3.8.5.tgz",
|
"resolved": "https://registry.npmmirror.com/@jupyterlab/rendermime-interfaces/-/rendermime-interfaces-3.8.6.tgz",
|
||||||
"integrity": "sha512-ta7J2CwySc7UwvurlJcRKtQhWpjN0R6aUGcJ1qkAoNCcKdOxGYZz/4TYwjzya0qOMOyGJAwr9JXIKPlNlUud9g==",
|
"integrity": "sha512-GPtyTwIiQH3jh9rT0LnjcPay6MQmUvMAbEHv42TksZ6dX98038ohuHt7cP1SZqHhQ8YdPcw0s8K7MjxEl2y/Ig==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lumino/coreutils": "^1.11.0 || ^2.1.2",
|
"@lumino/coreutils": "^1.11.0 || ^2.1.2",
|
||||||
"@lumino/widgets": "^1.37.2 || ^2.3.0"
|
"@lumino/widgets": "^1.37.2 || ^2.3.0"
|
||||||
@@ -962,15 +962,15 @@
|
|||||||
"integrity": "sha512-vyz7WzchTO4HQ8iVAxvSUmb5o/8t3cz1vBo8V4ZIaPGada0Jx0xe3tKQ8bXp4pjHc+AEhMnkCnlUyVYMWbnj4A=="
|
"integrity": "sha512-vyz7WzchTO4HQ8iVAxvSUmb5o/8t3cz1vBo8V4ZIaPGada0Jx0xe3tKQ8bXp4pjHc+AEhMnkCnlUyVYMWbnj4A=="
|
||||||
},
|
},
|
||||||
"node_modules/@jupyterlab/services": {
|
"node_modules/@jupyterlab/services": {
|
||||||
"version": "7.0.5",
|
"version": "7.0.6",
|
||||||
"resolved": "https://registry.npmmirror.com/@jupyterlab/services/-/services-7.0.5.tgz",
|
"resolved": "https://registry.npmmirror.com/@jupyterlab/services/-/services-7.0.6.tgz",
|
||||||
"integrity": "sha512-VAxaGR2G47mOSoR430AnFbb+c4p2634KKW2HCGMGPrXED5p019Ei1QNZOyONq4M3vDRYmmQRX/87CfC7EZgw8w==",
|
"integrity": "sha512-RRDCjpisHiAF30RxpGENUz8eJXNt5TDt8M9ftTojy5eUKWkI1MAA9CvM9E5kc4JCX9RgqXUCvi9Vb+mvw+sCTg==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@jupyter/ydoc": "^1.0.2",
|
"@jupyter/ydoc": "^1.0.2",
|
||||||
"@jupyterlab/coreutils": "^6.0.5",
|
"@jupyterlab/coreutils": "^6.0.6",
|
||||||
"@jupyterlab/nbformat": "^4.0.5",
|
"@jupyterlab/nbformat": "^4.0.6",
|
||||||
"@jupyterlab/settingregistry": "^4.0.5",
|
"@jupyterlab/settingregistry": "^4.0.6",
|
||||||
"@jupyterlab/statedb": "^4.0.5",
|
"@jupyterlab/statedb": "^4.0.6",
|
||||||
"@lumino/coreutils": "^2.1.2",
|
"@lumino/coreutils": "^2.1.2",
|
||||||
"@lumino/disposable": "^2.1.2",
|
"@lumino/disposable": "^2.1.2",
|
||||||
"@lumino/polling": "^2.1.2",
|
"@lumino/polling": "^2.1.2",
|
||||||
@@ -985,12 +985,12 @@
|
|||||||
"integrity": "sha512-vyz7WzchTO4HQ8iVAxvSUmb5o/8t3cz1vBo8V4ZIaPGada0Jx0xe3tKQ8bXp4pjHc+AEhMnkCnlUyVYMWbnj4A=="
|
"integrity": "sha512-vyz7WzchTO4HQ8iVAxvSUmb5o/8t3cz1vBo8V4ZIaPGada0Jx0xe3tKQ8bXp4pjHc+AEhMnkCnlUyVYMWbnj4A=="
|
||||||
},
|
},
|
||||||
"node_modules/@jupyterlab/settingregistry": {
|
"node_modules/@jupyterlab/settingregistry": {
|
||||||
"version": "4.0.5",
|
"version": "4.0.6",
|
||||||
"resolved": "https://registry.npmmirror.com/@jupyterlab/settingregistry/-/settingregistry-4.0.5.tgz",
|
"resolved": "https://registry.npmmirror.com/@jupyterlab/settingregistry/-/settingregistry-4.0.6.tgz",
|
||||||
"integrity": "sha512-FQzLPzQOFwpbhf+0K9r618cuMXMrVMW3BWnwjSCK5Hm9YyMXZvAsaC/k6fVTMfBTw80wV25f78/JCHJjJykIxA==",
|
"integrity": "sha512-GGLqDYd9M8E8QwxgCw/Bcc+hJkDkPxaBTMu5gUvRWgnDUlrtO+pmRNcf6VTfq1s/Z7WMtdDLMn98OBVd7ZMx5g==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@jupyterlab/nbformat": "^4.0.5",
|
"@jupyterlab/nbformat": "^4.0.6",
|
||||||
"@jupyterlab/statedb": "^4.0.5",
|
"@jupyterlab/statedb": "^4.0.6",
|
||||||
"@lumino/commands": "^2.1.3",
|
"@lumino/commands": "^2.1.3",
|
||||||
"@lumino/coreutils": "^2.1.2",
|
"@lumino/coreutils": "^2.1.2",
|
||||||
"@lumino/disposable": "^2.1.2",
|
"@lumino/disposable": "^2.1.2",
|
||||||
@@ -1009,9 +1009,9 @@
|
|||||||
"integrity": "sha512-vyz7WzchTO4HQ8iVAxvSUmb5o/8t3cz1vBo8V4ZIaPGada0Jx0xe3tKQ8bXp4pjHc+AEhMnkCnlUyVYMWbnj4A=="
|
"integrity": "sha512-vyz7WzchTO4HQ8iVAxvSUmb5o/8t3cz1vBo8V4ZIaPGada0Jx0xe3tKQ8bXp4pjHc+AEhMnkCnlUyVYMWbnj4A=="
|
||||||
},
|
},
|
||||||
"node_modules/@jupyterlab/statedb": {
|
"node_modules/@jupyterlab/statedb": {
|
||||||
"version": "4.0.5",
|
"version": "4.0.6",
|
||||||
"resolved": "https://registry.npmmirror.com/@jupyterlab/statedb/-/statedb-4.0.5.tgz",
|
"resolved": "https://registry.npmmirror.com/@jupyterlab/statedb/-/statedb-4.0.6.tgz",
|
||||||
"integrity": "sha512-hPtbCwFEfa7VO40i862oz4CU7UnvpF0Tn4IwBI5BRNSkKcp/NJ7oCkG88O0QEdfBGP8Y0x+slrGtSZhsFQLAyQ==",
|
"integrity": "sha512-KYEh+sH5CKS9h7Zze22IWH6n266xz8jaWzHY3nrykQTwxwZpeAA+p9asiorttR7qdl97Oi3BmWGiQ+HVb2HR0Q==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lumino/commands": "^2.1.3",
|
"@lumino/commands": "^2.1.3",
|
||||||
"@lumino/coreutils": "^2.1.2",
|
"@lumino/coreutils": "^2.1.2",
|
||||||
@@ -1026,11 +1026,11 @@
|
|||||||
"integrity": "sha512-vyz7WzchTO4HQ8iVAxvSUmb5o/8t3cz1vBo8V4ZIaPGada0Jx0xe3tKQ8bXp4pjHc+AEhMnkCnlUyVYMWbnj4A=="
|
"integrity": "sha512-vyz7WzchTO4HQ8iVAxvSUmb5o/8t3cz1vBo8V4ZIaPGada0Jx0xe3tKQ8bXp4pjHc+AEhMnkCnlUyVYMWbnj4A=="
|
||||||
},
|
},
|
||||||
"node_modules/@jupyterlab/statusbar": {
|
"node_modules/@jupyterlab/statusbar": {
|
||||||
"version": "4.0.5",
|
"version": "4.0.6",
|
||||||
"resolved": "https://registry.npmmirror.com/@jupyterlab/statusbar/-/statusbar-4.0.5.tgz",
|
"resolved": "https://registry.npmmirror.com/@jupyterlab/statusbar/-/statusbar-4.0.6.tgz",
|
||||||
"integrity": "sha512-9HK+NX/g8DycETIvum89+4aZPNjmFrmxGXhWcDY9XPVrbaTG2NxF7N5F5xtgMu5A3pJ6F8dWuLda4ply80zOlA==",
|
"integrity": "sha512-i44I5ybmzKhAjh+5mIRkbr8JK2UL5JDsEKOebz3Qfj7Lq1T6M8GSTlgKVomfdl9UzPP2Mi0RpiIH416GU7e/dg==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@jupyterlab/ui-components": "^4.0.5",
|
"@jupyterlab/ui-components": "^4.0.6",
|
||||||
"@lumino/algorithm": "^2.0.1",
|
"@lumino/algorithm": "^2.0.1",
|
||||||
"@lumino/coreutils": "^2.1.2",
|
"@lumino/coreutils": "^2.1.2",
|
||||||
"@lumino/disposable": "^2.1.2",
|
"@lumino/disposable": "^2.1.2",
|
||||||
@@ -1046,24 +1046,24 @@
|
|||||||
"integrity": "sha512-vyz7WzchTO4HQ8iVAxvSUmb5o/8t3cz1vBo8V4ZIaPGada0Jx0xe3tKQ8bXp4pjHc+AEhMnkCnlUyVYMWbnj4A=="
|
"integrity": "sha512-vyz7WzchTO4HQ8iVAxvSUmb5o/8t3cz1vBo8V4ZIaPGada0Jx0xe3tKQ8bXp4pjHc+AEhMnkCnlUyVYMWbnj4A=="
|
||||||
},
|
},
|
||||||
"node_modules/@jupyterlab/theme-light-extension": {
|
"node_modules/@jupyterlab/theme-light-extension": {
|
||||||
"version": "4.0.5",
|
"version": "4.0.6",
|
||||||
"resolved": "https://registry.npmmirror.com/@jupyterlab/theme-light-extension/-/theme-light-extension-4.0.5.tgz",
|
"resolved": "https://registry.npmmirror.com/@jupyterlab/theme-light-extension/-/theme-light-extension-4.0.6.tgz",
|
||||||
"integrity": "sha512-UL01tuRy0/P7RMgcmwo9sOljJDQGqQkauRi6YSegqk0IsbEtVLB8zUMDFT41jRkAFs6f3+1ZHNW2FMla2AC4Sw==",
|
"integrity": "sha512-LAIE32NIVAiiFSED0SWdhKg7T09elohxaP8AV3wuvThsm55GAAlKDJrO+2Z2ijKH2l6bwlvSjty2XaHOX3RR8g==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@jupyterlab/application": "^4.0.5",
|
"@jupyterlab/application": "^4.0.6",
|
||||||
"@jupyterlab/apputils": "^4.1.5",
|
"@jupyterlab/apputils": "^4.1.6",
|
||||||
"@jupyterlab/translation": "^4.0.5"
|
"@jupyterlab/translation": "^4.0.6"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@jupyterlab/translation": {
|
"node_modules/@jupyterlab/translation": {
|
||||||
"version": "4.0.5",
|
"version": "4.0.6",
|
||||||
"resolved": "https://registry.npmmirror.com/@jupyterlab/translation/-/translation-4.0.5.tgz",
|
"resolved": "https://registry.npmmirror.com/@jupyterlab/translation/-/translation-4.0.6.tgz",
|
||||||
"integrity": "sha512-W0AZRrdUbvZWUjw+YWgp86WufrOPYa2bQB2eCh/5gC/Y+8Zz67paK/ghPaHtGl7iHvG57JbSfTnJxnh8BQyCCw==",
|
"integrity": "sha512-KhdEET60Q0HQAiJ6HYOdj2VgcQHpk7TgorBlIQVMVC0Cfy80KLXZiZPAw856m2ObYYlMsehMnKCu4jKak9K/sQ==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@jupyterlab/coreutils": "^6.0.5",
|
"@jupyterlab/coreutils": "^6.0.6",
|
||||||
"@jupyterlab/rendermime-interfaces": "^3.8.5",
|
"@jupyterlab/rendermime-interfaces": "^3.8.6",
|
||||||
"@jupyterlab/services": "^7.0.5",
|
"@jupyterlab/services": "^7.0.6",
|
||||||
"@jupyterlab/statedb": "^4.0.5",
|
"@jupyterlab/statedb": "^4.0.6",
|
||||||
"@lumino/coreutils": "^2.1.2"
|
"@lumino/coreutils": "^2.1.2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -1073,14 +1073,14 @@
|
|||||||
"integrity": "sha512-vyz7WzchTO4HQ8iVAxvSUmb5o/8t3cz1vBo8V4ZIaPGada0Jx0xe3tKQ8bXp4pjHc+AEhMnkCnlUyVYMWbnj4A=="
|
"integrity": "sha512-vyz7WzchTO4HQ8iVAxvSUmb5o/8t3cz1vBo8V4ZIaPGada0Jx0xe3tKQ8bXp4pjHc+AEhMnkCnlUyVYMWbnj4A=="
|
||||||
},
|
},
|
||||||
"node_modules/@jupyterlab/ui-components": {
|
"node_modules/@jupyterlab/ui-components": {
|
||||||
"version": "4.0.5",
|
"version": "4.0.6",
|
||||||
"resolved": "https://registry.npmmirror.com/@jupyterlab/ui-components/-/ui-components-4.0.5.tgz",
|
"resolved": "https://registry.npmmirror.com/@jupyterlab/ui-components/-/ui-components-4.0.6.tgz",
|
||||||
"integrity": "sha512-8/wJDCijZpeJt+EA4kXxgN7aLyEK1koIGKVAUZzLuaNXnsLallLaKJSyKNf1wsBJSMFZguwjbUCiUgaFjJhzpg==",
|
"integrity": "sha512-Pr5CVByxYfZhpF6VqJ7GXbGNN0xru7dd+P9BCqknH9t2Mxd+snIDu8QElnUotdee8+O9ArzUgqOMH+MwsFJfeA==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@jupyterlab/coreutils": "^6.0.5",
|
"@jupyterlab/coreutils": "^6.0.6",
|
||||||
"@jupyterlab/observables": "^5.0.5",
|
"@jupyterlab/observables": "^5.0.6",
|
||||||
"@jupyterlab/rendermime-interfaces": "^3.8.5",
|
"@jupyterlab/rendermime-interfaces": "^3.8.6",
|
||||||
"@jupyterlab/translation": "^4.0.5",
|
"@jupyterlab/translation": "^4.0.6",
|
||||||
"@lumino/algorithm": "^2.0.1",
|
"@lumino/algorithm": "^2.0.1",
|
||||||
"@lumino/commands": "^2.1.3",
|
"@lumino/commands": "^2.1.3",
|
||||||
"@lumino/coreutils": "^2.1.2",
|
"@lumino/coreutils": "^2.1.2",
|
||||||
@@ -1319,9 +1319,9 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"node_modules/@rjsf/core": {
|
"node_modules/@rjsf/core": {
|
||||||
"version": "5.12.1",
|
"version": "5.13.0",
|
||||||
"resolved": "https://registry.npmmirror.com/@rjsf/core/-/core-5.12.1.tgz",
|
"resolved": "https://registry.npmmirror.com/@rjsf/core/-/core-5.13.0.tgz",
|
||||||
"integrity": "sha512-1YFhZ90/uHRx1akQmDdIjBxGMjs/5gtuTLUFwl6GbOwTm2fhZRh3qXRFyTXz81Oy6TGcbrxBJEYvFg2iHjYKCA==",
|
"integrity": "sha512-rCpJGR0yPP/ip9LKcr3SmDMkbLx4QIaRA+ag0rcalSw1XLXBSzh53SpfgaB2HN++1xhUvWtIUERRHpWjQp1E7w==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"lodash-es": "^4.17.21",
|
"lodash-es": "^4.17.21",
|
||||||
@@ -1333,14 +1333,14 @@
|
|||||||
"node": ">=14"
|
"node": ">=14"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@rjsf/utils": "^5.8.x",
|
"@rjsf/utils": "^5.12.x",
|
||||||
"react": "^16.14.0 || >=17"
|
"react": "^16.14.0 || >=17"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@rjsf/utils": {
|
"node_modules/@rjsf/utils": {
|
||||||
"version": "5.12.1",
|
"version": "5.13.0",
|
||||||
"resolved": "https://registry.npmmirror.com/@rjsf/utils/-/utils-5.12.1.tgz",
|
"resolved": "https://registry.npmmirror.com/@rjsf/utils/-/utils-5.13.0.tgz",
|
||||||
"integrity": "sha512-/k8+7WdLwhaYsOQvH5BQINipj2IJvjEW3QQv4jQQ7sXtkpdUjieZayRfaE8DHfRdm9HjgJURJFDy3EODkWPl6A==",
|
"integrity": "sha512-tG2OuOJUJZ0W7VMZceD0I2SOjfMRRT1tRtG+SKbdNqhtH/gpg40aOMUj9cWgSQnYISEkNZjZq/z7NWln5RxW6A==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"json-schema-merge-allof": "^0.8.1",
|
"json-schema-merge-allof": "^0.8.1",
|
||||||
"jsonpointer": "^5.0.1",
|
"jsonpointer": "^5.0.1",
|
||||||
@@ -3422,9 +3422,9 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"node_modules/lib0": {
|
"node_modules/lib0": {
|
||||||
"version": "0.2.83",
|
"version": "0.2.85",
|
||||||
"resolved": "https://registry.npmmirror.com/lib0/-/lib0-0.2.83.tgz",
|
"resolved": "https://registry.npmmirror.com/lib0/-/lib0-0.2.85.tgz",
|
||||||
"integrity": "sha512-O72x2MGVOG3TwQ1aXXkk1Ebb438OrxyQcg60oiWRm66U9uCnE12fDfO+NlQ43OVQkgNLvw2hzHYxkp76YLSxRw==",
|
"integrity": "sha512-vtAhVttLXCu3ps2OIsTz8CdKYKdcMo7ds1MNBIcSXz6vrY8sxASqpTi4vmsAIn7xjWvyT7haKcWW6woP6jebjQ==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"isomorphic.js": "^0.2.4"
|
"isomorphic.js": "^0.2.4"
|
||||||
},
|
},
|
||||||
@@ -4729,9 +4729,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/vitepress": {
|
"node_modules/vitepress": {
|
||||||
"version": "1.0.0-rc.12",
|
"version": "1.0.0-rc.15",
|
||||||
"resolved": "https://registry.npmmirror.com/vitepress/-/vitepress-1.0.0-rc.12.tgz",
|
"resolved": "https://registry.npmmirror.com/vitepress/-/vitepress-1.0.0-rc.15.tgz",
|
||||||
"integrity": "sha512-mZknN5l9lgbBjXwumwdOQQDM+gPivswFEykEQeenY0tv7eocS+bb801IpFZT3mFV6YRhSddmbutHlFgPPADjEg==",
|
"integrity": "sha512-5criiHoEibkT/du7t6wQ2xQVsuTNuirQZbMAi0M9Hp0YzJoJvEX68Ej9p2PtNC84bYb/CxAh5QkMtMutk03lHw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@docsearch/css": "^3.5.2",
|
"@docsearch/css": "^3.5.2",
|
||||||
@@ -4748,6 +4748,14 @@
|
|||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"vitepress": "bin/vitepress.js"
|
"vitepress": "bin/vitepress.js"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"markdown-it-mathjax3": "^4.3.2"
|
||||||
|
},
|
||||||
|
"peerDependenciesMeta": {
|
||||||
|
"markdown-it-mathjax3": {
|
||||||
|
"optional": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/vitepress-plugin-mermaid-xyxsw": {
|
"node_modules/vitepress-plugin-mermaid-xyxsw": {
|
||||||
@@ -4893,9 +4901,9 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"node_modules/ws": {
|
"node_modules/ws": {
|
||||||
"version": "8.13.0",
|
"version": "8.14.2",
|
||||||
"resolved": "https://registry.npmmirror.com/ws/-/ws-8.13.0.tgz",
|
"resolved": "https://registry.npmmirror.com/ws/-/ws-8.14.2.tgz",
|
||||||
"integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==",
|
"integrity": "sha512-wEBG1ftX4jcglPxgFCMJmZ2PLtSbJ2Peg6TmpJFTbe9GZYOQCDPdMYu/Tm0/bGZkw8paZnJY45J4K2PZrLYq8g==",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=10.0.0"
|
"node": ">=10.0.0"
|
||||||
},
|
},
|
||||||
@@ -4922,17 +4930,24 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/y-protocols": {
|
"node_modules/y-protocols": {
|
||||||
"version": "1.0.5",
|
"version": "1.0.6",
|
||||||
"resolved": "https://registry.npmmirror.com/y-protocols/-/y-protocols-1.0.5.tgz",
|
"resolved": "https://registry.npmmirror.com/y-protocols/-/y-protocols-1.0.6.tgz",
|
||||||
"integrity": "sha512-Wil92b7cGk712lRHDqS4T90IczF6RkcvCwAD0A2OPg+adKmOe+nOiT/N2hvpQIWS3zfjmtL4CPaH5sIW1Hkm/A==",
|
"integrity": "sha512-vHRF2L6iT3rwj1jub/K5tYcTT/mEYDUppgNPXwp8fmLpui9f7Yeq3OEtTLVF012j39QnV+KEQpNqoN7CWU7Y9Q==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"lib0": "^0.2.42"
|
"lib0": "^0.2.85"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=16.0.0",
|
||||||
|
"npm": ">=8.0.0"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"yjs": "^13.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/yjs": {
|
"node_modules/yjs": {
|
||||||
"version": "13.6.7",
|
"version": "13.6.8",
|
||||||
"resolved": "https://registry.npmmirror.com/yjs/-/yjs-13.6.7.tgz",
|
"resolved": "https://registry.npmmirror.com/yjs/-/yjs-13.6.8.tgz",
|
||||||
"integrity": "sha512-mCZTh4kjvUS2DnaktsYN6wLH3WZCJBLqrTdkWh1bIDpA/sB/GNFaLA/dyVJj2Hc7KwONuuoC/vWe9bwBBosZLQ==",
|
"integrity": "sha512-ZPq0hpJQb6f59B++Ngg4cKexDJTvfOgeiv0sBc4sUm8CaBWH7OQC4kcCgrqbjJ/B2+6vO49exvTmYfdlPtcjbg==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"lib0": "^0.2.74"
|
"lib0": "^0.2.74"
|
||||||
},
|
},
|
||||||
@@ -5414,20 +5429,20 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@jupyterlab/application": {
|
"@jupyterlab/application": {
|
||||||
"version": "4.0.5",
|
"version": "4.0.6",
|
||||||
"resolved": "https://registry.npmmirror.com/@jupyterlab/application/-/application-4.0.5.tgz",
|
"resolved": "https://registry.npmmirror.com/@jupyterlab/application/-/application-4.0.6.tgz",
|
||||||
"integrity": "sha512-B0x40Nv7lJXvMO+pouB+drBECHpi8PHCy2+hAlcOzOV5xZXpiq4s808BT7d3HlM8tvnNFgMVeQ4xjUiwMSXtvA==",
|
"integrity": "sha512-tiMesxBqpMibwMu/7pzcVxwEOPoHMMyjJgnIhjeLBGFHsoe4iLTyMHxw9aVSysLqG0hFqNVHNsrPsE2c/6XArQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@fortawesome/fontawesome-free": "^5.12.0",
|
"@fortawesome/fontawesome-free": "^5.12.0",
|
||||||
"@jupyterlab/apputils": "^4.1.5",
|
"@jupyterlab/apputils": "^4.1.6",
|
||||||
"@jupyterlab/coreutils": "^6.0.5",
|
"@jupyterlab/coreutils": "^6.0.6",
|
||||||
"@jupyterlab/docregistry": "^4.0.5",
|
"@jupyterlab/docregistry": "^4.0.6",
|
||||||
"@jupyterlab/rendermime": "^4.0.5",
|
"@jupyterlab/rendermime": "^4.0.6",
|
||||||
"@jupyterlab/rendermime-interfaces": "^3.8.5",
|
"@jupyterlab/rendermime-interfaces": "^3.8.6",
|
||||||
"@jupyterlab/services": "^7.0.5",
|
"@jupyterlab/services": "^7.0.6",
|
||||||
"@jupyterlab/statedb": "^4.0.5",
|
"@jupyterlab/statedb": "^4.0.6",
|
||||||
"@jupyterlab/translation": "^4.0.5",
|
"@jupyterlab/translation": "^4.0.6",
|
||||||
"@jupyterlab/ui-components": "^4.0.5",
|
"@jupyterlab/ui-components": "^4.0.6",
|
||||||
"@lumino/algorithm": "^2.0.1",
|
"@lumino/algorithm": "^2.0.1",
|
||||||
"@lumino/application": "^2.2.1",
|
"@lumino/application": "^2.2.1",
|
||||||
"@lumino/commands": "^2.1.3",
|
"@lumino/commands": "^2.1.3",
|
||||||
@@ -5448,19 +5463,19 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@jupyterlab/apputils": {
|
"@jupyterlab/apputils": {
|
||||||
"version": "4.1.5",
|
"version": "4.1.6",
|
||||||
"resolved": "https://registry.npmmirror.com/@jupyterlab/apputils/-/apputils-4.1.5.tgz",
|
"resolved": "https://registry.npmmirror.com/@jupyterlab/apputils/-/apputils-4.1.6.tgz",
|
||||||
"integrity": "sha512-3zOtLPbOYlyThetbNR1I3DMmW8OuSHSbSYGezdnhePpGlJgsWJSDrrEVF2L3mQM+cGce8kX8osReqtvGn4O20g==",
|
"integrity": "sha512-63SIOHsu+HyHtF2eaA6XvexbybV6LwBbxJzsdCD7GHc49iI3Zm0eBnu2jw7iFxNrQS+eJ9YLkjsmg34H2/YtLg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@jupyterlab/coreutils": "^6.0.5",
|
"@jupyterlab/coreutils": "^6.0.6",
|
||||||
"@jupyterlab/observables": "^5.0.5",
|
"@jupyterlab/observables": "^5.0.6",
|
||||||
"@jupyterlab/rendermime-interfaces": "^3.8.5",
|
"@jupyterlab/rendermime-interfaces": "^3.8.6",
|
||||||
"@jupyterlab/services": "^7.0.5",
|
"@jupyterlab/services": "^7.0.6",
|
||||||
"@jupyterlab/settingregistry": "^4.0.5",
|
"@jupyterlab/settingregistry": "^4.0.6",
|
||||||
"@jupyterlab/statedb": "^4.0.5",
|
"@jupyterlab/statedb": "^4.0.6",
|
||||||
"@jupyterlab/statusbar": "^4.0.5",
|
"@jupyterlab/statusbar": "^4.0.6",
|
||||||
"@jupyterlab/translation": "^4.0.5",
|
"@jupyterlab/translation": "^4.0.6",
|
||||||
"@jupyterlab/ui-components": "^4.0.5",
|
"@jupyterlab/ui-components": "^4.0.6",
|
||||||
"@lumino/algorithm": "^2.0.1",
|
"@lumino/algorithm": "^2.0.1",
|
||||||
"@lumino/commands": "^2.1.3",
|
"@lumino/commands": "^2.1.3",
|
||||||
"@lumino/coreutils": "^2.1.2",
|
"@lumino/coreutils": "^2.1.2",
|
||||||
@@ -5483,18 +5498,18 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@jupyterlab/codeeditor": {
|
"@jupyterlab/codeeditor": {
|
||||||
"version": "4.0.5",
|
"version": "4.0.6",
|
||||||
"resolved": "https://registry.npmmirror.com/@jupyterlab/codeeditor/-/codeeditor-4.0.5.tgz",
|
"resolved": "https://registry.npmmirror.com/@jupyterlab/codeeditor/-/codeeditor-4.0.6.tgz",
|
||||||
"integrity": "sha512-/NX6l1WqGcDn3Rk7ht0qEls6VHlDWiX7xZzsQtc4/NxyVuc5ZEfYLA9KWIMzsz9DQnVrHqlkC8rhb1V/OdOpjg==",
|
"integrity": "sha512-diUHNEgBZYDa7JAXb7pD5VBMY8dBNJgjLunIq62Q33Hp7oXPEy1ukdaTJlLho//m/DQkjAKld8/K6Xnyj6ik+g==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@codemirror/state": "^6.2.0",
|
"@codemirror/state": "^6.2.0",
|
||||||
"@jupyter/ydoc": "^1.0.2",
|
"@jupyter/ydoc": "^1.0.2",
|
||||||
"@jupyterlab/coreutils": "^6.0.5",
|
"@jupyterlab/coreutils": "^6.0.6",
|
||||||
"@jupyterlab/nbformat": "^4.0.5",
|
"@jupyterlab/nbformat": "^4.0.6",
|
||||||
"@jupyterlab/observables": "^5.0.5",
|
"@jupyterlab/observables": "^5.0.6",
|
||||||
"@jupyterlab/statusbar": "^4.0.5",
|
"@jupyterlab/statusbar": "^4.0.6",
|
||||||
"@jupyterlab/translation": "^4.0.5",
|
"@jupyterlab/translation": "^4.0.6",
|
||||||
"@jupyterlab/ui-components": "^4.0.5",
|
"@jupyterlab/ui-components": "^4.0.6",
|
||||||
"@lumino/coreutils": "^2.1.2",
|
"@lumino/coreutils": "^2.1.2",
|
||||||
"@lumino/disposable": "^2.1.2",
|
"@lumino/disposable": "^2.1.2",
|
||||||
"@lumino/dragdrop": "^2.1.3",
|
"@lumino/dragdrop": "^2.1.3",
|
||||||
@@ -5512,9 +5527,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@jupyterlab/coreutils": {
|
"@jupyterlab/coreutils": {
|
||||||
"version": "6.0.5",
|
"version": "6.0.6",
|
||||||
"resolved": "https://registry.npmmirror.com/@jupyterlab/coreutils/-/coreutils-6.0.5.tgz",
|
"resolved": "https://registry.npmmirror.com/@jupyterlab/coreutils/-/coreutils-6.0.6.tgz",
|
||||||
"integrity": "sha512-ty9DUvgxzIfsGMcGn8kMKvvBHfzK7t/5a8JN0toI7rZc6QVKILnwtL8Et7fFVFhbbcJsGGg6uetc0XQE+kMkgw==",
|
"integrity": "sha512-riQ6hXa3uU9GyhkcYPo+F2SC7DumgdDlkmewtu5wxUTDO0x+ZVhEC++pA7+nUszqouRvLk1lb05bfrmKgyYA4Q==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@lumino/coreutils": "^2.1.2",
|
"@lumino/coreutils": "^2.1.2",
|
||||||
"@lumino/disposable": "^2.1.2",
|
"@lumino/disposable": "^2.1.2",
|
||||||
@@ -5532,20 +5547,20 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@jupyterlab/docregistry": {
|
"@jupyterlab/docregistry": {
|
||||||
"version": "4.0.5",
|
"version": "4.0.6",
|
||||||
"resolved": "https://registry.npmmirror.com/@jupyterlab/docregistry/-/docregistry-4.0.5.tgz",
|
"resolved": "https://registry.npmmirror.com/@jupyterlab/docregistry/-/docregistry-4.0.6.tgz",
|
||||||
"integrity": "sha512-/JUoxW1eCCvRojDVIAlJ2oPrKFSpxP6zviAvcvO/wKpz4vLsln6emMl9MFrD1MajD296aYJVv6JeA7oafqySNA==",
|
"integrity": "sha512-9WyAUjvjurWHZ44E7BwIqApPX+mtfcDSCIFuAs4zDwFfpny8f8C3xzYGUAoQCjxkDmIZcMjTafuj4XQa9jvBpQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@jupyter/ydoc": "^1.0.2",
|
"@jupyter/ydoc": "^1.0.2",
|
||||||
"@jupyterlab/apputils": "^4.1.5",
|
"@jupyterlab/apputils": "^4.1.6",
|
||||||
"@jupyterlab/codeeditor": "^4.0.5",
|
"@jupyterlab/codeeditor": "^4.0.6",
|
||||||
"@jupyterlab/coreutils": "^6.0.5",
|
"@jupyterlab/coreutils": "^6.0.6",
|
||||||
"@jupyterlab/observables": "^5.0.5",
|
"@jupyterlab/observables": "^5.0.6",
|
||||||
"@jupyterlab/rendermime": "^4.0.5",
|
"@jupyterlab/rendermime": "^4.0.6",
|
||||||
"@jupyterlab/rendermime-interfaces": "^3.8.5",
|
"@jupyterlab/rendermime-interfaces": "^3.8.6",
|
||||||
"@jupyterlab/services": "^7.0.5",
|
"@jupyterlab/services": "^7.0.6",
|
||||||
"@jupyterlab/translation": "^4.0.5",
|
"@jupyterlab/translation": "^4.0.6",
|
||||||
"@jupyterlab/ui-components": "^4.0.5",
|
"@jupyterlab/ui-components": "^4.0.6",
|
||||||
"@lumino/algorithm": "^2.0.1",
|
"@lumino/algorithm": "^2.0.1",
|
||||||
"@lumino/coreutils": "^2.1.2",
|
"@lumino/coreutils": "^2.1.2",
|
||||||
"@lumino/disposable": "^2.1.2",
|
"@lumino/disposable": "^2.1.2",
|
||||||
@@ -5572,9 +5587,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@jupyterlab/nbformat": {
|
"@jupyterlab/nbformat": {
|
||||||
"version": "4.0.5",
|
"version": "4.0.6",
|
||||||
"resolved": "https://registry.npmmirror.com/@jupyterlab/nbformat/-/nbformat-4.0.5.tgz",
|
"resolved": "https://registry.npmmirror.com/@jupyterlab/nbformat/-/nbformat-4.0.6.tgz",
|
||||||
"integrity": "sha512-NrXxkOMN+PFitT73WQufmBJLW2gRMRdpIzq7lM4cg3ExfpGtp/RZ0c2No6tjyDOwr7gLMrlLah36K/Ea1zuRIQ==",
|
"integrity": "sha512-bfpNKosc+Ayx8rdY8cSJJCmhw8x3e8nqkv865VremsMtwLTv3KvXvzz8xNW3dxp/V9Led+dfGKm8uyds7V4tEg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@lumino/coreutils": "^2.1.2"
|
"@lumino/coreutils": "^2.1.2"
|
||||||
},
|
},
|
||||||
@@ -5587,9 +5602,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@jupyterlab/observables": {
|
"@jupyterlab/observables": {
|
||||||
"version": "5.0.5",
|
"version": "5.0.6",
|
||||||
"resolved": "https://registry.npmmirror.com/@jupyterlab/observables/-/observables-5.0.5.tgz",
|
"resolved": "https://registry.npmmirror.com/@jupyterlab/observables/-/observables-5.0.6.tgz",
|
||||||
"integrity": "sha512-qY0yFzCPp73oejnpmL0gF7r6nVr21bc2aoPENXoefD/ZmROHnxGa08TKCfFRCe8YOD3CeDSBEC6ReaoujZ6jbw==",
|
"integrity": "sha512-NWAyP9PEQS9QlSz2/sNwuA+BaZ0quEJjHCM9hpY9MMkBNMIBz7Wp8+iwsvzxwef2oiWOx6dSXrAFfkBLeNEIqg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@lumino/algorithm": "^2.0.1",
|
"@lumino/algorithm": "^2.0.1",
|
||||||
"@lumino/coreutils": "^2.1.2",
|
"@lumino/coreutils": "^2.1.2",
|
||||||
@@ -5606,17 +5621,17 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@jupyterlab/rendermime": {
|
"@jupyterlab/rendermime": {
|
||||||
"version": "4.0.5",
|
"version": "4.0.6",
|
||||||
"resolved": "https://registry.npmmirror.com/@jupyterlab/rendermime/-/rendermime-4.0.5.tgz",
|
"resolved": "https://registry.npmmirror.com/@jupyterlab/rendermime/-/rendermime-4.0.6.tgz",
|
||||||
"integrity": "sha512-RGNLOXcsMJdNeRY7kieD9DWuDf8cAeiGHdrbeCequWHp4sXLMzg/gxZa3z2U2IHmZuGw14hNmp8C6Pw4Ssl8AA==",
|
"integrity": "sha512-Z1lV5Ms0aY+D9qMh+hu480nkDmTjRgp4NEEMq52rx8TbCuVd/G9hoMtZ2Cib+qpFHVprIJSMlI3ZH8bWUrUcWQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@jupyterlab/apputils": "^4.1.5",
|
"@jupyterlab/apputils": "^4.1.6",
|
||||||
"@jupyterlab/coreutils": "^6.0.5",
|
"@jupyterlab/coreutils": "^6.0.6",
|
||||||
"@jupyterlab/nbformat": "^4.0.5",
|
"@jupyterlab/nbformat": "^4.0.6",
|
||||||
"@jupyterlab/observables": "^5.0.5",
|
"@jupyterlab/observables": "^5.0.6",
|
||||||
"@jupyterlab/rendermime-interfaces": "^3.8.5",
|
"@jupyterlab/rendermime-interfaces": "^3.8.6",
|
||||||
"@jupyterlab/services": "^7.0.5",
|
"@jupyterlab/services": "^7.0.6",
|
||||||
"@jupyterlab/translation": "^4.0.5",
|
"@jupyterlab/translation": "^4.0.6",
|
||||||
"@lumino/coreutils": "^2.1.2",
|
"@lumino/coreutils": "^2.1.2",
|
||||||
"@lumino/messaging": "^2.0.1",
|
"@lumino/messaging": "^2.0.1",
|
||||||
"@lumino/signaling": "^2.1.2",
|
"@lumino/signaling": "^2.1.2",
|
||||||
@@ -5632,24 +5647,24 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@jupyterlab/rendermime-interfaces": {
|
"@jupyterlab/rendermime-interfaces": {
|
||||||
"version": "3.8.5",
|
"version": "3.8.6",
|
||||||
"resolved": "https://registry.npmmirror.com/@jupyterlab/rendermime-interfaces/-/rendermime-interfaces-3.8.5.tgz",
|
"resolved": "https://registry.npmmirror.com/@jupyterlab/rendermime-interfaces/-/rendermime-interfaces-3.8.6.tgz",
|
||||||
"integrity": "sha512-ta7J2CwySc7UwvurlJcRKtQhWpjN0R6aUGcJ1qkAoNCcKdOxGYZz/4TYwjzya0qOMOyGJAwr9JXIKPlNlUud9g==",
|
"integrity": "sha512-GPtyTwIiQH3jh9rT0LnjcPay6MQmUvMAbEHv42TksZ6dX98038ohuHt7cP1SZqHhQ8YdPcw0s8K7MjxEl2y/Ig==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@lumino/coreutils": "^1.11.0 || ^2.1.2",
|
"@lumino/coreutils": "^1.11.0 || ^2.1.2",
|
||||||
"@lumino/widgets": "^1.37.2 || ^2.3.0"
|
"@lumino/widgets": "^1.37.2 || ^2.3.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@jupyterlab/services": {
|
"@jupyterlab/services": {
|
||||||
"version": "7.0.5",
|
"version": "7.0.6",
|
||||||
"resolved": "https://registry.npmmirror.com/@jupyterlab/services/-/services-7.0.5.tgz",
|
"resolved": "https://registry.npmmirror.com/@jupyterlab/services/-/services-7.0.6.tgz",
|
||||||
"integrity": "sha512-VAxaGR2G47mOSoR430AnFbb+c4p2634KKW2HCGMGPrXED5p019Ei1QNZOyONq4M3vDRYmmQRX/87CfC7EZgw8w==",
|
"integrity": "sha512-RRDCjpisHiAF30RxpGENUz8eJXNt5TDt8M9ftTojy5eUKWkI1MAA9CvM9E5kc4JCX9RgqXUCvi9Vb+mvw+sCTg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@jupyter/ydoc": "^1.0.2",
|
"@jupyter/ydoc": "^1.0.2",
|
||||||
"@jupyterlab/coreutils": "^6.0.5",
|
"@jupyterlab/coreutils": "^6.0.6",
|
||||||
"@jupyterlab/nbformat": "^4.0.5",
|
"@jupyterlab/nbformat": "^4.0.6",
|
||||||
"@jupyterlab/settingregistry": "^4.0.5",
|
"@jupyterlab/settingregistry": "^4.0.6",
|
||||||
"@jupyterlab/statedb": "^4.0.5",
|
"@jupyterlab/statedb": "^4.0.6",
|
||||||
"@lumino/coreutils": "^2.1.2",
|
"@lumino/coreutils": "^2.1.2",
|
||||||
"@lumino/disposable": "^2.1.2",
|
"@lumino/disposable": "^2.1.2",
|
||||||
"@lumino/polling": "^2.1.2",
|
"@lumino/polling": "^2.1.2",
|
||||||
@@ -5666,12 +5681,12 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@jupyterlab/settingregistry": {
|
"@jupyterlab/settingregistry": {
|
||||||
"version": "4.0.5",
|
"version": "4.0.6",
|
||||||
"resolved": "https://registry.npmmirror.com/@jupyterlab/settingregistry/-/settingregistry-4.0.5.tgz",
|
"resolved": "https://registry.npmmirror.com/@jupyterlab/settingregistry/-/settingregistry-4.0.6.tgz",
|
||||||
"integrity": "sha512-FQzLPzQOFwpbhf+0K9r618cuMXMrVMW3BWnwjSCK5Hm9YyMXZvAsaC/k6fVTMfBTw80wV25f78/JCHJjJykIxA==",
|
"integrity": "sha512-GGLqDYd9M8E8QwxgCw/Bcc+hJkDkPxaBTMu5gUvRWgnDUlrtO+pmRNcf6VTfq1s/Z7WMtdDLMn98OBVd7ZMx5g==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@jupyterlab/nbformat": "^4.0.5",
|
"@jupyterlab/nbformat": "^4.0.6",
|
||||||
"@jupyterlab/statedb": "^4.0.5",
|
"@jupyterlab/statedb": "^4.0.6",
|
||||||
"@lumino/commands": "^2.1.3",
|
"@lumino/commands": "^2.1.3",
|
||||||
"@lumino/coreutils": "^2.1.2",
|
"@lumino/coreutils": "^2.1.2",
|
||||||
"@lumino/disposable": "^2.1.2",
|
"@lumino/disposable": "^2.1.2",
|
||||||
@@ -5689,9 +5704,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@jupyterlab/statedb": {
|
"@jupyterlab/statedb": {
|
||||||
"version": "4.0.5",
|
"version": "4.0.6",
|
||||||
"resolved": "https://registry.npmmirror.com/@jupyterlab/statedb/-/statedb-4.0.5.tgz",
|
"resolved": "https://registry.npmmirror.com/@jupyterlab/statedb/-/statedb-4.0.6.tgz",
|
||||||
"integrity": "sha512-hPtbCwFEfa7VO40i862oz4CU7UnvpF0Tn4IwBI5BRNSkKcp/NJ7oCkG88O0QEdfBGP8Y0x+slrGtSZhsFQLAyQ==",
|
"integrity": "sha512-KYEh+sH5CKS9h7Zze22IWH6n266xz8jaWzHY3nrykQTwxwZpeAA+p9asiorttR7qdl97Oi3BmWGiQ+HVb2HR0Q==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@lumino/commands": "^2.1.3",
|
"@lumino/commands": "^2.1.3",
|
||||||
"@lumino/coreutils": "^2.1.2",
|
"@lumino/coreutils": "^2.1.2",
|
||||||
@@ -5708,11 +5723,11 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@jupyterlab/statusbar": {
|
"@jupyterlab/statusbar": {
|
||||||
"version": "4.0.5",
|
"version": "4.0.6",
|
||||||
"resolved": "https://registry.npmmirror.com/@jupyterlab/statusbar/-/statusbar-4.0.5.tgz",
|
"resolved": "https://registry.npmmirror.com/@jupyterlab/statusbar/-/statusbar-4.0.6.tgz",
|
||||||
"integrity": "sha512-9HK+NX/g8DycETIvum89+4aZPNjmFrmxGXhWcDY9XPVrbaTG2NxF7N5F5xtgMu5A3pJ6F8dWuLda4ply80zOlA==",
|
"integrity": "sha512-i44I5ybmzKhAjh+5mIRkbr8JK2UL5JDsEKOebz3Qfj7Lq1T6M8GSTlgKVomfdl9UzPP2Mi0RpiIH416GU7e/dg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@jupyterlab/ui-components": "^4.0.5",
|
"@jupyterlab/ui-components": "^4.0.6",
|
||||||
"@lumino/algorithm": "^2.0.1",
|
"@lumino/algorithm": "^2.0.1",
|
||||||
"@lumino/coreutils": "^2.1.2",
|
"@lumino/coreutils": "^2.1.2",
|
||||||
"@lumino/disposable": "^2.1.2",
|
"@lumino/disposable": "^2.1.2",
|
||||||
@@ -5730,24 +5745,24 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@jupyterlab/theme-light-extension": {
|
"@jupyterlab/theme-light-extension": {
|
||||||
"version": "4.0.5",
|
"version": "4.0.6",
|
||||||
"resolved": "https://registry.npmmirror.com/@jupyterlab/theme-light-extension/-/theme-light-extension-4.0.5.tgz",
|
"resolved": "https://registry.npmmirror.com/@jupyterlab/theme-light-extension/-/theme-light-extension-4.0.6.tgz",
|
||||||
"integrity": "sha512-UL01tuRy0/P7RMgcmwo9sOljJDQGqQkauRi6YSegqk0IsbEtVLB8zUMDFT41jRkAFs6f3+1ZHNW2FMla2AC4Sw==",
|
"integrity": "sha512-LAIE32NIVAiiFSED0SWdhKg7T09elohxaP8AV3wuvThsm55GAAlKDJrO+2Z2ijKH2l6bwlvSjty2XaHOX3RR8g==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@jupyterlab/application": "^4.0.5",
|
"@jupyterlab/application": "^4.0.6",
|
||||||
"@jupyterlab/apputils": "^4.1.5",
|
"@jupyterlab/apputils": "^4.1.6",
|
||||||
"@jupyterlab/translation": "^4.0.5"
|
"@jupyterlab/translation": "^4.0.6"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@jupyterlab/translation": {
|
"@jupyterlab/translation": {
|
||||||
"version": "4.0.5",
|
"version": "4.0.6",
|
||||||
"resolved": "https://registry.npmmirror.com/@jupyterlab/translation/-/translation-4.0.5.tgz",
|
"resolved": "https://registry.npmmirror.com/@jupyterlab/translation/-/translation-4.0.6.tgz",
|
||||||
"integrity": "sha512-W0AZRrdUbvZWUjw+YWgp86WufrOPYa2bQB2eCh/5gC/Y+8Zz67paK/ghPaHtGl7iHvG57JbSfTnJxnh8BQyCCw==",
|
"integrity": "sha512-KhdEET60Q0HQAiJ6HYOdj2VgcQHpk7TgorBlIQVMVC0Cfy80KLXZiZPAw856m2ObYYlMsehMnKCu4jKak9K/sQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@jupyterlab/coreutils": "^6.0.5",
|
"@jupyterlab/coreutils": "^6.0.6",
|
||||||
"@jupyterlab/rendermime-interfaces": "^3.8.5",
|
"@jupyterlab/rendermime-interfaces": "^3.8.6",
|
||||||
"@jupyterlab/services": "^7.0.5",
|
"@jupyterlab/services": "^7.0.6",
|
||||||
"@jupyterlab/statedb": "^4.0.5",
|
"@jupyterlab/statedb": "^4.0.6",
|
||||||
"@lumino/coreutils": "^2.1.2"
|
"@lumino/coreutils": "^2.1.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@@ -5759,14 +5774,14 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@jupyterlab/ui-components": {
|
"@jupyterlab/ui-components": {
|
||||||
"version": "4.0.5",
|
"version": "4.0.6",
|
||||||
"resolved": "https://registry.npmmirror.com/@jupyterlab/ui-components/-/ui-components-4.0.5.tgz",
|
"resolved": "https://registry.npmmirror.com/@jupyterlab/ui-components/-/ui-components-4.0.6.tgz",
|
||||||
"integrity": "sha512-8/wJDCijZpeJt+EA4kXxgN7aLyEK1koIGKVAUZzLuaNXnsLallLaKJSyKNf1wsBJSMFZguwjbUCiUgaFjJhzpg==",
|
"integrity": "sha512-Pr5CVByxYfZhpF6VqJ7GXbGNN0xru7dd+P9BCqknH9t2Mxd+snIDu8QElnUotdee8+O9ArzUgqOMH+MwsFJfeA==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@jupyterlab/coreutils": "^6.0.5",
|
"@jupyterlab/coreutils": "^6.0.6",
|
||||||
"@jupyterlab/observables": "^5.0.5",
|
"@jupyterlab/observables": "^5.0.6",
|
||||||
"@jupyterlab/rendermime-interfaces": "^3.8.5",
|
"@jupyterlab/rendermime-interfaces": "^3.8.6",
|
||||||
"@jupyterlab/translation": "^4.0.5",
|
"@jupyterlab/translation": "^4.0.6",
|
||||||
"@lumino/algorithm": "^2.0.1",
|
"@lumino/algorithm": "^2.0.1",
|
||||||
"@lumino/commands": "^2.1.3",
|
"@lumino/commands": "^2.1.3",
|
||||||
"@lumino/coreutils": "^2.1.2",
|
"@lumino/coreutils": "^2.1.2",
|
||||||
@@ -6014,9 +6029,9 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"@rjsf/core": {
|
"@rjsf/core": {
|
||||||
"version": "5.12.1",
|
"version": "5.13.0",
|
||||||
"resolved": "https://registry.npmmirror.com/@rjsf/core/-/core-5.12.1.tgz",
|
"resolved": "https://registry.npmmirror.com/@rjsf/core/-/core-5.13.0.tgz",
|
||||||
"integrity": "sha512-1YFhZ90/uHRx1akQmDdIjBxGMjs/5gtuTLUFwl6GbOwTm2fhZRh3qXRFyTXz81Oy6TGcbrxBJEYvFg2iHjYKCA==",
|
"integrity": "sha512-rCpJGR0yPP/ip9LKcr3SmDMkbLx4QIaRA+ag0rcalSw1XLXBSzh53SpfgaB2HN++1xhUvWtIUERRHpWjQp1E7w==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"lodash-es": "^4.17.21",
|
"lodash-es": "^4.17.21",
|
||||||
@@ -6026,9 +6041,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@rjsf/utils": {
|
"@rjsf/utils": {
|
||||||
"version": "5.12.1",
|
"version": "5.13.0",
|
||||||
"resolved": "https://registry.npmmirror.com/@rjsf/utils/-/utils-5.12.1.tgz",
|
"resolved": "https://registry.npmmirror.com/@rjsf/utils/-/utils-5.13.0.tgz",
|
||||||
"integrity": "sha512-/k8+7WdLwhaYsOQvH5BQINipj2IJvjEW3QQv4jQQ7sXtkpdUjieZayRfaE8DHfRdm9HjgJURJFDy3EODkWPl6A==",
|
"integrity": "sha512-tG2OuOJUJZ0W7VMZceD0I2SOjfMRRT1tRtG+SKbdNqhtH/gpg40aOMUj9cWgSQnYISEkNZjZq/z7NWln5RxW6A==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"json-schema-merge-allof": "^0.8.1",
|
"json-schema-merge-allof": "^0.8.1",
|
||||||
"jsonpointer": "^5.0.1",
|
"jsonpointer": "^5.0.1",
|
||||||
@@ -7598,9 +7613,9 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"lib0": {
|
"lib0": {
|
||||||
"version": "0.2.83",
|
"version": "0.2.85",
|
||||||
"resolved": "https://registry.npmmirror.com/lib0/-/lib0-0.2.83.tgz",
|
"resolved": "https://registry.npmmirror.com/lib0/-/lib0-0.2.85.tgz",
|
||||||
"integrity": "sha512-O72x2MGVOG3TwQ1aXXkk1Ebb438OrxyQcg60oiWRm66U9uCnE12fDfO+NlQ43OVQkgNLvw2hzHYxkp76YLSxRw==",
|
"integrity": "sha512-vtAhVttLXCu3ps2OIsTz8CdKYKdcMo7ds1MNBIcSXz6vrY8sxASqpTi4vmsAIn7xjWvyT7haKcWW6woP6jebjQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"isomorphic.js": "^0.2.4"
|
"isomorphic.js": "^0.2.4"
|
||||||
}
|
}
|
||||||
@@ -8679,9 +8694,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"vitepress": {
|
"vitepress": {
|
||||||
"version": "1.0.0-rc.12",
|
"version": "1.0.0-rc.15",
|
||||||
"resolved": "https://registry.npmmirror.com/vitepress/-/vitepress-1.0.0-rc.12.tgz",
|
"resolved": "https://registry.npmmirror.com/vitepress/-/vitepress-1.0.0-rc.15.tgz",
|
||||||
"integrity": "sha512-mZknN5l9lgbBjXwumwdOQQDM+gPivswFEykEQeenY0tv7eocS+bb801IpFZT3mFV6YRhSddmbutHlFgPPADjEg==",
|
"integrity": "sha512-5criiHoEibkT/du7t6wQ2xQVsuTNuirQZbMAi0M9Hp0YzJoJvEX68Ej9p2PtNC84bYb/CxAh5QkMtMutk03lHw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@docsearch/css": "^3.5.2",
|
"@docsearch/css": "^3.5.2",
|
||||||
@@ -8822,9 +8837,9 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"ws": {
|
"ws": {
|
||||||
"version": "8.13.0",
|
"version": "8.14.2",
|
||||||
"resolved": "https://registry.npmmirror.com/ws/-/ws-8.13.0.tgz",
|
"resolved": "https://registry.npmmirror.com/ws/-/ws-8.14.2.tgz",
|
||||||
"integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==",
|
"integrity": "sha512-wEBG1ftX4jcglPxgFCMJmZ2PLtSbJ2Peg6TmpJFTbe9GZYOQCDPdMYu/Tm0/bGZkw8paZnJY45J4K2PZrLYq8g==",
|
||||||
"requires": {}
|
"requires": {}
|
||||||
},
|
},
|
||||||
"xmldom-sre": {
|
"xmldom-sre": {
|
||||||
@@ -8834,17 +8849,17 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"y-protocols": {
|
"y-protocols": {
|
||||||
"version": "1.0.5",
|
"version": "1.0.6",
|
||||||
"resolved": "https://registry.npmmirror.com/y-protocols/-/y-protocols-1.0.5.tgz",
|
"resolved": "https://registry.npmmirror.com/y-protocols/-/y-protocols-1.0.6.tgz",
|
||||||
"integrity": "sha512-Wil92b7cGk712lRHDqS4T90IczF6RkcvCwAD0A2OPg+adKmOe+nOiT/N2hvpQIWS3zfjmtL4CPaH5sIW1Hkm/A==",
|
"integrity": "sha512-vHRF2L6iT3rwj1jub/K5tYcTT/mEYDUppgNPXwp8fmLpui9f7Yeq3OEtTLVF012j39QnV+KEQpNqoN7CWU7Y9Q==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"lib0": "^0.2.42"
|
"lib0": "^0.2.85"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"yjs": {
|
"yjs": {
|
||||||
"version": "13.6.7",
|
"version": "13.6.8",
|
||||||
"resolved": "https://registry.npmmirror.com/yjs/-/yjs-13.6.7.tgz",
|
"resolved": "https://registry.npmmirror.com/yjs/-/yjs-13.6.8.tgz",
|
||||||
"integrity": "sha512-mCZTh4kjvUS2DnaktsYN6wLH3WZCJBLqrTdkWh1bIDpA/sB/GNFaLA/dyVJj2Hc7KwONuuoC/vWe9bwBBosZLQ==",
|
"integrity": "sha512-ZPq0hpJQb6f59B++Ngg4cKexDJTvfOgeiv0sBc4sUm8CaBWH7OQC4kcCgrqbjJ/B2+6vO49exvTmYfdlPtcjbg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"lib0": "^0.2.74"
|
"lib0": "^0.2.74"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
"@codemirror/lang-python": "^6.1.3",
|
"@codemirror/lang-python": "^6.1.3",
|
||||||
"@codemirror/lang-sql": "^6.5.4",
|
"@codemirror/lang-sql": "^6.5.4",
|
||||||
"@jupyterlab/mathjax2": "^3.6.5",
|
"@jupyterlab/mathjax2": "^3.6.5",
|
||||||
"@jupyterlab/theme-light-extension": "^4.0.5",
|
"@jupyterlab/theme-light-extension": "^4.0.6",
|
||||||
"@vercel/analytics": "^1.0.2",
|
"@vercel/analytics": "^1.0.2",
|
||||||
"@vueuse/core": "^10.4.1",
|
"@vueuse/core": "^10.4.1",
|
||||||
"canvas-confetti": "^1.6.0",
|
"canvas-confetti": "^1.6.0",
|
||||||
@@ -22,7 +22,7 @@
|
|||||||
"markdown-it-mathjax3": "^4.3.2",
|
"markdown-it-mathjax3": "^4.3.2",
|
||||||
"mermaid": "^10.4.0",
|
"mermaid": "^10.4.0",
|
||||||
"unplugin-vue-macros": "^2.5.1",
|
"unplugin-vue-macros": "^2.5.1",
|
||||||
"vitepress": "^1.0.0-rc.12",
|
"vitepress": "^1.0.0-rc.15",
|
||||||
"vitepress-plugin-mermaid-xyxsw": "^2.12.13"
|
"vitepress-plugin-mermaid-xyxsw": "^2.12.13"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user