From be108985b693c54fc4af39fcec7f985808886371 Mon Sep 17 00:00:00 2001 From: Fabian Pfannes Date: Thu, 12 Nov 2020 11:16:49 +0100 Subject: [PATCH] update dependencies --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index be887047..557a4fe3 100644 --- a/package.json +++ b/package.json @@ -43,13 +43,13 @@ "popup" ], "dependencies": { - "@icons/material": "^0.2.4", - "lodash": "^4.17.15", + "@icons/material": "^0.4.1", + "lodash": "^4.17.20", "lodash-es": "^4.17.15", - "material-colors": "^1.2.1", + "material-colors": "^1.2.6", "prop-types": "^15.5.10", - "reactcss": "^1.2.0", - "tinycolor2": "^1.4.1" + "reactcss": "^1.2.3", + "tinycolor2": "^1.4.2" }, "peerDependencies": { "react": "*"