Skip to content

Commit 9d4b226

Browse files
fix(build): Lock plugin-transform-spread for now (#6781)
See gatsbyjs/gatsby#29326
1 parent 18a9402 commit 9d4b226

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
"typescript": "^3.9.7"
7171
},
7272
"resolutions": {
73+
"@babel/plugin-transform-spread": "7.12.1",
7374
"@types/react": "^16.14.40",
7475
"@types/react-dom": "^16.9.19",
7576
"@typescript-eslint/eslint-plugin": "^5.53.0",

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -892,12 +892,12 @@
892892
dependencies:
893893
"@babel/helper-plugin-utils" "^7.12.13"
894894

895-
"@babel/plugin-transform-spread@^7.11.0", "@babel/plugin-transform-spread@^7.12.1", "@babel/plugin-transform-spread@^7.12.13":
896-
version "7.12.13"
897-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.12.13.tgz#ca0d5645abbd560719c354451b849f14df4a7949"
898-
integrity sha512-dUCrqPIowjqk5pXsx1zPftSq4sT0aCeZVAxhdgs3AMgyaDmoUT0G+5h3Dzja27t76aUEIJWlFgPJqJ/d4dbTtg==
895+
"@babel/plugin-transform-spread@7.12.1", "@babel/plugin-transform-spread@^7.11.0", "@babel/plugin-transform-spread@^7.12.1", "@babel/plugin-transform-spread@^7.12.13":
896+
version "7.12.1"
897+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.12.1.tgz#527f9f311be4ec7fdc2b79bb89f7bf884b3e1e1e"
898+
integrity sha512-vuLp8CP0BE18zVYjsEBZ5xoCecMK6LBMMxYzJnh01rxQRvhNhH1csMMmBfNo5tGpGO+NhdSNW2mzIvBu3K1fng==
899899
dependencies:
900-
"@babel/helper-plugin-utils" "^7.12.13"
900+
"@babel/helper-plugin-utils" "^7.10.4"
901901
"@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
902902

903903
"@babel/plugin-transform-sticky-regex@^7.12.13":

0 commit comments

Comments
 (0)