Skip to content

Commit

Permalink
fix: Upgrade dependencies, support Rollup 4
Browse files Browse the repository at this point in the history
  • Loading branch information
prantlf committed Oct 8, 2023
1 parent 926aaa4 commit 738f4cb
Show file tree
Hide file tree
Showing 3 changed files with 1,935 additions and 222 deletions.
8 changes: 7 additions & 1 deletion .denolint.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"files": {
"exclude": ["test/samples"]
},
"rules": {
"tags": ["recommended"]
"tags": ["recommended"],
"exclude": [
"no-var"
]
}
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,24 +69,24 @@
]
},
"dependencies": {
"@rollup/pluginutils": "^5.0.2",
"magic-string": "^0.26.7"
"@rollup/pluginutils": "^5.0.5",
"magic-string": "^0.30.4"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/node": "^18.11.7",
"c8": "^7.12.0",
"denolint": "^2.0.4",
"rollup": "^3.2.3",
"@types/node": "^20.8.3",
"c8": "^8.0.1",
"denolint": "^2.0.12",
"rollup": "^4.0.2",
"rollup-plugin-shebang-bin": "link:",
"tehanu": "^1.0.1",
"tehanu-repo-coco": "^1.0.0",
"tehanu-teru": "^1.0.0",
"typescript": "^4.8.4"
"typescript": "^5.2.2"
},
"peerDependencies": {
"rollup": "^2 || ^3"
"rollup": "^2 || ^3 || ^4"
},
"keywords": [
"rollup",
Expand Down
Loading

0 comments on commit 738f4cb

Please sign in to comment.