Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Sep 12, 2024
1 parent 8b3f926 commit 64f2256
Show file tree
Hide file tree
Showing 5 changed files with 491 additions and 444 deletions.
2 changes: 1 addition & 1 deletion examples/rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"esbuild": "^0.23.1",
"rollup": "^4.21.2",
"rollup": "^4.21.3",
"rollup-plugin-esbuild": "^6.1.1",
"serve": "^14.2.3",
"unplugin-vue": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"unplugin-vue": "workspace:*",
"vite": "^5.4.3",
"vite": "^5.4.4",
"vite-plugin-inspect": "^0.8.7"
}
}
2 changes: 1 addition & 1 deletion examples/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"vue": "^3.5.4"
},
"devDependencies": {
"@swc/core": "^1.7.24",
"@swc/core": "^1.7.26",
"@types/webpack": "^5.28.5",
"css-loader": "^7.1.2",
"html-webpack-plugin": "^5.6.0",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,32 +89,32 @@
"@vue/reactivity": "^3.5.4",
"debug": "^4.3.7",
"unplugin": "^1.14.1",
"vite": "^5.4.3"
"vite": "^5.4.4"
},
"devDependencies": {
"@babel/types": "^7.25.6",
"@jridgewell/gen-mapping": "^0.3.5",
"@jridgewell/trace-mapping": "^0.3.25",
"@sxzz/eslint-config": "^4.2.0",
"@sxzz/prettier-config": "^2.0.2",
"@sxzz/test-utils": "^0.3.1",
"@sxzz/test-utils": "^0.3.2",
"@types/debug": "^4.1.12",
"@types/node": "^22.5.4",
"@vitejs/plugin-vue": "5.1.3",
"@vitest/ui": "2.0.5",
"@vitest/ui": "2.1.0",
"bumpp": "^9.5.2",
"esbuild": "0.23.1",
"eslint": "^9.10.0",
"fast-glob": "^3.3.2",
"rimraf": "^6.0.1",
"rollup": "^4.21.2",
"rollup": "^4.21.3",
"rollup-plugin-esbuild": "^6.1.1",
"slash": "^5.1.0",
"source-map-js": "^1.2.1",
"tsup": "^8.2.4",
"typescript": "^5.6.2",
"unplugin-unused": "^0.2.3",
"vitest": "2.0.5",
"vitest": "2.1.0",
"webpack": "^5.94.0"
},
"engines": {
Expand Down
Loading

0 comments on commit 64f2256

Please sign in to comment.