Skip to content

Commit

Permalink
build: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Oct 10, 2024
1 parent 41214eb commit e72cdb1
Show file tree
Hide file tree
Showing 9 changed files with 635 additions and 635 deletions.
4 changes: 2 additions & 2 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"sass": "^1.79.4",
"sass-embedded": "^1.79.4",
"sass-loader": "^16.0.2",
"vue": "^3.5.10",
"vue": "^3.5.11",
"vuepress": "workspace:*"
},
"devDependencies": {
"@playwright/test": "^1.47.2",
"@playwright/test": "^1.48.0",
"anywhere": "^1.6.0",
"cross-env": "^7.0.3"
}
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/types": "^19.5.0",
"@types/node": "^22.7.4",
"@types/node": "^22.7.5",
"@types/webpack-env": "^1.18.5",
"@vitest/coverage-istanbul": "^2.1.1",
"bumpp": "^9.6.1",
"@vitest/coverage-istanbul": "^2.1.2",
"bumpp": "^9.7.1",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^9.11.1",
"eslint": "^9.12.0",
"eslint-config-vuepress": "^5.2.0",
"husky": "^9.1.6",
"jiti": "^2.0.0",
"jiti": "^2.3.3",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"prettier-config-vuepress": "^5.0.0",
Expand All @@ -52,10 +52,10 @@
"taze": "^0.17.2",
"tsconfig-vuepress": "^5.2.0",
"tsup": "^8.3.0",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"vite": "~5.4.8",
"vitest": "^2.1.1",
"vitest": "^2.1.2",
"vue-tsc": "^2.1.6"
},
"packageManager": "pnpm@9.11.0"
"packageManager": "pnpm@9.12.1"
}
4 changes: 2 additions & 2 deletions packages/bundler-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
"connect-history-api-fallback": "^2.0.0",
"postcss": "^8.4.47",
"postcss-load-config": "^6.0.1",
"rollup": "^4.22.5",
"rollup": "^4.24.0",
"vite": "~5.4.8",
"vue": "^3.5.10",
"vue": "^3.5.11",
"vue-router": "^4.4.5"
},
"devDependencies": {
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 @@ -49,14 +49,14 @@
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"esbuild-loader": "~4.2.2",
"express": "^4.21.0",
"express": "^4.21.1",
"html-webpack-plugin": "^5.6.0",
"lightningcss": "^1.27.0",
"mini-css-extract-plugin": "^2.9.1",
"postcss": "^8.4.47",
"postcss-loader": "^8.1.1",
"style-loader": "^4.0.0",
"vue": "^3.5.10",
"vue": "^3.5.11",
"vue-loader": "^17.4.2",
"vue-router": "^4.4.5",
"webpack": "^5.95.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/bundlerutils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@vuepress/core": "workspace:*",
"@vuepress/shared": "workspace:*",
"@vuepress/utils": "workspace:*",
"vue": "^3.5.10",
"vue": "^3.5.11",
"vue-router": "^4.4.5"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"@vue/devtools-api": "^7.4.6",
"@vuepress/shared": "workspace:*",
"vue": "^3.5.10",
"vue": "^3.5.11",
"vue-router": "^4.4.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.5.10"
"vue": "^3.5.11"
},
"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.10"
"vue": "^3.5.11"
},
"peerDependencies": {
"@vuepress/bundler-vite": "workspace:*",
Expand Down
Loading

0 comments on commit e72cdb1

Please sign in to comment.