Skip to content

Commit

Permalink
Typescript 5.4.5 upgrade (#33)
Browse files Browse the repository at this point in the history
## Description

<!-- Describe your changes in detail -->
<!-- Does this fix a bug, implement a new feature, etc? -->
Upgrade typescript to v 5.4.5

### Related Issue(s)

<!-- Reference the issue this PR relates to -->
<!-- Use keywords if possible (ex. Closes #10 ) -->
<!--
https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests
-->

## Screenshots

<!-- (if applicable) -->
  • Loading branch information
riccjohn authored Jun 2, 2024
2 parents 57ca75b + 6afc768 commit 441d1dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
],
"license": "GPL-3.0-only",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build": "tsc",
"test": "vitest --coverage",
"test:ci": "vitest --coverage",
"publish": "npm publish",
"lint": "eslint .",
"format": "prettier --write .",
"prepare": "husky"
Expand All @@ -51,7 +51,7 @@
"lint-staged": "^15.2.2",
"prettier": "3.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.2.2",
"typescript": "^5.4.5",
"vite": "^5.2.0",
"vite-plugin-eslint": "^1.8.1",
"vitest": "^1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1946,7 +1946,7 @@ type-fest@^0.20.2:
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==

typescript@^5.2.2:
typescript@^5.4.5:
version "5.4.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==
Expand Down

0 comments on commit 441d1dc

Please sign in to comment.