Skip to content

Commit

Permalink
Merge pull request #113 from vdhpieter/master
Browse files Browse the repository at this point in the history
Update typescript to v5
  • Loading branch information
marchaos committed Mar 23, 2023
2 parents 92c0a0a + 7ffd947 commit 2f42be2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
"devDependencies": {
"@types/jest": "^27.5.0",
"coveralls": "^3.1.1",
"jest": "^29.0.0",
"jest": "^29.5.0",
"prettier": "^2.3.2",
"rimraf": "^3.0.2",
"ts-jest": "^28.0.1",
"typescript": "^4.3.5"
"ts-jest": "^29.0.5",
"typescript": "^5.0.2"
},
"peerDependencies": {
"jest": "^24.0.0 || ^25.0.0 || ^26.0.0 || ^27.0.0 || ^28.0.0 || ^29.0.0",
"typescript": "^3.0.0 || ^4.0.0"
"typescript": "^3.0.0 || ^4.0.0 || ^5.0.0"
},
"author": "Marc McIntyre <marchaos@gmail.com>",
"license": "MIT"
Expand Down

0 comments on commit 2f42be2

Please sign in to comment.