mirror of
https://github.com/kremalicious/portfolio.git
synced 2025-02-01 12:29:36 +01:00
Bump babel-preset-gatsby from 2.7.0 to 2.9.1 (#827)
Bumps [babel-preset-gatsby](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/babel-preset-gatsby) from 2.7.0 to 2.9.1. - [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@2.9.1/packages/babel-preset-gatsby) --- updated-dependencies: - dependency-name: babel-preset-gatsby dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
f5ba3cfeca
commit
08fe42baa1
18
package-lock.json
generated
18
package-lock.json
generated
@ -47,7 +47,7 @@
|
||||
"@testing-library/jest-dom": "^5.16.2",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
"@welldone-software/why-did-you-render": "^6.2.3",
|
||||
"babel-preset-gatsby": "^2.9.0",
|
||||
"babel-preset-gatsby": "^2.9.1",
|
||||
"chalk": "^4.1.2",
|
||||
"eslint": "^8.10.0",
|
||||
"eslint-config-prettier": "^8.4.0",
|
||||
@ -5510,9 +5510,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/babel-preset-gatsby": {
|
||||
"version": "2.9.0",
|
||||
"resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-2.9.0.tgz",
|
||||
"integrity": "sha512-naGwVr1uCX2NsyM38pTp0f+vO0UfCH2h7wEC1H8B748twHTUpoOPJ/GWUs+/FQzNrfgOvHSspcqkRyD3Vb2EPg==",
|
||||
"version": "2.9.1",
|
||||
"resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-2.9.1.tgz",
|
||||
"integrity": "sha512-HkZyo5Phb5+vbICx0Q8Goj+FV8xPH4detCqJUDHH9sfBvAjvdnKfL2dtDFd0QvKhUQ/55rO3Rdcmo6PU5zYwZw==",
|
||||
"dependencies": {
|
||||
"@babel/plugin-proposal-class-properties": "^7.14.0",
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
|
||||
@ -5527,7 +5527,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": "^3.9.0",
|
||||
"gatsby-core-utils": "^3.9.1",
|
||||
"gatsby-legacy-polyfills": "^2.9.0"
|
||||
},
|
||||
"engines": {
|
||||
@ -27984,9 +27984,9 @@
|
||||
}
|
||||
},
|
||||
"babel-preset-gatsby": {
|
||||
"version": "2.9.0",
|
||||
"resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-2.9.0.tgz",
|
||||
"integrity": "sha512-naGwVr1uCX2NsyM38pTp0f+vO0UfCH2h7wEC1H8B748twHTUpoOPJ/GWUs+/FQzNrfgOvHSspcqkRyD3Vb2EPg==",
|
||||
"version": "2.9.1",
|
||||
"resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-2.9.1.tgz",
|
||||
"integrity": "sha512-HkZyo5Phb5+vbICx0Q8Goj+FV8xPH4detCqJUDHH9sfBvAjvdnKfL2dtDFd0QvKhUQ/55rO3Rdcmo6PU5zYwZw==",
|
||||
"requires": {
|
||||
"@babel/plugin-proposal-class-properties": "^7.14.0",
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
|
||||
@ -28001,7 +28001,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": "^3.9.0",
|
||||
"gatsby-core-utils": "^3.9.1",
|
||||
"gatsby-legacy-polyfills": "^2.9.0"
|
||||
}
|
||||
},
|
||||
|
@ -58,7 +58,7 @@
|
||||
"@testing-library/jest-dom": "^5.16.2",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
"@welldone-software/why-did-you-render": "^6.2.3",
|
||||
"babel-preset-gatsby": "^2.9.0",
|
||||
"babel-preset-gatsby": "^2.9.1",
|
||||
"chalk": "^4.1.2",
|
||||
"eslint": "^8.10.0",
|
||||
"eslint-config-prettier": "^8.4.0",
|
||||
|
Loading…
Reference in New Issue
Block a user