Skip to content

Commit

Permalink
chore(deps): update dependency vite to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 5, 2024
1 parent 8c7a19b commit a5f330d
Show file tree
Hide file tree
Showing 6 changed files with 121 additions and 48 deletions.
2 changes: 1 addition & 1 deletion examples/react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-react-refresh": "0.4.14",
"typescript": "5.6.3",
"vite": "5.4.11"
"vite": "6.0.2"
}
}
2 changes: 1 addition & 1 deletion examples/solid-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"typescript": "5.6.3",
"vite": "5.4.11",
"vite": "6.0.2",
"vite-plugin-solid": "2.11.0"
}
}
2 changes: 1 addition & 1 deletion examples/vanilla-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@walletconnect/types": "2.17.2",
"typescript": "5.6.3",
"vite": "5.4.11"
"vite": "6.0.2"
},
"dependencies": {
"@algorandfoundation/liquid-auth-use-wallet-client": "1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "5.2.1",
"typescript": "5.6.3",
"vite": "5.4.11",
"vite": "6.0.2",
"vue-tsc": "2.1.10"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"prettier": "3.4.1",
"vite": "5.4.11",
"vite": "6.0.2",
"vite-plugin-solid": "2.11.0",
"vitest": "2.1.6",
"vue-demi": "0.14.10"
Expand Down
Loading

0 comments on commit a5f330d

Please sign in to comment.