Skip to content

Commit

Permalink
chore(deps): update dependency typia to ^6.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 28, 2024
1 parent 5bac43d commit fb7b599
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion examples/bun-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"@types/bun": "latest",
"std-env": "^3.7.0",
"typia": "^6.5.2"
"typia": "^6.6.0"
},
"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.5.2"
"typia": "^6.6.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.5.3",
"typia": "^6.5.2",
"typia": "^6.6.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.2.1",
"tslib": "^2.4.1",
"typescript": "~5.5.3",
"typia": "^6.5.2",
"typia": "^6.6.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.2",
"ts-patch": "^3.2.1",
"typescript": "~5.5.3",
"typia": "^6.5.2",
"typia": "^6.6.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.1",
"ts-patch": "^3.2.1",
"typescript": "~5.5.3",
"typia": "^6.5.2",
"typia": "^6.6.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.2.1",
"typescript": "~5.5.3",
"typia": "^6.5.2",
"typia": "^6.6.0",
"@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.5.2"
"typia": "^6.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/unplugin-typia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,6 @@
"pkg-types": "^1.1.1",
"rollup": "^4.6.1",
"type-fest": "^4.19.0",
"typia": "^6.5.2"
"typia": "^6.6.0"
}
}

0 comments on commit fb7b599

Please sign in to comment.