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

Commit 5f9022a

Browse files
committedJun 29, 2024
TypeScript v5.5
1 parent 9b3ec14 commit 5f9022a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"sideEffects": false,
2727
"peerDependencies": {
2828
"churi": "^0.15.0",
29-
"typescript": "5.0.4 - 5.5.0"
29+
"typescript": "5.0.4 - 5.6.0"
3030
},
3131
"dependencies": {
3232
"@proc7ts/primitives": "^4.0.0",
@@ -38,7 +38,7 @@
3838
"@jest/globals": "^29.7.0",
3939
"@run-z/eslint-config": "^4.0.0",
4040
"@run-z/prettier-config": "^2.0.0",
41-
"@run-z/project-config": "^0.20.2",
41+
"@run-z/project-config": "^0.20.3",
4242
"@swc/core": "^1.6.5",
4343
"@swc/jest": "^0.2.36",
4444
"@types/node": "^20.14.9",
@@ -57,7 +57,7 @@
5757
"ts-jest": "^29.1.5",
5858
"tslib": "^2.6.3",
5959
"typedoc": "^0.26.3",
60-
"typescript": "~5.4.5"
60+
"typescript": "~5.5.2"
6161
},
6262
"scripts": {
6363
"all": "run-z build,lint,test",

0 commit comments

Comments
 (0)