Skip to content

Commit

Permalink
Upgrade babel preset
Browse files Browse the repository at this point in the history
  • Loading branch information
CompuIves committed Mar 27, 2019
1 parent 35760a3 commit 7cb89e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
},
"dependencies": {
"@babel/plugin-transform-destructuring": "^7.1.2",
"@babel/preset-env": "^7.4.2",
"@cerebral/http": "^4.0.0",
"@cerebral/mobx-state-tree": "^3.0.0",
"@emmetio/codemirror-plugin": "^0.3.5",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1210,7 +1210,7 @@
core-js "^2.5.7"
regenerator-runtime "^0.11.1"

"@babel/preset-env@7.1.0", "@babel/preset-env@^7.1.0":
"@babel/preset-env@7.1.0":
version "7.1.0"
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.1.0.tgz#e67ea5b0441cfeab1d6f41e9b5c79798800e8d11"
dependencies:
Expand Down Expand Up @@ -1302,7 +1302,7 @@
js-levenshtein "^1.1.3"
semver "^5.3.0"

"@babel/preset-env@^7.4.1":
"@babel/preset-env@^7.4.1", "@babel/preset-env@^7.4.2":
version "7.4.2"
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.4.2.tgz#2f5ba1de2daefa9dcca653848f96c7ce2e406676"
integrity sha512-OEz6VOZaI9LW08CWVS3d9g/0jZA6YCn1gsKIy/fut7yZCJti5Lm1/Hi+uo/U+ODm7g4I6gULrCP+/+laT8xAsA==
Expand Down

0 comments on commit 7cb89e2

Please sign in to comment.