Skip to content

Commit

Permalink
fix(deps): update react monorepo to v18.3.1 (#6012)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 16, 2024
1 parent 3ae3618 commit 95a6dd0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"jest": "29.7.0",
"jest-expo": "49.0.0",
"react-native-gesture-handler": "2.16.2",
"react-test-renderer": "18.2.0",
"react-test-renderer": "18.3.1",
"rimraf": "5.0.7",
"schedule": "0.5.0"
},
Expand All @@ -29,7 +29,7 @@
"expo": "49.0.23",
"global": "4.4.0",
"random-token": "0.0.8",
"react": "18.2.0",
"react": "18.3.1",
"react-native": "0.74.1",
"react-native-get-random-values": "1.11.0",
"react-native-quick-base64": "2.1.2",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"babel-polyfill": "6.26.0",
"concurrently": "8.2.2",
"pouchdb-server": "4.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"rxdb": "file:rxdb-local.tgz",
"rxjs": "7.8.1"
},
Expand Down

0 comments on commit 95a6dd0

Please sign in to comment.