Skip to content

Commit 946d918

Browse files
committed
fix(deps): upgrade vite v8 and @vitejs/plugin-react v6
plugin-react v6 requires Vite v8's built-in Oxc integration. Must co-upgrade since plugin-react v6 dropped Vite 7 support.
1 parent cbb3f21 commit 946d918

3 files changed

Lines changed: 314 additions & 546 deletions

File tree

desktop/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@
7676
"@tauri-apps/cli": "~2.11",
7777
"@types/react": "^19.1.8",
7878
"@types/react-dom": "^19.1.6",
79-
"@vitejs/plugin-react": "^4.6.0",
79+
"@vitejs/plugin-react": "^6.0.0",
8080
"autoprefixer": "^10.4.27",
8181
"nostr-tools": "^2.23.3",
8282
"postcss": "^8.5.8",
8383
"tailwindcss": "^3.4.17",
8484
"tailwindcss-animate": "^1.0.7",
8585
"typescript": "~5.9.0",
86-
"vite": "^7.0.4"
86+
"vite": "^8.0.0"
8787
}
8888
}

0 commit comments

Comments
 (0)