Skip to content

Commit

Permalink
This commit fixes an upstream issue with babel and node causing webpack
Browse files Browse the repository at this point in the history
not to be able to run

nodejs/node#32852

This also updates Mirador to the latest RC
  • Loading branch information
mejackreed committed Jul 22, 2020
1 parent 9de72d6 commit 2dc36b4
Show file tree
Hide file tree
Showing 2 changed files with 1,754 additions and 1,717 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"private": true,
"dependencies": {
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.6",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.7.4",
"@rails/webpacker": "^4.2.0",
"core-js": "^3.4.8",
"mirador": "^3.0.0-beta.10",
"mirador": "^3.0.0-rc.4",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
Expand Down
Loading

0 comments on commit 2dc36b4

Please sign in to comment.