File tree Expand file tree Collapse file tree 4 files changed +98
-137
lines changed Expand file tree Collapse file tree 4 files changed +98
-137
lines changed Original file line number Diff line number Diff line change 56
56
"@types/lodash" : " ^4.17.12" ,
57
57
"@types/minimist" : " ^1.2.5" ,
58
58
"@types/node" : " ^22.0.0" ,
59
- "@types/react" : " ^18.3.12 " ,
60
- "@types/react-dom" : " ^18.3.1 " ,
59
+ "@types/react" : " ^19.0.0 " ,
60
+ "@types/react-dom" : " ^19.0.0 " ,
61
61
"@types/regenerate" : " ^1.4.3" ,
62
62
"@types/serialize-javascript" : " ^5.0.4" ,
63
63
"@types/webpack" : " ^5.28.5" ,
105
105
"make-plural-compiler" : " ^5.1.0" ,
106
106
"minimist" : " ^1.2.8" ,
107
107
"prettier" : " ^3.3.3" ,
108
- "react" : " ^18 " ,
109
- "react-dom" : " ^18 " ,
108
+ "react" : " ^19.0.0 " ,
109
+ "react-dom" : " ^19.0.0 " ,
110
110
"regenerate" : " ^1.4.2" ,
111
111
"regexpu-core" : " ^6.1.1" ,
112
112
"serialize-javascript" : " ^6.0.2" ,
172
172
"@glimmer/interfaces" : " 0.94.5" ,
173
173
"@glimmer/syntax" : " 0.94.7" ,
174
174
"eslint" : " 9.20.1" ,
175
- "react" : " 18 " ,
176
- "react-dom" : " 18 " ,
175
+ "react" : " ^19.0.0 " ,
176
+ "react-dom" : " ^19.0.0 " ,
177
177
"source-map-js" : " 1.2.1" ,
178
178
"terser" : " 5.39.0" ,
179
179
"typescript" : " 5.7.3"
Original file line number Diff line number Diff line change 13
13
"@formatjs/intl-numberformat" : " workspace:*" ,
14
14
"@formatjs/intl-pluralrules" : " workspace:*" ,
15
15
"@types/hoist-non-react-statics" : " ^3.3.1" ,
16
- "@types/react" : " ^18.3.12 " ,
16
+ "@types/react" : " ^19.0.0 " ,
17
17
"hoist-non-react-statics" : " ^3.3.2" ,
18
18
"intl-messageformat" : " workspace:*" ,
19
19
"react-intl" : " workspace:*" ,
Original file line number Diff line number Diff line change 11
11
"@formatjs/icu-messageformat-parser" : " workspace:*" ,
12
12
"@formatjs/intl" : " workspace:*" ,
13
13
"@types/hoist-non-react-statics" : " ^3.3.1" ,
14
- "@types/react" : " ^18.3.12 " ,
14
+ "@types/react" : " ^19.0.0 " ,
15
15
"hoist-non-react-statics" : " ^3.3.2" ,
16
16
"intl-messageformat" : " workspace:*" ,
17
17
"tslib" : " ^2.8.0"
18
18
},
19
19
"peerDependencies" : {
20
- "react" : " ^18" ,
20
+ "react" : " ^18 || ^19.0.0 " ,
21
21
"typescript" : " 5.8.2"
22
22
},
23
23
"browserslist" : [
You can’t perform that action at this time.
0 commit comments