Skip to content

Commit

Permalink
build: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Aug 30, 2023
1 parent 3392ed9 commit 7f90029
Show file tree
Hide file tree
Showing 4 changed files with 155 additions and 156 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@
"conventional-changelog-cli": "^4.0.0",
"cpx2": "^5.0.0",
"eslint": "^8.48.0",
"eslint-config-vuepress": "^4.3.0",
"eslint-config-vuepress-typescript": "^4.4.0",
"eslint-config-vuepress": "^4.5.0",
"eslint-config-vuepress-typescript": "^4.6.0",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"prettier": "^3.0.2",
"prettier": "^3.0.3",
"prettier-config-vuepress": "^4.4.0",
"rimraf": "^5.0.1",
"sort-package-json": "^2.5.1",
"tsconfig-vuepress": "^4.2.0",
"tsconfig-vuepress": "^4.5.0",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vite": "~4.4.9",
Expand Down
4 changes: 2 additions & 2 deletions packages/bundler-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
"clean": "rimraf dist"
},
"dependencies": {
"@vitejs/plugin-vue": "^4.3.3",
"@vitejs/plugin-vue": "^4.3.4",
"@vuepress/client": "workspace:*",
"@vuepress/core": "workspace:*",
"@vuepress/shared": "workspace:*",
"@vuepress/utils": "workspace:*",
"autoprefixer": "^10.4.15",
"connect-history-api-fallback": "^2.0.0",
"postcss": "^8.4.28",
"postcss": "^8.4.29",
"postcss-load-config": "^4.0.1",
"rollup": "^3.28.1",
"vite": "~4.4.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/bundler-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"express": "^4.18.2",
"html-webpack-plugin": "^5.5.3",
"mini-css-extract-plugin": "^2.7.6",
"postcss": "^8.4.28",
"postcss": "^8.4.29",
"postcss-csso": "^6.0.1",
"postcss-loader": "^7.3.3",
"style-loader": "^3.3.3",
Expand Down
Loading

0 comments on commit 7f90029

Please sign in to comment.