Skip to content

Commit

Permalink
fix: declare support for react-native 0.67 (#561)
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 authored Jan 19, 2022
1 parent b2b5f92 commit a41aac6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -505,7 +505,7 @@ SPEC CHECKSUMS:
ReactCommon: 8fea6422328e2fc093e25c9fac67adbcf0f04fb4
ReactTestApp-DevSupport: 84b7cc35cf707c9ceb3aae756f098354f5641cd8
ReactTestApp-Resources: 74a1cf509f4e7962b16361ea4e73cba3648fff5d
SwiftLint: e96c0a8c770c7ebbc4d36c55baf9096bb65c4584
SwiftLint: 06ac37e4d38c7068e0935bb30cda95f093bec761
Yoga: e6ecf3fa25af9d4c87e94ad7d5d292eedef49749
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

Expand Down
4 changes: 2 additions & 2 deletions example/macos/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -416,7 +416,7 @@ SPEC CHECKSUMS:
ReactCommon: c710dabcfbc8f09c20e98aa03e8a98965b88f6dd
ReactTestApp-DevSupport: 84b7cc35cf707c9ceb3aae756f098354f5641cd8
ReactTestApp-Resources: bb546b3a5dca4b7931bee423d4ef28cd94b346cf
SwiftLint: e96c0a8c770c7ebbc4d36c55baf9096bb65c4584
SwiftLint: 06ac37e4d38c7068e0935bb30cda95f093bec761
Yoga: 3b0ecc1a0ddf03b4363ea73cc42e10d76b052007

PODFILE CHECKSUM: 39314e677d5ddf7e1e4c81e5e81f66cddabd661a
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a41aac6

Please sign in to comment.