build: update deps to latest

This commit is contained in:
pengzhanbo 2023-11-09 00:53:23 +08:00
parent 4e831de35d
commit f6d3cadd7d
12 changed files with 1389 additions and 2296 deletions

View File

@ -17,8 +17,8 @@
"@vuepress/utils": "2.0.0-beta.67",
"anywhere": "^1.6.0",
"leancloud-storage": "^4.15.2",
"sass": "^1.69.2",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"vue": "^3.3.4"
"vue": "^3.3.8"
}
}

View File

@ -48,40 +48,40 @@
},
"prettier": "prettier-config-vuepress",
"devDependencies": {
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@types/minimist": "^1.2.3",
"@types/node": "20.8.4",
"@types/webpack-env": "^1.18.2",
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^18.1.0",
"@types/minimist": "^1.2.5",
"@types/node": "20.9.0",
"@types/webpack-env": "^1.18.4",
"bumpp": "^9.2.0",
"chalk": "^5.3.0",
"commitizen": "^4.3.0",
"concurrently": "^8.2.1",
"concurrently": "^8.2.2",
"conventional-changelog-cli": "^4.1.0",
"cpx2": "^5.0.0",
"cpx2": "^6.0.1",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.51.0",
"eslint": "^8.53.0",
"eslint-config-vuepress": "^4.5.0",
"eslint-config-vuepress-typescript": "^4.6.0",
"execa": "^8.0.1",
"handlebars": "^4.7.8",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"lint-staged": "^15.0.2",
"minimist": "^1.2.8",
"ora": "^7.0.1",
"pnpm": "^8.9.0",
"pnpm": "^8.10.2",
"prettier": "^3.0.3",
"prettier-config-vuepress": "^4.4.0",
"rimraf": "^5.0.5",
"sort-package-json": "^2.6.0",
"taze": "^0.11.3",
"taze": "^0.12.0",
"ts-node": "^10.9.1",
"tsconfig-vuepress": "^4.5.0",
"typescript": "^5.2.2",
"vite": "^4.4.11"
"vite": "^4.5.0"
},
"packageManager": "pnpm@8.9.0",
"packageManager": "pnpm@8.10.2",
"engines": {
"node": ">=16",
"pnpm": ">=7"

View File

@ -33,7 +33,7 @@
"@vuepress/shared": "2.0.0-beta.67",
"chokidar": "^3.5.3",
"create-filter": "^1.0.1",
"fast-glob": "^3.3.1",
"fast-glob": "^3.3.2",
"gray-matter": "^4.0.3",
"json2yaml": "^1.1.0"
},

View File

@ -37,7 +37,7 @@
"@vuepress/utils": "2.0.0-beta.67",
"chokidar": "^3.5.3",
"create-filter": "^1.0.1",
"vue": "^3.3.4"
"vue": "^3.3.8"
},
"publishConfig": {
"access": "public"

View File

@ -36,7 +36,7 @@
"ts": "tsc -b tsconfig.build.json"
},
"dependencies": {
"@types/markdown-it": "^13.0.2",
"@types/markdown-it": "^13.0.6",
"@vuepress/cli": "2.0.0-beta.67",
"@vuepress/client": "2.0.0-beta.67",
"@vuepress/core": "2.0.0-beta.67",

View File

@ -34,7 +34,7 @@
"@vuepress/core": "2.0.0-beta.67",
"@vuepress/shared": "2.0.0-beta.67",
"@vuepress/utils": "2.0.0-beta.67",
"vue": "^3.3.4",
"vue": "^3.3.8",
"vue-router": "4.2.5"
},
"publishConfig": {

View File

@ -35,7 +35,7 @@
"@vuepress/core": "2.0.0-beta.67",
"@vuepress/shared": "2.0.0-beta.67",
"@vuepress/utils": "2.0.0-beta.67",
"vue": "^3.3.4"
"vue": "^3.3.8"
},
"publishConfig": {
"access": "public"

View File

@ -38,21 +38,21 @@
},
"dependencies": {
"@iarna/toml": "^2.2.5",
"@netlify/functions": "^2.2.1",
"@netlify/functions": "^2.3.0",
"@vuepress/core": "2.0.0-beta.67",
"@vuepress/shared": "2.0.0-beta.67",
"@vuepress/utils": "2.0.0-beta.67",
"chalk": "^5.3.0",
"chokidar": "^3.5.3",
"cpx2": "^5.0.0",
"cpx2": "^6.0.1",
"dotenv": "^16.3.1",
"esbuild": "^0.19.4",
"esbuild": "^0.19.5",
"execa": "^8.0.1",
"netlify-cli": "^16.6.1",
"netlify-cli": "^17.1.0",
"portfinder": "^1.0.32"
},
"devDependencies": {
"@types/node": "^20.8.4"
"@types/node": "^20.9.0"
},
"publishConfig": {
"access": "public"

View File

@ -40,7 +40,7 @@
"@vuepress/utils": "2.0.0-beta.67",
"chokidar": "^3.5.3",
"create-filter": "^1.0.1",
"vue": "^3.3.4"
"vue": "^3.3.8"
},
"publishConfig": {
"access": "public"

View File

@ -31,14 +31,14 @@
"ts": "tsc -b tsconfig.build.json"
},
"dependencies": {
"@netlify/functions": "^2.2.1",
"@netlify/functions": "^2.3.0",
"@vuepress-plume/vuepress-plugin-netlify-functions": "workspace:*",
"@vuepress/client": "2.0.0-beta.67",
"@vuepress/core": "2.0.0-beta.67",
"@vuepress/shared": "2.0.0-beta.67",
"@vuepress/utils": "2.0.0-beta.67",
"leancloud-storage": "^4.15.2",
"vue": "^3.3.4",
"vue": "^3.3.8",
"vue-router": "4.2.5"
},
"publishConfig": {

View File

@ -71,17 +71,17 @@
"body-scroll-lock": "4.0.0-beta.0",
"date-fns": "^2.30.0",
"lodash.merge": "^4.6.2",
"nanoid": "^5.0.1",
"nanoid": "^5.0.3",
"ts-debounce": "^4.0.0",
"vue": "^3.3.4",
"vue": "^3.3.8",
"vue-router": "4.2.5",
"vuepress-plugin-comment2": "2.0.0-beta.238",
"vuepress-plugin-md-enhance": "2.0.0-beta.238",
"vuepress-plugin-seo2": "2.0.0-beta.238",
"vuepress-plugin-sitemap2": "2.0.0-beta.238",
"vuepress-plugin-comment2": "2.0.0-beta.247",
"vuepress-plugin-md-enhance": "2.0.0-beta.247",
"vuepress-plugin-seo2": "2.0.0-beta.247",
"vuepress-plugin-sitemap2": "2.0.0-beta.247",
"windicss": "^3.5.6"
},
"devDependencies": {
"@types/lodash.merge": "^4.6.7"
"@types/lodash.merge": "^4.6.9"
}
}

3615
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff