Skip to content

Commit

Permalink
chore(deps): update dependency typescript to ~5.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoppippi committed Jul 5, 2024
1 parent 5d01ef1 commit 62bf70b
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 8 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion examples/esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"tsx": "^4.7.2",
"ts-patch": "^3.2.1",
"tslib": "^2.4.1",
"typescript": "~5.5.2",
"typescript": "~5.5.3",
"@ryoppippi/unplugin-typia": "workspace:*"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"ts-patch": "^3.2.1",
"tslib": "^2.4.1",
"type-fest": "^4.19.0",
"typescript": "~5.5.2",
"typescript": "~5.5.3",
"typia": "^6.4.1",
"@ryoppippi/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 @@ -20,7 +20,7 @@
"svelte-check": "^3.6.0",
"ts-patch": "^3.2.1",
"tslib": "^2.4.1",
"typescript": "~5.5.2",
"typescript": "~5.5.3",
"typia": "^6.4.1",
"vite": "^5.0.3"
},
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 @@ -18,7 +18,7 @@
"@hono/vite-cloudflare-pages": "^0.4.1",
"@hono/vite-dev-server": "^0.12.2",
"ts-patch": "^3.2.1",
"typescript": "~5.5.2",
"typescript": "~5.5.3",
"typia": "^6.4.1",
"vite": "^5.2.12",
"@ryoppippi/unplugin-typia": "workspace:*"
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 @@ -21,7 +21,7 @@
"@types/uuid": "^9.0.8",
"@vitejs/plugin-react": "^4.3.1",
"ts-patch": "^3.2.1",
"typescript": "~5.5.2",
"typescript": "~5.5.3",
"typia": "^6.4.1",
"vite": "^5.2.0",
"@ryoppippi/unplugin-typia": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion examples/vite-vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"vite": "^5.0.4",
"vite-plugin-inspect": "^0.8.4",
"ts-patch": "^3.2.1",
"typescript": "~5.5.2",
"typescript": "~5.5.3",
"typia": "^6.4.1",
"@ryoppippi/unplugin-typia": "workspace:*"
}
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.15.7",
"typescript": "~5.5.2",
"typescript": "~5.5.3",
"webpack": "^5.91.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 @@ -89,7 +89,7 @@
"mlly": "^1.7.1",
"pathe": "^1.1.2",
"ts-patch": "^3.2.1",
"typescript": "~5.5.2",
"typescript": "~5.5.3",
"unplugin": "^1.11.0"
},
"devDependencies": {
Expand Down

0 comments on commit 62bf70b

Please sign in to comment.