Skip to content

Commit

Permalink
Bumped caniuse-lite version (browserslist#630)
Browse files Browse the repository at this point in the history
caniuse-lite has newer version of caniuse-db which moves Safari 15 out of Technical Preview state

Signed-off-by: Lee Reichardt <lee.reichardt@rocketspark.com>
  • Loading branch information
leereichardt authored and zhouyu9527 committed Jul 4, 2022
1 parent af6e21d commit 20978fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -18,7 +18,7 @@
"test": "jest --coverage && eslint . && check-dts && size-limit && yaspeller *.md"
},
"dependencies": {
"caniuse-lite": "^1.0.30001259",
"caniuse-lite": "^1.0.30001261",
"electron-to-chromium": "^1.3.846",
"escalade": "^3.1.1",
"nanocolors": "^0.1.5",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -1544,10 +1544,10 @@ caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001219:
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001232.tgz#2ebc8b6a77656fd772ab44a82a332a26a17e9527"
integrity sha512-e4Gyp7P8vqC2qV2iHA+cJNf/yqUKOShXQOJHQt81OHxlIZl/j/j3soEA0adAQi8CPUQgvOdDENyQ5kd6a6mNSg==

caniuse-lite@^1.0.30001259:
version "1.0.30001259"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001259.tgz#ae21691d3da9c4be6144403ac40f71d9f6efd790"
integrity sha512-V7mQTFhjITxuk9zBpI6nYsiTXhcPe05l+364nZjK7MFK/E7ibvYBSAXr4YcA6oPR8j3ZLM/LN+lUqUVAQEUZFg==
caniuse-lite@^1.0.30001261:
version "1.0.30001261"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001261.tgz#96d89813c076ea061209a4e040d8dcf0c66a1d01"
integrity sha512-vM8D9Uvp7bHIN0fZ2KQ4wnmYFpJo/Etb4Vwsuc+ka0tfGDHvOPrFm6S/7CCNLSOkAUjenT2HnUPESdOIL91FaA==

capture-exit@^2.0.0:
version "2.0.0"
Expand Down

0 comments on commit 20978fb

Please sign in to comment.