Skip to content

Commit

Permalink
build: update typescript version
Browse files Browse the repository at this point in the history
  • Loading branch information
bd82 committed Oct 18, 2024
1 parent 5e4275b commit 9ca0dba
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 48 deletions.
2 changes: 1 addition & 1 deletion examples/implementation_languages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"coffee-script": "^1.11.1",
"mocha": "^9.0.0",
"npm-run-all": "^4.1.5",
"typescript": "4.2.3"
"typescript": "5.6.3"
},
"private": true
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"devDependencies": {
"@types/chai": "4.3.5",
"@types/mocha": "10.0.1",
"@types/node": "16.18.44",
"@types/node": "18.19.56",
"chai": "4.3.7",
"typescript": "5.1.6",
"typescript": "5.6.3",
"fs-extra": "11.1.1",
"husky": "8.0.3",
"lerna": "7.1.5",
Expand Down
86 changes: 41 additions & 45 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9ca0dba

Please sign in to comment.