File tree 6 files changed +503
-20
lines changed
6 files changed +503
-20
lines changed Original file line number Diff line number Diff line change 53
53
"simple-git-hooks" : " ^2.11.1" ,
54
54
"tsx" : " ^4.19.2" ,
55
55
"typescript" : " ^5.7.2" ,
56
- "vite" : " ^5.4.11 " ,
56
+ "vite" : " ^6.0.0 " ,
57
57
"vitest" : " ^2.1.5"
58
58
},
59
59
"simple-git-hooks" : {
Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ### Add Vite 6 to peerDependencies range
6
+
7
+ Vite 6 is highly backward compatible, not much to add!
8
+
9
+ ### Force Babel to output spec compliant import attributes [ #386 ] ( https://github.com/vitejs/vite-plugin-react/pull/386 )
10
+
11
+ The default was an old spec (` with type: "json" ` ). We now enforce spec compliant (` with { type: "json" } ` )
12
+
5
13
## 4.3.3 (2024-10-19)
6
14
7
15
### React Compiler runtimeModule option removed
Original file line number Diff line number Diff line change 45
45
"react-refresh" : " ^0.14.2"
46
46
},
47
47
"peerDependencies" : {
48
- "vite" : " ^4.2.0 || ^5.0.0"
48
+ "vite" : " ^4.2.0 || ^5.0.0 || ^6.0.0 "
49
49
},
50
50
"devDependencies" : {
51
51
"unbuild" : " ^2.0.0"
Original file line number Diff line number Diff line change 18
18
"@types/react-dom" : " ^18.3.1" ,
19
19
"@vitejs/plugin-react" : " workspace:*" ,
20
20
"babel-plugin-react-compiler" : " 0.0.0-experimental-dc8bd44-20241121" ,
21
- "typescript" : " ^5.7.2" ,
22
- "vite" : " ^5.4.11"
21
+ "typescript" : " ^5.7.2"
23
22
}
24
23
}
Original file line number Diff line number Diff line change 17
17
"@types/react-dom" : " ^18.3.1" ,
18
18
"@vitejs/plugin-react" : " workspace:*" ,
19
19
"babel-plugin-react-compiler" : " 0.0.0-experimental-dc8bd44-20241121" ,
20
- "typescript" : " ^5.7.2" ,
21
- "vite" : " ^5.4.11"
20
+ "typescript" : " ^5.7.2"
22
21
}
23
22
}
You can’t perform that action at this time.
0 commit comments