Skip to content

Commit 47c3f55

Browse files
committed
fix: Upgrade dependencies, support Rollup 4
1 parent 1d03d3e commit 47c3f55

File tree

2 files changed

+2419
-714
lines changed

2 files changed

+2419
-714
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,25 +61,25 @@
6161
]
6262
},
6363
"dependencies": {
64-
"@rollup/pluginutils": "^5.0.2",
65-
"postcss": "^8.4.21",
66-
"rollup-copy-transform-css": "^1.2.4"
64+
"@rollup/pluginutils": "^5.0.5",
65+
"postcss": "^8.4.31",
66+
"rollup-copy-transform-css": "^1.2.5"
6767
},
6868
"devDependencies": {
69-
"@semantic-release/changelog": "^6.0.2",
69+
"@semantic-release/changelog": "^6.0.3",
7070
"@semantic-release/git": "^10.0.1",
7171
"builtin-modules": "^3.3.0",
72-
"c8": "^7.13.0",
73-
"denolint": "^2.0.7",
74-
"rollup": "^3.17.2",
72+
"c8": "^8.0.1",
73+
"denolint": "^2.0.12",
74+
"rollup": "^4.0.2",
7575
"rollup-plugin-css-lit": "link:",
7676
"tehanu": "^1.0.1",
7777
"tehanu-repo-coco": "^1.0.0",
7878
"tehanu-teru": "^1.0.0"
7979
},
8080
"peerDependencies": {
8181
"lit": "^2",
82-
"rollup": "^2 || ^3"
82+
"rollup": "^2 || ^3 || ^4"
8383
},
8484
"keywords": [
8585
"rollup",

0 commit comments

Comments
 (0)