From 6cdb8fb0aaabd58aba22710d61b04ef2b7c350ba Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Mon, 19 Apr 2021 09:00:53 -0700 Subject: [PATCH] build: remove entities dependency from root package.json (#41705) Remove the dependency on `entities` in the root package.json as it is unused. `entities` is used in aio, however the package.json in aio manages these dependencies. PR Close #41705 --- package.json | 1 - yarn.lock | 5 ----- 2 files changed, 6 deletions(-) diff --git a/package.json b/package.json index 234c683e3e..6b0dbb9939 100644 --- a/package.json +++ b/package.json @@ -180,7 +180,6 @@ "conventional-changelog": "^3.1.24", "conventional-commits-parser": "^3.2.1", "ejs": "^3.1.6", - "entities": "1.1.1", "firebase-tools": "^7.11.0", "git-raw-commits": "^2.0.10", "glob": "7.1.6", diff --git a/yarn.lock b/yarn.lock index ad9a8ea351..a3b6b49f18 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5018,11 +5018,6 @@ ent@~2.2.0: resolved "https://registry.yarnpkg.com/ent/-/ent-2.2.0.tgz#e964219325a21d05f44466a2f686ed6ce5f5dd1d" integrity sha1-6WQhkyWiHQX0RGai9obtbOX13R0= -entities@1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.1.tgz#6e5c2d0a5621b5dadaecef80b90edfb5cd7772f0" - integrity sha1-blwtClYhtdra7O+AuQ7ftc13cvA= - entities@^2.0.0: version "2.2.0" resolved "https://registry.yarnpkg.com/entities/-/entities-2.2.0.tgz#098dc90ebb83d8dffa089d55256b351d34c4da55"