Skip to content

Commit

Permalink
chore(deps): update dependency rollup-plugin-node-resolve to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 18, 2019
1 parent 391183c commit e0e2326
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/saber-markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"rollup-plugin-babel": "4.3.2",
"rollup-plugin-commonjs": "9.3.4",
"rollup-plugin-json": "4.0.0",
"rollup-plugin-node-resolve": "4.2.3",
"rollup-plugin-node-resolve": "5.0.0",
"rollup-plugin-terser": "4.0.4"
}
}
26 changes: 21 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10393,6 +10393,13 @@ resolve@^1.10.0:
dependencies:
path-parse "^1.0.6"

resolve@^1.10.1:
version "1.11.0"
resolved "https://registry.npmjs.org/resolve/-/resolve-1.11.0.tgz#4014870ba296176b86343d50b60f3b50609ce232"
integrity sha512-WL2pBDjqT6pGUNSUzMw00o4T7If+z4H2x3Gz893WoUQ5KW8Vr9txp00ykiP16VBaZF5+j/OcXJHZ9+PCvdiDKw==
dependencies:
path-parse "^1.0.6"

responsive-loader@^1.2.0:
version "1.2.0"
resolved "https://registry.npmjs.org/responsive-loader/-/responsive-loader-1.2.0.tgz#89b98a11d0cb27fe6c17b0831350e1455c14ba31"
Expand Down Expand Up @@ -10487,15 +10494,16 @@ rollup-plugin-json@4.0.0:
dependencies:
rollup-pluginutils "^2.5.0"

rollup-plugin-node-resolve@4.2.3:
version "4.2.3"
resolved "https://registry.npmjs.org/rollup-plugin-node-resolve/-/rollup-plugin-node-resolve-4.2.3.tgz#638a373a54287d19fcc088fdd1c6fd8a58e4d90a"
integrity sha512-r+WaesPzdGEynpLZLALFEDugA4ACa5zn7bc/+LVX4vAXQQ8IgDHv0xfsSvJ8tDXUtprfBtrDtRFg27ifKjcJTg==
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-terser@4.0.4:
version "4.0.4"
Expand Down Expand Up @@ -10523,6 +10531,14 @@ rollup-pluginutils@^2.5.0, rollup-pluginutils@^2.6.0:
estree-walker "^0.6.0"
micromatch "^3.1.10"

rollup-pluginutils@^2.7.0:
version "2.7.1"
resolved "https://registry.npmjs.org/rollup-pluginutils/-/rollup-pluginutils-2.7.1.tgz#a7915ce8b12c177364784bf38a1590cc6c2c8250"
integrity sha512-3nRf3buQGR9qz/IsSzhZAJyoK663kzseps8itkYHr+Z7ESuaffEPfgRinxbCRA0pf0gzLqkNKkSb8aNVTq75NA==
dependencies:
estree-walker "^0.6.0"
micromatch "^3.1.10"

rollup@1.11.3:
version "1.11.3"
resolved "https://registry.npmjs.org/rollup/-/rollup-1.11.3.tgz#6f436db2a2d6b63f808bf60ad01a177643dedb81"
Expand Down

0 comments on commit e0e2326

Please sign in to comment.