Skip to content

Commit

Permalink
fix: downgraded rn url polyfill dep to be compatible with jest (#1059)
Browse files Browse the repository at this point in the history
fixes #1055
  • Loading branch information
vishalnarkhede authored Sep 6, 2023
1 parent b95a036 commit 6f17239
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/react-native-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@stream-io/video-react-bindings": "workspace:^",
"intl-pluralrules": "2.0.1",
"lodash.merge": "^4.6.2",
"react-native-url-polyfill": "2.0.0",
"react-native-url-polyfill": "1.3.0",
"text-encoding-polyfill": "0.6.7"
},
"peerDependencies": {
Expand Down
15 changes: 2 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6922,7 +6922,7 @@ __metadata:
react-native-incall-manager: ^4.0.0
react-native-reanimated: 2.7.0
react-native-svg: ^13.6.0
react-native-url-polyfill: 2.0.0
react-native-url-polyfill: 1.3.0
react-native-voip-push-notification: 3.3.1
react-test-renderer: ^18.2.0
rimraf: ^3.0.2
Expand Down Expand Up @@ -23071,18 +23071,7 @@ __metadata:
languageName: node
linkType: hard

"react-native-url-polyfill@npm:2.0.0":
version: 2.0.0
resolution: "react-native-url-polyfill@npm:2.0.0"
dependencies:
whatwg-url-without-unicode: 8.0.0-3
peerDependencies:
react-native: "*"
checksum: 1a2e1030a62fd093764b5330ce0ff34d72246e581dd2892cddc347d8621931aeb2c9ea3e054960484a1259230e8461e569e1890f1ff452d3c5c0adef70190fc3
languageName: node
linkType: hard

"react-native-url-polyfill@npm:^1.3.0":
"react-native-url-polyfill@npm:1.3.0, react-native-url-polyfill@npm:^1.3.0":
version: 1.3.0
resolution: "react-native-url-polyfill@npm:1.3.0"
dependencies:
Expand Down

0 comments on commit 6f17239

Please sign in to comment.