Skip to content

Commit

Permalink
chore(deps): update dependency typescript to ~5.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 27, 2025
1 parent 61c5481 commit e32c45c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/bun-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"peerDependencies": {
"ts-patch": "^3.2.1",
"tslib": "^2.4.1",
"typescript": "~5.5.2",
"typescript": "~5.7.3",
"@ryoppippi/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.2.1",
"tslib": "^2.8.1",
"type-fest": "^4.30.0",
"typescript": "~5.7.2",
"typescript": "~5.7.3",
"typia": "^7.6.0"
},
"overrides": {
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 @@
"svelte-check": "^4.1.0",
"ts-patch": "^3.2.1",
"tslib": "^2.8.1",
"typescript": "~5.7.2",
"typescript": "~5.7.3",
"typia": "^7.6.0",
"vite": "^6.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/vite-hono/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@hono/vite-dev-server": "^0.17.0",
"@ryoppippi/unplugin-typia": "workspace:*",
"ts-patch": "^3.2.1",
"typescript": "~5.7.2",
"typescript": "~5.7.3",
"typia": "^7.6.0",
"vite": "^6.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/vite-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react": "^4.3.4",
"ts-patch": "^3.2.1",
"typescript": "~5.7.2",
"typescript": "~5.7.3",
"typia": "^7.6.0",
"vite": "^6.0.2",
"vite-plugin-inspect": "^0.10.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/webpack-minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"ts-node": "^10.9.2",
"ts-patch": "^3.2.1",
"tsx": "^4.19.2",
"typescript": "~5.7.2",
"typescript": "~5.7.3",
"webpack": "^5.97.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0",
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 @@ -49,7 +49,7 @@
"pathe": "^1.1.2",
"pkg-types": "^1.2.1",
"type-fest": "^4.30.0",
"typescript": "~5.6.3",
"typescript": "~5.7.3",
"typia": "^7.6.0",
"unplugin": "^1.16.0"
},
Expand Down

0 comments on commit e32c45c

Please sign in to comment.