diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 771c0725b..41664845a 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -323,7 +323,7 @@ PODS: - React-Core - React-jsi - ReactTestApp-Resources (1.0.0-dev) - - SwiftLint (0.44.0) + - SwiftLint (0.45.1) - Yoga (1.14.0) - YogaKit (1.18.1): - Yoga (~> 1.14) @@ -505,7 +505,7 @@ SPEC CHECKSUMS: ReactCommon: 8fea6422328e2fc093e25c9fac67adbcf0f04fb4 ReactTestApp-DevSupport: 84b7cc35cf707c9ceb3aae756f098354f5641cd8 ReactTestApp-Resources: 74a1cf509f4e7962b16361ea4e73cba3648fff5d - SwiftLint: e96c0a8c770c7ebbc4d36c55baf9096bb65c4584 + SwiftLint: 06ac37e4d38c7068e0935bb30cda95f093bec761 Yoga: e6ecf3fa25af9d4c87e94ad7d5d292eedef49749 YogaKit: f782866e155069a2cca2517aafea43200b01fd5a diff --git a/example/macos/Podfile.lock b/example/macos/Podfile.lock index 7fd587c1e..2f5be5de3 100644 --- a/example/macos/Podfile.lock +++ b/example/macos/Podfile.lock @@ -274,7 +274,7 @@ PODS: - React-Core - React-jsi - ReactTestApp-Resources (1.0.0-dev) - - SwiftLint (0.44.0) + - SwiftLint (0.45.1) - Yoga (1.14.0) DEPENDENCIES: @@ -416,7 +416,7 @@ SPEC CHECKSUMS: ReactCommon: c710dabcfbc8f09c20e98aa03e8a98965b88f6dd ReactTestApp-DevSupport: 84b7cc35cf707c9ceb3aae756f098354f5641cd8 ReactTestApp-Resources: bb546b3a5dca4b7931bee423d4ef28cd94b346cf - SwiftLint: e96c0a8c770c7ebbc4d36c55baf9096bb65c4584 + SwiftLint: 06ac37e4d38c7068e0935bb30cda95f093bec761 Yoga: 3b0ecc1a0ddf03b4363ea73cc42e10d76b052007 PODFILE CHECKSUM: 39314e677d5ddf7e1e4c81e5e81f66cddabd661a diff --git a/package.json b/package.json index eb6b15308..202348bce 100644 --- a/package.json +++ b/package.json @@ -77,9 +77,9 @@ "@react-native-community/cli-platform-ios": ">=4.10.0", "mustache": "^4.0.0", "react": "~16.8.6 || ~16.9.0 || ~16.11.0 || ~16.13.1 || ~17.0.1 || ~17.0.2", - "react-native": "^0.0.0-0 || ^0.60 || ^0.61 || ^0.62 || ^0.63 || ^0.64 || ^0.65 || ^0.66 || 1000.0.0", - "react-native-macos": "^0.0.0-0 || ^0.60 || ^0.61 || ^0.62 || ^0.63 || ^0.64", - "react-native-windows": "^0.0.0-0 || ^0.62 || ^0.63 || ^0.64 || ^0.65 || ^0.66" + "react-native": "^0.0.0-0 || 0.60 - 0.67 || 1000.0.0", + "react-native-macos": "^0.0.0-0 || 0.60 - 0.64", + "react-native-windows": "^0.0.0-0 || 0.62 - 0.67" }, "peerDependenciesMeta": { "@react-native-community/cli": { diff --git a/yarn.lock b/yarn.lock index 59a9838da..9eeae0df8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10509,9 +10509,9 @@ __metadata: "@react-native-community/cli-platform-ios": ">=4.10.0" mustache: ^4.0.0 react: ~16.8.6 || ~16.9.0 || ~16.11.0 || ~16.13.1 || ~17.0.1 || ~17.0.2 - react-native: ^0.0.0-0 || ^0.60 || ^0.61 || ^0.62 || ^0.63 || ^0.64 || ^0.65 || ^0.66 || 1000.0.0 - react-native-macos: ^0.0.0-0 || ^0.60 || ^0.61 || ^0.62 || ^0.63 || ^0.64 - react-native-windows: ^0.0.0-0 || ^0.62 || ^0.63 || ^0.64 || ^0.65 || ^0.66 + react-native: ^0.0.0-0 || 0.60 - 0.67 || 1000.0.0 + react-native-macos: ^0.0.0-0 || 0.60 - 0.64 + react-native-windows: ^0.0.0-0 || 0.62 - 0.67 peerDependenciesMeta: "@react-native-community/cli": optional: true