diff --git a/packages/template/project/ios/Podfile b/packages/template/project/ios/Podfile index 49cb20b5..31a26593 100644 --- a/packages/template/project/ios/Podfile +++ b/packages/template/project/ios/Podfile @@ -6,7 +6,6 @@ target 'HelloWorld' do pod 'React', :path => '../node_modules/react-native/' pod 'React-Core', :path => '../node_modules/react-native/React' pod 'React-DevSupport', :path => '../node_modules/react-native/React' - pod 'React-fishhook', :path => '../node_modules/react-native/Libraries/fishhook' pod 'React-RCTActionSheet', :path => '../node_modules/react-native/Libraries/ActionSheetIOS' pod 'React-RCTAnimation', :path => '../node_modules/react-native/Libraries/NativeAnimation' pod 'React-RCTBlob', :path => '../node_modules/react-native/Libraries/Blob' diff --git a/packages/template/project/package.json b/packages/template/project/package.json index 7d143f7f..aa494df4 100644 --- a/packages/template/project/package.json +++ b/packages/template/project/package.json @@ -13,16 +13,18 @@ "dependencies": { "@react-native-firebase/app": "6.0.0", "react": "16.8.6", - "react-native": "0.60.4" + "react-native": "0.60.5" }, "devDependencies": { - "@babel/core": "^7.5.0", - "@babel/runtime": "^7.5.0", - "@react-native-community/eslint-config": "^0.0.3", - "babel-jest": "^24.1.0", - "jest": "^24.1.0", - "metro-react-native-babel-preset": "^0.54.1", - "patch-package": "^6.1.0", + "@babel/core": "^7.5.5", + "@babel/runtime": "^7.5.5", + "@react-native-community/eslint-config": "^0.0.5", + "@react-native-community/cli": "^2.9.0", + "babel-jest": "^24.8.0", + "eslint": "^6.1.0", + "jest": "^24.8.0", + "metro-react-native-babel-preset": "^0.56.0", + "patch-package": "^6.1.4", "react-test-renderer": "16.8.6" }, "jest": {