Update babel-plugin-react-intl-auto

This commit is contained in:
dominik-zeglen 2019-08-22 16:37:06 +02:00
parent 337f14b327
commit a19bdfee53
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -4901,9 +4901,9 @@
} }
}, },
"babel-plugin-react-intl-auto": { "babel-plugin-react-intl-auto": {
"version": "2.1.0", "version": "2.2.0",
"resolved": "https://registry.npmjs.org/babel-plugin-react-intl-auto/-/babel-plugin-react-intl-auto-2.1.0.tgz", "resolved": "https://registry.npmjs.org/babel-plugin-react-intl-auto/-/babel-plugin-react-intl-auto-2.2.0.tgz",
"integrity": "sha512-nhh509nyNVKXg2By1X1v/u1m+liWzF8XWC/RWeHXbhDskC1deH3rkWIYkVfvCabEbDBVZ/cpV5JAYRbutFUQgw==", "integrity": "sha512-L6IS4NQCr+uGw8yOJ+tBfm5R0UhrM2mZyhN+X7jCsnEhTcWopkWe7geLm7AzJC2SWFXnr7phwXlJbN4erwKRrA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/types": "^7.5.5", "@babel/types": "^7.5.5",

View file

@ -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.1.0", "babel-plugin-react-intl-auto": "^2.2.0",
"codecov": "^3.5.0", "codecov": "^3.5.0",
"enzyme": "^3.10.0", "enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0", "enzyme-adapter-react-16": "^1.14.0",