Skip to content

Commit

Permalink
chore(deps): update dependency typia to ^6.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and ryoppippi committed Jul 10, 2024
1 parent 156a72c commit d4d98b0
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 9 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion examples/bun-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@types/bun": "latest",
"npm-run-all2": "^6.2.0",
"std-env": "^3.7.0",
"typia": "^6.4.1"
"typia": "^6.4.3"
},
"peerDependencies": {
"ts-patch": "^3.2.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"@ryoppippi/unplugin-typia": "workspace:*"
},
"dependencies": {
"typia": "^6.4.1"
"typia": "^6.4.3"
}
}
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 @@
"tslib": "^2.4.1",
"type-fest": "^4.19.0",
"typescript": "~5.5.3",
"typia": "^6.4.1",
"typia": "^6.4.3",
"@ryoppippi/unplugin-typia": "workspace:*"
}
}
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-patch": "^3.2.1",
"tslib": "^2.4.1",
"typescript": "~5.5.3",
"typia": "^6.4.1",
"typia": "^6.4.3",
"vite": "^5.0.3"
},
"type": "module",
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",
"ts-patch": "^3.2.1",
"typescript": "~5.5.3",
"typia": "^6.4.1",
"typia": "^6.4.3",
"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 @@ -22,7 +22,7 @@
"@vitejs/plugin-react": "^4.3.1",
"ts-patch": "^3.2.1",
"typescript": "~5.5.3",
"typia": "^6.4.1",
"typia": "^6.4.3",
"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 @@ -11,7 +11,7 @@
"vite-plugin-inspect": "^0.8.4",
"ts-patch": "^3.2.1",
"typescript": "~5.5.3",
"typia": "^6.4.1",
"typia": "^6.4.3",
"@ryoppippi/unplugin-typia": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion examples/webpack-minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"dependencies": {
"@ryoppippi/unplugin-typia": "workspace:*",
"cross-env": "^7.0.3",
"typia": "^6.4.1"
"typia": "^6.4.3"
}
}
2 changes: 1 addition & 1 deletion packages/unplugin-typia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,6 @@
"pkg-types": "^1.1.1",
"rollup": "^4.6.1",
"type-fest": "^4.19.0",
"typia": "^6.4.1"
"typia": "^6.4.3"
}
}

0 comments on commit d4d98b0

Please sign in to comment.