Skip to content

Commit

Permalink
chore: Remove ua-parser-js resolution
Browse files Browse the repository at this point in the history
This resolution was added in #5594 to force the package to update, but
the resolution was not actually needed. Effectively it serves only to
downgrade the v1 version of this package, which is not necessary.
  • Loading branch information
Gudahtt committed Mar 4, 2024
1 parent 3983c18 commit b9e4d3d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@
"**/immer": "^9.0.6",
"**/node-fetch": "^2.6.7",
"**/lodash": "^4.17.21",
"**/ua-parser-js": "^0.7.33",
"**/y18n": "^3.2.2",
"**/xml2js": ">=0.5.0",
"react-native-level-fs/**/bl": "^1.2.3",
Expand Down
7 changes: 6 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26958,11 +26958,16 @@ u2f-api@0.2.7:
resolved "https://registry.yarnpkg.com/u2f-api/-/u2f-api-0.2.7.tgz#17bf196b242f6bf72353d9858e6a7566cc192720"
integrity sha512-fqLNg8vpvLOD5J/z4B6wpPg4Lvowz1nJ9xdHcCzdUPKcFE/qNCceV2gNZxSJd5vhAZemHr/K/hbzVA0zxB5mkg==

ua-parser-js@^0.7.18, ua-parser-js@^0.7.21, ua-parser-js@^0.7.33, ua-parser-js@^1.0.1:
ua-parser-js@^0.7.18, ua-parser-js@^0.7.21:
version "0.7.33"
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.33.tgz#1d04acb4ccef9293df6f70f2c3d22f3030d8b532"
integrity sha512-s8ax/CeZdK9R/56Sui0WM6y9OFREJarMRHqLB2EwkovemBxNQ+Bqu8GAsUnVcXKgphb++ghr/B2BZx4mahujPw==

ua-parser-js@^1.0.1:
version "1.0.37"
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-1.0.37.tgz#b5dc7b163a5c1f0c510b08446aed4da92c46373f"
integrity sha512-bhTyI94tZofjo+Dn8SN6Zv8nBDvyXTymAdM3LDI/0IboIUwTu1rEhW7v2TfiVsoYWgkQ4kOVqnI8APUFbIQIFQ==

ufo@^1.3.0, ufo@^1.3.1, ufo@^1.3.2:
version "1.3.2"
resolved "https://registry.yarnpkg.com/ufo/-/ufo-1.3.2.tgz#c7d719d0628a1c80c006d2240e0d169f6e3c0496"
Expand Down

0 comments on commit b9e4d3d

Please sign in to comment.