Skip to content

Commit 3e4b2b6

Browse files
chore(deps): bump @rollup/plugin-html from 1.0.3 to 2.0.0 (#406)
Bumps [@rollup/plugin-html](https://github.com/rollup/plugins/tree/HEAD/packages/html) from 1.0.3 to 2.0.0. - [Changelog](https://github.com/rollup/plugins/blob/master/packages/html/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/dsv-v2.0.0/packages/html) --- updated-dependencies: - dependency-name: "@rollup/plugin-html" dependency-version: 2.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 15415ee commit 3e4b2b6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"devDependencies": {
4545
"@rollup/plugin-commonjs": "^25.0.4",
46-
"@rollup/plugin-html": "^1.0.2",
46+
"@rollup/plugin-html": "^2.0.0",
4747
"@rollup/plugin-node-resolve": "^15.2.1",
4848
"@rollup/plugin-terser": "^0.4.3",
4949
"@rollup/plugin-typescript": "^11.1.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,10 +200,10 @@
200200
is-reference "1.2.1"
201201
magic-string "^0.30.3"
202202

203-
"@rollup/plugin-html@^1.0.2":
204-
version "1.0.3"
205-
resolved "https://registry.yarnpkg.com/@rollup/plugin-html/-/plugin-html-1.0.3.tgz#9802e94bbca1d9acdca1066e9f919b7bc2516bf3"
206-
integrity sha512-bbjQciNXitHX+Bgk0xsW3/0wFWih/356/r7/kvmdz4wzWhAU/a0zYBWTczihrlzz/6Qpw/kZ0yXqOJwsETgg7A==
203+
"@rollup/plugin-html@^2.0.0":
204+
version "2.0.0"
205+
resolved "https://registry.yarnpkg.com/@rollup/plugin-html/-/plugin-html-2.0.0.tgz#828d6b22948dcb9e603e25cbcd39f1c5669730e1"
206+
integrity sha512-6S0ezKfDRw5FvHk3xm1T/eXP9IlLf82zmV+z2V1/yQL5hXwIUL/Gl2RrNMMIe2rt85rk6+0smvSAtjfTLGylDQ==
207207

208208
"@rollup/plugin-node-resolve@^15.2.1":
209209
version "15.2.3"

0 commit comments

Comments
 (0)