Skip to content

Commit 15358af

Browse files
committed
Lock GCDWebServer to ~> 3.0, unlock react and react-native peer deps
1 parent c7b712f commit 15358af

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,8 @@
2525
"licenseFilename": "LICENSE",
2626
"readmeFilename": "README.md",
2727
"peerDependencies": {
28-
"react": "^16.8.1",
29-
"react-native": ">=0.60.0-rc.0 <1.0.x"
30-
},
31-
"devDependencies": {
32-
"react": "^16.9.0",
33-
"react-native": "^0.61.5"
28+
"react": "*",
29+
"react-native": "*"
3430
},
3531
"files": [
3632
"android",

react-native-static-server.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ Pod::Spec.new do |s|
1919
s.source_files = 'ios/*.{h,m}'
2020

2121
s.dependency 'React'
22-
s.dependency 'GCDWebServer'
22+
s.dependency 'GCDWebServer', '~> 3.0'
2323
end

0 commit comments

Comments
 (0)