Skip to content

Commit

Permalink
chore(deps): update babel monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 20, 2020
1 parent 9ca375b commit 699dccc
Show file tree
Hide file tree
Showing 4 changed files with 998 additions and 18 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
]
},
"devDependencies": {
"@babel/cli": "7.7.7",
"@babel/core": "7.7.7",
"@babel/plugin-proposal-class-properties": "7.7.4",
"@babel/plugin-transform-runtime": "7.7.6",
"@babel/preset-env": "7.7.7",
"@babel/preset-react": "7.7.4",
"@babel/cli": "7.8.4",
"@babel/core": "7.9.0",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-transform-runtime": "7.9.0",
"@babel/preset-env": "7.9.0",
"@babel/preset-react": "7.9.1",
"@commitlint/cli": "8.2.0",
"@commitlint/config-conventional": "8.2.0",
"babel-eslint": "10.0.3",
"babel-eslint": "10.1.0",
"cross-env": "7.0.0",
"eslint": "6.5.1",
"eslint-config-airbnb": "18.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/hummingbird/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"widont": "0.3.3"
},
"devDependencies": {
"babel-eslint": "10.0.3",
"babel-eslint": "10.1.0",
"babel-preset-gatsby": "0.1.11",
"eslint-plugin-jsx-a11y": "6.2.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "Maarten Busstra <busstra.m@gmail.com>",
"license": "MIT",
"devDependencies": {
"@babel/cli": "7.7.7",
"@babel/cli": "7.8.4",
"cross-env": "6.0.3",
"prop-types": "15.7.2",
"rollup": "1.28.0"
Expand Down

0 comments on commit 699dccc

Please sign in to comment.