Skip to content

Commit

Permalink
chore(deps): update react monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 2, 2023
1 parent a951de9 commit 054792e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions example/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@react-native-camera-roll/camera-roll": "5.3.1",
"@uiw/react-native": "4.0.11",
"@uiw/react-native-image-picker": "4.0.11",
"react": "18.0.0",
"react": "18.2.0",
"react-native": "0.69.7",
"react-native-gesture-handler": "2.8.0",
"react-native-image-picker": "^5.3.1",
Expand All @@ -30,7 +30,7 @@
"eslint": "^7.32.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "0.73.6",
"react-test-renderer": "18.0.0"
"react-test-renderer": "18.2.0"
},
"jest": {
"preset": "react-native"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"babel-preset-react-native": "4.0.1",
"fs-extra": "~10.1.0",
"metro-react-native-babel-preset": "0.73.6",
"react": "18.0.0",
"react": "18.2.0",
"react-native": "0.69.7"
},
"dependencies": {
Expand All @@ -39,8 +39,8 @@
"typescript": "^4.7.4"
},
"resolutions": {
"react": "18.0.0",
"react-dom": "18.0.0"
"react": "18.2.0",
"react-dom": "18.2.0"
},
"workspaces": {
"packages": [
Expand Down
4 changes: 2 additions & 2 deletions test-ci/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"react": "18.0.0",
"react": "18.2.0",
"react-native": "0.70.6"
},
"devDependencies": {
Expand All @@ -31,7 +31,7 @@
"eslint": "^7.32.0",
"jest": "^29.3.1",
"metro-react-native-babel-preset": "0.72.3",
"react-test-renderer": "18.1.0",
"react-test-renderer": "18.2.0",
"typescript": "^4.8.3",
"@types/color": "~3.0.3",
"@types/lodash": "~4.14.191",
Expand Down
8 changes: 4 additions & 4 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"ahooks": "3.7.6",
"color": "4.2.3",
"lodash": "4.17.21",
"react": "18.0.0",
"react": "18.2.0",
"react-code-preview-layout": "~3.0.0",
"react-dom": "18.0.0",
"react-dom": "18.2.0",
"react-native": "0.69.7",
"react-native-gesture-handler": "2.8.0",
"react-native-reanimated": "~2.13.0",
Expand All @@ -49,8 +49,8 @@
"@kkt/raw-modules": "7.0.5",
"@kkt/scope-plugin-options": "7.0.5",
"@types/jest": "~27.4.1",
"@types/react": "~18.0.0",
"@types/react-dom": "~18.0.0",
"@types/react": "~18.2.0",
"@types/react-dom": "~18.2.0",
"@types/styled-components": "^5.1.26",
"babel-plugin-react-native-web": "^0.18.10",
"babel-transform-import-plugin": "^1.0.2",
Expand Down

0 comments on commit 054792e

Please sign in to comment.