Bump babel-preset-gatsby from 0.4.4 to 0.4.6

Bumps [babel-preset-gatsby](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/babel-preset-gatsby) from 0.4.4 to 0.4.6.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/babel-preset-gatsby/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby@0.4.6/packages/babel-preset-gatsby)

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

14
package-lock.json generated
View File

@ -4402,9 +4402,9 @@
}
},
"babel-preset-gatsby": {
"version": "0.4.4",
"resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-0.4.4.tgz",
"integrity": "sha512-pNHIdn8LzVQiEZpnbSO4ppgehgqjT/xCGio/UpcK8i4d8fALNJrbkE7nAuNoqKhZ02F1d7cef3QQ283a/+SI3g==",
"version": "0.4.6",
"resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-0.4.6.tgz",
"integrity": "sha512-WIFSRX3tnv3WirBz/qFF7HKTCB6yAkLHUFyB/zvPiJ2QQ8HHiR0x7mBm35cE3+W+fuzmFhkL25O4DE/x67AhfA==",
"dev": true,
"requires": {
"@babel/plugin-proposal-class-properties": "^7.8.3",
@ -4419,7 +4419,7 @@
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-macros": "^2.8.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"gatsby-core-utils": "^1.3.0"
"gatsby-core-utils": "^1.3.2"
}
},
"babel-preset-jest": {
@ -10394,9 +10394,9 @@
}
},
"gatsby-core-utils": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.0.tgz",
"integrity": "sha512-7rgNCsqvChp00rL2rJrYNqXf47qP1G0K9Pm6iWuIYrZAdzT0q6rB9csNS5dZ8gzY9CnLT4cTcHVYbr5BjuT/Rg==",
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.2.tgz",
"integrity": "sha512-aNecB7D9KFGITArBoEu7Y4g2ZN2zVY+BB2uF9Ql8mp1fcRZFXZdkNvyXqiKsyDFRl/UdBT4u6Zrym1bXk0SWig==",
"dev": true,
"requires": {
"ci-info": "2.0.0",

View File

@ -68,7 +68,7 @@
"@welldone-software/why-did-you-render": "^4.2.2",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.0.1",
"babel-preset-gatsby": "^0.4.4",
"babel-preset-gatsby": "^0.4.6",
"chalk": "^4.0.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",