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:
parent
1d41734aa1
commit
4003eb3799
2 changed files with 6 additions and 4 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -5637,11 +5637,13 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"babel-plugin-react-intl-auto": {
|
"babel-plugin-react-intl-auto": {
|
||||||
"version": "2.3.0",
|
"version": "3.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/babel-plugin-react-intl-auto/-/babel-plugin-react-intl-auto-2.3.0.tgz",
|
"resolved": "https://registry.npmjs.org/babel-plugin-react-intl-auto/-/babel-plugin-react-intl-auto-3.1.0.tgz",
|
||||||
"integrity": "sha512-y9QSRHkuN2eAPlvhvvJCbWjxeXhd0kbFLksLkMgaqX7VAiWON04rTSfq4PVbvgfvs5MHdLLbGrxBEWQ129QVIA==",
|
"integrity": "sha512-rbId1YRRFoKdkhgYSumxW/Qqlh/35+HeZiyGeHa/g/t0tdTManbk9pXWZGuEsxpBiIjfzm+upSMn8HTRVAh/tA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
|
"@babel/core": "^7.5.5",
|
||||||
|
"@babel/traverse": "^7.5.5",
|
||||||
"@babel/types": "^7.5.5",
|
"@babel/types": "^7.5.5",
|
||||||
"murmurhash3js": "^3.0.1"
|
"murmurhash3js": "^3.0.1"
|
||||||
}
|
}
|
||||||
|
|
|
@ -109,7 +109,7 @@
|
||||||
"babel-jest": "^23.6.0",
|
"babel-jest": "^23.6.0",
|
||||||
"babel-loader": "^8.0.6",
|
"babel-loader": "^8.0.6",
|
||||||
"babel-plugin-react-intl": "^4.1.12",
|
"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",
|
"codecov": "^3.5.0",
|
||||||
"core-js": "^3.2.1",
|
"core-js": "^3.2.1",
|
||||||
"cross-env": "^6.0.3",
|
"cross-env": "^6.0.3",
|
||||||
|
|
Loading…
Reference in a new issue