@samitouri / QOS-React-2 / commits / 742a6f09bf

[ez] Get rid of caniuse warning

Lauren Tan committed Jan 30, 2024 at 14:54 UTC 742a6f09bf7c7f39d22f73bedc8b1109b8597407
2 files changed +12 -11
compiler/package.json
+8 -2
@@ -1,8 +1,14 @@
1 {
2 "private": true,
3 "workspaces": {
4 - "packages": ["packages/*", "apps/*"],
5 - "nohoist": ["**/next", "**/next/**"]
4 + "packages": [
5 + "packages/*",
6 + "apps/*"
7 + ],
8 + "nohoist": [
9 + "**/next",
10 + "**/next/**"
11 + ]
12 },
13 "repository": {
14 "type": "git",
compiler/yarn.lock
+4 -9
@@ -4202,15 +4202,10 @@ camelcase@^6.2.0:
4202 resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.3.0.tgz#5685b95eb209ac9c0c177467778c9c84df58ba9a"
4203 integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==
4204
4205 -caniuse-lite@^1.0.30001406, caniuse-lite@^1.0.30001464, caniuse-lite@^1.0.30001489:
4206 - version "1.0.30001492"
4207 - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001492.tgz#4a06861788a52b4c81fd3344573b68cc87fe062b"
4208 - integrity sha512-2efF8SAZwgAX1FJr87KWhvuJxnGJKOnctQa8xLOskAXNXq8oiuqgl6u1kk3fFpsp3GgvzlRjiK1sl63hNtFADw==
4209 -
4210 -caniuse-lite@^1.0.30001517:
4211 - version "1.0.30001519"
4212 - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001519.tgz#3e7b8b8a7077e78b0eb054d69e6edf5c7df35601"
4213 - integrity sha512-0QHgqR+Jv4bxHMp8kZ1Kn8CH55OikjKJ6JmKkZYP1F3D7w+lnFXF70nG5eNfsZS89jadi5Ywy5UCSKLAglIRkg==
4205 +caniuse-lite@^1.0.30001406, caniuse-lite@^1.0.30001464, caniuse-lite@^1.0.30001489, caniuse-lite@^1.0.30001517:
4206 + version "1.0.30001581"
4207 + resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001581.tgz"
4208 + integrity sha512-whlTkwhqV2tUmP3oYhtNfaWGYHDdS3JYFQBKXxcUR9qqPWsRhFHhoISO2Xnl/g0xyKzht9mI1LZpiNWfMzHixQ==
4209
4210 caseless@~0.12.0:
4211 version "0.12.0"