Bump @babel/preset-react from 7.9.4 to 7.10.0

Bumps [@babel/preset-react](https://github.com/babel/babel) from 7.9.4 to 7.10.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.9.4...v7.10.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-05-27 12:43:28 +00:00 committed by GitHub
parent 3ccd7e766b
commit b7c6f7dca3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 5 deletions

31
package-lock.json generated
View File

@ -996,6 +996,16 @@
"@babel/plugin-syntax-jsx": "^7.8.3"
}
},
"@babel/plugin-transform-react-pure-annotations": {
"version": "7.10.0",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.10.0.tgz",
"integrity": "sha512-rn8QOUd0wnJYKGROZ9GYIPBbl/c3aC2tuMh1dmkklrL0l3D5MzXmQBlrsWTizbFnJC16TkEHwSs+a0rEO/hvcQ==",
"dev": true,
"requires": {
"@babel/helper-annotate-as-pure": "^7.8.3",
"@babel/helper-plugin-utils": "^7.8.3"
}
},
"@babel/plugin-transform-regenerator": {
"version": "7.8.7",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.8.7.tgz",
@ -1320,9 +1330,9 @@
}
},
"@babel/preset-react": {
"version": "7.9.4",
"resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.9.4.tgz",
"integrity": "sha512-AxylVB3FXeOTQXNXyiuAQJSvss62FEotbX2Pzx3K/7c+MKJMdSg6Ose6QYllkdCFA8EInCJVw7M/o5QbLuA4ZQ==",
"version": "7.10.0",
"resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.10.0.tgz",
"integrity": "sha512-3bHAfSRGTciFb1c7qlPCeGiL1TErUANc5AmjXE5+9/l6ePyLoCvHPxqdk94PUGwTn6/VOZSDDWtkC1cYsaUUkA==",
"dev": true,
"requires": {
"@babel/helper-plugin-utils": "^7.8.3",
@ -1330,7 +1340,20 @@
"@babel/plugin-transform-react-jsx": "^7.9.4",
"@babel/plugin-transform-react-jsx-development": "^7.9.0",
"@babel/plugin-transform-react-jsx-self": "^7.9.0",
"@babel/plugin-transform-react-jsx-source": "^7.9.0"
"@babel/plugin-transform-react-jsx-source": "^7.10.0",
"@babel/plugin-transform-react-pure-annotations": "^7.10.0"
},
"dependencies": {
"@babel/plugin-transform-react-jsx-source": {
"version": "7.10.0",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.10.0.tgz",
"integrity": "sha512-EmUZ2YYXK6YFIdSxUJ1thg7gIBMHSEp8nGS6GwkXGpGdplpmOhj6azYjszT8YcFt6HyPElycDOd2lXckzN+OEw==",
"dev": true,
"requires": {
"@babel/helper-plugin-utils": "^7.8.3",
"@babel/plugin-syntax-jsx": "^7.8.3"
}
}
}
},
"@babel/preset-typescript": {

View File

@ -43,7 +43,7 @@
"@babel/core": "7.10.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.10.0",
"@babel/preset-react": "^7.9.4",
"@babel/preset-react": "^7.10.0",
"@svgr/webpack": "5.4.0",
"@typescript-eslint/eslint-plugin": "1.13.0",
"@typescript-eslint/parser": "1.13.0",