Bump babel-plugin-react-intl-auto from 2.3.0 to 3.1.0

Bumps [babel-plugin-react-intl-auto](https://github.com/akameco/babel-plugin-react-intl-auto) from 2.3.0 to 3.1.0.
- [Release notes](https://github.com/akameco/babel-plugin-react-intl-auto/releases)
- [Commits](https://github.com/akameco/babel-plugin-react-intl-auto/compare/v2.3.0...v3.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-12-12 05:24:22 +00:00 committed by GitHub
parent 1d41734aa1
commit 4003eb3799
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

8
package-lock.json generated
View file

@ -5637,11 +5637,13 @@
}
},
"babel-plugin-react-intl-auto": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/babel-plugin-react-intl-auto/-/babel-plugin-react-intl-auto-2.3.0.tgz",
"integrity": "sha512-y9QSRHkuN2eAPlvhvvJCbWjxeXhd0kbFLksLkMgaqX7VAiWON04rTSfq4PVbvgfvs5MHdLLbGrxBEWQ129QVIA==",
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/babel-plugin-react-intl-auto/-/babel-plugin-react-intl-auto-3.1.0.tgz",
"integrity": "sha512-rbId1YRRFoKdkhgYSumxW/Qqlh/35+HeZiyGeHa/g/t0tdTManbk9pXWZGuEsxpBiIjfzm+upSMn8HTRVAh/tA==",
"dev": true,
"requires": {
"@babel/core": "^7.5.5",
"@babel/traverse": "^7.5.5",
"@babel/types": "^7.5.5",
"murmurhash3js": "^3.0.1"
}

View file

@ -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.3.0",
"babel-plugin-react-intl-auto": "^3.1.0",
"codecov": "^3.5.0",
"core-js": "^3.2.1",
"cross-env": "^6.0.3",