Skip to content

Commit

Permalink
chore(deps): update dependency @babel/preset-env to v7.8.2 (#279)
Browse files Browse the repository at this point in the history
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Jan 12, 2020
1 parent 11ab630 commit 90a86ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@babel/core": "7.8.0",
"@babel/plugin-proposal-class-properties": "7.8.0",
"@babel/preset-env": "7.8.0",
"@babel/preset-env": "7.8.2",
"@babel/preset-typescript": "7.8.0",
"@semantic-release/git": "7.1.0-beta.10",
"@types/jest": "24.0.24",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -852,10 +852,10 @@
"@babel/helper-create-regexp-features-plugin" "^7.8.0"
"@babel/helper-plugin-utils" "^7.8.0"

"@babel/preset-env@7.8.0":
version "7.8.0"
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.8.0.tgz#f0a0a353091cb2135e9aea21ed9c4563c51bd31f"
integrity sha512-g3wnth3Ct+ZvnaHcvb5PQyojqNj0whXTkO7hatXgz+lQ2FphOoXrG1JMIfeaHgDakGzx3LiNe0KsWO69xSVFDA==
"@babel/preset-env@7.8.2":
version "7.8.2"
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.8.2.tgz#dd55bd61f5d0bb1237915173c0e94aa350de3089"
integrity sha512-AF2YUl2bGsLWTtFL68upTTB7nDo05aEcKjHmXJE+aXRvsx5K+9yRsHQP3MjnTrLOWe/eFyUr93dfILROsKC4eg==
dependencies:
"@babel/compat-data" "^7.8.0"
"@babel/helper-compilation-targets" "^7.8.0"
Expand Down

0 comments on commit 90a86ab

Please sign in to comment.