Skip to content

Commit 6c20aee

Browse files
authored
Update package.json
1 parent 3d6b708 commit 6c20aee

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

example/package.json

+7-5
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,17 @@
2020
"@react-native-firebase/app": "^17.5.0",
2121
"@react-native-firebase/messaging": "^17.5.0",
2222
"react": "18.2.0",
23-
"react-native": "0.73.2",
23+
"react-native": "0.74.1",
2424
"react-native-permissions": "^3.10.1"
2525
},
2626
"devDependencies": {
2727
"@babel/core": "^7.20.0",
2828
"@babel/preset-env": "^7.20.0",
2929
"@babel/runtime": "^7.20.0",
30-
"@react-native/babel-preset": "^0.73.19",
31-
"@react-native/eslint-config": "^0.73.2",
32-
"@react-native/metro-config": "^0.73.3",
30+
"@react-native/babel-preset": "0.74.83",
31+
"@react-native/eslint-config": "0.74.83",
32+
"@react-native/metro-config": "0.74.83",
33+
"@react-native/typescript-config": "0.74.83",
3334
"@types/react": "^18.2.6",
3435
"@types/react-test-renderer": "^18.0.0",
3536
"babel-jest": "^29.6.3",
@@ -42,5 +43,6 @@
4243
},
4344
"engines": {
4445
"node": ">=18"
45-
}
46+
},
47+
"packageManager": "[email protected]"
4648
}

0 commit comments

Comments
 (0)