Skip to content

Commit

Permalink
Add typescript to dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelBCarter committed Feb 26, 2023
1 parent 66c1bc3 commit 860e19d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/static-implements/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^2.15.0",
"@xylabs/tsconfig-jest": "^2.15.0",
"jest": "^29.4.3"
"jest": "^29.4.3",
"typescript": "^4.9.5"
},
"peerDependencies": {
"jest": "*"
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2655,6 +2655,7 @@ __metadata:
"@xylabs/ts-scripts-yarn3": ^2.15.0
"@xylabs/tsconfig-jest": ^2.15.0
jest: ^29.4.3
typescript: ^4.9.5
peerDependencies:
jest: "*"
languageName: unknown
Expand Down

0 comments on commit 860e19d

Please sign in to comment.