From a5d9848918e247ddfebf05f471c27a2657c620d1 Mon Sep 17 00:00:00 2001 From: William Brawner Date: Wed, 13 Sep 2023 21:01:16 -0600 Subject: [PATCH] Remove @fluentui/svg-icons --- package-lock.json | 11 ----------- package.json | 1 - 2 files changed, 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index fb7c1d3..855c565 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,6 @@ "version": "0.0.1", "license": "ISC", "dependencies": { - "@fluentui/svg-icons": "^1.1.178", "@vaadin/router": "^1.7.4", "idb": "^7.0.2", "lit": "^2.2.1", @@ -1612,11 +1611,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/@fluentui/svg-icons": { - "version": "1.1.178", - "resolved": "https://registry.npmjs.org/@fluentui/svg-icons/-/svg-icons-1.1.178.tgz", - "integrity": "sha512-1JVPbZokI2QucDze2xcDXr/LJ/bnrhPvmBXj1urqzAcp7k1nmzJdFX4U9Xd+7HT91LkCWiTGBgj7sSUKt6FLTw==" - }, "node_modules/@humanwhocodes/config-array": { "version": "0.10.4", "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.10.4.tgz", @@ -7689,11 +7683,6 @@ } } }, - "@fluentui/svg-icons": { - "version": "1.1.178", - "resolved": "https://registry.npmjs.org/@fluentui/svg-icons/-/svg-icons-1.1.178.tgz", - "integrity": "sha512-1JVPbZokI2QucDze2xcDXr/LJ/bnrhPvmBXj1urqzAcp7k1nmzJdFX4U9Xd+7HT91LkCWiTGBgj7sSUKt6FLTw==" - }, "@humanwhocodes/config-array": { "version": "0.10.4", "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.10.4.tgz", diff --git a/package.json b/package.json index 87553d7..8da0fec 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,6 @@ "author": "", "license": "ISC", "dependencies": { - "@fluentui/svg-icons": "^1.1.178", "@vaadin/router": "^1.7.4", "idb": "^7.0.2", "lit": "^2.2.1",