From a19bdfee53492a49384c6c51882f21406112a106 Mon Sep 17 00:00:00 2001 From: dominik-zeglen Date: Thu, 22 Aug 2019 16:37:06 +0200 Subject: [PATCH] Update babel-plugin-react-intl-auto --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4293c8674..bfd17481a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4901,9 +4901,9 @@ } }, "babel-plugin-react-intl-auto": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/babel-plugin-react-intl-auto/-/babel-plugin-react-intl-auto-2.1.0.tgz", - "integrity": "sha512-nhh509nyNVKXg2By1X1v/u1m+liWzF8XWC/RWeHXbhDskC1deH3rkWIYkVfvCabEbDBVZ/cpV5JAYRbutFUQgw==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/babel-plugin-react-intl-auto/-/babel-plugin-react-intl-auto-2.2.0.tgz", + "integrity": "sha512-L6IS4NQCr+uGw8yOJ+tBfm5R0UhrM2mZyhN+X7jCsnEhTcWopkWe7geLm7AzJC2SWFXnr7phwXlJbN4erwKRrA==", "dev": true, "requires": { "@babel/types": "^7.5.5", diff --git a/package.json b/package.json index e5a74cd05..e9eed1fcf 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "babel-jest": "^23.6.0", "babel-loader": "^8.0.6", "babel-plugin-react-intl": "^4.1.12", - "babel-plugin-react-intl-auto": "^2.1.0", + "babel-plugin-react-intl-auto": "^2.2.0", "codecov": "^3.5.0", "enzyme": "^3.10.0", "enzyme-adapter-react-16": "^1.14.0",