File tree Expand file tree Collapse file tree 3 files changed +17
-11
lines changed Expand file tree Collapse file tree 3 files changed +17
-11
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " create-tauri-app " : patch
3+ " create-tauri-app-js " : patch
4+ ---
5+
6+ Update ` react ` and ` react-ts ` templates to React 19 based on create-vite template
Original file line number Diff line number Diff line change 1010 "tauri": "tauri"
1111 },
1212 "dependencies": {
13- "react": "^18.3.1 ",
14- "react-dom": "^18.3.1 ",
13+ "react": "^19.1.0 ",
14+ "react-dom": "^19.1.0 ",
1515 "@tauri-apps/api": "{% if v2 %}^2{% else %}^1{% endif %}"{% if v2 %},
1616 "@tauri-apps/plugin-opener": "^2"{% endif %}
1717 },
1818 "devDependencies": {
19- "@types/react": "^18.3.1 ",
20- "@types/react-dom": "^18.3.1 ",
21- "@vitejs/plugin-react": "^4.3.4 ",
22- "typescript": "~5.6.2 ",
23- "vite": "^6 .0.3 ",
19+ "@types/react": "^19.1.8 ",
20+ "@types/react-dom": "^19.1.6 ",
21+ "@vitejs/plugin-react": "^4.6.0 ",
22+ "typescript": "~5.8.3 ",
23+ "vite": "^7 .0.4 ",
2424 "@tauri-apps/cli": "{% if v2 %}^2{% else %}^1{% endif %}"
2525 }
2626}
Original file line number Diff line number Diff line change 1010 "tauri": "tauri"
1111 },
1212 "dependencies": {
13- "react": "^18.3.1 ",
14- "react-dom": "^18.3.1 ",
13+ "react": "^19.1.0 ",
14+ "react-dom": "^19.1.0 ",
1515 "@tauri-apps/api": "{% if v2 %}^2{% else %}^1{% endif %}"{% if v2 %},
1616 "@tauri-apps/plugin-opener": "^2"{% endif %}
1717 },
1818 "devDependencies": {
19- "@vitejs/plugin-react": "^4.3.4 ",
20- "vite": "^6 .0.3 ",
19+ "@vitejs/plugin-react": "^4.6.0 ",
20+ "vite": "^7 .0.4 ",
2121 "@tauri-apps/cli": "{% if v2 %}^2{% else %}^1{% endif %}"
2222 }
2323}
You can’t perform that action at this time.
0 commit comments