Skip to content

Commit

Permalink
chore(deps): update dependency ts-patch to ^3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 27, 2025
1 parent 1223d41 commit eba19c2
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 @@ -16,7 +16,7 @@
"typia": "^7.6.0"
},
"peerDependencies": {
"ts-patch": "^3.2.1",
"ts-patch": "^3.3.0",
"tslib": "^2.4.1",
"typescript": "~5.5.2",
"@ryoppippi/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/node": "^20.17.9",
"@types/react": "19.0.4",
"@types/react-dom": "19.0.2",
"ts-patch": "^3.2.1",
"ts-patch": "^3.3.0",
"tslib": "^2.8.1",
"type-fest": "^4.30.0",
"typescript": "~5.7.2",
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 @@
"shiki": "^1.24.0",
"svelte": "^5.4.0",
"svelte-check": "^4.1.0",
"ts-patch": "^3.2.1",
"ts-patch": "^3.3.0",
"tslib": "^2.8.1",
"typescript": "~5.7.2",
"typia": "^7.6.0",
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.2",
"@hono/vite-dev-server": "^0.17.0",
"@ryoppippi/unplugin-typia": "workspace:*",
"ts-patch": "^3.2.1",
"ts-patch": "^3.3.0",
"typescript": "~5.7.2",
"typia": "^7.6.0",
"vite": "^6.0.2"
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/react-dom": "^18.3.1",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react": "^4.3.4",
"ts-patch": "^3.2.1",
"ts-patch": "^3.3.0",
"typescript": "~5.7.2",
"typia": "^7.6.0",
"vite": "^6.0.2",
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 @@ -8,7 +8,7 @@
"prettier": "^3.4.1",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"ts-patch": "^3.2.1",
"ts-patch": "^3.3.0",
"tsx": "^4.19.2",
"typescript": "~5.7.2",
"webpack": "^5.97.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/unplugin-typia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"eslint": "~9.14.0",
"eslint-plugin-format": "^0.1.3",
"rollup": "^4.28.0",
"ts-patch": "^3.2.1",
"ts-patch": "^3.3.0",
"vite": "^6.0.2",
"vitest": "^2.1.8"
},
Expand Down

0 comments on commit eba19c2

Please sign in to comment.