build: update non-major deps to latest

This commit is contained in:
pengzhanbo 2024-03-15 02:46:58 +08:00
parent 156e5aef27
commit bbee85299a
4 changed files with 295 additions and 270 deletions

View File

@ -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.0.3",
"@commitlint/config-conventional": "^19.0.3",
"@pengzhanbo/eslint-config-vue": "^1.6.1",
"@pengzhanbo/stylelint-config": "^1.6.1",
"@commitlint/cli": "^19.1.0",
"@commitlint/config-conventional": "^19.1.0",
"@pengzhanbo/eslint-config-vue": "^1.7.0",
"@pengzhanbo/stylelint-config": "^1.7.0",
"@types/lodash.merge": "^4.6.9",
"@types/node": "20.9.1",
"@types/webpack-env": "^1.18.4",
@ -59,7 +59,7 @@
"stylelint": "^16.2.1",
"tsconfig-vuepress": "^4.5.0",
"typescript": "^5.4.2",
"vite": "^5.1.5"
"vite": "^5.1.6"
},
"pnpm": {
"patchedDependencies": {

View File

@ -52,11 +52,11 @@
"dotenv": "^16.4.5",
"esbuild": "^0.20.1",
"execa": "^8.0.1",
"netlify-cli": "^17.19.0",
"netlify-cli": "^17.19.3",
"portfinder": "^1.0.32"
},
"devDependencies": {
"@types/node": "^20.11.25"
"@types/node": "^20.11.27"
},
"publishConfig": {
"access": "public"

543
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -55,7 +55,7 @@
"vuepress": "2.0.0-rc.8"
},
"dependencies": {
"@pengzhanbo/utils": "^1.1.1",
"@pengzhanbo/utils": "^1.1.2",
"@vuepress-plume/plugin-auto-frontmatter": "workspace:*",
"@vuepress-plume/plugin-baidu-tongji": "workspace:*",
"@vuepress-plume/plugin-blog-data": "workspace:*",
@ -81,13 +81,13 @@
"@vuepress/plugin-toc": "2.0.0-rc.15",
"@vueuse/core": "^10.9.0",
"bcrypt-ts": "^5.0.2",
"date-fns": "^3.3.1",
"date-fns": "^3.4.0",
"katex": "^0.16.9",
"lodash.merge": "^4.6.2",
"nanoid": "^5.0.6",
"vue": "^3.4.21",
"vue-router": "4.2.5",
"vuepress-plugin-comment2": "2.0.0-rc.25",
"vuepress-plugin-md-enhance": "2.0.0-rc.25"
"vuepress-plugin-comment2": "2.0.0-rc.30",
"vuepress-plugin-md-enhance": "2.0.0-rc.30"
}
}