Skip to content

Commit

Permalink
fix(nightingale-app-react-native): add react-native-web as optional p…
Browse files Browse the repository at this point in the history
…eer dependency
  • Loading branch information
christophehurpeau committed Jun 24, 2021
1 parent 0506223 commit 0092538
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
Binary file not shown.
Binary file not shown.
8 changes: 7 additions & 1 deletion packages/nightingale-app-react-native/package.json
Expand Up @@ -90,7 +90,13 @@
]
},
"peerDependencies": {
"react-native": "*"
"react-native": "*",
"react-native-web": "*"
},
"peerDependenciesMeta": {
"react-native-web": {
"optional": true
}
},
"dependencies": {
"@types/node": ">=12.0.0",
Expand Down
14 changes: 10 additions & 4 deletions yarn.lock
Expand Up @@ -1260,12 +1260,12 @@ __metadata:
languageName: node
linkType: hard

"@babel/runtime@npm:^7.8.4":
version: 7.12.1
resolution: "@babel/runtime@npm:7.12.1"
"@babel/runtime@npm:^7.14.6, @babel/runtime@npm:^7.8.4":
version: 7.14.6
resolution: "@babel/runtime@npm:7.14.6"
dependencies:
regenerator-runtime: ^0.13.4
checksum: 979d1c099c386031f96a952ee903e7bc3c60ae6e4eefe2bf49e4224014542d4ac2b1e2fb708031da36501a3842d4442dfdab38ab359ab3f46634b3c7cb5f6c6e
checksum: dd931f6ef1c8dab295c4a00c592db6352bf12a5c443f8222304d5c1d3e88d795fa949afcb6f053eec2e69e9827a17ff274524c1cd43813f56b61e3a540274d2f
languageName: node
linkType: hard

Expand Down Expand Up @@ -8686,6 +8686,10 @@ __metadata:
typescript: 4.2.4
peerDependencies:
react-native: "*"
react-native-web: "*"
peerDependenciesMeta:
react-native-web:
optional: true
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -8899,6 +8903,7 @@ __metadata:
dependencies:
"@babel/core": 7.14.6
"@babel/preset-env": 7.14.7
"@babel/runtime": ^7.14.6
"@pob/eslint-config": 43.0.0
"@pob/eslint-config-node": 43.1.0
"@pob/eslint-config-typescript": 43.0.0
Expand Down Expand Up @@ -9032,6 +9037,7 @@ __metadata:
dependencies:
"@babel/core": 7.14.6
"@babel/preset-env": 7.14.7
"@babel/runtime": ^7.14.6
"@pob/eslint-config": 43.0.0
"@pob/eslint-config-node": 43.1.0
"@pob/eslint-config-typescript": 43.0.0
Expand Down

0 comments on commit 0092538

Please sign in to comment.