From c1621f4fd216775b8085825602af4336a0b01023 Mon Sep 17 00:00:00 2001 From: Matt Brictson Date: Fri, 13 May 2022 16:49:32 -0700 Subject: [PATCH] Remove mini-css-extract-plugin resolution and upgrade --- package.json | 3 +-- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 5cc8e8b..4217840 100644 --- a/package.json +++ b/package.json @@ -38,8 +38,7 @@ "web-vitals": "^2.1.3" }, "resolutions": { - "caniuse-lite": "^1.0.30001299", - "mini-css-extract-plugin": "2.4.7" + "caniuse-lite": "^1.0.30001299" }, "scripts": { "prepare": "husky install", diff --git a/yarn.lock b/yarn.lock index 042f343..71e64a6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6411,10 +6411,10 @@ min-indent@^1.0.0: resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869" integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg== -mini-css-extract-plugin@2.4.7, mini-css-extract-plugin@^2.4.5: - version "2.4.7" - resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.4.7.tgz#b9f4c4f4d727c7a3cd52a11773bb739f00177fac" - integrity sha512-euWmddf0sk9Nv1O0gfeeUAvAkoSlWncNLF77C0TP2+WoPvy8mAHKOzMajcCz2dzvyt3CNgxb1obIEVFIRxaipg== +mini-css-extract-plugin@^2.4.5: + version "2.6.0" + resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.6.0.tgz#578aebc7fc14d32c0ad304c2c34f08af44673f5e" + integrity sha512-ndG8nxCEnAemsg4FSgS+yNyHKgkTB4nPKqCOgh65j3/30qqC5RaSQQXMm++Y6sb6E1zRSxPkztj9fqxhS1Eo6w== dependencies: schema-utils "^4.0.0"