1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-06-26 03:06:39 +02:00

Bump babel-preset-gatsby from 1.13.0 to 1.14.0 (#664)

This commit is contained in:
dependabot[bot] 2021-09-20 10:57:17 +02:00 committed by GitHub
parent 1b64d8e44e
commit 14dacfa9ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 26 deletions

52
package-lock.json generated
View File

@ -48,7 +48,7 @@
"@testing-library/jest-dom": "^5.14.1", "@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.0", "@testing-library/react": "^12.1.0",
"@welldone-software/why-did-you-render": "^6.2.1", "@welldone-software/why-did-you-render": "^6.2.1",
"babel-preset-gatsby": "^1.13.0", "babel-preset-gatsby": "^1.14.0",
"chalk": "^4.1.2", "chalk": "^4.1.2",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
@ -5523,25 +5523,25 @@
} }
}, },
"node_modules/babel-preset-gatsby": { "node_modules/babel-preset-gatsby": {
"version": "1.13.0", "version": "1.14.0",
"resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-1.13.0.tgz", "resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-1.14.0.tgz",
"integrity": "sha512-m7j5P06nl3QWSm1LQUXO0dWuiF85Cko02pqLuTXndOHlpBbRMLks72Q3MTzEZw2R6ePj/ib+dzdkarYQ86P4Uw==", "integrity": "sha512-weu2mSxvlzWUUaSfO67AS005W2+UncMgyTwkGWMoqeNe4MaZxWMtEimxBRVDPHvhW/VQIzeh3aL+gjZ2v9P4oQ==",
"dependencies": { "dependencies": {
"@babel/plugin-proposal-class-properties": "^7.14.0", "@babel/plugin-proposal-class-properties": "^7.14.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
"@babel/plugin-proposal-optional-chaining": "^7.14.5", "@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-classes": "^7.14.9", "@babel/plugin-transform-classes": "^7.15.4",
"@babel/plugin-transform-runtime": "^7.14.5", "@babel/plugin-transform-runtime": "^7.15.0",
"@babel/plugin-transform-spread": "^7.14.6", "@babel/plugin-transform-spread": "^7.14.6",
"@babel/preset-env": "^7.14.9", "@babel/preset-env": "^7.15.4",
"@babel/preset-react": "^7.14.0", "@babel/preset-react": "^7.14.0",
"@babel/runtime": "^7.14.8", "@babel/runtime": "^7.15.4",
"babel-plugin-dynamic-import-node": "^2.3.3", "babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-macros": "^2.8.0", "babel-plugin-macros": "^2.8.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24", "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"gatsby-core-utils": "^2.13.0", "gatsby-core-utils": "^2.14.0",
"gatsby-legacy-polyfills": "^1.13.0" "gatsby-legacy-polyfills": "^1.14.0"
}, },
"engines": { "engines": {
"node": ">=12.13.0" "node": ">=12.13.0"
@ -11516,10 +11516,11 @@
} }
}, },
"node_modules/gatsby-legacy-polyfills": { "node_modules/gatsby-legacy-polyfills": {
"version": "1.13.0", "version": "1.14.0",
"resolved": "https://registry.npmjs.org/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-1.13.0.tgz", "resolved": "https://registry.npmjs.org/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-1.14.0.tgz",
"integrity": "sha512-DjSW8KgQ+DMzIc47XrOJvIaTe9xpwIV7NYjVNo7Sh3gP78Dij7i/snwhJyGdHY+dg+GeoIw/RUiwCVJIoR2Kfg==", "integrity": "sha512-IGto7YurB4cEm6r07Lr/hSPZZvrkT1/0YdGpZQp7rC6CdSLqyWO9X5CS9F111NJyJhLusHCr9ZuRJG5cA0SYxQ==",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.15.4",
"core-js-compat": "3.9.0" "core-js-compat": "3.9.0"
} }
}, },
@ -31863,25 +31864,25 @@
} }
}, },
"babel-preset-gatsby": { "babel-preset-gatsby": {
"version": "1.13.0", "version": "1.14.0",
"resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-1.13.0.tgz", "resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-1.14.0.tgz",
"integrity": "sha512-m7j5P06nl3QWSm1LQUXO0dWuiF85Cko02pqLuTXndOHlpBbRMLks72Q3MTzEZw2R6ePj/ib+dzdkarYQ86P4Uw==", "integrity": "sha512-weu2mSxvlzWUUaSfO67AS005W2+UncMgyTwkGWMoqeNe4MaZxWMtEimxBRVDPHvhW/VQIzeh3aL+gjZ2v9P4oQ==",
"requires": { "requires": {
"@babel/plugin-proposal-class-properties": "^7.14.0", "@babel/plugin-proposal-class-properties": "^7.14.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
"@babel/plugin-proposal-optional-chaining": "^7.14.5", "@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-classes": "^7.14.9", "@babel/plugin-transform-classes": "^7.15.4",
"@babel/plugin-transform-runtime": "^7.14.5", "@babel/plugin-transform-runtime": "^7.15.0",
"@babel/plugin-transform-spread": "^7.14.6", "@babel/plugin-transform-spread": "^7.14.6",
"@babel/preset-env": "^7.14.9", "@babel/preset-env": "^7.15.4",
"@babel/preset-react": "^7.14.0", "@babel/preset-react": "^7.14.0",
"@babel/runtime": "^7.14.8", "@babel/runtime": "^7.15.4",
"babel-plugin-dynamic-import-node": "^2.3.3", "babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-macros": "^2.8.0", "babel-plugin-macros": "^2.8.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24", "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"gatsby-core-utils": "^2.13.0", "gatsby-core-utils": "^2.14.0",
"gatsby-legacy-polyfills": "^1.13.0" "gatsby-legacy-polyfills": "^1.14.0"
} }
}, },
"babel-preset-jest": { "babel-preset-jest": {
@ -36609,10 +36610,11 @@
} }
}, },
"gatsby-legacy-polyfills": { "gatsby-legacy-polyfills": {
"version": "1.13.0", "version": "1.14.0",
"resolved": "https://registry.npmjs.org/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-1.13.0.tgz", "resolved": "https://registry.npmjs.org/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-1.14.0.tgz",
"integrity": "sha512-DjSW8KgQ+DMzIc47XrOJvIaTe9xpwIV7NYjVNo7Sh3gP78Dij7i/snwhJyGdHY+dg+GeoIw/RUiwCVJIoR2Kfg==", "integrity": "sha512-IGto7YurB4cEm6r07Lr/hSPZZvrkT1/0YdGpZQp7rC6CdSLqyWO9X5CS9F111NJyJhLusHCr9ZuRJG5cA0SYxQ==",
"requires": { "requires": {
"@babel/runtime": "^7.15.4",
"core-js-compat": "3.9.0" "core-js-compat": "3.9.0"
}, },
"dependencies": { "dependencies": {

View File

@ -59,7 +59,7 @@
"@testing-library/jest-dom": "^5.14.1", "@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.0", "@testing-library/react": "^12.1.0",
"@welldone-software/why-did-you-render": "^6.2.1", "@welldone-software/why-did-you-render": "^6.2.1",
"babel-preset-gatsby": "^1.13.0", "babel-preset-gatsby": "^1.14.0",
"chalk": "^4.1.2", "chalk": "^4.1.2",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",