Skip to content

Commit

Permalink
TypeScript 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
surol committed Mar 17, 2024
1 parent 7373135 commit fdb87fb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"sideEffects": false,
"peerDependencies": {
"churi": "^0.15.0",
"typescript": "5.0.4 - 5.4.0"
"typescript": "5.0.4 - 5.5.0"
},
"dependencies": {
"@proc7ts/primitives": "^4.0.0",
Expand All @@ -36,14 +36,14 @@
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@run-z/eslint-config": "^3.5.0",
"@run-z/eslint-config": "^4.0.0",
"@run-z/prettier-config": "^2.0.0",
"@run-z/project-config": "^0.20.1",
"@run-z/project-config": "^0.20.2",
"@swc/core": "^1.4.8",
"@swc/jest": "^0.2.36",
"@types/node": "^18.19.24",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@types/node": "^20.11.28",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"churi": "^0.15.0",
"eslint": "^8.57.0",
"eslint-plugin-jest": "^27.9.0",
Expand All @@ -57,7 +57,7 @@
"ts-jest": "^29.1.2",
"tslib": "^2.6.2",
"typedoc": "^0.25.12",
"typescript": "~5.3.3"
"typescript": "~5.4.2"
},
"scripts": {
"all": "run-z build,lint,test",
Expand Down

0 comments on commit fdb87fb

Please sign in to comment.