Skip to content

Commit

Permalink
Work around rollup/plugins#1772
Browse files Browse the repository at this point in the history
  • Loading branch information
cmahnke committed Sep 24, 2024
1 parent 043b6ae commit 8e8e6f7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ updates:
directory: "/"
schedule:
interval: "daily"
ignore:
- dependency-name: "@rollup/plugin-typescript"
groups:
npm:
patterns:
Expand Down
8 changes: 4 additions & 4 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@eslint/js": "^9.6.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.0",
"@rollup/plugin-typescript": "^11.1.6",
"@types/eslint__js": "^8.42.3",
"eslint": "^9.9.0",
"prettier": "^3.3.3",
Expand Down

0 comments on commit 8e8e6f7

Please sign in to comment.