Skip to content

Commit d2934d0

Browse files
authored
chore: update rollup dependencies and config (#2218)
1 parent a899468 commit d2934d0

File tree

3 files changed

+27
-213
lines changed

3 files changed

+27
-213
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@
3636
"update:material": "TEST_ENV=update web-test-runner --config web-test-runner-material.config.js"
3737
},
3838
"devDependencies": {
39-
"@open-wc/rollup-plugin-html": "^1.2.5",
4039
"@polymer/iron-component-page": "^4.0.0",
4140
"@typescript-eslint/eslint-plugin": "^4.22.0",
4241
"@typescript-eslint/parser": "^4.22.0",
4342
"@vaadin/testing-helpers": "^0.2.1",
4443
"@web/dev-server": "^0.1.17",
44+
"@web/rollup-plugin-html": "^1.8.0",
4545
"@web/test-runner": "^0.13.5",
4646
"@web/test-runner-commands": "^0.5.0",
4747
"@web/test-runner-playwright": "^0.8.4",
@@ -61,7 +61,7 @@
6161
"prettier": "^2.2.1",
6262
"replace-in-file": "^6.2.0",
6363
"rimraf": "^3.0.2",
64-
"rollup": "^2.46.0",
64+
"rollup": "^2.52.8",
6565
"rollup-plugin-terser": "^7.0.2",
6666
"stylelint": "^13.13.0",
6767
"stylelint-config-prettier": "^8.0.2",

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* eslint-env node */
22
const { nodeResolve } = require('@rollup/plugin-node-resolve');
33
const { terser } = require('rollup-plugin-terser');
4-
const html = require('@open-wc/rollup-plugin-html');
4+
const html = require('@web/rollup-plugin-html').default;
55

66
module.exports = {
77
input: './index.html',

0 commit comments

Comments
 (0)