Skip to content

Commit

Permalink
chore(deps): update dependency typescript to ^5.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 5, 2024
1 parent 634f76f commit 9279518
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"ts-node": "^10.9.2",
"ts-patch": "^3.1.2",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"typescript": "^5.4.5",
"unplugin-typia": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"ts-patch": "^3.1.2",
"tslib": "^2.4.1",
"type-fest": "^4.19.0",
"typescript": "^5.0.0",
"typescript": "^5.4.5",
"typia": "^6.0.6",
"unplugin-typia": "workspace:*"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"ts-node": "^10.9.2",
"ts-patch": "^3.1.2",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"typescript": "^5.4.5",
"typia": "^6.0.6",
"vite": "^5.0.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/unplugin-typia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
},
"dependencies": {
"@rollup/pluginutils": "^5.1.0",
"typescript": "^5.3.2",
"typescript": "^5.4.5",
"unplugin": "^1.5.1"
},
"devDependencies": {
Expand Down

0 comments on commit 9279518

Please sign in to comment.