Skip to content

Commit

Permalink
Update babel to v7.9.1
Browse files Browse the repository at this point in the history
The regression introduced in babel v7.8.1 is now fixed:
babel/babel#11280
  • Loading branch information
shesek committed Mar 21, 2020
1 parent c895476 commit cddc5f8
Show file tree
Hide file tree
Showing 4 changed files with 344 additions and 180 deletions.
73 changes: 50 additions & 23 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
Expand Up @@ -8,8 +8,8 @@
"dist": "../node_modules/.bin/babel -d dist src"
},
"dependencies": {
"@babel/plugin-transform-react-jsx": "^7.7.7",
"@babel/polyfill": "^7.7.0",
"@babel/plugin-transform-react-jsx": "^7.9.1",
"@babel/polyfill": "^7.8.7",
"@cycle/dom": "^22.4.0",
"@cycle/history": "^7.4.0",
"@cycle/html": "^3.3.0",
Expand Down

0 comments on commit cddc5f8

Please sign in to comment.