Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 5, 2024
1 parent 0d15f79 commit 8f5615a
Show file tree
Hide file tree
Showing 16 changed files with 658 additions and 476 deletions.
2 changes: 1 addition & 1 deletion examples/angular/valibot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@tanstack/valibot-form-adapter": "^0.26.4",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"valibot": "^0.36.0",
"valibot": "^0.37.0",
"zone.js": "^0.14.8"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/react/query-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@tanstack/react-form": "^0.26.4",
"@tanstack/react-query": "^5.51.15",
"@tanstack/react-query": "^5.51.21",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/react/tanstack-start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"dependencies": {
"@tanstack/form-core": "^0.26.4",
"@tanstack/react-form": "^0.26.4",
"@tanstack/react-router": "^1.45.11",
"@tanstack/start": "^1.45.11",
"@tanstack/react-router": "^1.46.4",
"@tanstack/start": "^1.46.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vinxi": "^0.4.1"
Expand Down
6 changes: 3 additions & 3 deletions examples/react/ui-libraries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@emotion/styled": "11.13.0",
"@mantine/core": "7.11.2",
"@mantine/hooks": "7.11.2",
"@mui/material": "5.16.5",
"@mui/material": "5.16.6",
"@tanstack/react-form": "^0.26.4",
"@yme/lay-postcss": "0.1.0",
"postcss": "8.4.40",
Expand All @@ -25,8 +25,8 @@
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react-swc": "^3.7.0",
"eslint": "^8.57.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/valibot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@tanstack/valibot-form-adapter": "^0.26.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"valibot": "^0.36.0"
"valibot": "^0.37.0"
},
"devDependencies": {
"@types/react": "^18.3.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/valibot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@tanstack/solid-form": "^0.26.4",
"@tanstack/valibot-form-adapter": "^0.26.4",
"solid-js": "^1.8.19",
"valibot": "^0.36.0"
"valibot": "^0.37.0"
},
"devDependencies": {
"typescript": "5.4.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/array/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"vue": "^3.3.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.1",
"@vitejs/plugin-vue": "^5.1.2",
"typescript": "5.4.2",
"vite": "^5.3.5",
"vue-tsc": "^2.0.26"
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"vue": "^3.3.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.1",
"@vitejs/plugin-vue": "^5.1.2",
"typescript": "5.4.2",
"vite": "^5.3.5",
"vue-tsc": "^2.0.26"
Expand Down
4 changes: 2 additions & 2 deletions examples/vue/valibot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"dependencies": {
"@tanstack/valibot-form-adapter": "^0.26.4",
"@tanstack/vue-form": "^0.26.4",
"valibot": "^0.36.0",
"valibot": "^0.37.0",
"vue": "^3.3.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.1",
"@vitejs/plugin-vue": "^5.1.2",
"typescript": "5.4.2",
"vite": "^5.3.5",
"vue-tsc": "^2.0.26"
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/yup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"yup": "^1.4.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.1",
"@vitejs/plugin-vue": "^5.1.2",
"typescript": "5.4.2",
"vite": "^5.3.5",
"vue-tsc": "^2.0.26"
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/zod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.1",
"@vitejs/plugin-vue": "^5.1.2",
"typescript": "5.4.2",
"vite": "^5.3.5",
"vue-tsc": "^2.0.26"
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
]
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^1.6.0",
"@eslint-react/eslint-plugin": "^1.8.2",
"@solidjs/testing-library": "^0.8.9",
"@tanstack/config": "^0.11.1",
"@testing-library/jest-dom": "^6.4.8",
Expand All @@ -48,17 +48,17 @@
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitest/coverage-istanbul": "^2.0.4",
"@vitest/coverage-istanbul": "^2.0.5",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"jsdom": "^24.1.1",
"knip": "^5.27.0",
"nx": "^19.5.3",
"nx": "^19.5.6",
"prettier": "^3.3.3",
"publint": "^0.2.9",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rimraf": "^5.0.9",
"rimraf": "^5.0.10",
"sherif": "^0.10.0",
"solid-js": "^1.8.19",
"typescript": "5.4.2",
Expand All @@ -68,7 +68,7 @@
"typescript52": "npm:typescript@5.2",
"typescript53": "npm:typescript@5.3",
"vite": "^5.3.5",
"vitest": "^2.0.4",
"vitest": "^2.0.5",
"vue": "^3.3.4"
}
}
4 changes: 2 additions & 2 deletions packages/react-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@
"src"
],
"dependencies": {
"@remix-run/node": "^2.10.3",
"@remix-run/node": "^2.11.0",
"@tanstack/form-core": "workspace:*",
"@tanstack/react-store": "^0.5.5",
"decode-formdata": "^0.7.5"
},
"devDependencies": {
"@tanstack/start": "^1.45.11",
"@tanstack/start": "^1.46.4",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/valibot-form-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@tanstack/form-core": "workspace:*"
},
"devDependencies": {
"valibot": "^0.36.0"
"valibot": "^0.37.0"
},
"peerDependencies": {
"valibot": ">=0.33.0 <1"
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@tanstack/vue-store": "^0.5.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.1",
"@vitejs/plugin-vue": "^5.1.2",
"vite": "^5.3.5",
"vue": "^3.3.4"
},
Expand Down
Loading

0 comments on commit 8f5615a

Please sign in to comment.