Skip to content

Commit

Permalink
chore(deps): update dependency typescript to ^5.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 24, 2024
1 parent 27f143d commit 9f3554b
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/bun-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"peerDependencies": {
"ts-patch": "^3.1.2",
"tslib": "^2.4.1",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"@ryoppippi/unplugin-typia": "workspace:*"
}
}
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.1.2",
"tslib": "^2.4.1",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"@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.1.2",
"tslib": "^2.4.1",
"type-fest": "^4.19.0",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"typia": "^6.1.0",
"@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.1.2",
"tslib": "^2.4.1",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"typia": "^6.1.0",
"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.0",
"@hono/vite-dev-server": "^0.12.1",
"ts-patch": "^3.1.2",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"typia": "^6.1.0",
"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.0",
"ts-patch": "^3.1.2",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"typia": "^6.1.0",
"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.1.2",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"typia": "^6.1.0",
"@ryoppippi/unplugin-typia": "workspace:*"
}
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 @@ -88,7 +88,7 @@
"magic-string": "^0.30.10",
"mlly": "^1.7.1",
"pathe": "^1.1.2",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"unplugin": "^1.5.1"
},
"devDependencies": {
Expand Down

0 comments on commit 9f3554b

Please sign in to comment.