Skip to content

Commit

Permalink
Update react monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 24, 2024
1 parent 16332da commit 3212796
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"expo-system-ui": "^2.6.0",
"expo-updates": "^0.18.17",
"expo-web-browser": "~12.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-native": "^0.72.6",
"react-native-gesture-handler": "~2.13.4",
"react-native-mmkv": "^2.10.2",
Expand Down
6 changes: 3 additions & 3 deletions apps/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
"next-seo": "^6.4.0",
"next-superjson-plugin": "^0.5.10",
"pattycake": "^0.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-native": "^0.72.6",
"react-native-web-lite": "1.75.9",
"webpack": "^5.88.2"
},
"devDependencies": {
"@tamagui/next-plugin": "1.75.9",
"@types/react": "^18.2.37",
"@types/react": "^18.3.3",
"vercel": "32.5.3"
}
}
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"ts-pattern": "^5.0.5"
},
"devDependencies": {
"@types/react": "^18.2.37"
"@types/react": "^18.3.3"
}
}

0 comments on commit 3212796

Please sign in to comment.