@@ -5274,6 +5274,27 @@ babel-preset-gatsby@^0.9.0:
52745274 gatsby-core-utils "^1.7.0"
52755275 gatsby-legacy-polyfills "^0.4.0"
52765276
5277+ babel-preset-gatsby@^1.0.0:
5278+ version "1.0.0"
5279+ resolved "https://registry.yarnpkg.com/babel-preset-gatsby/-/babel-preset-gatsby-1.0.0.tgz#14bcb46e45bfee12d095819f1f439415401377b7"
5280+ integrity sha512-3jCjp/yhbgbvSxj9j6ieF6h1JKi9Kfot8N+NSh80GDQ5iwhg/x+Ev7ocyU0UKm89t5QaZuPcGY/RopK0gck+pg==
5281+ dependencies:
5282+ "@babel/plugin-proposal-class-properties" "^7.12.1"
5283+ "@babel/plugin-proposal-nullish-coalescing-operator" "^7.12.1"
5284+ "@babel/plugin-proposal-optional-chaining" "^7.12.1"
5285+ "@babel/plugin-syntax-dynamic-import" "^7.8.3"
5286+ "@babel/plugin-transform-classes" "^7.12.1"
5287+ "@babel/plugin-transform-runtime" "^7.12.1"
5288+ "@babel/plugin-transform-spread" "^7.12.1"
5289+ "@babel/preset-env" "^7.12.1"
5290+ "@babel/preset-react" "^7.12.5"
5291+ "@babel/runtime" "^7.12.5"
5292+ babel-plugin-dynamic-import-node "^2.3.3"
5293+ babel-plugin-macros "^2.8.0"
5294+ babel-plugin-transform-react-remove-prop-types "^0.4.24"
5295+ gatsby-core-utils "^2.0.0"
5296+ gatsby-legacy-polyfills "^1.0.0"
5297+
52775298babel-preset-jest@^26.6.2:
52785299 version "26.6.2"
52795300 resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-26.6.2.tgz#747872b1171df032252426586881d62d31798fee"
@@ -8846,6 +8867,16 @@ file-type@^16.0.0:
88468867 token-types "^2.0.0"
88478868 typedarray-to-buffer "^3.1.5"
88488869
8870+ file-type@^16.2.0:
8871+ version "16.2.0"
8872+ resolved "https://registry.yarnpkg.com/file-type/-/file-type-16.2.0.tgz#d4f1da71ddda758db7f15f93adfaed09ce9e2715"
8873+ integrity sha512-1Wwww3mmZCMmLjBfslCluwt2mxH80GsAXYrvPnfQ42G1EGWag336kB1iyCgyn7UXiKY3cJrNykXPrCwA7xb5Ag==
8874+ dependencies:
8875+ readable-web-to-node-stream "^3.0.0"
8876+ strtok3 "^6.0.3"
8877+ token-types "^2.0.0"
8878+ typedarray-to-buffer "^3.1.5"
8879+
88498880file-type@^3.8.0:
88508881 version "3.9.0"
88518882 resolved "https://registry.yarnpkg.com/file-type/-/file-type-3.9.0.tgz#257a078384d1db8087bc449d107d52a52672b9e9"
@@ -9309,6 +9340,20 @@ gatsby-core-utils@^1.7.0:
93099340 tmp "^0.2.1"
93109341 xdg-basedir "^4.0.0"
93119342
9343+ gatsby-core-utils@^2.0.0:
9344+ version "2.0.0"
9345+ resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-2.0.0.tgz#00fdc1f2efcaabe7426e63b020a7117ca613780c"
9346+ integrity sha512-+DrClKZ/ScTbzhIHZXuU3DoIhEJ95uJV+swR7VVqYVhEpV1CnjUGR/dB+tMd0VqlPdrXB38FuR8O5kuSvYm+/A==
9347+ dependencies:
9348+ ci-info "2.0.0"
9349+ configstore "^5.0.1"
9350+ file-type "^16.2.0"
9351+ fs-extra "^8.1.0"
9352+ node-object-hash "^2.0.0"
9353+ proper-lockfile "^4.1.1"
9354+ tmp "^0.2.1"
9355+ xdg-basedir "^4.0.0"
9356+
93129357gatsby-graphiql-explorer@^0.8.0:
93139358 version "0.8.0"
93149359 resolved "https://registry.yarnpkg.com/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.8.0.tgz#215ff1dd2a714e068e136620edd85ab9269f0210"
@@ -9332,6 +9377,13 @@ gatsby-legacy-polyfills@^0.4.0:
93329377 dependencies:
93339378 core-js-compat "^3.6.5"
93349379
9380+ gatsby-legacy-polyfills@^1.0.0:
9381+ version "1.0.0"
9382+ resolved "https://registry.yarnpkg.com/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-1.0.0.tgz#42e740b9a62df1a4be022b7519e77a504788f857"
9383+ integrity sha512-whGt//oMbsQvr2uok4qkd1MrlbpSKYXl1lifkwZnrHTvAAf5wreeOZKbzM/C3SWLb0lmD2X7WO7gAamOBj7PwA==
9384+ dependencies:
9385+ core-js-compat "^3.6.5"
9386+
93359387gatsby-link@^2.8.0:
93369388 version "2.8.0"
93379389 resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-2.8.0.tgz#ca0e32eec9d6adc91d7d515ce6d8b38c76bfd9dc"
0 commit comments