Skip to content

Commit

Permalink
build: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Oct 11, 2023
1 parent 082fe57 commit 7823c3c
Show file tree
Hide file tree
Showing 9 changed files with 347 additions and 339 deletions.
2 changes: 1 addition & 1 deletion ecosystem/plugin-docsearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@vuepress/core": "workspace:*",
"@vuepress/shared": "workspace:*",
"@vuepress/utils": "workspace:*",
"@vueuse/core": "^10.4.1",
"@vueuse/core": "^10.5.0",
"ts-debounce": "^4.0.0",
"vue": "^3.3.4",
"vue-router": "^4.2.5"
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/plugin-shiki/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@vuepress/core": "workspace:*",
"shiki": "^0.14.4"
"shiki": "^0.14.5"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/plugin-theme-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"copy": "cpx \"src/**/*.d.ts\" lib"
},
"dependencies": {
"@vue/devtools-api": "^6.5.0",
"@vue/devtools-api": "^6.5.1",
"@vuepress/client": "workspace:*",
"@vuepress/core": "workspace:*",
"@vuepress/shared": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions ecosystem/theme-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"@vuepress/plugin-theme-data": "workspace:*",
"@vuepress/shared": "workspace:*",
"@vuepress/utils": "workspace:*",
"@vueuse/core": "^10.4.1",
"sass": "^1.68.0",
"@vueuse/core": "^10.5.0",
"sass": "^1.69.2",
"sass-loader": "^13.3.2",
"vue": "^3.3.4",
"vue-router": "^4.2.5"
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
"devDependencies": {
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@types/node": "^20.7.1",
"@types/node": "^20.8.4",
"@types/webpack-env": "^1.18.2",
"@vitest/coverage-istanbul": "^0.34.5",
"@vitest/coverage-istanbul": "^0.34.6",
"bumpp": "^9.2.0",
"conventional-changelog-cli": "^4.1.0",
"cpx2": "^5.0.0",
"eslint": "^8.50.0",
"eslint": "^8.51.0",
"eslint-config-vuepress": "^4.5.0",
"eslint-config-vuepress-typescript": "^4.6.0",
"husky": "^8.0.3",
Expand All @@ -58,10 +58,10 @@
"tsconfig-vuepress": "^4.5.0",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vite": "~4.4.9",
"vitest": "^0.34.5"
"vite": "~4.4.11",
"vitest": "^0.34.6"
},
"packageManager": "pnpm@8.8.0",
"packageManager": "pnpm@8.9.0",
"engines": {
"node": ">=18.16.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/bundler-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"clean": "rimraf dist"
},
"dependencies": {
"@vitejs/plugin-vue": "^4.3.4",
"@vitejs/plugin-vue": "^4.4.0",
"@vuepress/client": "workspace:*",
"@vuepress/core": "workspace:*",
"@vuepress/shared": "workspace:*",
Expand All @@ -43,7 +43,7 @@
"postcss": "^8.4.31",
"postcss-load-config": "^4.0.1",
"rollup": "^3.29.4",
"vite": "~4.4.9",
"vite": "~4.4.11",
"vue": "^3.3.4",
"vue-router": "^4.2.5"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/bundler-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"clean": "rimraf dist"
},
"dependencies": {
"@types/express": "^4.17.18",
"@types/express": "^4.17.19",
"@types/webpack-env": "^1.18.2",
"@vuepress/client": "workspace:*",
"@vuepress/core": "workspace:*",
Expand All @@ -55,7 +55,7 @@
"postcss-loader": "^7.3.3",
"style-loader": "^3.3.3",
"vue": "^3.3.4",
"vue-loader": "^17.2.2",
"vue-loader": "^17.3.0",
"vue-router": "^4.2.5",
"webpack": "^5.88.2",
"webpack-chain": "^6.5.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"clean": "rimraf dist"
},
"dependencies": {
"@vue/devtools-api": "^6.5.0",
"@vue/devtools-api": "^6.5.1",
"@vuepress/shared": "workspace:*",
"@vueuse/core": "^10.4.1",
"@vueuse/core": "^10.5.0",
"vue": "^3.3.4",
"vue-router": "^4.2.5"
},
Expand Down
Loading

0 comments on commit 7823c3c

Please sign in to comment.