Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.

Commit ffa31ce

Browse files
committed
fix(dependencies): downgrade typescript to version 5.8.3
1 parent d8c03fd commit ffa31ce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bun.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"prisma": "^6.7.0",
4040
"release-it": "^19.0.2",
4141
"source-map-support": "^0.5.21",
42-
"typescript": "5.9.0-dev.20250412",
42+
"typescript": "5.8.3",
4343
"typescript-eslint": "^8.32.0",
4444
},
4545
},
@@ -1223,7 +1223,7 @@
12231223

12241224
"type-is": ["[email protected]", "", { "dependencies": { "content-type": "^1.0.5", "media-typer": "^1.1.0", "mime-types": "^3.0.0" } }, "sha512-OZs6gsjF4vMp32qrCbiVSkrFmXtG/AZhY3t0iAMrMBiAZyV9oALtXO8hsrHbMXF9x6L3grlFuwW2oAz7cav+Gw=="],
12251225

1226-
"typescript": ["typescript@5.9.0-dev.20250412", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-E/VUTy6ITQyHP3deMaDa4fKmqIF7xp98/AkNKP9Z6nkYeYJDa5ii7y8dRXZKtjHqIhBVMVmaiwES5ELM7ru6nA=="],
1226+
"typescript": ["typescript@5.8.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ=="],
12271227

12281228
"typescript-eslint": ["[email protected]", "", { "dependencies": { "@typescript-eslint/eslint-plugin": "8.32.0", "@typescript-eslint/parser": "8.32.0", "@typescript-eslint/utils": "8.32.0" }, "peerDependencies": { "eslint": "^8.57.0 || ^9.0.0", "typescript": ">=4.8.4 <5.9.0" } }, "sha512-UMq2kxdXCzinFFPsXc9o2ozIpYCCOiEC46MG3yEh5Vipq6BO27otTtEBZA1fQ66DulEUgE97ucQ/3YY66CPg0A=="],
12291229

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"prisma": "^6.7.0",
5959
"release-it": "^19.0.2",
6060
"source-map-support": "^0.5.21",
61-
"typescript": "5.9.0-dev.20250412",
61+
"typescript": "5.8.3",
6262
"typescript-eslint": "^8.32.0"
6363
},
6464
"config": {

0 commit comments

Comments
 (0)