Skip to content

Commit

Permalink
build: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Jul 25, 2024
1 parent f0bd032 commit db9681d
Show file tree
Hide file tree
Showing 9 changed files with 688 additions and 725 deletions.
4 changes: 2 additions & 2 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"@vuepress/bundler-webpack": "workspace:*",
"sass-embedded": "^1.77.8",
"sass-loader": "^15.0.0",
"vue": "^3.4.32",
"vue": "^3.4.34",
"vuepress": "workspace:*"
},
"devDependencies": {
"@playwright/test": "^1.45.2",
"@playwright/test": "^1.45.3",
"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 @@ -34,9 +34,9 @@
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/types": "^19.0.3",
"@types/node": "^20.14.11",
"@types/node": "^20.14.12",
"@types/webpack-env": "^1.18.5",
"@vitest/coverage-istanbul": "^2.0.3",
"@vitest/coverage-istanbul": "^2.0.4",
"bumpp": "^9.4.1",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^8.57.0",
Expand All @@ -49,13 +49,13 @@
"rimraf": "^6.0.1",
"sort-package-json": "^2.10.0",
"tsconfig-vuepress": "^4.5.0",
"tsup": "^8.1.2",
"typescript": "^5.5.3",
"vite": "~5.3.4",
"vitest": "^2.0.3",
"vue-tsc": "^2.0.26"
"tsup": "^8.2.3",
"typescript": "^5.5.4",
"vite": "~5.3.5",
"vitest": "^2.0.4",
"vue-tsc": "^2.0.29"
},
"packageManager": "pnpm@9.5.0",
"packageManager": "pnpm@9.6.0",
"engines": {
"node": ">=18.16.0"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/bundler-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,18 @@
"clean": "rimraf dist"
},
"dependencies": {
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue": "^5.1.0",
"@vuepress/client": "workspace:*",
"@vuepress/core": "workspace:*",
"@vuepress/shared": "workspace:*",
"@vuepress/utils": "workspace:*",
"autoprefixer": "^10.4.19",
"connect-history-api-fallback": "^2.0.0",
"postcss": "^8.4.39",
"postcss": "^8.4.40",
"postcss-load-config": "^6.0.1",
"rollup": "^4.18.1",
"vite": "~5.3.4",
"vue": "^3.4.32",
"rollup": "^4.19.0",
"vite": "~5.3.5",
"vue": "^3.4.34",
"vue-router": "^4.4.0"
},
"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 @@ -52,10 +52,10 @@
"html-webpack-plugin": "^5.6.0",
"lightningcss": "^1.25.1",
"mini-css-extract-plugin": "^2.9.0",
"postcss": "^8.4.39",
"postcss": "^8.4.40",
"postcss-loader": "^8.1.1",
"style-loader": "^4.0.0",
"vue": "^3.4.32",
"vue": "^3.4.34",
"vue-loader": "^17.4.2",
"vue-router": "^4.4.0",
"webpack": "^5.93.0",
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": "^6.6.3",
"@vuepress/shared": "workspace:*",
"vue": "^3.4.32",
"vue": "^3.4.34",
"vue-router": "^4.4.0"
},
"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.32"
"vue": "^3.4.34"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@mdit-vue/plugin-toc": "^2.1.3",
"@mdit-vue/shared": "^2.1.3",
"@mdit-vue/types": "^2.1.0",
"@types/markdown-it": "^14.1.1",
"@types/markdown-it": "^14.1.2",
"@types/markdown-it-emoji": "^3.0.1",
"@vuepress/shared": "workspace:*",
"@vuepress/utils": "workspace:*",
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.32"
"vue": "^3.4.34"
},
"peerDependencies": {
"@vuepress/bundler-vite": "workspace:*",
Expand Down
Loading

0 comments on commit db9681d

Please sign in to comment.