Skip to content

Commit

Permalink
build: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Jun 7, 2024
1 parent d7e6f70 commit 5600da4
Show file tree
Hide file tree
Showing 6 changed files with 616 additions and 603 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/types": "^19.0.3",
"@types/node": "^20.12.13",
"@types/node": "^20.14.2",
"@types/webpack-env": "^1.18.5",
"@vitest/coverage-istanbul": "^1.6.0",
"bumpp": "^9.4.1",
Expand All @@ -44,18 +44,18 @@
"eslint-config-vuepress-typescript": "^4.10.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.5",
"prettier": "^3.2.5",
"prettier": "^3.3.1",
"prettier-config-vuepress": "^4.4.0",
"rimraf": "^5.0.7",
"sort-package-json": "^2.10.0",
"tsconfig-vuepress": "^4.5.0",
"tsup": "^8.0.2",
"tsup": "^8.1.0",
"typescript": "^5.4.5",
"vite": "5.2.11",
"vitest": "^1.6.0",
"vue-tsc": "^2.0.19"
},
"packageManager": "pnpm@9.1.4",
"packageManager": "pnpm@9.2.0",
"engines": {
"node": ">=18.16.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/bundler-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"autoprefixer": "^10.4.19",
"connect-history-api-fallback": "^2.0.0",
"postcss": "^8.4.38",
"postcss-load-config": "^5.1.0",
"postcss-load-config": "^6.0.1",
"rollup": "^4.18.0",
"vite": "5.2.11 || >5.2.12 <5.3.0",
"vue": "^3.4.27",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
"cac": "^6.7.14",
"chokidar": "^3.6.0",
"envinfo": "^7.13.0",
"esbuild": "~0.20.2"
"esbuild": "~0.21.4"
},
"devDependencies": {
"@types/envinfo": "^7.8.3"
"@types/envinfo": "^7.8.4"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"clean": "rimraf dist"
},
"dependencies": {
"@vue/devtools-api": "^6.6.1",
"@vue/devtools-api": "^6.6.3",
"@vuepress/shared": "workspace:*",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
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.4",
"debug": "^4.3.5",
"fs-extra": "^11.2.0",
"globby": "^14.0.1",
"hash-sum": "^2.0.0",
Expand Down
Loading

0 comments on commit 5600da4

Please sign in to comment.