Skip to content

Commit

Permalink
fix(babel-preset-gatsby): add @babel/plugin-transform-spread as depen…
Browse files Browse the repository at this point in the history
…dencies (#15714)
  • Loading branch information
weareoutman authored and GatsbyJS Bot committed Jul 15, 2019
1 parent d18a9e6 commit dfde933
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/babel-preset-gatsby/package.json
Expand Up @@ -12,6 +12,7 @@
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/plugin-transform-spread": "^7.2.2",
"@babel/preset-env": "^7.4.1",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.4.5",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Expand Up @@ -1585,7 +1585,7 @@
dependencies:
"@babel/helper-plugin-utils" "^7.0.0"

"@babel/plugin-transform-spread@^7.2.0":
"@babel/plugin-transform-spread@^7.2.0", "@babel/plugin-transform-spread@^7.2.2":
version "7.2.2"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.2.2.tgz#3103a9abe22f742b6d406ecd3cd49b774919b406"
dependencies:
Expand Down

0 comments on commit dfde933

Please sign in to comment.