Skip to content

Commit

Permalink
fix(deps): update dependency react-native to v0.74.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 30, 2024
1 parent c4bf11b commit 1a09f60
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/ketchup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-native": "^0.66.3",
"react-native": "^0.74.0",
"react-use": "^17.3.1"
},
"devDependencies": {
"@types/react": "17.0.38",
"@types/react-native": "0.66.4"
"@types/react-native": "0.73.0"
}
}
4 changes: 2 additions & 2 deletions packages/lettuce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"@graphql-codegen/typescript-operations": "^2.2.0",
"@graphql-codegen/typescript-react-apollo": "^3.2.1",
"@types/react": "^17.0.35",
"@types/react-native": "^0.66.4",
"@types/react-native": "^0.73.0",
"graphql": "^16.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-native": "^0.64.3",
"react-native": "^0.74.0",
"react-use": "^17.3.1"
}
}
4 changes: 2 additions & 2 deletions packages/meat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"native-base": "^3.2.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.64.3",
"react-native": "0.74.4",
"react-native-animatable": "^1.3.3",
"react-native-gesture-handler": "~1.10.2",
"react-native-reanimated": "~2.2.0",
Expand All @@ -61,7 +61,7 @@
"devDependencies": {
"@babel/core": "7.16.0",
"@types/react": "17.0.38",
"@types/react-native": "0.66.4",
"@types/react-native": "0.73.0",
"expo-yarn-workspaces": "1.6.0",
"metro-config": "0.66.2",
"typescript": "4.4.4"
Expand Down

0 comments on commit 1a09f60

Please sign in to comment.