build: bump deps
This commit is contained in:
parent
a487c1cad4
commit
9d233bf4d7
14
package.json
14
package.json
@ -48,10 +48,10 @@
|
|||||||
},
|
},
|
||||||
"prettier": "prettier-config-vuepress",
|
"prettier": "prettier-config-vuepress",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@commitlint/cli": "^17.6.1",
|
"@commitlint/cli": "^17.6.3",
|
||||||
"@commitlint/config-conventional": "^17.6.1",
|
"@commitlint/config-conventional": "^17.6.3",
|
||||||
"@types/minimist": "^1.2.2",
|
"@types/minimist": "^1.2.2",
|
||||||
"@types/node": "18.16.1",
|
"@types/node": "18.16.5",
|
||||||
"@types/webpack-env": "^1.18.0",
|
"@types/webpack-env": "^1.18.0",
|
||||||
"bumpp": "^9.1.0",
|
"bumpp": "^9.1.0",
|
||||||
"chalk": "^5.2.0",
|
"chalk": "^5.2.0",
|
||||||
@ -61,7 +61,7 @@
|
|||||||
"cpx2": "^4.2.3",
|
"cpx2": "^4.2.3",
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"cz-conventional-changelog": "^3.3.0",
|
"cz-conventional-changelog": "^3.3.0",
|
||||||
"eslint": "^8.39.0",
|
"eslint": "^8.40.0",
|
||||||
"eslint-config-vuepress": "^4.1.0",
|
"eslint-config-vuepress": "^4.1.0",
|
||||||
"eslint-config-vuepress-typescript": "^4.1.0",
|
"eslint-config-vuepress-typescript": "^4.1.0",
|
||||||
"execa": "^7.1.1",
|
"execa": "^7.1.1",
|
||||||
@ -70,16 +70,16 @@
|
|||||||
"lint-staged": "^13.2.2",
|
"lint-staged": "^13.2.2",
|
||||||
"minimist": "^1.2.8",
|
"minimist": "^1.2.8",
|
||||||
"ora": "^6.3.0",
|
"ora": "^6.3.0",
|
||||||
"pnpm": "^7.32.2",
|
"pnpm": "^7.32.3",
|
||||||
"prettier": "^2.8.8",
|
"prettier": "^2.8.8",
|
||||||
"prettier-config-vuepress": "^4.0.0",
|
"prettier-config-vuepress": "^4.0.0",
|
||||||
"rimraf": "^5.0.0",
|
"rimraf": "^5.0.0",
|
||||||
"sort-package-json": "^2.4.1",
|
"sort-package-json": "^2.4.1",
|
||||||
"taze": "^0.9.2",
|
"taze": "^0.10.1",
|
||||||
"ts-node": "^10.9.1",
|
"ts-node": "^10.9.1",
|
||||||
"tsconfig-vuepress": "^4.1.0",
|
"tsconfig-vuepress": "^4.1.0",
|
||||||
"typescript": "^5.0.4",
|
"typescript": "^5.0.4",
|
||||||
"vite": "^4.3.3"
|
"vite": "^4.3.5"
|
||||||
},
|
},
|
||||||
"packageManager": "pnpm@7.32.0",
|
"packageManager": "pnpm@7.32.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|||||||
1699
pnpm-lock.yaml
generated
1699
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -35,8 +35,7 @@ function filterVuePress(dependencies) {
|
|||||||
const vuepress = dependencies
|
const vuepress = dependencies
|
||||||
.filter(
|
.filter(
|
||||||
(dependence) =>
|
(dependence) =>
|
||||||
dependence.startsWith('@vuepress/') ||
|
dependence.startsWith('@vuepress/')
|
||||||
dependence.startsWith('vuepress-')
|
|
||||||
)
|
)
|
||||||
.map((dependence) => dependence + '@next')
|
.map((dependence) => dependence + '@next')
|
||||||
const includes = ['vue', 'vue-router']
|
const includes = ['vue', 'vue-router']
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user