From d9bba92e60210e45e225781d17eed44bba2916f5 Mon Sep 17 00:00:00 2001 From: camera-2018 <2907618001@qq.com> Date: Wed, 27 Sep 2023 19:08:57 +0800 Subject: [PATCH] chore: devDependencies --- package-lock.json | 171 +++++++++++++++++++++++++++++++++------------- package.json | 10 +-- 2 files changed, 128 insertions(+), 53 deletions(-) diff --git a/package-lock.json b/package-lock.json index a2eebf4..ef73a23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "hdu-cs-wiki_ly", + "name": "hdu-cs-wiki", "lockfileVersion": 2, "requires": true, "packages": { @@ -7,12 +7,12 @@ "dependencies": { "@codemirror/lang-python": "^6.1.3", "@codemirror/lang-sql": "^6.5.4", - "@jupyterlab/mathjax2": "^3.6.5", + "@jupyterlab/mathjax2": "^3.6.6", "@jupyterlab/theme-light-extension": "^4.0.6", "@vercel/analytics": "^1.0.2", "@vueuse/core": "^10.4.1", "canvas-confetti": "^1.6.0", - "markdown-it": "^13.0.1", + "markdown-it": "^13.0.2", "markdown-it-pangu": "^1.0.2", "sitemap": "^7.1.1" }, @@ -21,8 +21,8 @@ "cross-env": "^7.0.3", "markdown-it-mathjax3": "^4.3.2", "mermaid": "^10.4.0", - "unplugin-vue-macros": "^2.5.1", - "vitepress": "^1.0.0-rc.15", + "unplugin-vue-macros": "^2.6.0", + "vitepress": "^1.0.0-rc.20", "vitepress-plugin-mermaid-xyxsw": "^2.12.13" } }, @@ -890,11 +890,11 @@ "integrity": "sha512-vyz7WzchTO4HQ8iVAxvSUmb5o/8t3cz1vBo8V4ZIaPGada0Jx0xe3tKQ8bXp4pjHc+AEhMnkCnlUyVYMWbnj4A==" }, "node_modules/@jupyterlab/mathjax2": { - "version": "3.6.5", - "resolved": "https://registry.npmmirror.com/@jupyterlab/mathjax2/-/mathjax2-3.6.5.tgz", - "integrity": "sha512-TBVhwxzKyCy+Qg4J8Vtryctay4zhd0NfBOWMfpDW2gEIRk+uHdLEZNovsuY3XivH2Rv+Y873aBPR8vGsylYV+Q==", + "version": "3.6.6", + "resolved": "https://registry.npmmirror.com/@jupyterlab/mathjax2/-/mathjax2-3.6.6.tgz", + "integrity": "sha512-nhAnmasLdkMNbm9w9IOLHZAEhOcc1ciwJNfuKuhCBjOLwltLTP+/VmJqNfZGtQPMpwhsFFsssVk+BRuHE5MJbA==", "dependencies": { - "@jupyterlab/rendermime-interfaces": "^3.6.5", + "@jupyterlab/rendermime-interfaces": "^3.6.6", "@lumino/coreutils": "^1.11.0" } }, @@ -1413,6 +1413,22 @@ "integrity": "sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA==", "dev": true }, + "node_modules/@types/linkify-it": { + "version": "3.0.3", + "resolved": "https://registry.npmmirror.com/@types/linkify-it/-/linkify-it-3.0.3.tgz", + "integrity": "sha512-pTjcqY9E4nOI55Wgpz7eiI8+LzdYnw3qxXCfHyBDdPbYvbyLgWLJGh8EdPvqawwMK1Uo1794AUkkR38Fr0g+2g==", + "dev": true + }, + "node_modules/@types/markdown-it": { + "version": "13.0.2", + "resolved": "https://registry.npmmirror.com/@types/markdown-it/-/markdown-it-13.0.2.tgz", + "integrity": "sha512-Tla7hH9oeXHOlJyBFdoqV61xWE9FZf/y2g+gFVwQ2vE1/eBzjUno5JCd3Hdb5oATve5OF6xNjZ/4VIZhVVx+hA==", + "dev": true, + "dependencies": { + "@types/linkify-it": "*", + "@types/mdurl": "*" + } + }, "node_modules/@types/mdast": { "version": "3.0.12", "resolved": "https://registry.npmmirror.com/@types/mdast/-/mdast-3.0.12.tgz", @@ -1422,6 +1438,12 @@ "@types/unist": "^2" } }, + "node_modules/@types/mdurl": { + "version": "1.0.3", + "resolved": "https://registry.npmmirror.com/@types/mdurl/-/mdurl-1.0.3.tgz", + "integrity": "sha512-T5k6kTXak79gwmIOaDF2UUQXFbnBE0zBUzF20pz7wDYu0RQMzWg+Ml/Pz50214NsFHBITkoi5VtdjFZnJ2ijjA==", + "dev": true + }, "node_modules/@types/ms": { "version": "0.7.31", "resolved": "https://registry.npmmirror.com/@types/ms/-/ms-0.7.31.tgz", @@ -1850,6 +1872,19 @@ "node": ">=16.14.0" } }, + "node_modules/@vue-macros/short-bind": { + "version": "0.1.0", + "resolved": "https://registry.npmmirror.com/@vue-macros/short-bind/-/short-bind-0.1.0.tgz", + "integrity": "sha512-oJQDo+ZYA0ljFVZg6jqZ7jSrSqIK0pvY46uCMs9E5UmaOy374wjVP5RS0l7D1uBz6PTLnSmNh5/7QH4WYct4DQ==", + "dev": true, + "dependencies": { + "@vue-macros/common": "1.8.0", + "@vue/compiler-core": "^3.3.4" + }, + "engines": { + "node": ">=16.14.0" + } + }, "node_modules/@vue-macros/short-emits": { "version": "1.4.10", "resolved": "https://registry.npmmirror.com/@vue-macros/short-emits/-/short-emits-1.4.10.tgz", @@ -3509,9 +3544,9 @@ "dev": true }, "node_modules/markdown-it": { - "version": "13.0.1", - "resolved": "https://registry.npmmirror.com/markdown-it/-/markdown-it-13.0.1.tgz", - "integrity": "sha512-lTlxriVoy2criHP0JKRhO2VDG9c2ypWCsT237eDiLqi09rmbKoUetyGHq2uOIRoRS//kfoJckS0eUzzkDR+k2Q==", + "version": "13.0.2", + "resolved": "https://registry.npmmirror.com/markdown-it/-/markdown-it-13.0.2.tgz", + "integrity": "sha512-FtwnEuuK+2yVU7goGn/MJ0WBZMM9ZPgU9spqlFs7/A/pDIUNSOQZhUgOqYCficIuR2QaFnrt8LHqBWsbTAoI5w==", "dependencies": { "argparse": "^2.0.1", "entities": "~3.0.1", @@ -4095,9 +4130,9 @@ } }, "node_modules/postcss": { - "version": "8.4.27", - "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.4.27.tgz", - "integrity": "sha512-gY/ACJtJPSmUFPDCHtX78+01fHa64FaU4zaaWfuh1MhGJISufJAH4cun6k/8fwsHYeK4UQmENQK+tRLCFJE8JQ==", + "version": "8.4.30", + "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.4.30.tgz", + "integrity": "sha512-7ZEao1g4kd68l97aWG/etQKPKq07us0ieSZ2TnFDk11i0ZfDW2AwKHYU8qv4MZKqN2fdBfg+7q0ES06UA73C1g==", "dependencies": { "nanoid": "^3.3.6", "picocolors": "^1.0.0", @@ -4492,12 +4527,12 @@ } }, "node_modules/unplugin": { - "version": "1.4.0", - "resolved": "https://registry.npmmirror.com/unplugin/-/unplugin-1.4.0.tgz", - "integrity": "sha512-5x4eIEL6WgbzqGtF9UV8VEC/ehKptPXDS6L2b0mv4FRMkJxRtjaJfOWDd6a8+kYbqsjklix7yWP0N3SUepjXcg==", + "version": "1.5.0", + "resolved": "https://registry.npmmirror.com/unplugin/-/unplugin-1.5.0.tgz", + "integrity": "sha512-9ZdRwbh/4gcm1JTOkp9lAkIDrtOyOxgHmY7cjuwI8L/2RTikMcVG25GsZwNAgRuap3iDw2jeq7eoqtAsz5rW3A==", "dev": true, "dependencies": { - "acorn": "^8.9.0", + "acorn": "^8.10.0", "chokidar": "^3.5.3", "webpack-sources": "^3.2.3", "webpack-virtual-modules": "^0.5.0" @@ -4551,9 +4586,9 @@ } }, "node_modules/unplugin-vue-macros": { - "version": "2.5.1", - "resolved": "https://registry.npmmirror.com/unplugin-vue-macros/-/unplugin-vue-macros-2.5.1.tgz", - "integrity": "sha512-huchZvHJQEbfr8jtED2KG5flpwg7y434eUhc+tSxu8DE3N6fehDk1HkbR29N3HHPA6iXeiDJ99aHlVdnism2uQ==", + "version": "2.6.0", + "resolved": "https://registry.npmmirror.com/unplugin-vue-macros/-/unplugin-vue-macros-2.6.0.tgz", + "integrity": "sha512-rbOIGBdf3tNqJ2UKUlCq8Ng52jfEJ+zMX4TaGoYpewAtw1XpuKG6ZfnXvGCDR5M6hmBX0nqbkL8qSnsBZYy5XQ==", "dev": true, "dependencies": { "@vue-macros/better-define": "1.6.12", @@ -4578,9 +4613,10 @@ "@vue-macros/setup-block": "0.2.18", "@vue-macros/setup-component": "0.16.19", "@vue-macros/setup-sfc": "0.16.3", + "@vue-macros/short-bind": "0.1.0", "@vue-macros/short-emits": "1.4.10", "@vue-macros/short-vmodel": "1.3.0", - "unplugin": "^1.4.0", + "unplugin": "^1.5.0", "unplugin-combine": "^0.7.0", "unplugin-vue-define-options": "1.3.18" }, @@ -4729,13 +4765,14 @@ } }, "node_modules/vitepress": { - "version": "1.0.0-rc.15", - "resolved": "https://registry.npmmirror.com/vitepress/-/vitepress-1.0.0-rc.15.tgz", - "integrity": "sha512-5criiHoEibkT/du7t6wQ2xQVsuTNuirQZbMAi0M9Hp0YzJoJvEX68Ej9p2PtNC84bYb/CxAh5QkMtMutk03lHw==", + "version": "1.0.0-rc.20", + "resolved": "https://registry.npmmirror.com/vitepress/-/vitepress-1.0.0-rc.20.tgz", + "integrity": "sha512-CykMUJ8JLxLcGWek0ew3wln4RYbsOd1+0YzXITTpajggpynm2S331TNkJVOkHrMRc6GYe3y4pS40GfgcW0ZwAw==", "dev": true, "dependencies": { "@docsearch/css": "^3.5.2", "@docsearch/js": "^3.5.2", + "@types/markdown-it": "^13.0.1", "@vue/devtools-api": "^6.5.0", "@vueuse/core": "^10.4.1", "@vueuse/integrations": "^10.4.1", @@ -4750,11 +4787,15 @@ "vitepress": "bin/vitepress.js" }, "peerDependencies": { - "markdown-it-mathjax3": "^4.3.2" + "markdown-it-mathjax3": "^4.3.2", + "postcss": "^8.4.30" }, "peerDependenciesMeta": { "markdown-it-mathjax3": { "optional": true + }, + "postcss": { + "optional": true } } }, @@ -5578,11 +5619,11 @@ } }, "@jupyterlab/mathjax2": { - "version": "3.6.5", - "resolved": "https://registry.npmmirror.com/@jupyterlab/mathjax2/-/mathjax2-3.6.5.tgz", - "integrity": "sha512-TBVhwxzKyCy+Qg4J8Vtryctay4zhd0NfBOWMfpDW2gEIRk+uHdLEZNovsuY3XivH2Rv+Y873aBPR8vGsylYV+Q==", + "version": "3.6.6", + "resolved": "https://registry.npmmirror.com/@jupyterlab/mathjax2/-/mathjax2-3.6.6.tgz", + "integrity": "sha512-nhAnmasLdkMNbm9w9IOLHZAEhOcc1ciwJNfuKuhCBjOLwltLTP+/VmJqNfZGtQPMpwhsFFsssVk+BRuHE5MJbA==", "requires": { - "@jupyterlab/rendermime-interfaces": "^3.6.5", + "@jupyterlab/rendermime-interfaces": "^3.6.6", "@lumino/coreutils": "^1.11.0" } }, @@ -6099,6 +6140,22 @@ "integrity": "sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA==", "dev": true }, + "@types/linkify-it": { + "version": "3.0.3", + "resolved": "https://registry.npmmirror.com/@types/linkify-it/-/linkify-it-3.0.3.tgz", + "integrity": "sha512-pTjcqY9E4nOI55Wgpz7eiI8+LzdYnw3qxXCfHyBDdPbYvbyLgWLJGh8EdPvqawwMK1Uo1794AUkkR38Fr0g+2g==", + "dev": true + }, + "@types/markdown-it": { + "version": "13.0.2", + "resolved": "https://registry.npmmirror.com/@types/markdown-it/-/markdown-it-13.0.2.tgz", + "integrity": "sha512-Tla7hH9oeXHOlJyBFdoqV61xWE9FZf/y2g+gFVwQ2vE1/eBzjUno5JCd3Hdb5oATve5OF6xNjZ/4VIZhVVx+hA==", + "dev": true, + "requires": { + "@types/linkify-it": "*", + "@types/mdurl": "*" + } + }, "@types/mdast": { "version": "3.0.12", "resolved": "https://registry.npmmirror.com/@types/mdast/-/mdast-3.0.12.tgz", @@ -6108,6 +6165,12 @@ "@types/unist": "^2" } }, + "@types/mdurl": { + "version": "1.0.3", + "resolved": "https://registry.npmmirror.com/@types/mdurl/-/mdurl-1.0.3.tgz", + "integrity": "sha512-T5k6kTXak79gwmIOaDF2UUQXFbnBE0zBUzF20pz7wDYu0RQMzWg+Ml/Pz50214NsFHBITkoi5VtdjFZnJ2ijjA==", + "dev": true + }, "@types/ms": { "version": "0.7.31", "resolved": "https://registry.npmmirror.com/@types/ms/-/ms-0.7.31.tgz", @@ -6412,6 +6475,16 @@ "unplugin": "^1.4.0" } }, + "@vue-macros/short-bind": { + "version": "0.1.0", + "resolved": "https://registry.npmmirror.com/@vue-macros/short-bind/-/short-bind-0.1.0.tgz", + "integrity": "sha512-oJQDo+ZYA0ljFVZg6jqZ7jSrSqIK0pvY46uCMs9E5UmaOy374wjVP5RS0l7D1uBz6PTLnSmNh5/7QH4WYct4DQ==", + "dev": true, + "requires": { + "@vue-macros/common": "1.8.0", + "@vue/compiler-core": "^3.3.4" + } + }, "@vue-macros/short-emits": { "version": "1.4.10", "resolved": "https://registry.npmmirror.com/@vue-macros/short-emits/-/short-emits-1.4.10.tgz", @@ -7681,9 +7754,9 @@ "dev": true }, "markdown-it": { - "version": "13.0.1", - "resolved": "https://registry.npmmirror.com/markdown-it/-/markdown-it-13.0.1.tgz", - "integrity": "sha512-lTlxriVoy2criHP0JKRhO2VDG9c2ypWCsT237eDiLqi09rmbKoUetyGHq2uOIRoRS//kfoJckS0eUzzkDR+k2Q==", + "version": "13.0.2", + "resolved": "https://registry.npmmirror.com/markdown-it/-/markdown-it-13.0.2.tgz", + "integrity": "sha512-FtwnEuuK+2yVU7goGn/MJ0WBZMM9ZPgU9spqlFs7/A/pDIUNSOQZhUgOqYCficIuR2QaFnrt8LHqBWsbTAoI5w==", "requires": { "argparse": "^2.0.1", "entities": "~3.0.1", @@ -8212,9 +8285,9 @@ "dev": true }, "postcss": { - "version": "8.4.27", - "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.4.27.tgz", - "integrity": "sha512-gY/ACJtJPSmUFPDCHtX78+01fHa64FaU4zaaWfuh1MhGJISufJAH4cun6k/8fwsHYeK4UQmENQK+tRLCFJE8JQ==", + "version": "8.4.30", + "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.4.30.tgz", + "integrity": "sha512-7ZEao1g4kd68l97aWG/etQKPKq07us0ieSZ2TnFDk11i0ZfDW2AwKHYU8qv4MZKqN2fdBfg+7q0ES06UA73C1g==", "requires": { "nanoid": "^3.3.6", "picocolors": "^1.0.0", @@ -8541,12 +8614,12 @@ } }, "unplugin": { - "version": "1.4.0", - "resolved": "https://registry.npmmirror.com/unplugin/-/unplugin-1.4.0.tgz", - "integrity": "sha512-5x4eIEL6WgbzqGtF9UV8VEC/ehKptPXDS6L2b0mv4FRMkJxRtjaJfOWDd6a8+kYbqsjklix7yWP0N3SUepjXcg==", + "version": "1.5.0", + "resolved": "https://registry.npmmirror.com/unplugin/-/unplugin-1.5.0.tgz", + "integrity": "sha512-9ZdRwbh/4gcm1JTOkp9lAkIDrtOyOxgHmY7cjuwI8L/2RTikMcVG25GsZwNAgRuap3iDw2jeq7eoqtAsz5rW3A==", "dev": true, "requires": { - "acorn": "^8.9.0", + "acorn": "^8.10.0", "chokidar": "^3.5.3", "webpack-sources": "^3.2.3", "webpack-virtual-modules": "^0.5.0" @@ -8574,9 +8647,9 @@ } }, "unplugin-vue-macros": { - "version": "2.5.1", - "resolved": "https://registry.npmmirror.com/unplugin-vue-macros/-/unplugin-vue-macros-2.5.1.tgz", - "integrity": "sha512-huchZvHJQEbfr8jtED2KG5flpwg7y434eUhc+tSxu8DE3N6fehDk1HkbR29N3HHPA6iXeiDJ99aHlVdnism2uQ==", + "version": "2.6.0", + "resolved": "https://registry.npmmirror.com/unplugin-vue-macros/-/unplugin-vue-macros-2.6.0.tgz", + "integrity": "sha512-rbOIGBdf3tNqJ2UKUlCq8Ng52jfEJ+zMX4TaGoYpewAtw1XpuKG6ZfnXvGCDR5M6hmBX0nqbkL8qSnsBZYy5XQ==", "dev": true, "requires": { "@vue-macros/better-define": "1.6.12", @@ -8601,9 +8674,10 @@ "@vue-macros/setup-block": "0.2.18", "@vue-macros/setup-component": "0.16.19", "@vue-macros/setup-sfc": "0.16.3", + "@vue-macros/short-bind": "0.1.0", "@vue-macros/short-emits": "1.4.10", "@vue-macros/short-vmodel": "1.3.0", - "unplugin": "^1.4.0", + "unplugin": "^1.5.0", "unplugin-combine": "^0.7.0", "unplugin-vue-define-options": "1.3.18" } @@ -8694,13 +8768,14 @@ } }, "vitepress": { - "version": "1.0.0-rc.15", - "resolved": "https://registry.npmmirror.com/vitepress/-/vitepress-1.0.0-rc.15.tgz", - "integrity": "sha512-5criiHoEibkT/du7t6wQ2xQVsuTNuirQZbMAi0M9Hp0YzJoJvEX68Ej9p2PtNC84bYb/CxAh5QkMtMutk03lHw==", + "version": "1.0.0-rc.20", + "resolved": "https://registry.npmmirror.com/vitepress/-/vitepress-1.0.0-rc.20.tgz", + "integrity": "sha512-CykMUJ8JLxLcGWek0ew3wln4RYbsOd1+0YzXITTpajggpynm2S331TNkJVOkHrMRc6GYe3y4pS40GfgcW0ZwAw==", "dev": true, "requires": { "@docsearch/css": "^3.5.2", "@docsearch/js": "^3.5.2", + "@types/markdown-it": "^13.0.1", "@vue/devtools-api": "^6.5.0", "@vueuse/core": "^10.4.1", "@vueuse/integrations": "^10.4.1", diff --git a/package.json b/package.json index 6d39e90..3689bf0 100644 --- a/package.json +++ b/package.json @@ -1,18 +1,18 @@ { "scripts": { - "docs:dev": "cross-env NODE_OPTIONS='--max-old-space-size=8192' vitepress dev", + "docs:dev": "cross-env NODE_OPTIONS='--max-old-space-size=8192' vitepress dev --host --open", "docs:build": "cross-env NODE_OPTIONS='--max-old-space-size=8192' vitepress build", "docs:preview": "cross-env NODE_OPTIONS='--max-old-space-size=8192' vitepress preview" }, "dependencies": { "@codemirror/lang-python": "^6.1.3", "@codemirror/lang-sql": "^6.5.4", - "@jupyterlab/mathjax2": "^3.6.5", + "@jupyterlab/mathjax2": "^3.6.6", "@jupyterlab/theme-light-extension": "^4.0.6", "@vercel/analytics": "^1.0.2", "@vueuse/core": "^10.4.1", "canvas-confetti": "^1.6.0", - "markdown-it": "^13.0.1", + "markdown-it": "^13.0.2", "markdown-it-pangu": "^1.0.2", "sitemap": "^7.1.1" }, @@ -21,8 +21,8 @@ "cross-env": "^7.0.3", "markdown-it-mathjax3": "^4.3.2", "mermaid": "^10.4.0", - "unplugin-vue-macros": "^2.5.1", - "vitepress": "^1.0.0-rc.15", + "unplugin-vue-macros": "^2.6.0", + "vitepress": "^1.0.0-rc.20", "vitepress-plugin-mermaid-xyxsw": "^2.12.13" } }