Skip to content

Commit

Permalink
fix: bump rollup-plugin-livereload from 1.3.0 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [rollup-plugin-livereload](https://github.com/thgh/rollup-plugin-livereload) from 1.3.0 to 2.0.0.
- [Release notes](https://github.com/thgh/rollup-plugin-livereload/releases)
- [Changelog](https://github.com/thgh/rollup-plugin-livereload/blob/master/CHANGELOG.md)
- [Commits](https://github.com/thgh/rollup-plugin-livereload/commits/v2.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Sep 7, 2020
1 parent 87cc1f7 commit f4f22c1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
18 changes: 9 additions & 9 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
Expand Up @@ -69,7 +69,7 @@
"lint-staged": "^10.2.6",
"prettier": "^2.0.5",
"rollup": "^2.10.5",
"rollup-plugin-livereload": "^1.3.0",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-serve": "^1.0.1",
"rollup-plugin-terser": "^7.0.1",
"rollup-plugin-typescript2": "^0.27.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -5832,10 +5832,10 @@ rimraf@^2.5.2, rimraf@^2.5.4, rimraf@^2.6.2, rimraf@^2.6.3, rimraf@^2.7.1:
dependencies:
glob "^7.1.3"

rollup-plugin-livereload@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/rollup-plugin-livereload/-/rollup-plugin-livereload-1.3.0.tgz#8da90df13df6502b9d982997d6ac871092f15fdd"
integrity sha512-abyqXaB21+nFHo+vJULBqfzNx6zXABC19UyvqgDfdoxR/8pFAd041GO+GIUe8ZYC2DbuMUmioh1Lvbk14YLZgw==
rollup-plugin-livereload@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/rollup-plugin-livereload/-/rollup-plugin-livereload-2.0.0.tgz#d3928d74e8cf2ae4286c5dd46b770fd3f3b82313"
integrity sha512-oC/8NqumGYuphkqrfszOHUUIwzKsaHBICw6QRwT5uD07gvePTS+HW+GFwu6f9K8W02CUuTvtIM9AWJrbj4wE1A==
dependencies:
livereload "^0.9.1"

Expand Down

0 comments on commit f4f22c1

Please sign in to comment.