Skip to content

Commit

Permalink
Update dependency babel-plugin-root-import to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 23, 2018
1 parent b5c0ab5 commit 8ff301c
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 21 deletions.
57 changes: 40 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"apollo-server-express": "^1.1.2",
"babel-core": "^6.5.2",
"babel-plugin-root-import": "^5.1.0",
"babel-plugin-root-import": "^6.0.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "6.26.0",
"babel-preset-env": "1.6.1",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -535,9 +535,9 @@ babel-plugin-check-es2015-constants@^6.22.0:
dependencies:
babel-runtime "^6.22.0"

babel-plugin-root-import@^5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/babel-plugin-root-import/-/babel-plugin-root-import-5.1.0.tgz#80ea1cd5945b463a5e3f7e204a69478c573e328c"
babel-plugin-root-import@^6.0.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/babel-plugin-root-import/-/babel-plugin-root-import-6.1.0.tgz#ea27407df1e920750fc247b2702e322a19f8a14f"
dependencies:
slash "^1.0.0"

Expand Down

0 comments on commit 8ff301c

Please sign in to comment.