File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 18
18
"@sanity/vision" : " ^3.42.1" ,
19
19
"next" : " ^14.2.3" ,
20
20
"next-sanity" : " ^9.0.20" ,
21
- "react" : " ^18.3.1 " ,
22
- "react-dom" : " ^18.3.1 " ,
21
+ "react" : " ^19.0.0 " ,
22
+ "react-dom" : " ^19.0.0 " ,
23
23
"sanity" : " ^3.42.1" ,
24
24
"sanity-plugin-mux-input" : " ^2.3.0" ,
25
25
"styled-components" : " ^6.1.11"
26
26
},
27
27
"devDependencies" : {
28
28
"@types/node" : " ^20.12.12" ,
29
- "@types/react" : " ^18.3.17 " ,
30
- "@types/react-dom" : " ^18.3.5 " ,
29
+ "@types/react" : " ^19.0.7 " ,
30
+ "@types/react-dom" : " ^19.0.3 " ,
31
31
"typescript" : " ^5.7.2"
32
32
}
33
33
}
Original file line number Diff line number Diff line change 77
77
"@sanity/semantic-release-preset" : " ^5.0.0" ,
78
78
"@sanity/vision" : " ^3.68.1" ,
79
79
"@types/lodash" : " ^4.17.13" ,
80
- "@types/react" : " ^18.3.17 " ,
81
- "@types/react-is" : " ^18.3.1 " ,
80
+ "@types/react" : " ^19.0.7 " ,
81
+ "@types/react-is" : " ^19.0.0 " ,
82
82
"@types/styled-components" : " ^5.1.34" ,
83
83
"@typescript-eslint/eslint-plugin" : " ^7.18.0" ,
84
84
"@typescript-eslint/parser" : " ^7.18.0" ,
95
95
"npm-run-all2" : " ^5.0.2" ,
96
96
"prettier" : " ^3.4.2" ,
97
97
"prettier-plugin-packagejson" : " ^2.5.6" ,
98
- "react" : " ^18.3.1 " ,
99
- "react-dom" : " ^18.3.1 " ,
100
- "react-is" : " ^18.3.1 " ,
98
+ "react" : " ^19.0.0 " ,
99
+ "react-dom" : " ^19.0.0 " ,
100
+ "react-is" : " ^19.0.0 " ,
101
101
"rimraf" : " ^5.0.7" ,
102
102
"sanity" : " ^3.68.1" ,
103
103
"semantic-release" : " ^24.2.0" ,
106
106
"yalc" : " 1.0.0-pre.53"
107
107
},
108
108
"peerDependencies" : {
109
- "react" : " ^18" ,
110
- "react-is" : " ^18" ,
109
+ "react" : " ^18 || ^19.0.0 " ,
110
+ "react-is" : " ^18 || ^19.0.0 " ,
111
111
"sanity" : " ^3.42.0" ,
112
112
"styled-components" : " ^5 || ^6"
113
113
},
You can’t perform that action at this time.
0 commit comments