Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#2348)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 16, 2024
1 parent 474234e commit e13a9e6
Show file tree
Hide file tree
Showing 7 changed files with 57 additions and 64 deletions.
4 changes: 2 additions & 2 deletions examples/react/search-validator-adapters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"zod": "^3.23.8",
"valibot": "^0.41.0",
"arktype": "^2.0.0-rc.7"
"valibot": "^0.42.0",
"arktype": "^2.0.0-rc.8"
},
"devDependencies": {
"@types/react": "^18.2.47",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/start-convex-trellaux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"convex": "^1.16.0",
"isbot": "^5.1.17",
"ky": "^1.7.2",
"msw": "^2.4.6",
"msw": "^2.4.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/start-trellaux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@vitejs/plugin-react": "^4.3.1",
"isbot": "^5.1.17",
"ky": "^1.7.2",
"msw": "^2.4.6",
"msw": "^2.4.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"typescript52": "npm:typescript@5.2",
"typescript53": "npm:typescript@5.3",
"typescript54": "npm:typescript@5.4",
"typescript55": "npm:typescript@5.5.2",
"typescript55": "npm:typescript@5.6.2",
"vite": "^5.4.5",
"vitest": "^1.6.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/router-arktype-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@tanstack/react-router": "workspace:*",
"arktype": "^2.0.0-rc.7"
"arktype": "^2.0.0-rc.8"
},
"peerDependencies": {
"arktype": ">=2.0.0-beta <3",
Expand Down
2 changes: 1 addition & 1 deletion packages/router-valibot-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@tanstack/react-router": "workspace:*",
"valibot": "^0.41.0"
"valibot": "^0.42.0"
},
"peerDependencies": {
"valibot": ">=0.36.0",
Expand Down
107 changes: 50 additions & 57 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e13a9e6

Please sign in to comment.