Skip to content

Commit 77ed49a

Browse files
authored
updated Typescript (#204)
fixes #199
1 parent 7e69c98 commit 77ed49a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/extension-package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"devDependencies": {
3333
"rimraf": "latest",
34-
"typescript": "~4.5.5"<% if (params.devdependencies) { %><%- params.devdependencies %><% } %>
34+
"typescript": "~5.4.5"<% if (params.devdependencies) { %><%- params.devdependencies %><% } %>
3535
},
3636
"scripts": {
3737
"prepare": "yarn run clean && yarn run build",

0 commit comments

Comments
 (0)