Skip to content

Commit

Permalink
Downgrade Babel back to v7.7.7
Browse files Browse the repository at this point in the history
Until this regression is fixed: babel/babel#11278
  • Loading branch information
shesek committed Mar 18, 2020
1 parent 8b9d99c commit 877e8b3
Show file tree
Hide file tree
Showing 4 changed files with 121 additions and 240 deletions.
20 changes: 10 additions & 10 deletions client/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"dist": "../node_modules/.bin/babel -d dist src"
},
"dependencies": {
"@babel/plugin-transform-react-jsx": "^7.8.3",
"@babel/polyfill": "^7.8.7",
"@babel/plugin-transform-react-jsx": "^7.7.7",
"@babel/polyfill": "^7.7.0",
"@cycle/dom": "^22.4.0",
"@cycle/history": "^7.4.0",
"@cycle/html": "^3.3.0",
Expand Down
Loading

0 comments on commit 877e8b3

Please sign in to comment.