Skip to content

Commit

Permalink
Fix @babel-core dependency issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonesy committed Nov 14, 2018
1 parent 248e28f commit d3983d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "7.0.0-bridge.0",
"@babel/core": "7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-transform-async-to-generator": "^7.0.0",
"@babel/preset-env": "^7.0.0",
Expand Down Expand Up @@ -80,6 +80,7 @@
"express": "~4.16.0",
"express-session": "^1.15.6",
"faker": "^4.1.0",
"filesize": "^3.6.1",
"http-proxy-middleware": "^0.19.0",
"humps": "^2.0.1",
"jsonwebtoken": "^8.3.0",
Expand Down
4 changes: 2 additions & 2 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1306,7 +1306,7 @@
dependencies:
"@babel/highlight" "^7.0.0"

"@babel/core@7.0.0-bridge.0":
"@babel/core@7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.0.0.tgz#0cb0c0fd2e78a0a2bec97698f549ae9ce0b99515"
integrity sha512-nrvxS5u6QUN5gLl1GEakIcmOeoUHT1/gQtdMRq18WFURJ5osn4ppJLVSseMQo4zVWKJfBTF4muIYijXUnKlRLQ==
Expand Down Expand Up @@ -5168,7 +5168,7 @@ fileset@^2.0.2:
glob "^7.0.3"
minimatch "^3.0.3"

filesize@^3.2.1:
filesize@^3.2.1, filesize@^3.6.1:
version "3.6.1"
resolved "https://registry.yarnpkg.com/filesize/-/filesize-3.6.1.tgz#090bb3ee01b6f801a8a8be99d31710b3422bb317"
integrity sha512-7KjR1vv6qnicaPMi1iiTcI85CyYwRO/PSFCu6SvqL8jN2Wjt/NIYQTFtFs7fSDCYOstUkEWIQGFUg5YZQfjlcg==
Expand Down

0 comments on commit d3983d4

Please sign in to comment.