Skip to content

Commit

Permalink
fix(deps): update babel monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 1, 2020
1 parent d1c5da9 commit 95b3ca9
Show file tree
Hide file tree
Showing 3 changed files with 277 additions and 42 deletions.
8 changes: 4 additions & 4 deletions packages/monorepo-scripts/package.json
Expand Up @@ -28,15 +28,15 @@
"pre-commit": "monorepo-tools pre-commit"
},
"dependencies": {
"@babel/core": "7.7.7",
"@babel/plugin-syntax-dynamic-import": "7.7.4",
"@babel/core": "7.10.4",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@svgr/webpack": "4.3.3",
"@typescript-eslint/eslint-plugin": "2.15.0",
"@typescript-eslint/parser": "2.15.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.0.3",
"babel-eslint": "10.1.0",
"babel-jest": "24.9.0",
"babel-loader": "8.0.6",
"babel-loader": "8.1.0",
"babel-plugin-named-asset-import": "0.3.5",
"babel-plugin-require-context-hook": "1.0.0",
"babel-preset-react-app": "9.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/monorepo-tools/package.json
Expand Up @@ -28,7 +28,7 @@
"pre-commit": "lint-staged"
},
"dependencies": {
"babel-eslint": "10.0.3",
"babel-eslint": "10.1.0",
"eslint": "6.8.0",
"eslint-config-prettier": "6.9.0",
"eslint-config-react-app": "5.0.2",
Expand Down

0 comments on commit 95b3ca9

Please sign in to comment.