Merge pull request 'chore(deps): support TypeScript 6 (widen peer to ^5 || ^6)' (#5) from chore/deps-typescript-6 into main

Reviewed-on: #5
This commit was merged in pull request #5.
This commit is contained in:
2026-05-21 10:49:23 +00:00
committed by Gitea
3 changed files with 8 additions and 5 deletions

View File

@@ -11,9 +11,10 @@
"devDependencies": {
"@types/bun": "^1.3.14",
"@types/node": "^25.0.0",
"typescript": "^6.0.0",
},
"peerDependencies": {
"typescript": "^5",
"typescript": "^5 || ^6",
},
},
},
@@ -42,7 +43,7 @@
"ts-algebra": ["ts-algebra@2.0.0", "", {}, "sha512-FPAhNPFMrkwz76P7cdjdmiShwMynZYN6SgOujD1urY4oNm80Ou9oMdmbR45LotcKOXoy7wSmHkRFE6Mxbrhefw=="],
"typescript": ["typescript@5.8.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ=="],
"typescript": ["typescript@6.0.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw=="],
"undici-types": ["undici-types@7.24.6", "", {}, "sha512-WRNW+sJgj5OBN4/0JpHFqtqzhpbnV0GuB+OozA9gCL7a993SmU+1JBZCzLNxYsbMfIeDL+lTsphD5jN5N+n0zg=="],

View File

@@ -58,10 +58,11 @@
},
"devDependencies": {
"@types/bun": "^1.3.14",
"@types/node": "^25.0.0"
"@types/node": "^25.0.0",
"typescript": "^6.0.0"
},
"peerDependencies": {
"typescript": "^5"
"typescript": "^5 || ^6"
},
"engines": {
"node": ">=18.0.0"

View File

@@ -5,7 +5,8 @@
"emitDeclarationOnly": true,
"declaration": true,
"outDir": "./dist",
"moduleResolution": "node",
"rootDir": "./src",
"moduleResolution": "bundler",
"verbatimModuleSyntax": false
},
"include": [