mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
build: update deps to latest
This commit is contained in:
parent
9a9e68d526
commit
e37fc6e647
@ -19,6 +19,6 @@
|
||||
"leancloud-storage": "^4.15.2",
|
||||
"sass": "^1.69.5",
|
||||
"sass-loader": "^13.3.2",
|
||||
"vue": "^3.3.8"
|
||||
"vue": "^3.3.13"
|
||||
}
|
||||
}
|
||||
|
||||
28
package.json
28
package.json
@ -48,12 +48,12 @@
|
||||
},
|
||||
"prettier": "prettier-config-vuepress",
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^18.4.2",
|
||||
"@commitlint/config-conventional": "^18.4.2",
|
||||
"@commitlint/cli": "^18.4.3",
|
||||
"@commitlint/config-conventional": "^18.4.3",
|
||||
"@types/minimist": "^1.2.5",
|
||||
"@types/node": "20.9.1",
|
||||
"@types/webpack-env": "^1.18.4",
|
||||
"bumpp": "^9.2.0",
|
||||
"bumpp": "^9.2.1",
|
||||
"chalk": "^5.3.0",
|
||||
"commitizen": "^4.3.0",
|
||||
"concurrently": "^8.2.2",
|
||||
@ -61,27 +61,27 @@
|
||||
"cpx2": "^6.0.1",
|
||||
"cross-env": "^7.0.3",
|
||||
"cz-conventional-changelog": "^3.3.0",
|
||||
"eslint": "^8.54.0",
|
||||
"eslint-config-vuepress": "^4.5.0",
|
||||
"eslint-config-vuepress-typescript": "^4.6.0",
|
||||
"eslint": "^8.56.0",
|
||||
"eslint-config-vuepress": "^4.9.0",
|
||||
"eslint-config-vuepress-typescript": "^4.9.0",
|
||||
"execa": "^8.0.1",
|
||||
"handlebars": "^4.7.8",
|
||||
"husky": "^8.0.3",
|
||||
"lint-staged": "^15.1.0",
|
||||
"lint-staged": "^15.2.0",
|
||||
"minimist": "^1.2.8",
|
||||
"ora": "^7.0.1",
|
||||
"pnpm": "^8.10.5",
|
||||
"prettier": "^3.1.0",
|
||||
"pnpm": "^8.12.1",
|
||||
"prettier": "^3.1.1",
|
||||
"prettier-config-vuepress": "^4.4.0",
|
||||
"rimraf": "^5.0.5",
|
||||
"sort-package-json": "^2.6.0",
|
||||
"taze": "^0.12.0",
|
||||
"ts-node": "^10.9.1",
|
||||
"taze": "^0.13.0",
|
||||
"ts-node": "^10.9.2",
|
||||
"tsconfig-vuepress": "^4.5.0",
|
||||
"typescript": "^5.2.2",
|
||||
"vite": "^5.0.0"
|
||||
"typescript": "^5.3.3",
|
||||
"vite": "^5.0.10"
|
||||
},
|
||||
"packageManager": "pnpm@8.10.5",
|
||||
"packageManager": "pnpm@8.12.1",
|
||||
"engines": {
|
||||
"node": ">=16",
|
||||
"pnpm": ">=7"
|
||||
|
||||
@ -37,7 +37,7 @@
|
||||
"@vuepress/utils": "2.0.0-rc.0",
|
||||
"chokidar": "^3.5.3",
|
||||
"create-filter": "^1.0.1",
|
||||
"vue": "^3.3.8"
|
||||
"vue": "^3.3.13"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
@ -36,12 +36,12 @@
|
||||
"ts": "tsc -b tsconfig.build.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/markdown-it": "^13.0.6",
|
||||
"@types/markdown-it": "^13.0.7",
|
||||
"@vuepress/cli": "2.0.0-rc.0",
|
||||
"@vuepress/client": "2.0.0-rc.0",
|
||||
"@vuepress/core": "2.0.0-rc.0",
|
||||
"@vuepress/utils": "2.0.0-rc.0",
|
||||
"markdown-it-container": "^3.0.0"
|
||||
"markdown-it-container": "^4.0.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
"@vuepress/core": "2.0.0-rc.0",
|
||||
"@vuepress/shared": "2.0.0-rc.0",
|
||||
"@vuepress/utils": "2.0.0-rc.0",
|
||||
"vue": "^3.3.8",
|
||||
"vue": "^3.3.13",
|
||||
"vue-router": "4.2.5"
|
||||
},
|
||||
"publishConfig": {
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
"@vuepress/core": "2.0.0-rc.0",
|
||||
"@vuepress/shared": "2.0.0-rc.0",
|
||||
"@vuepress/utils": "2.0.0-rc.0",
|
||||
"vue": "^3.3.8"
|
||||
"vue": "^3.3.13"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@iarna/toml": "^2.2.5",
|
||||
"@netlify/functions": "^2.4.0",
|
||||
"@netlify/functions": "^2.4.1",
|
||||
"@vuepress/core": "2.0.0-rc.0",
|
||||
"@vuepress/shared": "2.0.0-rc.0",
|
||||
"@vuepress/utils": "2.0.0-rc.0",
|
||||
@ -46,13 +46,13 @@
|
||||
"chokidar": "^3.5.3",
|
||||
"cpx2": "^6.0.1",
|
||||
"dotenv": "^16.3.1",
|
||||
"esbuild": "^0.19.5",
|
||||
"esbuild": "^0.19.10",
|
||||
"execa": "^8.0.1",
|
||||
"netlify-cli": "^17.5.1",
|
||||
"netlify-cli": "^17.10.1",
|
||||
"portfinder": "^1.0.32"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.9.1"
|
||||
"@types/node": "^20.10.5"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
@ -40,7 +40,7 @@
|
||||
"@vuepress/utils": "2.0.0-rc.0",
|
||||
"chokidar": "^3.5.3",
|
||||
"create-filter": "^1.0.1",
|
||||
"vue": "^3.3.8"
|
||||
"vue": "^3.3.13"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
@ -31,14 +31,14 @@
|
||||
"ts": "tsc -b tsconfig.build.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"@netlify/functions": "^2.4.0",
|
||||
"@netlify/functions": "^2.4.1",
|
||||
"@vuepress-plume/vuepress-plugin-netlify-functions": "workspace:*",
|
||||
"@vuepress/client": "2.0.0-rc.0",
|
||||
"@vuepress/core": "2.0.0-rc.0",
|
||||
"@vuepress/shared": "2.0.0-rc.0",
|
||||
"@vuepress/utils": "2.0.0-rc.0",
|
||||
"leancloud-storage": "^4.15.2",
|
||||
"vue": "^3.3.8",
|
||||
"vue": "^3.3.13",
|
||||
"vue-router": "4.2.5"
|
||||
},
|
||||
"publishConfig": {
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
"@vuepress/core": "2.0.0-rc.0",
|
||||
"@vuepress/shared": "2.0.0-rc.0",
|
||||
"@vuepress/utils": "2.0.0-rc.0",
|
||||
"vite-plugin-windicss": "^1.9.1",
|
||||
"vite-plugin-windicss": "^1.9.2",
|
||||
"windicss": "^3.5.6",
|
||||
"windicss-webpack-plugin": "^1.8.0"
|
||||
},
|
||||
|
||||
@ -67,13 +67,13 @@
|
||||
"@vuepress/plugin-toc": "2.0.0-rc.0",
|
||||
"@vuepress/shared": "2.0.0-rc.0",
|
||||
"@vuepress/utils": "2.0.0-rc.0",
|
||||
"@vueuse/core": "^10.6.1",
|
||||
"@vueuse/core": "^10.7.0",
|
||||
"body-scroll-lock": "4.0.0-beta.0",
|
||||
"date-fns": "^2.30.0",
|
||||
"date-fns": "^3.0.5",
|
||||
"lodash.merge": "^4.6.2",
|
||||
"nanoid": "^5.0.3",
|
||||
"nanoid": "^5.0.4",
|
||||
"ts-debounce": "^4.0.0",
|
||||
"vue": "^3.3.8",
|
||||
"vue": "^3.3.13",
|
||||
"vue-router": "4.2.5",
|
||||
"vuepress-plugin-comment2": "2.0.0-rc.0",
|
||||
"vuepress-plugin-md-enhance": "2.0.0-rc.0",
|
||||
|
||||
2646
pnpm-lock.yaml
generated
2646
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user