From 76643c83e149894cfb387d792784cf3e55c1a2f5 Mon Sep 17 00:00:00 2001 From: Ty Eggen Date: Mon, 30 Sep 2024 20:36:30 +0000 Subject: [PATCH] dependencies(client): added normalize-css dependency this will hopefully fix the github actions build --- client/package.json | 1 + client/yarn.lock | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/client/package.json b/client/package.json index ec44f08..c2239ef 100644 --- a/client/package.json +++ b/client/package.json @@ -24,6 +24,7 @@ "eslint-plugin-react": "^7.28.0", "eslint-plugin-standard": "^5.0.0", "http-proxy-middleware": "^1.0.4", + "normalize-css": "^2.3.1", "path-to-regexp": "^6.1.0", "postcss": ">=8", "postcss-normalize": "^10.0.1", diff --git a/client/yarn.lock b/client/yarn.lock index 5cc2a7e..f578a8e 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -5870,6 +5870,11 @@ ini@^1.3.5: resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.8.tgz#a29da425b48806f34767a4efce397269af28432c" integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew== +insert-css@0.0.0: + version "0.0.0" + resolved "https://registry.yarnpkg.com/insert-css/-/insert-css-0.0.0.tgz#2304bfa6f893abecb8ff9ca8d9c7605d94cf2911" + integrity sha512-PwixL1rVtKkM1gz43tEHwZ2sUOYmWB5zk/9YiEmOxERqjfIkkMY4jwrl3v3e9NLzblEdkBuMLiTLm/0sHMx4qA== + internal-slot@^1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.3.tgz#7347e307deeea2faac2ac6205d4bc7d34967f59c" @@ -7147,6 +7152,13 @@ node-releases@^2.0.1: resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.1.tgz#3d1d395f204f1f2f29a54358b9fb678765ad2fc5" integrity sha512-CqyzN6z7Q6aMeF/ktcMVTzhAHCEpf8SOarwpzpf8pNBY2k5/oM34UHldUwp8VKI7uxct2HxSRdJjBaZeESzcxA== +normalize-css@^2.3.1: + version "2.3.1" + resolved "https://registry.yarnpkg.com/normalize-css/-/normalize-css-2.3.1.tgz#fc03e3b91e3a51aa7a1836bae7b2b6ac6d51e156" + integrity sha512-70Lnkke3P+8ehu56S0M0yoUTgTve/rCrEncjdgPmKER/TLZMRa30rFLW7Yv3iGZldmGV4bGevGW47VOfZJbGyw== + dependencies: + insert-css "0.0.0" + normalize-path@^3.0.0, normalize-path@~3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"