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.74.0" ,
19
19
"next" : " ^14.2.3" ,
20
20
"next-sanity" : " ^9.8.51" ,
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.74.0" ,
24
24
"sanity-plugin-mux-input" : " ^2.4.1" ,
25
25
"styled-components" : " ^6.1.14"
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.8 " ,
30
+ "@types/react-dom" : " ^19.0.3 " ,
31
31
"typescript" : " 5.7.3"
32
32
}
33
33
}
Original file line number Diff line number Diff line change 76
76
"@sanity/semantic-release-preset" : " ^5.0.0" ,
77
77
"@sanity/vision" : " ^3.74.0" ,
78
78
"@types/lodash" : " ^4.17.13" ,
79
- "@types/react" : " ^18.3.17 " ,
80
- "@types/react-is" : " ^18.3.1 " ,
79
+ "@types/react" : " ^19.0.8 " ,
80
+ "@types/react-is" : " ^19.0.0 " ,
81
81
"@typescript-eslint/eslint-plugin" : " ^7.18.0" ,
82
82
"@typescript-eslint/parser" : " ^7.18.0" ,
83
83
"eslint" : " ^8.57.1" ,
93
93
"npm-run-all2" : " ^5.0.2" ,
94
94
"prettier" : " ^3.4.2" ,
95
95
"prettier-plugin-packagejson" : " ^2.5.6" ,
96
- "react" : " ^18.3.1 " ,
97
- "react-dom" : " ^18.3.1 " ,
98
- "react-is" : " ^18.3.1 " ,
96
+ "react" : " ^19.0.0 " ,
97
+ "react-dom" : " ^19.0.0 " ,
98
+ "react-is" : " ^19.0.0 " ,
99
99
"sanity" : " ^3.74.0" ,
100
100
"semantic-release" : " ^24.2.0" ,
101
101
"styled-components" : " ^6.1.13" ,
102
102
"typescript" : " 5.7.3"
103
103
},
104
104
"peerDependencies" : {
105
- "react" : " ^18" ,
106
- "react-is" : " ^18" ,
105
+ "react" : " ^18 || ^19.0.0 " ,
106
+ "react-is" : " ^18 || ^19.0.0 " ,
107
107
"sanity" : " ^3.42.0" ,
108
108
"styled-components" : " ^5 || ^6"
109
109
},
You can’t perform that action at this time.
0 commit comments