Skip to content

Commit

Permalink
chore(resume): update TypeScript to version 5.7.2
Browse files Browse the repository at this point in the history
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
suddenlyGiovanni committed Dec 8, 2024
1 parent f63a40f commit b185b01
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 15 deletions.
2 changes: 2 additions & 0 deletions .changeset/five-gorillas-mate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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]",
Expand Down Expand Up @@ -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"
},
Expand Down
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b185b01

Please sign in to comment.