Skip to content

Commit f59a4f7

Browse files
authored
fix: missing polyfill for url canParse (#14628)
1 parent 913c533 commit f59a4f7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"dependencies": {
3030
"base-64": "^1.0.0",
3131
"buffer": "^6.0.3",
32-
"react-native-url-polyfill": "^2.0.0"
32+
"react-native-url-polyfill": "^3.0.0"
3333
},
3434
"peerDependencies": {
3535
"@aws-amplify/rtn-passkeys": "^1.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)