Skip to content

Commit 9b0c00a

Browse files
authored
misc: update caniuse-lite to latest (#40680)
Fixes build errors related to browserslist/caniuse-lite#102 see https://github.com/vercel/next.js/actions/runs/3082979772/jobs/4983345078 ## Bug - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Errors have a helpful link attached, see `contributing.md` ## Feature - [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR. - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Documentation added - [ ] Telemetry added. In case of a feature if it's used or not. - [ ] Errors have a helpful link attached, see `contributing.md` ## Documentation / Examples - [ ] Make sure the linting passes by running `pnpm lint` - [ ] The "examples guidelines" are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md)
1 parent ce82c60 commit 9b0c00a

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
},
208208
"resolutions": {
209209
"browserslist": "4.20.2",
210-
"caniuse-lite": "1.0.30001332",
210+
"caniuse-lite": "1.0.30001406",
211211
"@babel/core": "7.18.0",
212212
"@babel/parser": "7.18.0",
213213
"@babel/types": "7.18.0",

packages/next/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"dependencies": {
7373
"@next/env": "12.3.1-canary.3",
7474
"@swc/helpers": "0.4.11",
75-
"caniuse-lite": "^1.0.30001332",
75+
"caniuse-lite": "^1.0.30001406",
7676
"postcss": "8.4.14",
7777
"styled-jsx": "5.0.7",
7878
"use-sync-external-store": "1.2.0"
@@ -278,7 +278,7 @@
278278
},
279279
"resolutions": {
280280
"browserslist": "4.20.2",
281-
"caniuse-lite": "1.0.30001332"
281+
"caniuse-lite": "1.0.30001406"
282282
},
283283
"engines": {
284284
"node": ">=12.22.0"

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)