Skip to content

Commit

Permalink
chore(deps): update dependency ts-patch to ^3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 5, 2024
1 parent 634f76f commit e37f82e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"esbuild": "^0.20.2",
"tsx": "^4.7.2",
"ts-node": "^10.9.2",
"ts-patch": "^3.1.2",
"ts-patch": "^3.2.0",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"unplugin-typia": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/react": "^18",
"@types/react-dom": "^18",
"ts-node": "^10.9.2",
"ts-patch": "^3.1.2",
"ts-patch": "^3.2.0",
"tslib": "^2.4.1",
"type-fest": "^4.19.0",
"typescript": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"svelte": "^5.0.0-next.148",
"svelte-check": "^3.6.0",
"ts-node": "^10.9.2",
"ts-patch": "^3.1.2",
"ts-patch": "^3.2.0",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"typia": "^6.0.6",
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 @@ -18,7 +18,7 @@
"@hono/vite-cloudflare-pages": "^0.4.0",
"@hono/vite-dev-server": "^0.12.1",
"ts-node": "^10.9.2",
"ts-patch": "^3.1.2",
"ts-patch": "^3.2.0",
"typescript": "^5.4.5",
"typia": "^6.0.6",
"vite": "^5.2.12"
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 @@ -21,7 +21,7 @@
"@types/uuid": "^9.0.8",
"@vitejs/plugin-react": "^4.2.1",
"ts-node": "^10.9.2",
"ts-patch": "^3.1.2",
"ts-patch": "^3.2.0",
"typescript": "^5.4.5",
"typia": "^6.0.6",
"vite": "^5.2.0"
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 @@ -10,7 +10,7 @@
"vite": "^5.0.4",
"vite-plugin-inspect": "^0.8.1",
"ts-node": "^10.9.2",
"ts-patch": "^3.1.2",
"ts-patch": "^3.2.0",
"typescript": "^5.4.5",
"typia": "^6.0.6",
"unplugin-typia": "workspace:*"
Expand Down

0 comments on commit e37f82e

Please sign in to comment.