From 0649d52db12080bf1d7780278af9f6937ff59c73 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 27 Nov 2020 11:57:09 +0000 Subject: [PATCH] fix(deps): update dependency babel-plugin-macros to v3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9a41dda..c2d29b0 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "autoprefixer": "^9.1.3", "babel-loader": "^8.0.0", "babel-plugin-dynamic-import-node": "^2.2.0", - "babel-plugin-macros": "^2.4.2", + "babel-plugin-macros": "^3.0.0", "babel-plugin-transform-async-to-promises": "^0.8.9", "babel-plugin-transform-react-remove-prop-types": "^0.4.24", "browser-sync": "^2.24.7",