Skip to content

Commit

Permalink
chore(deps): update dependency typia to ^6.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 24, 2024
1 parent 9877201 commit bcb6eaf
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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.9.0"
"typia": "^6.10.2"
},
"peerDependencies": {
"ts-patch": "^3.2.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"tslib": "^2.6.3",
"type-fest": "^4.24.0",
"typescript": "~5.5.4",
"typia": "^6.9.0"
"typia": "^6.10.2"
}
}
2 changes: 1 addition & 1 deletion examples/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"ts-patch": "^3.2.1",
"tslib": "^2.6.3",
"typescript": "~5.5.4",
"typia": "^6.9.0",
"typia": "^6.10.2",
"vite": "^5.4.1"
},
"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 @@ -20,7 +20,7 @@
"@ryoppippi/unplugin-typia": "workspace:*",
"ts-patch": "^3.2.1",
"typescript": "~5.5.4",
"typia": "^6.9.0",
"typia": "^6.10.2",
"vite": "^5.4.1"
}
}
2 changes: 1 addition & 1 deletion examples/vite-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@vitejs/plugin-react": "^4.3.1",
"ts-patch": "^3.2.1",
"typescript": "~5.5.4",
"typia": "^6.9.0",
"typia": "^6.10.2",
"vite": "^5.4.1",
"vite-plugin-inspect": "^0.8.7"
}
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 @@ -28,6 +28,6 @@
"dependencies": {
"@ryoppippi/unplugin-typia": "workspace:*",
"cross-env": "^7.0.3",
"typia": "^6.9.0"
"typia": "^6.10.2"
}
}
2 changes: 1 addition & 1 deletion packages/unplugin-typia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"pkg-types": "^1.1.3",
"type-fest": "^4.24.0",
"typescript": "~5.5.4",
"typia": "^6.9.0",
"typia": "^6.10.2",
"unplugin": "^1.12.2"
},
"devDependencies": {
Expand Down

0 comments on commit bcb6eaf

Please sign in to comment.