Skip to content

Commit

Permalink
chore(deps): update dependency typia to ^7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 12, 2024
1 parent 04fac5c commit 0afa66a
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.8.0",
"typia": "^7.0.1"
"typia": "^7.2.1"
},
"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.8.1",
"type-fest": "^4.30.0",
"typescript": "~5.7.2",
"typia": "^7.0.1"
"typia": "^7.2.1"
}
}
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.8.1",
"typescript": "~5.7.2",
"typia": "^7.0.1",
"typia": "^7.2.1",
"vite": "^6.0.2"
},
"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.7.2",
"typia": "^7.0.1",
"typia": "^7.2.1",
"vite": "^6.0.2"
}
}
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.4",
"ts-patch": "^3.2.1",
"typescript": "~5.7.2",
"typia": "^7.0.1",
"typia": "^7.2.1",
"vite": "^6.0.2",
"vite-plugin-inspect": "^0.10.3"
}
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": "^7.0.1"
"typia": "^7.2.1"
}
}
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.2.1",
"type-fest": "^4.30.0",
"typescript": "~5.6.3",
"typia": "^7.0.1",
"typia": "^7.2.1",
"unplugin": "^1.16.0"
},
"devDependencies": {
Expand Down

0 comments on commit 0afa66a

Please sign in to comment.