Skip to content

Commit

Permalink
build: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Jul 29, 2023
1 parent 84c3041 commit db3ce2c
Show file tree
Hide file tree
Showing 8 changed files with 929 additions and 870 deletions.
2 changes: 1 addition & 1 deletion ecosystem/plugin-git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@vuepress/core": "workspace:*",
"@vuepress/utils": "workspace:*",
"execa": "^7.1.1"
"execa": "^7.2.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/theme-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@vuepress/shared": "workspace:*",
"@vuepress/utils": "workspace:*",
"@vueuse/core": "^10.2.1",
"sass": "^1.63.6",
"sass": "^1.64.1",
"sass-loader": "^13.3.2",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@
},
"prettier": "prettier-config-vuepress",
"devDependencies": {
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@types/node": "^20.4.1",
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@types/node": "^20.4.5",
"@types/webpack-env": "^1.18.1",
"@vitest/coverage-istanbul": "^0.33.0",
"bumpp": "^9.1.1",
"conventional-changelog-cli": "^3.0.0",
"cpx2": "^5.0.0",
"eslint": "^8.44.0",
"eslint": "^8.46.0",
"eslint-config-vuepress": "^4.3.0",
"eslint-config-vuepress-typescript": "^4.4.0",
"husky": "^8.0.3",
Expand All @@ -57,10 +57,10 @@
"tsconfig-vuepress": "^4.2.0",
"tsup": "^7.1.0",
"typescript": "^5.1.6",
"vite": "~4.4.2",
"vite": "~4.4.7",
"vitest": "^0.33.0"
},
"packageManager": "pnpm@8.6.7",
"packageManager": "pnpm@8.6.10",
"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 @@ -40,10 +40,10 @@
"@vuepress/utils": "workspace:*",
"autoprefixer": "^10.4.14",
"connect-history-api-fallback": "^2.0.0",
"postcss": "^8.4.25",
"postcss": "^8.4.27",
"postcss-load-config": "^4.0.1",
"rollup": "^3.26.2",
"vite": "~4.4.2",
"rollup": "^3.27.0",
"vite": "~4.4.7",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
},
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 @@ -50,14 +50,14 @@
"express": "^4.18.2",
"html-webpack-plugin": "^5.5.3",
"mini-css-extract-plugin": "^2.7.6",
"postcss": "^8.4.25",
"postcss": "^8.4.27",
"postcss-csso": "^6.0.1",
"postcss-loader": "^7.3.3",
"style-loader": "^3.3.3",
"vue": "^3.3.4",
"vue-loader": "^17.2.2",
"vue-router": "^4.2.4",
"webpack": "^5.88.1",
"webpack": "^5.88.2",
"webpack-chain": "^6.5.1",
"webpack-dev-server": "^4.15.1",
"webpack-merge": "^5.9.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"cac": "^6.7.14",
"chokidar": "^3.5.3",
"envinfo": "^7.10.0",
"esbuild": "~0.18.11"
"esbuild": "~0.18.17"
},
"devDependencies": {
"@types/envinfo": "^7.8.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"fs-extra": "^11.1.1",
"globby": "^13.2.2",
"hash-sum": "^2.0.0",
"ora": "^6.3.1",
"ora": "^7.0.0",
"picocolors": "^1.0.0",
"upath": "^2.0.1"
},
Expand Down

0 comments on commit db3ce2c

Please sign in to comment.