Skip to content

Commit 1a1db49

Browse files
1 parent 2796063 commit 1a1db49

2 files changed

Lines changed: 31 additions & 16 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@testing-library/react": "^8.0.6",
7878
"axe-core": "^4.1.1",
7979
"babel-jest": "^26.6.3",
80-
"babel-preset-gatsby": "^0.9.0",
80+
"babel-preset-gatsby": "^1.0.0",
8181
"gh-pages": "^2.0.1",
8282
"identity-obj-proxy": "^3.0.0",
8383
"jest": "^26.6.3",

yarn.lock

Lines changed: 30 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5445,15 +5445,16 @@ babel-preset-gatsby@^0.12.2:
54455445
gatsby-core-utils "^1.10.1"
54465446
gatsby-legacy-polyfills "^0.7.0"
54475447

5448-
babel-preset-gatsby@^0.9.0:
5449-
version "0.9.1"
5450-
resolved "https://registry.yarnpkg.com/babel-preset-gatsby/-/babel-preset-gatsby-0.9.1.tgz#307be99366b8d726aef6d9f43299b528e775b16a"
5451-
integrity sha512-J/2e5qn6G0Sn1YF1MGOMfYJrgaKAEUXbr52v06Y24buHdj52HUcftF8/xspSpBADLP/0MHt053AHFOOJvA9BzA==
5448+
babel-preset-gatsby@^1.0.0:
5449+
version "1.0.0"
5450+
resolved "https://registry.yarnpkg.com/babel-preset-gatsby/-/babel-preset-gatsby-1.0.0.tgz#14bcb46e45bfee12d095819f1f439415401377b7"
5451+
integrity sha512-3jCjp/yhbgbvSxj9j6ieF6h1JKi9Kfot8N+NSh80GDQ5iwhg/x+Ev7ocyU0UKm89t5QaZuPcGY/RopK0gck+pg==
54525452
dependencies:
54535453
"@babel/plugin-proposal-class-properties" "^7.12.1"
54545454
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.12.1"
54555455
"@babel/plugin-proposal-optional-chaining" "^7.12.1"
54565456
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
5457+
"@babel/plugin-transform-classes" "^7.12.1"
54575458
"@babel/plugin-transform-runtime" "^7.12.1"
54585459
"@babel/plugin-transform-spread" "^7.12.1"
54595460
"@babel/preset-env" "^7.12.1"
@@ -5462,8 +5463,8 @@ babel-preset-gatsby@^0.9.0:
54625463
babel-plugin-dynamic-import-node "^2.3.3"
54635464
babel-plugin-macros "^2.8.0"
54645465
babel-plugin-transform-react-remove-prop-types "^0.4.24"
5465-
gatsby-core-utils "^1.7.1"
5466-
gatsby-legacy-polyfills "^0.4.0"
5466+
gatsby-core-utils "^2.0.0"
5467+
gatsby-legacy-polyfills "^1.0.0"
54675468

54685469
babel-preset-jest@^26.6.2:
54695470
version "26.6.2"
@@ -9034,7 +9035,7 @@ file-type@^12.0.0:
90349035
resolved "https://registry.yarnpkg.com/file-type/-/file-type-12.4.2.tgz#a344ea5664a1d01447ee7fb1b635f72feb6169d9"
90359036
integrity sha512-UssQP5ZgIOKelfsaB5CuGAL+Y+q7EmONuiwF3N5HAH0t27rvrttgi6Ra9k/+DVaY9UF6+ybxu5pOXLUdA8N7Vg==
90369037

9037-
file-type@^16.0.0:
9038+
file-type@^16.0.0, file-type@^16.2.0:
90389039
version "16.3.0"
90399040
resolved "https://registry.yarnpkg.com/file-type/-/file-type-16.3.0.tgz#f03af91db30f92cc9a0b335c0644c46101522f6d"
90409041
integrity sha512-ZA0hV64611vJT42ltw0T9IDwHApQuxRdrmQZWTeDmeAUtZBBVSQW3nSQqhhW1cAgpXgqcJvm410BYHXJQ9AymA==
@@ -9512,7 +9513,7 @@ gatsby-cli@^2.19.2:
95129513
yoga-layout-prebuilt "^1.9.6"
95139514
yurnalist "^2.1.0"
95149515

9515-
gatsby-core-utils@^1.10.1, gatsby-core-utils@^1.7.1:
9516+
gatsby-core-utils@^1.10.1:
95169517
version "1.10.1"
95179518
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.10.1.tgz#97bed40df3fa79800e7ce0c0491680f0aadd6ce7"
95189519
integrity sha512-4P3feGCJckg+DRWWl2beFk7N9c63zmCryEGPaU1OHCp+ZT2bO0ihCBuXywDWuuEp6SYP9PZ1fs0YJ/Rt6q6lag==
@@ -9525,6 +9526,20 @@ gatsby-core-utils@^1.10.1, gatsby-core-utils@^1.7.1:
95259526
tmp "^0.2.1"
95269527
xdg-basedir "^4.0.0"
95279528

9529+
gatsby-core-utils@^2.0.0:
9530+
version "2.0.0"
9531+
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-2.0.0.tgz#00fdc1f2efcaabe7426e63b020a7117ca613780c"
9532+
integrity sha512-+DrClKZ/ScTbzhIHZXuU3DoIhEJ95uJV+swR7VVqYVhEpV1CnjUGR/dB+tMd0VqlPdrXB38FuR8O5kuSvYm+/A==
9533+
dependencies:
9534+
ci-info "2.0.0"
9535+
configstore "^5.0.1"
9536+
file-type "^16.2.0"
9537+
fs-extra "^8.1.0"
9538+
node-object-hash "^2.0.0"
9539+
proper-lockfile "^4.1.1"
9540+
tmp "^0.2.1"
9541+
xdg-basedir "^4.0.0"
9542+
95289543
gatsby-graphiql-explorer@^0.11.0:
95299544
version "0.11.0"
95309545
resolved "https://registry.yarnpkg.com/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.11.0.tgz#2fe20ddb756180cf3a86defb2f24326ba0c9b062"
@@ -9541,20 +9556,20 @@ gatsby-image@^2.8.0:
95419556
object-fit-images "^3.2.4"
95429557
prop-types "^15.7.2"
95439558

9544-
gatsby-legacy-polyfills@^0.4.0:
9545-
version "0.4.0"
9546-
resolved "https://registry.yarnpkg.com/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-0.4.0.tgz#7c5af19a02fade048eb95f8f29aa88e36c33a9dd"
9547-
integrity sha512-Mj3S9fGJYesEissA5Y9P5AHGduWBeel4KPrhXYQ3htPPb+zkhXhk6q2JL+Eee33y31wOi9gEOrqWtJB2qW8QGA==
9548-
dependencies:
9549-
core-js-compat "^3.6.5"
9550-
95519559
gatsby-legacy-polyfills@^0.7.0:
95529560
version "0.7.0"
95539561
resolved "https://registry.yarnpkg.com/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-0.7.0.tgz#8ef8aeeb59b6679920489edb2493ac16bcd03c82"
95549562
integrity sha512-fHDJeFib1iNaFuNRMWOpTmu2aw0AZ1ViIzwY2ar4kL3X3fYDL4RLnoBaw6Fcyc/sCCYHdBDSGzb/imvsddkRaA==
95559563
dependencies:
95569564
core-js-compat "^3.6.5"
95579565

9566+
gatsby-legacy-polyfills@^1.0.0:
9567+
version "1.0.0"
9568+
resolved "https://registry.yarnpkg.com/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-1.0.0.tgz#42e740b9a62df1a4be022b7519e77a504788f857"
9569+
integrity sha512-whGt//oMbsQvr2uok4qkd1MrlbpSKYXl1lifkwZnrHTvAAf5wreeOZKbzM/C3SWLb0lmD2X7WO7gAamOBj7PwA==
9570+
dependencies:
9571+
core-js-compat "^3.6.5"
9572+
95589573
gatsby-link@^2.11.0:
95599574
version "2.11.0"
95609575
resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-2.11.0.tgz#15e99c89bdde1c99686ce53bda72beb3c9c39455"

0 commit comments

Comments
 (0)