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 10
10
"tauri": "tauri"
11
11
},
12
12
"dependencies": {
13
- "react": "^18.3.1 ",
14
- "react-dom": "^18.3.1 ",
13
+ "react": "^19.1.0 ",
14
+ "react-dom": "^19.1.0 ",
15
15
"@tauri-apps/api": "{% if v2 %}^2{% else %}^1{% endif %}"{% if v2 %},
16
16
"@tauri-apps/plugin-opener": "^2"{% endif %}
17
17
},
18
18
"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 ",
24
24
"@tauri-apps/cli": "{% if v2 %}^2{% else %}^1{% endif %}"
25
25
}
26
26
}
Original file line number Diff line number Diff line change 10
10
"tauri": "tauri"
11
11
},
12
12
"dependencies": {
13
- "react": "^18.3.1 ",
14
- "react-dom": "^18.3.1 ",
13
+ "react": "^19.1.0 ",
14
+ "react-dom": "^19.1.0 ",
15
15
"@tauri-apps/api": "{% if v2 %}^2{% else %}^1{% endif %}"{% if v2 %},
16
16
"@tauri-apps/plugin-opener": "^2"{% endif %}
17
17
},
18
18
"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 ",
21
21
"@tauri-apps/cli": "{% if v2 %}^2{% else %}^1{% endif %}"
22
22
}
23
23
}
You can’t perform that action at this time.
0 commit comments