Skip to content

Commit

Permalink
build: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Feb 28, 2024
1 parent 651dac5 commit c585c4b
Show file tree
Hide file tree
Showing 8 changed files with 539 additions and 766 deletions.
8 changes: 4 additions & 4 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"@vuepress-e2e/conditional-exports": "file:./modules/conditional-exports",
"@vuepress/bundler-vite": "workspace:*",
"@vuepress/bundler-webpack": "workspace:*",
"sass": "^1.71.0",
"sass-loader": "^14.1.0",
"vue": "^3.4.19",
"sass": "^1.71.1",
"sass-loader": "^14.1.1",
"vue": "^3.4.20",
"vuepress": "workspace:*"
},
"devDependencies": {
"anywhere": "^1.6.0",
"cross-env": "^7.0.3",
"cypress": "^13.6.4",
"cypress": "^13.6.6",
"process": "^0.11.10",
"start-server-and-test": "^2.0.3"
}
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
},
"prettier": "prettier-config-vuepress",
"devDependencies": {
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"@types/node": "^20.11.19",
"@commitlint/cli": "^19.0.1",
"@commitlint/config-conventional": "^19.0.0",
"@types/node": "^20.11.21",
"@types/webpack-env": "^1.18.4",
"@vitest/coverage-istanbul": "^1.3.0",
"@vitest/coverage-istanbul": "^1.3.1",
"bumpp": "^9.3.0",
"conventional-changelog-cli": "^4.1.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-vuepress": "^4.10.0",
"eslint-config-vuepress-typescript": "^4.10.0",
"eslint-plugin-cypress": "^2.15.1",
Expand All @@ -43,14 +43,14 @@
"prettier": "^3.2.5",
"prettier-config-vuepress": "^4.4.0",
"rimraf": "^5.0.5",
"sort-package-json": "^2.7.0",
"sort-package-json": "^2.8.0",
"tsconfig-vuepress": "^4.5.0",
"tsup": "^8.0.2",
"typescript": "^5.3.3",
"vite": "~5.1.3",
"vitest": "^1.3.0"
"vite": "~5.1.4",
"vitest": "^1.3.1"
},
"packageManager": "pnpm@8.15.3",
"packageManager": "pnpm@8.15.4",
"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 @@ -43,9 +43,9 @@
"postcss": "^8.4.35",
"postcss-load-config": "^5.0.3",
"rollup": "^4.12.0",
"vite": "~5.1.3",
"vue": "^3.4.19",
"vue-router": "^4.2.5"
"vite": "~5.1.4",
"vue": "^3.4.20",
"vue-router": "^4.3.0"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions packages/bundler-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@
"esbuild-loader": "~4.0.3",
"express": "^4.18.2",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.8.0",
"mini-css-extract-plugin": "^2.8.1",
"postcss": "^8.4.35",
"postcss-csso": "^6.0.1",
"postcss-loader": "^8.1.0",
"style-loader": "^3.3.4",
"vue": "^3.4.19",
"vue": "^3.4.20",
"vue-loader": "^17.4.2",
"vue-router": "^4.2.5",
"webpack": "^5.90.2",
"vue-router": "^4.3.0",
"webpack": "^5.90.3",
"webpack-chain": "^6.5.1",
"webpack-dev-server": "^5.0.2",
"webpack-merge": "^5.10.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"dependencies": {
"@vue/devtools-api": "^6.6.1",
"@vuepress/shared": "workspace:*",
"vue": "^3.4.19",
"vue-router": "^4.2.5"
"vue": "^3.4.20",
"vue-router": "^4.3.0"
},
"publishConfig": {
"access": "public"
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.4.19"
"vue": "^3.4.20"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/vuepress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@vuepress/markdown": "workspace:*",
"@vuepress/shared": "workspace:*",
"@vuepress/utils": "workspace:*",
"vue": "^3.4.19"
"vue": "^3.4.20"
},
"peerDependencies": {
"@vuepress/bundler-vite": "workspace:*",
Expand Down
Loading

0 comments on commit c585c4b

Please sign in to comment.