Skip to content

Commit

Permalink
build: update to typescript v5
Browse files Browse the repository at this point in the history
  • Loading branch information
eventualbuddha committed Aug 16, 2023
1 parent 4f42f6b commit 4e5a6bf
Show file tree
Hide file tree
Showing 7 changed files with 418 additions and 358 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@
"@types/jest": "^29.2.4",
"@types/mz": "^2.7.0",
"@types/node": "^17.0.39",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"esbuild": "^0.17.10",
"esbuild-runner": "^2.2.1",
"eslint": "^8.34.0",
Expand All @@ -115,9 +115,9 @@
"prettier": "^2.8.4",
"rimraf": "^3.0.2",
"sort-package-json": "^1.57.0",
"ts-jest": "^29.0.3",
"tsup": "^6.5.0",
"typescript": "^4.9.4"
"ts-jest": "^29.1.1",
"tsup": "^7.2.0",
"typescript": "^5.1.6"
},
"engines": {
"node": ">=8"
Expand Down

0 comments on commit 4e5a6bf

Please sign in to comment.