perf: update deps to latest

This commit is contained in:
pengzhanbo 2024-04-11 14:37:30 +08:00
parent 67ab7c734a
commit 7f7d382961
10 changed files with 777 additions and 835 deletions

View File

@ -15,7 +15,6 @@
"scss.validate": false,
"less.validate": false,
"typescript.tsdk": "node_modules/typescript/lib",
"eslint.experimental.useFlatConfig": true,
"stylelint.packageManager": "pnpm",
"eslint.rules.customizations": [
{ "rule": "style/*", "severity": "off" },

View File

@ -12,7 +12,7 @@
"vuepress": "2.0.0-rc.9"
},
"dependencies": {
"@iconify/json": "^2.2.196",
"@iconify/json": "^2.2.199",
"@vuepress/bundler-vite": "2.0.0-rc.9",
"anywhere": "^1.6.0",
"chart.js": "^4.4.2",

View File

@ -3,7 +3,7 @@
"type": "module",
"version": "1.0.0-rc.49",
"private": true,
"packageManager": "pnpm@8.15.5",
"packageManager": "pnpm@8.15.6",
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
"license": "MIT",
"keywords": [
@ -41,8 +41,8 @@
"devDependencies": {
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@pengzhanbo/eslint-config-vue": "^1.7.0",
"@pengzhanbo/stylelint-config": "^1.7.0",
"@pengzhanbo/eslint-config-vue": "^1.8.1",
"@pengzhanbo/stylelint-config": "^1.8.1",
"@types/lodash.merge": "^4.6.9",
"@types/node": "20.9.1",
"@types/webpack-env": "^1.18.4",
@ -52,14 +52,14 @@
"conventional-changelog-cli": "^4.1.0",
"cpx2": "^7.0.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"rimraf": "^5.0.5",
"stylelint": "^16.3.1",
"tsconfig-vuepress": "^4.5.0",
"typescript": "^5.4.3",
"vite": "^5.2.7"
"typescript": "^5.4.4",
"vite": "^5.2.8"
},
"pnpm": {
"patchedDependencies": {

View File

@ -49,7 +49,7 @@
"markdown-it-container": "^4.0.0"
},
"devDependencies": {
"@types/markdown-it": "^13.0.7"
"@types/markdown-it": "^14.0.0"
},
"publishConfig": {
"access": "public"

View File

@ -50,12 +50,12 @@
"@vueuse/core": "^10.9.0",
"local-pkg": "^0.5.0",
"markdown-it-container": "^4.0.0",
"nanoid": "^5.0.6",
"nanoid": "^5.0.7",
"vue": "^3.4.21"
},
"devDependencies": {
"@iconify/json": "^2.2.196",
"@types/markdown-it": "^13.0.7"
"@iconify/json": "^2.2.199",
"@types/markdown-it": "^14.0.0"
},
"publishConfig": {
"access": "public"

View File

@ -52,11 +52,11 @@
"dotenv": "^16.4.5",
"esbuild": "^0.20.2",
"execa": "^8.0.1",
"netlify-cli": "^17.21.1",
"netlify-cli": "^17.22.0",
"portfinder": "^1.0.32"
},
"devDependencies": {
"@types/node": "^20.12.2"
"@types/node": "^20.12.6"
},
"publishConfig": {
"access": "public"

View File

@ -47,7 +47,7 @@
"focus-trap": "^7.5.4",
"mark.js": "^8.11.1",
"minisearch": "^6.3.0",
"p-map": "^7.0.1",
"p-map": "^7.0.2",
"vue": "^3.4.21"
},
"publishConfig": {

View File

@ -36,15 +36,15 @@
"vuepress": "2.0.0-rc.9"
},
"dependencies": {
"@shikijs/transformers": "^1.2.2",
"@shikijs/twoslash": "^1.2.2",
"@shikijs/transformers": "^1.3.0",
"@shikijs/twoslash": "^1.3.0",
"@types/hast": "^3.0.4",
"floating-vue": "^5.2.2",
"mdast-util-from-markdown": "^2.0.0",
"mdast-util-gfm": "^3.0.0",
"mdast-util-to-hast": "^13.1.0",
"nanoid": "^5.0.6",
"shiki": "^1.2.2",
"nanoid": "^5.0.7",
"shiki": "^1.3.0",
"twoslash": "^0.2.5",
"twoslash-vue": "^0.2.5"
},

1573
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -84,7 +84,7 @@
"date-fns": "^3.6.0",
"katex": "^0.16.10",
"lodash.merge": "^4.6.2",
"nanoid": "^5.0.6",
"nanoid": "^5.0.7",
"vue": "^3.4.21",
"vue-router": "4.3.0",
"vuepress-plugin-md-enhance": "2.0.0-rc.32",