Skip to content

Commit

Permalink
fix(deps): update react monorepo to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent 66ba7f7 commit e49e864
Show file tree
Hide file tree
Showing 7 changed files with 110 additions and 122 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
},
"pnpm": {
"overrides": {
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1"
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2"
},
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
Expand Down Expand Up @@ -149,8 +149,8 @@
"lint-staged": "15.2.10",
"pinst": "3.0.0",
"raf": "3.4.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"regenerator-runtime": "0.14.1",
"rimraf": "6.0.1",
"ts-node": "10.9.2",
Expand Down
12 changes: 6 additions & 6 deletions packages/react-broadcast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
"@flopflip/localstorage-adapter": "workspace:*",
"@flopflip/memory-adapter": "workspace:*",
"@flopflip/test-utils": "workspace:*",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"react": "18.3.1",
"react-dom": "18.3.1"
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"react": "19.0.0",
"react-dom": "19.0.0"
},
"peerDependencies": {
"react": "^16.8 || ^17.0 || ^18.0.0",
"react-dom": "^16.8 || ^17.0 || ^18.0.0"
"react": "^16.8 || ^17.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.8 || ^17.0 || ^18.0.0 || ^19.0.0"
},
"dependencies": {
"@babel/runtime": "7.26.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/react-redux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,21 @@
"@flopflip/localstorage-adapter": "workspace:*",
"@flopflip/memory-adapter": "workspace:*",
"@flopflip/test-utils": "workspace:*",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-redux": "8.0.5",
"redux": "4.2.1"
},
"dependencies": {
"@babel/runtime": "7.26.0",
"@flopflip/react": "workspace:*",
"@flopflip/types": "workspace:*",
"@types/react": "18.3.12",
"@types/react": "19.0.1",
"@types/react-redux": "7.1.34"
},
"peerDependencies": {
"react": "^16.8 || ^17.0 || ^18.0.0",
"react-dom": "^16.8 || ^17.0 || ^18.0.0",
"react": "^16.8 || ^17.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.8 || ^17.0 || ^18.0.0 || ^19.0.0",
"react-redux": "^7.0.0 || ^8.0.0",
"redux": "^4.0"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,22 @@
"homepage": "https://github.com/tdeekens/flopflip#readme",
"devDependencies": {
"@flopflip/test-utils": "workspace:*",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"react": "18.3.1",
"react-dom": "18.3.1"
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"react": "19.0.0",
"react-dom": "19.0.0"
},
"peerDependencies": {
"react": "^16.8 || ^17.0 || ^18.0.0",
"react-dom": "^16.8 || ^17.0 || ^18.0.0"
"react": "^16.8 || ^17.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.8 || ^17.0 || ^18.0.0 || ^19.0.0"
},
"dependencies": {
"@babel/runtime": "7.26.0",
"@flopflip/cache": "workspace:*",
"@flopflip/types": "workspace:*",
"@types/react-is": "17.0.7",
"lodash": "4.17.21",
"react-is": "18.3.1",
"react-is": "19.0.0",
"tiny-warning": "1.0.3",
"ts-deepmerge": "7.0.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@flopflip/memory-adapter": "workspace:*",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.0.1",
"react": "18.3.1",
"react-dom": "18.3.1"
"react": "19.0.0",
"react-dom": "19.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"launchdarkly-js-client-sdk": "3.5.0"
},
"devDependencies": {
"@types/react": "18.3.12",
"@types/react": "19.0.1",
"typescript": "5.7.2"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit e49e864

Please sign in to comment.