mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-11-13 16:45:12 +01:00
Merge pull request #240 from kremalicious/dependabot/npm_and_yarn/babel-preset-gatsby-0.4.4
Bump babel-preset-gatsby from 0.4.1 to 0.4.4
This commit is contained in:
commit
d024a923d9
19
package-lock.json
generated
19
package-lock.json
generated
@ -4404,9 +4404,9 @@
|
||||
}
|
||||
},
|
||||
"babel-preset-gatsby": {
|
||||
"version": "0.4.1",
|
||||
"resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-0.4.1.tgz",
|
||||
"integrity": "sha512-GLRCawxuCKg+EiGaLJdyYcI+NZP8ZPcebqwrvY7vinSmGoKZlBuGcZYO4C9uFVErS4p5168EjVFxWnaJDJ/r1Q==",
|
||||
"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==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@babel/plugin-proposal-class-properties": "^7.8.3",
|
||||
@ -4421,7 +4421,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.2.1"
|
||||
"gatsby-core-utils": "^1.3.0"
|
||||
}
|
||||
},
|
||||
"babel-preset-jest": {
|
||||
@ -10396,14 +10396,17 @@
|
||||
}
|
||||
},
|
||||
"gatsby-core-utils": {
|
||||
"version": "1.2.1",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.2.1.tgz",
|
||||
"integrity": "sha512-uyXgjvKdzfJ0yB8oTYmBjMUqM0AACx7aA8Ioubn6k/51C4tE5+LzrG/iG42di2UaTIbcBj6vcwrvRosNKWeeBQ==",
|
||||
"version": "1.3.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.0.tgz",
|
||||
"integrity": "sha512-7rgNCsqvChp00rL2rJrYNqXf47qP1G0K9Pm6iWuIYrZAdzT0q6rB9csNS5dZ8gzY9CnLT4cTcHVYbr5BjuT/Rg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"ci-info": "2.0.0",
|
||||
"configstore": "^5.0.1",
|
||||
"node-object-hash": "^2.0.0"
|
||||
"fs-extra": "^8.1.0",
|
||||
"node-object-hash": "^2.0.0",
|
||||
"proper-lockfile": "^4.1.1",
|
||||
"xdg-basedir": "^4.0.0"
|
||||
}
|
||||
},
|
||||
"gatsby-graphiql-explorer": {
|
||||
|
@ -68,7 +68,7 @@
|
||||
"@welldone-software/why-did-you-render": "^4.2.1",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"babel-jest": "^26.0.1",
|
||||
"babel-preset-gatsby": "^0.4.1",
|
||||
"babel-preset-gatsby": "^0.4.4",
|
||||
"chalk": "^4.0.0",
|
||||
"eslint": "^6.8.0",
|
||||
"eslint-config-prettier": "^6.11.0",
|
||||
|
Loading…
Reference in New Issue
Block a user