From 450fa144bab1c98b85e39c19bbb2132f1db5702e Mon Sep 17 00:00:00 2001 From: adamstankiewicz <2828721+adamstankiewicz@users.noreply.github.com> Date: Mon, 19 Feb 2024 00:05:43 +0000 Subject: [PATCH] chore: update browserslist DB --- 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 9d47e688c3..f172755dcd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12698,9 +12698,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001571", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001571.tgz", - "integrity": "sha512-tYq/6MoXhdezDLFZuCO/TKboTzuQ/xR5cFdgXPfDtM7/kchBO3b4VWghE/OAi/DV7tTdhmLjZiZBZi1fA/GheQ==", + "version": "1.0.30001588", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001588.tgz", + "integrity": "sha512-+hVY9jE44uKLkH0SrUTqxjxqNTOWHsbnQDIKjwkZ3lNTzUUVdBLBGXtj/q5Mp5u98r3droaZAewQuEDzjQdZlQ==", "funding": [ { "type": "opencollective", diff --git a/package.json b/package.json index 4f4f296b3d..a3d4dfa2c8 100644 --- a/package.json +++ b/package.json @@ -179,8 +179,12 @@ ] }, "lint-staged": { - "*.{js,jsx,ts,tsx}": ["npx eslint"], - "*.scss": ["npx stylelint"] + "*.{js,jsx,ts,tsx}": [ + "npx eslint" + ], + "*.scss": [ + "npx stylelint" + ] }, "workspaces": [ "example",