Skip to content

Commit

Permalink
chore(deps): update dependency typescript to ~5.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 14, 2024
1 parent 9877201 commit e67115b
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.6.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.6.3",
"type-fest": "^4.24.0",
"typescript": "~5.5.4",
"typescript": "~5.6.3",
"typia": "^6.9.0"
}
}
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": "^3.8.5",
"ts-patch": "^3.2.1",
"tslib": "^2.6.3",
"typescript": "~5.5.4",
"typescript": "~5.6.3",
"typia": "^6.9.0",
"vite": "^5.4.1"
},
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.12.2",
"@ryoppippi/unplugin-typia": "workspace:*",
"ts-patch": "^3.2.1",
"typescript": "~5.5.4",
"typescript": "~5.6.3",
"typia": "^6.9.0",
"vite": "^5.4.1"
}
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": "^9.0.8",
"@vitejs/plugin-react": "^4.3.1",
"ts-patch": "^3.2.1",
"typescript": "~5.5.4",
"typescript": "~5.6.3",
"typia": "^6.9.0",
"vite": "^5.4.1",
"vite-plugin-inspect": "^0.8.7"
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.17.0",
"typescript": "~5.5.4",
"typescript": "~5.6.3",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
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.1.3",
"type-fest": "^4.24.0",
"typescript": "~5.5.4",
"typescript": "~5.6.3",
"typia": "^6.9.0",
"unplugin": "^1.12.2"
},
Expand Down

0 comments on commit e67115b

Please sign in to comment.