From 06263eab764ff7cece9fe6f19c128ba0f86b3785 Mon Sep 17 00:00:00 2001 From: edX requirements bot <49161187+edx-requirements-bot@users.noreply.github.com> Date: Tue, 7 May 2024 10:57:56 -0400 Subject: [PATCH] chore: update browserslist DB (#2985) Co-authored-by: adamstankiewicz <2828721+adamstankiewicz@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 8 ++++++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9cb07943a1..a0d5384b29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12921,9 +12921,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001610", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001610.tgz", - "integrity": "sha512-QFutAY4NgaelojVMjY63o6XlZyORPaLfyMnsl3HgnWdJUcX6K0oaJymHjH8PT5Gk7sTm8rvC/c5COUQKXqmOMA==", + "version": "1.0.30001616", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001616.tgz", + "integrity": "sha512-RHVYKov7IcdNjVHJFNY/78RdG4oGVjbayxv8u5IO74Wv7Hlq4PnJE6mo/OjFijjVFNy5ijnCt6H3IIo4t+wfEw==", "funding": [ { "type": "opencollective", diff --git a/package.json b/package.json index 87e415eb0e..e2039d55e5 100644 --- a/package.json +++ b/package.json @@ -182,8 +182,12 @@ ] }, "lint-staged": { - "*.{js,jsx,ts,tsx}": ["npx eslint"], - "*.scss": ["npx stylelint"] + "*.{js,jsx,ts,tsx}": [ + "npx eslint" + ], + "*.scss": [ + "npx stylelint" + ] }, "workspaces": [ "example",