File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 30
30
"@types/yeoman-generator" : " ^3.1.4" ,
31
31
"mocha" : " ^6.2.0" ,
32
32
"rimraf" : " ^3.0.0" ,
33
- "typescript" : " ^3.6.3 " ,
33
+ "typescript" : " ~4.5.5 " ,
34
34
"yeoman-assert" : " ^3.1.1" ,
35
35
"yeoman-test" : " ^2.0.0"
36
36
},
Original file line number Diff line number Diff line change 31
31
},
32
32
"devDependencies" : {
33
33
"rimraf" : " latest" ,
34
- "typescript" : " latest " <% if (params.devdependencies) { %><%- params.devdependencies %><% } %>
34
+ "typescript" : " ~4.5.5 " <% if (params.devdependencies) { %><%- params.devdependencies %><% } %>
35
35
},
36
36
"scripts" : {
37
37
"prepare" : " yarn run clean && yarn run build" ,
Original file line number Diff line number Diff line change @@ -2957,10 +2957,10 @@ type-fest@^0.6.0:
2957
2957
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b"
2958
2958
integrity sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==
2959
2959
2960
- typescript@^3.6.3 :
2961
- version "3.6.3 "
2962
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.6.3 .tgz#fea942fabb20f7e1ca7164ff626f1a9f3f70b4da "
2963
- integrity sha512-N7bceJL1CtRQ2RiG0AQME13ksR7DiuQh/QehubYcghzv20tnh+MQnQIuJddTmsbqYj+dztchykemz0zFzlvdQw ==
2960
+ typescript@~4.5.5 :
2961
+ version "4.5.5 "
2962
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.5 .tgz#d8c953832d28924a9e3d37c73d729c846c5896f3 "
2963
+ integrity sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA ==
2964
2964
2965
2965
union-value@^1.0.0 :
2966
2966
version "1.0.1"
You can’t perform that action at this time.
0 commit comments