perf: update non-major deps

This commit is contained in:
pengzhanbo 2024-04-24 19:01:16 +08:00
parent 174c7a0569
commit cd2c5d2335
13 changed files with 724 additions and 692 deletions

View File

@ -12,14 +12,14 @@
"vuepress": "2.0.0-rc.9"
},
"dependencies": {
"@iconify/json": "^2.2.202",
"@iconify/json": "^2.2.203",
"@vuepress/bundler-vite": "2.0.0-rc.9",
"anywhere": "^1.6.0",
"chart.js": "^4.4.2",
"echarts": "^5.5.0",
"flowchart.ts": "^3.0.0",
"mermaid": "^10.9.0",
"vue": "^3.4.23",
"vue": "^3.4.25",
"vuepress-theme-plume": "workspace:*"
},
"devDependencies": {

View File

@ -3,7 +3,7 @@
"type": "module",
"version": "1.0.0-rc.53",
"private": true,
"packageManager": "pnpm@9.0.4",
"packageManager": "pnpm@9.0.5",
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
"license": "MIT",
"keywords": [
@ -39,10 +39,10 @@
"release:version": "bumpp package.json plugins/*/package.json theme/package.json --execute=\"pnpm release:changelog\" --commit \"build: publish v%s\" --all --tag --push"
},
"devDependencies": {
"@commitlint/cli": "^19.2.2",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@pengzhanbo/eslint-config-vue": "^1.9.0",
"@pengzhanbo/stylelint-config": "^1.9.0",
"@pengzhanbo/eslint-config-vue": "^1.9.1",
"@pengzhanbo/stylelint-config": "^1.9.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": "^9.0.0",
"eslint": "^9.1.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"rimraf": "^5.0.5",
"stylelint": "^16.3.1",
"stylelint": "^16.4.0",
"tsconfig-vuepress": "^4.5.0",
"typescript": "^5.4.5",
"vite": "^5.2.9"
"vite": "^5.2.10"
},
"pnpm": {
"patchedDependencies": {

View File

@ -43,7 +43,7 @@
"@vue/devtools-api": "6.5.1",
"chokidar": "^3.6.0",
"create-filter": "^1.0.1",
"vue": "^3.4.23"
"vue": "^3.4.25"
},
"publishConfig": {
"access": "public"

View File

@ -40,7 +40,7 @@
"vuepress": "2.0.0-rc.9"
},
"dependencies": {
"vue": "^3.4.23"
"vue": "^3.4.25"
},
"publishConfig": {
"access": "public"

View File

@ -41,7 +41,7 @@
},
"dependencies": {
"@vuepress-plume/plugin-content-update": "workspace:*",
"vue": "^3.4.23"
"vue": "^3.4.25"
},
"publishConfig": {
"access": "public"

View File

@ -41,7 +41,7 @@
},
"dependencies": {
"@iconify/vue": "^4.1.2",
"vue": "^3.4.23"
"vue": "^3.4.25"
},
"publishConfig": {
"access": "public"

View File

@ -51,10 +51,10 @@
"local-pkg": "^0.5.0",
"markdown-it-container": "^4.0.0",
"nanoid": "^5.0.7",
"vue": "^3.4.23"
"vue": "^3.4.25"
},
"devDependencies": {
"@iconify/json": "^2.2.202",
"@iconify/json": "^2.2.203",
"@types/markdown-it": "^14.0.1"
},
"publishConfig": {

View File

@ -43,7 +43,7 @@
"@vue/devtools-api": "6.5.1",
"chokidar": "^3.6.0",
"create-filter": "^1.0.1",
"vue": "^3.4.23"
"vue": "^3.4.25"
},
"publishConfig": {
"access": "public"

View File

@ -36,7 +36,7 @@
"dependencies": {
"@netlify/functions": "^2.6.0",
"leancloud-storage": "^4.15.2",
"vue": "^3.4.23",
"vue": "^3.4.25",
"vue-router": "4.3.0",
"vuepress-plugin-netlify-functions": "workspace:*"
},

View File

@ -48,7 +48,7 @@
"mark.js": "^8.11.1",
"minisearch": "^6.3.0",
"p-map": "^7.0.2",
"vue": "^3.4.23"
"vue": "^3.4.25"
},
"publishConfig": {
"access": "public"

1374
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -97,9 +97,9 @@
"katex": "^0.16.10",
"lodash.merge": "^4.6.2",
"nanoid": "^5.0.7",
"vue": "^3.4.23",
"vue": "^3.4.25",
"vue-router": "4.3.0",
"vuepress-plugin-md-enhance": "2.0.0-rc.36",
"vuepress-plugin-md-enhance": "2.0.0-rc.37",
"vuepress-plugin-md-power": "workspace:*"
}
}

View File

@ -30,5 +30,5 @@
"docs/.vuepress/**/*",
"scripts/**/*"
],
"exclude": ["node_modules", ".cache", ".temp", "lib", "dist"]
"exclude": ["**/node_modules/**", "**/.cache/**", "**/.temp/**", "**/lib/**", "**/dist/**"]
}