Skip to content

Commit

Permalink
chore(deps): update dependency vite to v6 (tauri-apps#2100)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 27, 2024
1 parent 40ea6e0 commit 241319a
Show file tree
Hide file tree
Showing 5 changed files with 215 additions and 194 deletions.
2 changes: 1 addition & 1 deletion examples/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"@unocss/extractor-svelte": "^0.64.0",
"svelte": "^5.0.0",
"unocss": "^0.64.0",
"vite": "^5.4.7"
"vite": "^6.0.0"
}
}
2 changes: 1 addition & 1 deletion plugins/deep-link/examples/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"devDependencies": {
"@tauri-apps/cli": "2.1.0",
"typescript": "^5.2.2",
"vite": "^5.4.7"
"vite": "^6.0.0"
}
}
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": "2.1.0",
"vite": "^5.0.12",
"vite": "^6.0.0",
"typescript": "^5.4.7"
}
}
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": "2.1.0",
"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 241319a

Please sign in to comment.