Skip to content

Commit

Permalink
Merge pull request #64 from Protonull/update-typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
Huskydog9988 authored Aug 12, 2023
2 parents 24218e9 + 16c381e commit 548b471
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/node-fetch": "^2.6.1",
"dotenv": "^16.0.1",
"prettier": "^3.0.1",
"typescript": "^4.7.2"
"typescript": "^5.1.6"
},
"prettier": {
"useTabs": true,
Expand Down
8 changes: 4 additions & 4 deletions server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -375,10 +375,10 @@ tunnel-agent@^0.6.0:
dependencies:
safe-buffer "^5.0.1"

typescript@^4.7.2:
version "4.7.2"
resolved "https://registry.npmjs.org/typescript/-/typescript-4.7.2.tgz"
integrity sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==
typescript@^5.1.6:
version "5.1.6"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.6.tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274"
integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==

util-deprecate@^1.0.1:
version "1.0.2"
Expand Down

0 comments on commit 548b471

Please sign in to comment.