From 5d76dae0fc6b47bc99e0e2962e66e5e9e6b273c7 Mon Sep 17 00:00:00 2001 From: Ken Date: Mon, 18 Mar 2024 22:57:22 +0800 Subject: [PATCH] chore: remove angular-era deps --- package-lock.json | 19 ------------------- package.json | 2 -- 2 files changed, 21 deletions(-) diff --git a/package-lock.json b/package-lock.json index fbde4846d2..83a346786e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,6 @@ "convict": "^6.2.4", "convict-format-with-validator": "^6.2.0", "cookie-parser": "~1.4.6", - "css-toggle-switch": "^4.1.0", "csv-string": "^4.1.1", "cuid": "^2.1.8", "date-fns": "^2.30.0", @@ -102,7 +101,6 @@ "ts-essentials": "^9.3.1", "tweetnacl": "^1.0.1", "twilio": "~4.19.3", - "ui-select": "^0.19.8", "uid-generator": "^2.0.0", "ulid": "^2.3.0", "uuid": "^9.0.0", @@ -12278,13 +12276,6 @@ "nth-check": "~1.0.1" } }, - "node_modules/css-toggle-switch": { - "version": "4.1.0", - "license": "MIT", - "engines": { - "node": ">=4" - } - }, "node_modules/css-what": { "version": "2.1.3", "resolved": "https://registry.npmjs.org/css-what/-/css-what-2.1.3.tgz", @@ -27105,10 +27096,6 @@ "node": ">=0.10.0" } }, - "node_modules/ui-select": { - "version": "0.19.8", - "license": "MIT" - }, "node_modules/uid-generator": { "version": "2.0.0", "license": "MIT", @@ -38245,9 +38232,6 @@ "nth-check": "~1.0.1" } }, - "css-toggle-switch": { - "version": "4.1.0" - }, "css-what": { "version": "2.1.3", "resolved": "https://registry.npmjs.org/css-what/-/css-what-2.1.3.tgz", @@ -48623,9 +48607,6 @@ } } }, - "ui-select": { - "version": "0.19.8" - }, "uid-generator": { "version": "2.0.0" }, diff --git a/package.json b/package.json index 94ffe564df..62875d59fe 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,6 @@ "convict": "^6.2.4", "convict-format-with-validator": "^6.2.0", "cookie-parser": "~1.4.6", - "css-toggle-switch": "^4.1.0", "csv-string": "^4.1.1", "cuid": "^2.1.8", "date-fns": "^2.30.0", @@ -148,7 +147,6 @@ "ts-essentials": "^9.3.1", "tweetnacl": "^1.0.1", "twilio": "~4.19.3", - "ui-select": "^0.19.8", "uid-generator": "^2.0.0", "ulid": "^2.3.0", "uuid": "^9.0.0",