Skip to content

Commit 0c31f2d

Browse files
committed
Restore react-native peer dep
1 parent 3da2266 commit 0c31f2d

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,16 @@
5050
"peerDependencies": {
5151
"@types/react": "^18.2.25",
5252
"react": "^18.0",
53+
"react-native": "^0.69.0",
5354
"redux": "^5.0.0"
5455
},
5556
"peerDependenciesMeta": {
5657
"@types/react": {
5758
"optional": true
5859
},
60+
"react-native": {
61+
"optional": true
62+
},
5963
"redux": {
6064
"optional": true
6165
}

yarn.lock

+3
Original file line numberDiff line numberDiff line change
@@ -9415,10 +9415,13 @@ __metadata:
94159415
peerDependencies:
94169416
"@types/react": ^18.2.25
94179417
react: ^18.0
9418+
react-native: ^0.69.0
94189419
redux: ^5.0.0
94199420
peerDependenciesMeta:
94209421
"@types/react":
94219422
optional: true
9423+
react-native:
9424+
optional: true
94229425
redux:
94239426
optional: true
94249427
languageName: unknown

0 commit comments

Comments
 (0)