Skip to content

Commit 7b603d3

Browse files
author
aligneddev
committed
fix: update typescript-eslint to 8.58.0 to fix Aspire frontend-installer
typescript-eslint@8.57.x requires typescript >=4.8.4 <6.0.0 but the project uses typescript@6.0.2. Version 8.58.0 extends the peer range to <6.1.0, allowing clean npm install without --legacy-peer-deps.
1 parent d98a821 commit 7b603d3

2 files changed

Lines changed: 111 additions & 74 deletions

File tree

src/BikeTracking.Frontend/package-lock.json

Lines changed: 110 additions & 73 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/BikeTracking.Frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"stylelint-config-standard": "^40.0.0",
3333
"tslib": "^2.8.1",
3434
"typescript": "^6.0.1",
35-
"typescript-eslint": "^8.57.2",
35+
"typescript-eslint": "^8.58.0",
3636
"vite": "^8.0.3",
3737
"vitest": "^4.1.0"
3838
},

0 commit comments

Comments
 (0)