Skip to content

Commit

Permalink
feat: upgrade typia to version 6.1.0
Browse files Browse the repository at this point in the history
This commit updates the version of typia from 6.0.6 to 6.1.0 across
multiple package.json files and the bun.lockb file. This upgrade
ensures we are using the latest features and improvements from typia.
  • Loading branch information
ryoppippi committed Jun 12, 2024
1 parent 3032f0d commit 4835a15
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 7 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 @@
"devDependencies": {
"@types/bun": "latest",
"npm-run-all2": "^6.2.0",
"typia": "^6.0.6"
"typia": "^6.1.0"
},
"peerDependencies": {
"ts-patch": "^3.1.2",
Expand Down
3 changes: 3 additions & 0 deletions examples/esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"@ryoppippi/unplugin-typia": "workspace:*"
},
"dependencies": {
"typia": "^6.1.0"
}
}
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.0.0",
"typia": "^6.0.6",
"typia": "^6.1.0",
"@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.1.2",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"typia": "^6.0.6",
"typia": "^6.1.0",
"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.1",
"ts-patch": "^3.1.2",
"typescript": "^5.4.5",
"typia": "^6.0.6",
"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 @@ -22,7 +22,7 @@
"@vitejs/plugin-react": "^4.3.0",
"ts-patch": "^3.1.2",
"typescript": "^5.4.5",
"typia": "^6.0.6",
"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 @@ -11,7 +11,7 @@
"vite-plugin-inspect": "^0.8.4",
"ts-patch": "^3.1.2",
"typescript": "^5.4.5",
"typia": "^6.0.6",
"typia": "^6.1.0",
"@ryoppippi/unplugin-typia": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/unplugin-typia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"pkg-types": "^1.1.1",
"rollup": "^4.6.1",
"type-fest": "^4.19.0",
"typia": "^6.0.6",
"typia": "^6.1.0",
"unstorage": "^1.10.2"
}
}

0 comments on commit 4835a15

Please sign in to comment.