Skip to content

Commit

Permalink
Merge pull request #188 from jaredwray/upgrading-typescript-ts-node-a…
Browse files Browse the repository at this point in the history
…nd-@types/node-to-latest

upgrading typescript ts-node and @types/node to latest
  • Loading branch information
jaredwray authored Jul 2, 2023
2 parents 365995c + 46de9e1 commit fba95bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/writr-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@
"@types/jest": "^29.5.2",
"@types/keyv": "^3.1.4",
"@types/luxon": "^3.3.0",
"@types/node": "^20.2.5",
"@types/node": "^20.3.3",
"@types/parse-json": "^4.0.0",
"jest": "^29.5.0",
"jest-ts-webcompat-resolver": "^1.0.0",
"jest-resolve": "^29.5.0",
"source-map-support": "^0.5.21",
"ts-jest": "^29.1.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
"typescript": "^5.1.6"
},
"files": [
"dist",
Expand Down

0 comments on commit fba95bb

Please sign in to comment.