Skip to content

Commit

Permalink
Update dependency rollup to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 14, 2023
1 parent 1614428 commit f96aa68
Show file tree
Hide file tree
Showing 3 changed files with 180 additions and 12 deletions.
186 changes: 177 additions & 9 deletions demo/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 demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"devDependencies": {
"eslint": "8.53.0",
"rollup": "3.29.4",
"rollup": "4.4.1",
"rollup-plugin-auto-reload": ".."
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"ws": "^8.12.1"
},
"peerDependencies": {
"rollup": "^3.18.0"
"rollup": "^3.18.0 || ^4.0.0"
},
"devDependencies": {
"@babel/preset-typescript": "7.23.3",
Expand All @@ -57,7 +57,7 @@
"@typescript-eslint/parser": "6.11.0",
"eslint": "8.53.0",
"eslint-plugin-simple-import-sort": "10.0.0",
"rollup": "3.29.4",
"rollup": "4.4.1",
"rollup-plugin-dts": "5.3.1",
"tslib": "2.6.2",
"typescript": "5.2.2"
Expand Down

0 comments on commit f96aa68

Please sign in to comment.