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 Nov 26, 2024
1 parent 31d088f commit 7477987
Show file tree
Hide file tree
Showing 3 changed files with 159 additions and 140 deletions.
2 changes: 1 addition & 1 deletion plugins/store/examples/AppSettingsManager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@tauri-apps/cli": "1.6.3",
"vite": "^5.4.7",
"vite": "^6.0.0",
"typescript": "^5.3.3"
}
}
2 changes: 1 addition & 1 deletion plugins/websocket/examples/tauri-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@tauri-apps/cli": "1.6.3",
"typescript": "^5.3.3",
"vite": "^5.4.7"
"vite": "^6.0.0"
},
"dependencies": {
"tauri-plugin-websocket-api": "link:..\\.."
Expand Down
Loading

0 comments on commit 7477987

Please sign in to comment.