From b93f744f28187a6e337f126dd2a09d8dd0092fe4 Mon Sep 17 00:00:00 2001 From: Ioana Brooks Date: Mon, 15 May 2023 15:32:18 -0700 Subject: [PATCH] Revert "fix(ui-react-core-notifications): add tinycolor2 dep and types (#3868)" This reverts commit 88b3548f581a9c1d7391bc216d7926bf836a28d3. --- packages/react-notifications/package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/react-notifications/package.json b/packages/react-notifications/package.json index d70e49ec16c..de46e94bd74 100644 --- a/packages/react-notifications/package.json +++ b/packages/react-notifications/package.json @@ -43,8 +43,7 @@ "@aws-amplify/ui": "5.6.1", "@aws-amplify/ui-react": "4.6.1", "@aws-amplify/ui-react-core-notifications": "0.0.1", - "classnames": "2.3.1", - "tinycolor2": "1.4.2" + "classnames": "2.3.1" }, "peerDependencies": { "aws-amplify": ">= 5.0.1", @@ -62,7 +61,6 @@ "@types/jest": "^26.0.23", "@types/react": "^17.0.2", "@types/testing-library__jest-dom": "^5.14.1", - "@types/tinycolor2": "^1.4.3", "eslint": "^8.13.0", "jest": "^27.0.4", "react": "^17.0.2",