chore(deps): update dependency rollup-plugin-node-resolve to v5 (#5741)

This commit is contained in:
renovate[bot] 2019-05-16 14:39:34 +04:30 committed by Pooya Parsa
parent 66c451e092
commit f391e5d331
2 changed files with 7 additions and 6 deletions

View File

@ -78,7 +78,7 @@
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-license": "^0.8.1",
"rollup-plugin-node-resolve": "^4.2.4",
"rollup-plugin-node-resolve": "^5.0.0",
"rollup-plugin-replace": "^2.2.0",
"sort-package-json": "^1.22.1",
"ts-jest": "^24.0.2",

View File

@ -9806,15 +9806,16 @@ rollup-plugin-license@^0.8.1:
mkdirp "0.5.1"
moment "2.23.0"
rollup-plugin-node-resolve@^4.2.4:
version "4.2.4"
resolved "https://registry.npmjs.org/rollup-plugin-node-resolve/-/rollup-plugin-node-resolve-4.2.4.tgz#7d370f8d6fd3031006a0032c38262dd9be3c6250"
integrity sha512-t/64I6l7fZ9BxqD3XlX4ZeO6+5RLKyfpwE2CiPNUKa+GocPlQhf/C208ou8y3AwtNsc6bjSk/8/6y/YAyxCIvw==
rollup-plugin-node-resolve@^5.0.0:
version "5.0.0"
resolved "https://registry.npmjs.org/rollup-plugin-node-resolve/-/rollup-plugin-node-resolve-5.0.0.tgz#754abf4841ed4bab2241551cba0a11d04c57f290"
integrity sha512-JUFr7DkFps3div9DYwpSg0O+s8zuSSRASUZUVNx6h6zhw2m8vcpToeS68JDPsFbmisMVSMYK0IxftngCRv7M9Q==
dependencies:
"@types/resolve" "0.0.8"
builtin-modules "^3.1.0"
is-module "^1.0.0"
resolve "^1.10.0"
resolve "^1.10.1"
rollup-pluginutils "^2.7.0"
rollup-plugin-replace@^2.2.0:
version "2.2.0"