Merge pull request #317 from mirumee/dependabot/npm_and_yarn/babel-plugin-react-intl-auto-3.1.0

Bump babel-plugin-react-intl-auto from 2.3.0 to 3.1.0
This commit is contained in:
Marcin Gębala 2019-12-16 11:05:35 +01:00 committed by GitHub
commit bb0d0602a0
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",