Skip to content

Commit

Permalink
build: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Sep 29, 2024
1 parent b0306c4 commit 73f75bc
Show file tree
Hide file tree
Showing 10 changed files with 1,118 additions and 1,408 deletions.
10 changes: 5 additions & 5 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
"@vuepress-e2e/style-exports": "file:./modules/style-exports",
"@vuepress/bundler-vite": "workspace:*",
"@vuepress/bundler-webpack": "workspace:*",
"sass": "^1.78.0",
"sass-embedded": "^1.78.0",
"sass-loader": "^16.0.1",
"vue": "^3.5.3",
"sass": "^1.79.4",
"sass-embedded": "^1.79.4",
"sass-loader": "^16.0.2",
"vue": "^3.5.10",
"vuepress": "workspace:*"
},
"devDependencies": {
"@playwright/test": "^1.47.0",
"@playwright/test": "^1.47.2",
"anywhere": "^1.6.0",
"cross-env": "^7.0.3"
}
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,30 +32,30 @@
},
"prettier": "prettier-config-vuepress",
"devDependencies": {
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@commitlint/types": "^19.0.3",
"@types/node": "^22.5.4",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/types": "^19.5.0",
"@types/node": "^22.7.4",
"@types/webpack-env": "^1.18.5",
"@vitest/coverage-istanbul": "^2.0.5",
"bumpp": "^9.5.2",
"@vitest/coverage-istanbul": "^2.1.1",
"bumpp": "^9.6.1",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^9.10.0",
"eslint": "^9.11.1",
"eslint-config-vuepress": "^5.2.0",
"husky": "^9.1.5",
"jiti": "^1.21.6",
"husky": "^9.1.6",
"jiti": "^2.0.0",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"prettier-config-vuepress": "^5.0.0",
"rimraf": "^6.0.1",
"sort-package-json": "^2.10.1",
"taze": "^0.16.7",
"taze": "^0.17.2",
"tsconfig-vuepress": "^5.2.0",
"tsup": "^8.2.4",
"tsup": "^8.3.0",
"typescript": "^5.6.2",
"vite": "~5.4.3",
"vitest": "^2.0.5",
"vitest": "^2.1.1",
"vue-tsc": "^2.1.6"
},
"packageManager": "pnpm@9.10.0"
"packageManager": "pnpm@9.11.0"
}
10 changes: 5 additions & 5 deletions packages/bundler-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,20 @@
"clean": "rimraf dist"
},
"dependencies": {
"@vitejs/plugin-vue": "^5.1.3",
"@vitejs/plugin-vue": "^5.1.4",
"@vuepress/bundlerutils": "workspace:*",
"@vuepress/client": "workspace:*",
"@vuepress/core": "workspace:*",
"@vuepress/shared": "workspace:*",
"@vuepress/utils": "workspace:*",
"autoprefixer": "^10.4.20",
"connect-history-api-fallback": "^2.0.0",
"postcss": "^8.4.45",
"postcss": "^8.4.47",
"postcss-load-config": "^6.0.1",
"rollup": "^4.21.2",
"rollup": "^4.22.5",
"vite": "~5.4.3",
"vue": "^3.5.3",
"vue-router": "^4.4.3"
"vue": "^3.5.10",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@types/connect-history-api-fallback": "^1.5.4"
Expand Down
12 changes: 6 additions & 6 deletions packages/bundler-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,17 @@
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"esbuild-loader": "~4.2.2",
"express": "^4.19.2",
"express": "^4.21.0",
"html-webpack-plugin": "^5.6.0",
"lightningcss": "^1.26.0",
"lightningcss": "^1.27.0",
"mini-css-extract-plugin": "^2.9.1",
"postcss": "^8.4.45",
"postcss": "^8.4.47",
"postcss-loader": "^8.1.1",
"style-loader": "^4.0.0",
"vue": "^3.5.3",
"vue": "^3.5.10",
"vue-loader": "^17.4.2",
"vue-router": "^4.4.3",
"webpack": "^5.94.0",
"vue-router": "^4.4.5",
"webpack": "^5.95.0",
"webpack-5-chain": "^8.0.2",
"webpack-dev-server": "^5.1.0",
"webpack-merge": "^6.0.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/bundlerutils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"@vuepress/core": "workspace:*",
"@vuepress/shared": "workspace:*",
"@vuepress/utils": "workspace:*",
"vue": "^3.5.3",
"vue-router": "^4.4.3"
"vue": "^3.5.10",
"vue-router": "^4.4.5"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@vuepress/utils": "workspace:*",
"cac": "^6.7.14",
"chokidar": "^3.6.0",
"envinfo": "^7.13.0",
"envinfo": "^7.14.0",
"esbuild": "~0.21.5"
},
"devDependencies": {
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.4",
"@vuepress/shared": "workspace:*",
"vue": "^3.5.3",
"vue-router": "^4.4.3"
"vue": "^3.5.10",
"vue-router": "^4.4.5"
},
"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.5.3"
"vue": "^3.5.10"
},
"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.5.3"
"vue": "^3.5.10"
},
"peerDependencies": {
"@vuepress/bundler-vite": "workspace:*",
Expand Down
Loading

0 comments on commit 73f75bc

Please sign in to comment.