Skip to content

Commit

Permalink
feat(typescript): support typescript 5
Browse files Browse the repository at this point in the history
thanks @AniaMakes!
  • Loading branch information
apaleslimghost authored Jul 25, 2024
1 parent 7f6267c commit 48a373c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"peerDependencies": {
"dotcom-tool-kit": "3.x",
"typescript": "3.x || 4.x"
"typescript": "3.x || 4.x || 5.x"
},
"dependencies": {
"@dotcom-tool-kit/logger": "^3.4.1",
Expand Down

0 comments on commit 48a373c

Please sign in to comment.