Skip to content

Commit

Permalink
fix(deps): add typescript version
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammed-Rahif committed Mar 29, 2023
1 parent 4690c95 commit 9c6a313
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions git-conventional-commits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ convention:
"gitignore",
"atom-state",
"community",
"deps",
]
releaseTagGlobPattern: v[0-9]*.[0-9]*.[0-9]*
changelog:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"react-window": "^1.8.8",
"smooth-scroll-into-view-if-needed": "^2.0.0",
"telegraf": "^4.12.2",
"typescript": "*",
"typescript": "^5.0.2",
"vite": "^4.2.1",
"vite-plugin-pwa": "^0.14.6",
"vite-plugin-svgr": "^2.4.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9027,7 +9027,7 @@ typegram@^4.3.0:
resolved "https://registry.yarnpkg.com/typegram/-/typegram-4.3.0.tgz#690ec1287f771608070e149c92de4fca42e54db0"
integrity sha512-pS4STyOZoJ++Mwa9GPMTNjOwEzMkxFfFt1By6IbMOJfheP0utMP/H1ga6J9R4DTjAYBr0UDn4eQg++LpWBvcAg==

typescript@*:
typescript@^5.0.2:
version "5.0.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5"
integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==
Expand Down

0 comments on commit 9c6a313

Please sign in to comment.