Skip to content

Commit

Permalink
blog-template: add typescript to dev dependencies
Browse files Browse the repository at this point in the history
* needed for tsc
  • Loading branch information
wight554 committed Feb 8, 2022
1 parent 47b8a4c commit 1668a73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"sinon": "^13.0.1",
"ts-node-dev": "^1.1.8",
"tsc-alias": "^1.5.0",
"typescript": "^4.5.5",
"vite": "^2.7.2",
"vitest": "^0.2.7"
},
Expand Down
5 changes: 3 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1924,6 +1924,7 @@ __metadata:
sinon: ^13.0.1
ts-node-dev: ^1.1.8
tsc-alias: ^1.5.0
typescript: ^4.5.5
vite: ^2.7.2
vitest: ^0.2.7
languageName: unknown
Expand Down Expand Up @@ -7600,7 +7601,7 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:^4.5.2":
"typescript@npm:^4.5.2, typescript@npm:^4.5.5":
version: 4.5.5
resolution: "typescript@npm:4.5.5"
bin:
Expand All @@ -7610,7 +7611,7 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@^4.5.2#~builtin<compat/typescript>":
"typescript@patch:typescript@^4.5.2#~builtin<compat/typescript>, typescript@patch:typescript@^4.5.5#~builtin<compat/typescript>":
version: 4.5.5
resolution: "typescript@patch:typescript@npm%3A4.5.5#~builtin<compat/typescript>::version=4.5.5&hash=493e53"
bin:
Expand Down

0 comments on commit 1668a73

Please sign in to comment.