Skip to content

Commit

Permalink
updated Typescript (#204)
Browse files Browse the repository at this point in the history
fixes #199
  • Loading branch information
cgudrian authored Sep 17, 2024
1 parent 7e69c98 commit 77ed49a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/extension-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"rimraf": "latest",
"typescript": "~4.5.5"<% if (params.devdependencies) { %><%- params.devdependencies %><% } %>
"typescript": "~5.4.5"<% if (params.devdependencies) { %><%- params.devdependencies %><% } %>
},
"scripts": {
"prepare": "yarn run clean && yarn run build",
Expand Down

0 comments on commit 77ed49a

Please sign in to comment.