Skip to content

Commit

Permalink
Upgrade @expo/browser-polyfill to 1.0.1 (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukmccall authored Apr 29, 2024
1 parent ad69518 commit f716e09
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"author": "Nikhilesh Sigatapu",
"license": "MIT",
"dependencies": {
"@expo/browser-polyfill": "^1.0.0",
"@expo/browser-polyfill": "^1.0.1",
"expo-asset-utils": "~3.0.0"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1161,10 +1161,10 @@
exec-sh "^0.3.2"
minimist "^1.2.0"

"@expo/browser-polyfill@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@expo/browser-polyfill/-/browser-polyfill-1.0.0.tgz#2d93ae0feb3ccc90b78a98f277f8f8ed8bcbd37d"
integrity sha512-hwlfansWtt1F/ZUitu6vrGRF5Th2LhBn2HHPxvz3U/MFxKG5XI4TA6SM1bJW2Q2iR2bsIddzz1nNwcf0Sjg1hA==
"@expo/browser-polyfill@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@expo/browser-polyfill/-/browser-polyfill-1.0.1.tgz#6bcc53f041bbe1f09e60582e1c1c66c767c51634"
integrity sha512-0K6USycVKDj/k9Gr2UYa+7MiCjb0f2NznsE4LX11H85vQMJma5JS3a2oe6lxCfleY9hDcQ/9zKCYS8O6crsv3A==
dependencies:
expo-2d-context "^0.0.3"
fbemitter "^2.1.1"
Expand Down

0 comments on commit f716e09

Please sign in to comment.