File tree 5 files changed +20
-20
lines changed
5 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 6
6
"dependencies" : {
7
7
"@nighttrax/foo" : " workspace:*" ,
8
8
"@nighttrax/components" : " workspace:*" ,
9
- "react" : " ~18.3 .0" ,
10
- "react-dom" : " ~18.3 .0"
9
+ "react" : " ~19.0 .0" ,
10
+ "react-dom" : " ~19.0 .0"
11
11
},
12
12
"devDependencies" : {
13
13
"@types/node" : " ~22.13.0" ,
17
17
"@craco/craco" : " ~7.1.0" ,
18
18
"@types/express" : " ~4.17.13" ,
19
19
"@types/jest" : " ~29.5.0" ,
20
- "@types/react" : " ~18.3 .0" ,
21
- "@types/react-dom" : " ~18.3 .0" ,
20
+ "@types/react" : " ~19.0 .0" ,
21
+ "@types/react-dom" : " ~19.0 .0" ,
22
22
"autoprefixer" : " ~10.4.0" ,
23
23
"cross-env" : " ~7.0.2" ,
24
24
"jest" : " ~29.7.0" ,
Original file line number Diff line number Diff line change 9
9
},
10
10
"dependencies" : {
11
11
"next" : " ~15.2.0" ,
12
- "react" : " ~18.3 .0" ,
13
- "react-dom" : " ~18.3 .0" ,
12
+ "react" : " ~19.0 .0" ,
13
+ "react-dom" : " ~19.0 .0" ,
14
14
"@nighttrax/components" : " workspace:*"
15
15
},
16
16
"devDependencies" : {
17
17
"@types/node" : " ~22.13.0" ,
18
- "@types/react" : " ~18.3 .0" ,
19
- "@types/react-dom" : " ~18.3 .0" ,
18
+ "@types/react" : " ~19.0 .0" ,
19
+ "@types/react-dom" : " ~19.0 .0" ,
20
20
"rimraf" : " ~6.0.0" ,
21
21
"typescript" : " ~4.9.0"
22
22
}
Original file line number Diff line number Diff line change 4
4
"version" : " 1.0.0" ,
5
5
"dependencies" : {
6
6
"@nighttrax/components" : " workspace:*" ,
7
- "react" : " ~18.3 .0" ,
8
- "react-dom" : " ~18.3 .0"
7
+ "react" : " ~19.0 .0" ,
8
+ "react-dom" : " ~19.0 .0"
9
9
},
10
10
"devDependencies" : {
11
11
"@babel/core" : " ~7.26.0" ,
15
15
"@storybook/core-common" : " ~7.6.0" ,
16
16
"@storybook/react" : " ~7.6.0" ,
17
17
"@storybook/react-webpack5" : " ~7.6.0" ,
18
- "@types/react" : " ~18.3 .0" ,
19
- "@types/react-dom" : " ~18.3 .0" ,
18
+ "@types/react" : " ~19.0 .0" ,
19
+ "@types/react-dom" : " ~19.0 .0" ,
20
20
"babel-loader" : " ~10.0.0" ,
21
21
"require-from-string" : " ~2.0.2" ,
22
22
"rimraf" : " ~6.0.0" ,
Original file line number Diff line number Diff line change 13
13
"dependencies" : {
14
14
"@nighttrax/components" : " workspace:*" ,
15
15
"@nighttrax/foo" : " workspace:*" ,
16
- "react" : " ~18.3 .0" ,
17
- "react-dom" : " ~18.3 .0"
16
+ "react" : " ~19.0 .0" ,
17
+ "react-dom" : " ~19.0 .0"
18
18
},
19
19
"devDependencies" : {
20
- "@types/react" : " ~18.3 .0" ,
21
- "@types/react-dom" : " ~18.3 .0" ,
20
+ "@types/react" : " ~19.0 .0" ,
21
+ "@types/react-dom" : " ~19.0 .0" ,
22
22
"@vitejs/plugin-react" : " ~4.3.0" ,
23
23
"rimraf" : " ~6.0.0" ,
24
24
"typescript" : " ~4.9.3" ,
Original file line number Diff line number Diff line change 8
8
"prepublishOnly" : " pnpm run build"
9
9
},
10
10
"peerDependencies" : {
11
- "react" : " ~18.3 .0"
11
+ "react" : " ~19.0 .0"
12
12
},
13
13
"dependencies" : {
14
14
"@nighttrax/foo" : " workspace:*"
15
15
},
16
16
"devDependencies" : {
17
- "@types/react" : " ~18.3 .0" ,
18
- "react" : " ~18.3 .0" ,
19
- "react-dom" : " ~18.3 .0" ,
17
+ "@types/react" : " ~19.0 .0" ,
18
+ "react" : " ~19.0 .0" ,
19
+ "react-dom" : " ~19.0 .0" ,
20
20
"rimraf" : " ~6.0.0"
21
21
}
22
22
}
You can’t perform that action at this time.
0 commit comments