Skip to content

Commit

Permalink
feat: Add typescript to devDep
Browse files Browse the repository at this point in the history
  • Loading branch information
Crash-- committed Feb 10, 2023
1 parent a97e308 commit 78b1a8f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/cozy-clisk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"babel-jest": "^29.3.1",
"babel-preset-cozy-app": "^2.0.4",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1"
"jest-environment-jsdom": "^29.3.1",
"typescript": "^4.9.5"
},
"dependencies": {
"@cozy/minilog": "^1.0.0",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14045,6 +14045,11 @@ typescript@^4.5.2:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.5.tgz#d8c953832d28924a9e3d37c73d729c846c5896f3"
integrity sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==

typescript@^4.9.5:
version "4.9.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==

typical@^2.4.2, typical@^2.6.0, typical@^2.6.1:
version "2.6.1"
resolved "https://registry.yarnpkg.com/typical/-/typical-2.6.1.tgz#5c080e5d661cbbe38259d2e70a3c7253e873881d"
Expand Down

0 comments on commit 78b1a8f

Please sign in to comment.