From 742a6f09bf7c7f39d22f73bedc8b1109b8597407 Mon Sep 17 00:00:00 2001 From: Lauren Tan Date: Tue, 30 Jan 2024 14:54:04 -0500 Subject: [PATCH] [ez] Get rid of caniuse warning --- compiler/package.json | 10 ++++++++-- compiler/yarn.lock | 13 ++++--------- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/compiler/package.json b/compiler/package.json index d28be2d730..55ba7d1af2 100644 --- a/compiler/package.json +++ b/compiler/package.json @@ -1,8 +1,14 @@ { "private": true, "workspaces": { - "packages": ["packages/*", "apps/*"], - "nohoist": ["**/next", "**/next/**"] + "packages": [ + "packages/*", + "apps/*" + ], + "nohoist": [ + "**/next", + "**/next/**" + ] }, "repository": { "type": "git", diff --git a/compiler/yarn.lock b/compiler/yarn.lock index d1df5a8ecf..a8dc529f45 100644 --- a/compiler/yarn.lock +++ b/compiler/yarn.lock @@ -4202,15 +4202,10 @@ camelcase@^6.2.0: resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.3.0.tgz#5685b95eb209ac9c0c177467778c9c84df58ba9a" integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== -caniuse-lite@^1.0.30001406, caniuse-lite@^1.0.30001464, caniuse-lite@^1.0.30001489: - version "1.0.30001492" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001492.tgz#4a06861788a52b4c81fd3344573b68cc87fe062b" - integrity sha512-2efF8SAZwgAX1FJr87KWhvuJxnGJKOnctQa8xLOskAXNXq8oiuqgl6u1kk3fFpsp3GgvzlRjiK1sl63hNtFADw== - -caniuse-lite@^1.0.30001517: - version "1.0.30001519" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001519.tgz#3e7b8b8a7077e78b0eb054d69e6edf5c7df35601" - integrity sha512-0QHgqR+Jv4bxHMp8kZ1Kn8CH55OikjKJ6JmKkZYP1F3D7w+lnFXF70nG5eNfsZS89jadi5Ywy5UCSKLAglIRkg== +caniuse-lite@^1.0.30001406, caniuse-lite@^1.0.30001464, caniuse-lite@^1.0.30001489, caniuse-lite@^1.0.30001517: + version "1.0.30001581" + resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001581.tgz" + integrity sha512-whlTkwhqV2tUmP3oYhtNfaWGYHDdS3JYFQBKXxcUR9qqPWsRhFHhoISO2Xnl/g0xyKzht9mI1LZpiNWfMzHixQ== caseless@~0.12.0: version "0.12.0"