Skip to content

Commit fcfd22d

Browse files
fix(deps): update react monorepo to v19
1 parent 2113c7b commit fcfd22d

File tree

5 files changed

+20
-20
lines changed

5 files changed

+20
-20
lines changed

apps/cra/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"dependencies": {
77
"@nighttrax/foo": "workspace:*",
88
"@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"
1111
},
1212
"devDependencies": {
1313
"@types/node": "~22.13.0",
@@ -17,8 +17,8 @@
1717
"@craco/craco": "~7.1.0",
1818
"@types/express": "~4.17.13",
1919
"@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",
2222
"autoprefixer": "~10.4.0",
2323
"cross-env": "~7.0.2",
2424
"jest": "~29.7.0",

apps/nextjs/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
},
1010
"dependencies": {
1111
"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",
1414
"@nighttrax/components": "workspace:*"
1515
},
1616
"devDependencies": {
1717
"@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",
2020
"rimraf": "~6.0.0",
2121
"typescript": "~4.9.0"
2222
}

apps/storybook/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"version": "1.0.0",
55
"dependencies": {
66
"@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"
99
},
1010
"devDependencies": {
1111
"@babel/core": "~7.26.0",
@@ -15,8 +15,8 @@
1515
"@storybook/core-common": "~7.6.0",
1616
"@storybook/react": "~7.6.0",
1717
"@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",
2020
"babel-loader": "~10.0.0",
2121
"require-from-string": "~2.0.2",
2222
"rimraf": "~6.0.0",

apps/vite/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"dependencies": {
1414
"@nighttrax/components": "workspace:*",
1515
"@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"
1818
},
1919
"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",
2222
"@vitejs/plugin-react": "~4.3.0",
2323
"rimraf": "~6.0.0",
2424
"typescript": "~4.9.3",

packages/components/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
"prepublishOnly": "pnpm run build"
99
},
1010
"peerDependencies": {
11-
"react": "~18.3.0"
11+
"react": "~19.0.0"
1212
},
1313
"dependencies": {
1414
"@nighttrax/foo": "workspace:*"
1515
},
1616
"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",
2020
"rimraf": "~6.0.0"
2121
}
2222
}

0 commit comments

Comments
 (0)