Skip to content

Commit 8e8e6f7

Browse files
committed
Work around rollup/plugins#1772
1 parent 043b6ae commit 8e8e6f7

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.github/dependabot.yml

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ updates:
1313
directory: "/"
1414
schedule:
1515
interval: "daily"
16+
ignore:
17+
- dependency-name: "@rollup/plugin-typescript"
1618
groups:
1719
npm:
1820
patterns:

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@eslint/js": "^9.6.0",
4343
"@rollup/plugin-node-resolve": "^15.2.3",
4444
"@rollup/plugin-terser": "^0.4.4",
45-
"@rollup/plugin-typescript": "^12.1.0",
45+
"@rollup/plugin-typescript": "^11.1.6",
4646
"@types/eslint__js": "^8.42.3",
4747
"eslint": "^9.9.0",
4848
"prettier": "^3.3.3",

0 commit comments

Comments
 (0)