Skip to content

Commit 0c10cf7

Browse files
fix: temporarily pin TypeScript to v5.4.x (#80)
* pin typescript version * add changelog * Update CHANGELOG.md --------- Co-authored-by: BenW <[email protected]>
1 parent caa3e23 commit 0c10cf7

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

.github/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Changelog
22

3+
Update <small>_ August 2024</small>
4+
5+
- fix: temporarily pin typescript version to v5.4.x (see https://github.com/flybywiresim/discord-bot-utils/issues/78) (07/10/2024)
6+
37
Update <small>_ July 2024</small>
48

59
- fix: resolve security vulnerabilities in 3rd-party packages (27/07/2024)

package-lock.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"eslint": "^7.29.0",
4242
"nodemon": "^3.0.2",
4343
"ts-node": "^10.4.0",
44-
"typescript": "^5.0.3"
44+
"typescript": "~5.4.5"
4545
},
4646
"engines": {
4747
"node": "18.x"

0 commit comments

Comments
 (0)