-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(resume): update TypeScript to version 5.7.2
Upgrade TypeScript from 5.7.1-rc to 5.7.2 for stable release usage. This change ensures compatibility with related dependencies such as vite-tsconfig-paths and tsconfck. Signed-off-by: suddenlyGiovanni <[email protected]>
- Loading branch information
1 parent
f63a40f
commit b185b01
Showing
3 changed files
with
14 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,10 +14,7 @@ | |
"./schema-primitive": "./lib/schema-primitive/index.js" | ||
} | ||
}, | ||
"files": [ | ||
"lib/**", | ||
"README.md" | ||
], | ||
"files": ["lib/**", "README.md"], | ||
"author": { | ||
"name": "Giovanni Ravalico", | ||
"email": "[email protected]", | ||
|
@@ -54,7 +51,7 @@ | |
"@vitest/coverage-v8": "2.1.5", | ||
"@vitest/ui": "2.1.5", | ||
"effect": "3.10.15", | ||
"typescript": "5.7.1-rc", | ||
"typescript": "5.7.2", | ||
"vite-tsconfig-paths": "5.1.3", | ||
"vitest": "2.1.5" | ||
}, | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.