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 18, 2024
1 parent 4f89d39 commit 593fb4a
Show file tree
Hide file tree
Showing 8 changed files with 451 additions and 504 deletions.
4 changes: 2 additions & 2 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"@vuepress-e2e/conditional-exports": "file:./modules/conditional-exports",
"@vuepress/bundler-vite": "workspace:*",
"@vuepress/bundler-webpack": "workspace:*",
"sass": "^1.70.0",
"sass": "^1.71.0",
"sass-loader": "^14.1.0",
"vue": "^3.4.18",
"vue": "^3.4.19",
"vuepress": "workspace:*"
},
"devDependencies": {
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,18 @@
},
"prettier": "prettier-config-vuepress",
"devDependencies": {
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@types/node": "^20.11.17",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"@types/node": "^20.11.19",
"@types/webpack-env": "^1.18.4",
"@vitest/coverage-istanbul": "^1.2.2",
"@vitest/coverage-istanbul": "^1.3.0",
"bumpp": "^9.3.0",
"conventional-changelog-cli": "^4.1.0",
"eslint": "^8.56.0",
"eslint-config-vuepress": "^4.10.0",
"eslint-config-vuepress-typescript": "^4.10.0",
"eslint-plugin-cypress": "^2.15.1",
"husky": "^9.0.10",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"prettier-config-vuepress": "^4.4.0",
Expand All @@ -47,10 +47,10 @@
"tsconfig-vuepress": "^4.5.0",
"tsup": "^8.0.2",
"typescript": "^5.3.3",
"vite": "~5.1.1",
"vitest": "^1.2.2"
"vite": "~5.1.3",
"vitest": "^1.3.0"
},
"packageManager": "pnpm@8.15.1",
"packageManager": "pnpm@8.15.3",
"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.35",
"postcss-load-config": "^5.0.3",
"rollup": "^4.10.0",
"vite": "~5.1.1",
"vue": "^3.4.18",
"rollup": "^4.12.0",
"vite": "~5.1.3",
"vue": "^3.4.19",
"vue-router": "^4.2.5"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/bundler-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
"postcss-csso": "^6.0.1",
"postcss-loader": "^8.1.0",
"style-loader": "^3.3.4",
"vue": "^3.4.18",
"vue": "^3.4.19",
"vue-loader": "^17.4.2",
"vue-router": "^4.2.5",
"webpack": "^5.90.1",
"webpack": "^5.90.2",
"webpack-chain": "^6.5.1",
"webpack-dev-server": "^5.0.0",
"webpack-dev-server": "^5.0.2",
"webpack-merge": "^5.10.0"
},
"publishConfig": {
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,10 +37,10 @@
"clean": "rimraf dist"
},
"dependencies": {
"@vue/devtools-api": "^6.5.1",
"@vue/devtools-api": "^6.6.1",
"@vuepress/shared": "workspace:*",
"@vueuse/core": "^10.7.2",
"vue": "^3.4.18",
"vue": "^3.4.19",
"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.4.18"
"vue": "^3.4.19"
},
"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.18"
"vue": "^3.4.19"
},
"peerDependencies": {
"@vuepress/bundler-vite": "workspace:*",
Expand Down
Loading

0 comments on commit 593fb4a

Please sign in to comment.