Skip to content

Commit

Permalink
build: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Dec 19, 2023
1 parent b8d345d commit 6c1c93e
Show file tree
Hide file tree
Showing 11 changed files with 471 additions and 455 deletions.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@vuepress/utils": "workspace:*",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"vue": "^3.3.11"
"vue": "^3.3.13"
},
"devDependencies": {
"anywhere": "^1.6.0",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@types/node": "^20.10.4",
"@types/node": "^20.10.5",
"@types/webpack-env": "^1.18.4",
"@vitest/coverage-istanbul": "^1.0.4",
"@vitest/coverage-istanbul": "^1.1.0",
"bumpp": "^9.2.1",
"conventional-changelog-cli": "^4.1.0",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"eslint-config-vuepress": "^4.8.0",
"eslint-config-vuepress-typescript": "^4.8.0",
"eslint-plugin-cypress": "^2.15.1",
Expand All @@ -45,10 +45,10 @@
"tsconfig-vuepress": "^4.5.0",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vite": "~5.0.7",
"vitest": "^1.0.4"
"vite": "~5.0.10",
"vitest": "^1.1.0"
},
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"engines": {
"node": ">=18.16.0"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/bundler-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
"connect-history-api-fallback": "^2.0.0",
"postcss": "^8.4.32",
"postcss-load-config": "^5.0.2",
"rollup": "^4.7.0",
"vite": "~5.0.7",
"vue": "^3.3.11",
"rollup": "^4.9.1",
"vite": "~5.0.10",
"vue": "^3.3.13",
"vue-router": "^4.2.5"
},
"publishConfig": {
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 @@ -48,13 +48,13 @@
"css-loader": "^6.8.1",
"esbuild-loader": "~4.0.2",
"express": "^4.18.2",
"html-webpack-plugin": "^5.5.4",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.7.6",
"postcss": "^8.4.32",
"postcss-csso": "^6.0.1",
"postcss-loader": "^7.3.3",
"style-loader": "^3.3.3",
"vue": "^3.3.11",
"vue": "^3.3.13",
"vue-loader": "^17.3.1",
"vue-router": "^4.2.5",
"webpack": "^5.89.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"cac": "^6.7.14",
"chokidar": "^3.5.3",
"envinfo": "^7.11.0",
"esbuild": "~0.19.9"
"esbuild": "~0.19.10"
},
"devDependencies": {
"@types/envinfo": "^7.8.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@vue/devtools-api": "^6.5.1",
"@vuepress/shared": "workspace:*",
"@vueuse/core": "^10.7.0",
"vue": "^3.3.11",
"vue": "^3.3.13",
"vue-router": "^4.2.5"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@vuepress/markdown": "workspace:*",
"@vuepress/shared": "workspace:*",
"@vuepress/utils": "workspace:*",
"vue": "^3.3.11"
"vue": "^3.3.13"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@mdit-vue/types": "^2.0.0",
"@vue/shared": "^3.3.11"
"@vue/shared": "^3.3.13"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/vuepress-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@vuepress/bundler-vite": "workspace:*",
"@vuepress/cli": "workspace:*",
"@vuepress/core": "workspace:*",
"vue": "^3.3.11"
"vue": "^3.3.13"
},
"devDependencies": {
"@vuepress/client": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/vuepress-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@vuepress/cli": "workspace:*",
"@vuepress/core": "workspace:*",
"sass-loader": "^13.3.2",
"vue": "^3.3.11"
"vue": "^3.3.13"
},
"peerDependencies": {
"vue": "^3.3.4"
Expand Down
Loading

0 comments on commit 6c1c93e

Please sign in to comment.