Skip to content

Commit

Permalink
Update babel monorepo to ^7.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed May 1, 2019
1 parent 7ab234f commit 42928c7
Show file tree
Hide file tree
Showing 2 changed files with 204 additions and 224 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -38,12 +38,12 @@
"testEnvironment": "node"
},
"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/polyfill": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/preset-flow": "^7.0.0",
"@babel/register": "^7.4.0",
"@babel/register": "^7.4.4",
"babel-core": "^7.0.0-bridge",
"babel-jest": "^24.7.1",
"cross-env": "^5.2.0",
Expand All @@ -56,7 +56,7 @@
"jest-cli": "^24.7.1"
},
"dependencies": {
"@babel/runtime": "^7.4.3",
"@babel/runtime": "^7.4.4",
"ast-metadata-inferer": "^0.1.1",
"browserslist": "^4.5.4",
"caniuse-db": "^1.0.30000957",
Expand Down

0 comments on commit 42928c7

Please sign in to comment.