Skip to content

Commit

Permalink
fix: temporarily pin TypeScript to v5.4.x (#80)
Browse files Browse the repository at this point in the history
* pin typescript version

* add changelog

* Update CHANGELOG.md

---------

Co-authored-by: BenW <[email protected]>
  • Loading branch information
ExampleWasTaken and benw202 authored Aug 7, 2024
1 parent caa3e23 commit 0c10cf7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Changelog

Update <small>_ August 2024</small>

- fix: temporarily pin typescript version to v5.4.x (see https://github.com/flybywiresim/discord-bot-utils/issues/78) (07/10/2024)

Update <small>_ July 2024</small>

- fix: resolve security vulnerabilities in 3rd-party packages (27/07/2024)
Expand Down
9 changes: 5 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"eslint": "^7.29.0",
"nodemon": "^3.0.2",
"ts-node": "^10.4.0",
"typescript": "^5.0.3"
"typescript": "~5.4.5"
},
"engines": {
"node": "18.x"
Expand Down

0 comments on commit 0c10cf7

Please sign in to comment.