Skip to content

Commit

Permalink
build: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Aug 15, 2024
1 parent 651295d commit a1049e7
Show file tree
Hide file tree
Showing 9 changed files with 889 additions and 866 deletions.
6 changes: 3 additions & 3 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"@vuepress/bundler-webpack": "workspace:*",
"sass": "^1.77.8",
"sass-embedded": "^1.77.8",
"sass-loader": "^15.0.0",
"vue": "^3.4.34",
"sass-loader": "^16.0.0",
"vue": "^3.4.37",
"vuepress": "workspace:*"
},
"devDependencies": {
"@playwright/test": "^1.45.3",
"@playwright/test": "^1.46.0",
"anywhere": "^1.6.0",
"cross-env": "^7.0.3"
}
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,31 +31,31 @@
},
"prettier": "prettier-config-vuepress",
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/types": "^19.0.3",
"@types/node": "^20.14.12",
"@types/node": "^22.3.0",
"@types/webpack-env": "^1.18.5",
"@vitest/coverage-istanbul": "^2.0.4",
"bumpp": "^9.4.1",
"@vitest/coverage-istanbul": "^2.0.5",
"bumpp": "^9.5.1",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^8.57.0",
"eslint-config-vuepress": "^4.10.1",
"eslint-config-vuepress-typescript": "^4.10.1",
"husky": "^9.1.1",
"lint-staged": "^15.2.7",
"husky": "^9.1.4",
"lint-staged": "^15.2.9",
"prettier": "^3.3.3",
"prettier-config-vuepress": "^4.4.0",
"rimraf": "^6.0.1",
"sort-package-json": "^2.10.0",
"tsconfig-vuepress": "^4.5.0",
"tsup": "^8.2.3",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vite": "~5.3.5",
"vitest": "^2.0.4",
"vitest": "^2.0.5",
"vue-tsc": "^2.0.29"
},
"packageManager": "pnpm@9.6.0",
"packageManager": "pnpm@9.7.1",
"engines": {
"node": ">=18.16.0"
}
Expand Down
12 changes: 6 additions & 6 deletions packages/bundler-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,19 @@
"clean": "rimraf dist"
},
"dependencies": {
"@vitejs/plugin-vue": "^5.1.0",
"@vitejs/plugin-vue": "^5.1.2",
"@vuepress/client": "workspace:*",
"@vuepress/core": "workspace:*",
"@vuepress/shared": "workspace:*",
"@vuepress/utils": "workspace:*",
"autoprefixer": "^10.4.19",
"autoprefixer": "^10.4.20",
"connect-history-api-fallback": "^2.0.0",
"postcss": "^8.4.40",
"postcss": "^8.4.41",
"postcss-load-config": "^6.0.1",
"rollup": "^4.19.0",
"rollup": "^4.20.0",
"vite": "~5.3.5",
"vue": "^3.4.34",
"vue-router": "^4.4.0"
"vue": "^3.4.37",
"vue-router": "^4.4.3"
},
"publishConfig": {
"access": "public"
Expand Down
10 changes: 5 additions & 5 deletions packages/bundler-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,22 @@
"@vuepress/core": "workspace:*",
"@vuepress/shared": "workspace:*",
"@vuepress/utils": "workspace:*",
"autoprefixer": "^10.4.19",
"autoprefixer": "^10.4.20",
"chokidar": "^3.6.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"esbuild-loader": "~4.2.2",
"express": "^4.19.2",
"html-webpack-plugin": "^5.6.0",
"lightningcss": "^1.25.1",
"lightningcss": "^1.26.0",
"mini-css-extract-plugin": "^2.9.0",
"postcss": "^8.4.40",
"postcss": "^8.4.41",
"postcss-loader": "^8.1.1",
"style-loader": "^4.0.0",
"vue": "^3.4.34",
"vue": "^3.4.37",
"vue-loader": "^17.4.2",
"vue-router": "^4.4.0",
"vue-router": "^4.4.3",
"webpack": "^5.93.0",
"webpack-5-chain": "^8.0.2",
"webpack-dev-server": "^5.0.4",
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.3",
"@vuepress/shared": "workspace:*",
"vue": "^3.4.34",
"vue-router": "^4.4.0"
"vue": "^3.4.37",
"vue-router": "^4.4.3"
},
"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.34"
"vue": "^3.4.37"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/fs-extra": "^11.0.4",
"@types/hash-sum": "^1.0.2",
"@vuepress/shared": "workspace:*",
"debug": "^4.3.5",
"debug": "^4.3.6",
"fs-extra": "^11.2.0",
"globby": "^14.0.2",
"hash-sum": "^2.0.0",
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.34"
"vue": "^3.4.37"
},
"peerDependencies": {
"@vuepress/bundler-vite": "workspace:*",
Expand Down
Loading

0 comments on commit a1049e7

Please sign in to comment.