Skip to content

Commit

Permalink
fix: update react native verions accross monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
iykazrji committed Dec 17, 2024
1 parent 6d346a5 commit 60df9a1
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 409 deletions.
14 changes: 7 additions & 7 deletions account-kit/rn-signer/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dotenv": "^16.4.5",
"express": "^4.21.1",
"react": "18.3.1",
"react-native": "0.76.1",
"react-native": "0.76.5",
"react-native-config": "1.5.3",
"react-native-gesture-handler": "2.21.2",
"react-native-mmkv": "3.1.0",
Expand All @@ -36,12 +36,12 @@
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@react-native-community/cli": "15.0.0",
"@react-native-community/cli-platform-android": "15.0.0",
"@react-native-community/cli-platform-ios": "15.0.0",
"@react-native/babel-preset": "0.76.1",
"@react-native/metro-config": "0.76.1",
"@react-native/typescript-config": "0.76.1",
"@react-native-community/cli": "15.0.1",
"@react-native-community/cli-platform-android": "15.0.1",
"@react-native-community/cli-platform-ios": "15.0.1",
"@react-native/babel-preset": "0.76.5",
"@react-native/metro-config": "0.76.5",
"@react-native/typescript-config": "0.76.5",
"react-native-builder-bob": "^0.30.3",
"tsx": "^4.19.2"
},
Expand Down
6 changes: 3 additions & 3 deletions account-kit/rn-signer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
"devDependencies": {
"@commitlint/config-conventional": "^17.0.2",
"@evilmartians/lefthook": "^1.5.0",
"@react-native-community/cli": "15.0.0",
"@react-native/eslint-config": "^0.73.1",
"@react-native-community/cli": "15.0.1",
"@react-native/eslint-config": "^0.76.5",
"@release-it/conventional-changelog": "^5.0.0",
"@types/jest": "^29.5.5",
"@types/react": "^18.2.44",
Expand All @@ -76,7 +76,7 @@
"jest": "^29.7.0",
"prettier": "^3.0.3",
"react": "18.3.1",
"react-native": "0.76.1",
"react-native": "0.76.5",
"react-native-builder-bob": "^0.30.3",
"react-native-mmkv": "^3.1.0",
"release-it": "^15.0.0",
Expand Down
2 changes: 0 additions & 2 deletions examples/react-native-expo-example/metro.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,4 @@ config.resolver.extraNodeModules = {
stream: require.resolve("stream-browserify"),
};

config.resolver.disableHierarchicalLookup = true;

module.exports = config;
8 changes: 4 additions & 4 deletions examples/react-native-expo-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
"@types/react": "~18.3.12",
"typescript": "^5.3.3"
},
"resolutions": {
"react": "18.3.1",
"react-native": "0.76.5"
},
"private": true,
"workspaces": {
"nohoist": [
"**/react",
"**/react/**",
"**/react-native",
"**/react-native/**",
"**/expo",
"**/expo/**",
"**/expo-router",
Expand Down
2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@account-kit/signer": "^4.0.0-beta.8",
"@account-kit/smart-contracts": "^4.0.0-beta.8",
"react": "^18.2.0",
"react-native": "0.76.1",
"react-native": "0.76.5",
"react-dom": "^18.2.0",
"viem": "2.20.0",
"vocs": "^1.0.0-alpha.62",
Expand Down
Loading

0 comments on commit 60df9a1

Please sign in to comment.