chore(deps-dev): bump babel-plugin-module-resolver from 3.1.2 to 3.1.3

Bumps [babel-plugin-module-resolver](https://github.com/tleunen/babel-plugin-module-resolver) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/tleunen/babel-plugin-module-resolver/releases)
- [Changelog](https://github.com/tleunen/babel-plugin-module-resolver/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tleunen/babel-plugin-module-resolver/compare/v3.1.2...v3.1.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-01-21 20:35:57 +00:00 committed by Michael Vines
parent f2b0bad4f1
commit 0cef96b799
2 changed files with 4 additions and 4 deletions

View File

@ -1617,9 +1617,9 @@
}
},
"babel-plugin-module-resolver": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/babel-plugin-module-resolver/-/babel-plugin-module-resolver-3.1.2.tgz",
"integrity": "sha512-OiDI8VKCp8zcjhbp/QwqZ5MliRTHp+Fv8tO2IJYiCl1B18/4t8ZCVhm90/8JDe+Zu4Th/DUxeLCHws8kbkVUZQ==",
"version": "3.1.3",
"resolved": "https://registry.npmjs.org/babel-plugin-module-resolver/-/babel-plugin-module-resolver-3.1.3.tgz",
"integrity": "sha512-QRfA8b2H7l9uSElLwS0rHoPhjPhgpncKUvrn42tJpdCoJ3IS6J+m4mp5FtnRoXHry3ZYJ2SMLLG/REikQA6tjg==",
"dev": true,
"requires": {
"find-babel-config": "^1.1.0",

View File

@ -83,7 +83,7 @@
"devDependencies": {
"babel-core": "6.26.3",
"babel-eslint": "10.0.1",
"babel-plugin-module-resolver": "3.1.2",
"babel-plugin-module-resolver": "3.1.3",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "1.7.0",
"babel-preset-flow": "6.23.0",