Skip to content

Commit

Permalink
Update browserslist (#2095)
Browse files Browse the repository at this point in the history
# Summary

Updates the `browserslist` and `caniuse-lite` npm packages

## Reviewing notes:

There should only be changes to the `yarn.lock` file in
this PR. Check that there is only 1 `caniuse-lite` package
reference in the `yarn.lock` file (the intent of this
update is to ensure that `caniuse-lite` is on the latest
version and that there aren't multiple, conflicting
versions that different tools might see).

If everything looks fine, please approve this PR and then
land it (either with the Big Green Merge Button ™️ or by
using `git land <this pr #>` in a terminal).

Author: khan-actions-bot

Reviewers: anakaren-rojas, #frontend-infra-web

Required Reviewers:

Approved By: anakaren-rojas

Checks: ✅ Publish npm snapshot (ubuntu-latest, 20.x), ✅ Cypress (ubuntu-latest, 20.x), ✅ Check builds for changes in size (ubuntu-latest, 20.x), ✅ Check for .changeset entries for all changed files (ubuntu-latest, 20.x), ✅ Publish Storybook to Chromatic (ubuntu-latest, 20.x), ✅ Lint, Typecheck, Format, and Test (ubuntu-latest, 20.x)

Pull Request URL: #2095
  • Loading branch information
khan-actions-bot authored Jan 13, 2025
1 parent 16d94e6 commit fc720ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4978,9 +4978,9 @@ caniuse-api@^3.0.0:
lodash.uniq "^4.5.0"

caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001332, caniuse-lite@^1.0.30001541, caniuse-lite@^1.0.30001587, caniuse-lite@^1.0.30001669:
version "1.0.30001690"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001690.tgz"
integrity sha512-5ExiE3qQN6oF8Clf8ifIDcMRCRE/dMGcETG/XGMD8/XiXm6HXQgQTh1yZYLXXpSOsEUlJm1Xr7kGULZTuGtP/w==
version "1.0.30001692"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001692.tgz"
integrity sha512-A95VKan0kdtrsnMubMKxEKUKImOPSuCpYgxSQBo036P5YYgVIcOYJEgt/txJWqObiRQeISNCfef9nvlQ0vbV7A==

caseless@~0.12.0:
version "0.12.0"
Expand Down

0 comments on commit fc720ec

Please sign in to comment.