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

Bumps [babel-plugin-module-resolver](https://github.com/tleunen/babel-plugin-module-resolver) from 3.1.1 to 3.1.2.
- [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.1...v3.1.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-01-16 19:15:25 +00:00 committed by Michael Vines
parent 0ba2affb23
commit e9059d93e3
2 changed files with 12 additions and 12 deletions

View File

@ -1617,16 +1617,16 @@
}
},
"babel-plugin-module-resolver": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/babel-plugin-module-resolver/-/babel-plugin-module-resolver-3.1.1.tgz",
"integrity": "sha512-1Q77Al4ydp6nYApJ7sQ2fmgz30WuQgJZegIYuyOdbdpxenB/bSezQ3hDPsumIXGlUS4vUIv+EwFjzzXZNWtARw==",
"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==",
"dev": true,
"requires": {
"find-babel-config": "1.1.0",
"glob": "7.1.2",
"pkg-up": "2.0.0",
"reselect": "3.0.1",
"resolve": "1.7.1"
"find-babel-config": "^1.1.0",
"glob": "^7.1.2",
"pkg-up": "^2.0.0",
"reselect": "^3.0.1",
"resolve": "^1.4.0"
}
},
"babel-plugin-syntax-async-functions": {
@ -5442,8 +5442,8 @@
"integrity": "sha1-rMAQQ6Z0n+w0Qpvmtk9ULrtdY1U=",
"dev": true,
"requires": {
"json5": "0.5.1",
"path-exists": "3.0.0"
"json5": "^0.5.1",
"path-exists": "^3.0.0"
}
},
"find-up": {
@ -13386,7 +13386,7 @@
"integrity": "sha1-yBmscoBZpGHKscOImivjxJoATX8=",
"dev": true,
"requires": {
"find-up": "2.1.0"
"find-up": "^2.1.0"
}
},
"pluralize": {

View File

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