From b18aef62f63d821790c3cb1317e0c4156305a23e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2020 08:15:52 +0000 Subject: [PATCH] Bump babel-plugin-react-intl from 7.0.0 to 7.1.0 Bumps [babel-plugin-react-intl](https://github.com/formatjs/formatjs) from 7.0.0 to 7.1.0. - [Release notes](https://github.com/formatjs/formatjs/releases) - [Commits](https://github.com/formatjs/formatjs/compare/babel-plugin-react-intl@7.0.0...babel-plugin-react-intl@7.1.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index bc41a5a..efeed78 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@parity/shared": "3.0.x", "babel-eslint": "^10.0.1", "babel-loader": "^8.1.0", - "babel-plugin-react-intl": "^7.0.0", + "babel-plugin-react-intl": "^7.1.0", "babel-plugin-transform-react-remove-prop-types": "^0.4.24", "css-loader": "^0.28.1", "ejs-loader": "0.3.5", diff --git a/yarn.lock b/yarn.lock index b99101c..95092ed 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1957,10 +1957,10 @@ babel-plugin-dynamic-import-node@^2.3.0: dependencies: object.assign "^4.1.0" -babel-plugin-react-intl@^7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/babel-plugin-react-intl/-/babel-plugin-react-intl-7.0.0.tgz#f71bf67df65eed44ef1a5b62bb599bbe397c0b2a" - integrity sha512-VqcXsD5pFLjMxijtAt+Wk9UTTk2iZxHBkcuVlJ2uMGTsV5q/j48UHFt+5a1LRw66tsQkO6dLsP7VXmod/4Abww== +babel-plugin-react-intl@^7.1.0: + version "7.1.0" + resolved "https://registry.yarnpkg.com/babel-plugin-react-intl/-/babel-plugin-react-intl-7.1.0.tgz#a5d51f3402470175c2d0627f6c6e0f55aa881864" + integrity sha512-5y/TOt/c5EU49eIQHbQnlGJHKrt1n116vynhpQ0gbhZPUSEF4nQ7mK02UKI7PbtKCxn1LUcuEW6mcH/0uA/U0A== dependencies: "@babel/core" "^7.7.2" "@babel/helper-plugin-utils" "^7.0.0"