Skip to content

Commit 0983d39

Browse files
committed
Downgrade typescript to v5.5
v5.6 causes issues with eslint so we stick to 5.5 for now.
1 parent 8aefea6 commit 0983d39

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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
@@ -176,7 +176,7 @@
176176
"stylelint-prettier": "^4.1.0",
177177
"svg-symbols": "^1.0.5",
178178
"tracked-built-ins": "^3.3.0",
179-
"typescript": "^5.6.3",
179+
"typescript": "~5.5.0",
180180
"typescript-eslint": "^8.13.0",
181181
"webpack": "^5.95.0"
182182
},

0 commit comments

Comments
 (0)