Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 30, 2024
1 parent 5315a91 commit 73e93a2
Show file tree
Hide file tree
Showing 6 changed files with 656 additions and 652 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.0",
"rollup": "^4.19.0",
"rollup": "^4.19.1",
"rollup-plugin-esbuild": "^6.1.1",
"serve": "^14.2.3",
"unplugin-vue": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions examples/rspack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"vue": "^3.4.34"
},
"devDependencies": {
"@rspack/cli": "1.0.0-alpha.1",
"@rspack/core": "1.0.0-alpha.1",
"@rspack/cli": "1.0.0-beta.0",
"@rspack/core": "1.0.0-beta.0",
"serve": "^14.2.3",
"swc-loader": "^0.2.6",
"ts-node": "^10.9.2",
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.3.4",
"vite": "^5.3.5",
"vite-plugin-inspect": "^0.8.5"
}
}
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.4.34"
},
"devDependencies": {
"@swc/core": "^1.7.1",
"@swc/core": "^1.7.3",
"@types/webpack": "^5.28.5",
"html-webpack-plugin": "^5.6.0",
"serve": "^14.2.3",
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,27 +87,27 @@
},
"dependencies": {
"@vue/reactivity": "^3.4.34",
"debug": "^4.3.5",
"debug": "^4.3.6",
"unplugin": "~1.12.0",
"vite": "^5.3.4"
"vite": "^5.3.5"
},
"devDependencies": {
"@babel/types": "^7.24.9",
"@babel/types": "^7.25.2",
"@jridgewell/gen-mapping": "^0.3.5",
"@jridgewell/trace-mapping": "^0.3.25",
"@sxzz/eslint-config": "^3.15.1",
"@sxzz/eslint-config": "^3.16.1",
"@sxzz/prettier-config": "^2.0.2",
"@sxzz/test-utils": "^0.2.1",
"@types/debug": "^4.1.12",
"@types/node": "^20.14.12",
"@vitejs/plugin-vue": "5.1.0",
"@types/node": "^20.14.13",
"@vitejs/plugin-vue": "5.1.1",
"@vitest/ui": "2.0.4",
"bumpp": "^9.4.1",
"esbuild": "0.23.0",
"eslint": "^9.7.0",
"eslint": "^9.8.0",
"fast-glob": "^3.3.2",
"rimraf": "^6.0.1",
"rollup": "^4.19.0",
"rollup": "^4.19.1",
"rollup-plugin-esbuild": "^6.1.1",
"slash": "^5.1.0",
"source-map-js": "^1.2.0",
Expand Down
Loading

0 comments on commit 73e93a2

Please sign in to comment.