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 Sep 16, 2024
1 parent f7568a6 commit 22ece11
Show file tree
Hide file tree
Showing 29 changed files with 860 additions and 836 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.32.0",
"rxjs": "^7.8.1",
"tslib": "^2.7.0",
"valibot": "^0.41.0",
"valibot": "^0.42.0",
"zone.js": "^0.15.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/lit/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lit": "^3.2.0"
},
"devDependencies": {
"vite": "^5.4.3"
"vite": "^5.4.5"
},
"browserslist": {
"production": [
Expand Down
2 changes: 1 addition & 1 deletion examples/lit/ui-libraries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"lit": "^3.2.0"
},
"devDependencies": {
"vite": "^5.4.3"
"vite": "^5.4.5"
},
"browserslist": {
"production": [
Expand Down
2 changes: 1 addition & 1 deletion examples/react/array/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"vite": "^5.4.3"
"vite": "^5.4.5"
},
"browserslist": {
"production": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"vite": "^5.4.3"
"vite": "^5.4.5"
},
"browserslist": {
"production": [
Expand Down
4 changes: 2 additions & 2 deletions examples/react/query-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
},
"dependencies": {
"@tanstack/react-form": "^0.32.0",
"@tanstack/react-query": "^5.55.4",
"@tanstack/react-query": "^5.56.2",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"vite": "^5.4.3"
"vite": "^5.4.5"
},
"browserslist": {
"production": [
Expand Down
2 changes: 1 addition & 1 deletion examples/react/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"vite": "^5.4.3"
"vite": "^5.4.5"
},
"browserslist": {
"production": [
Expand Down
8 changes: 4 additions & 4 deletions examples/react/tanstack-start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
"dependencies": {
"@tanstack/form-core": "^0.32.0",
"@tanstack/react-form": "^0.32.0",
"@tanstack/react-router": "^1.56.5",
"@tanstack/start": "^1.56.5",
"@tanstack/react-router": "^1.57.15",
"@tanstack/start": "^1.57.15",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vinxi": "^0.4.2"
"vinxi": "^0.4.3"
},
"devDependencies": {
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"typescript": "5.4.2",
"vite": "^5.4.3",
"vite": "^5.4.5",
"vite-tsconfig-paths": "^5.0.1"
}
}
4 changes: 2 additions & 2 deletions examples/react/ui-libraries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@mui/material": "5.16.7",
"@tanstack/react-form": "^0.32.0",
"@yme/lay-postcss": "0.1.0",
"postcss": "8.4.45",
"postcss": "8.4.47",
"postcss-preset-mantine": "1.17.0",
"postcss-simple-vars": "7.0.1",
"react": "^18.3.1",
Expand All @@ -28,7 +28,7 @@
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react-swc": "^3.7.0",
"typescript": "5.4.2",
"vite": "^5.4.3"
"vite": "^5.4.5"
},
"browserslist": {
"production": [
Expand Down
4 changes: 2 additions & 2 deletions examples/react/valibot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"@tanstack/valibot-form-adapter": "^0.32.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"valibot": "^0.41.0"
"valibot": "^0.42.0"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"vite": "^5.4.3"
"vite": "^5.4.5"
},
"browserslist": {
"production": [
Expand Down
2 changes: 1 addition & 1 deletion examples/react/yup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"vite": "^5.4.3"
"vite": "^5.4.5"
},
"browserslist": {
"production": [
Expand Down
2 changes: 1 addition & 1 deletion examples/react/zod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"vite": "^5.4.3"
"vite": "^5.4.5"
},
"browserslist": {
"production": [
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/array/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"typescript": "5.4.2",
"vite": "^5.4.3",
"vite": "^5.4.5",
"vite-plugin-solid": "^2.10.2"
}
}
2 changes: 1 addition & 1 deletion examples/solid/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"typescript": "5.4.2",
"vite": "^5.4.3",
"vite": "^5.4.5",
"vite-plugin-solid": "^2.10.2"
}
}
4 changes: 2 additions & 2 deletions examples/solid/valibot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"@tanstack/solid-form": "^0.32.0",
"@tanstack/valibot-form-adapter": "^0.32.0",
"solid-js": "^1.8.22",
"valibot": "^0.41.0"
"valibot": "^0.42.0"
},
"devDependencies": {
"typescript": "5.4.2",
"vite": "^5.4.3",
"vite": "^5.4.5",
"vite-plugin-solid": "^2.10.2"
}
}
2 changes: 1 addition & 1 deletion examples/solid/yup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"typescript": "5.4.2",
"vite": "^5.4.3",
"vite": "^5.4.5",
"vite-plugin-solid": "^2.10.2"
}
}
2 changes: 1 addition & 1 deletion examples/solid/zod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"typescript": "5.4.2",
"vite": "^5.4.3",
"vite": "^5.4.5",
"vite-plugin-solid": "^2.10.2"
}
}
2 changes: 1 addition & 1 deletion examples/vue/array/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.3",
"typescript": "5.4.2",
"vite": "^5.4.3",
"vite": "^5.4.5",
"vue-tsc": "^2.0.26"
}
}
2 changes: 1 addition & 1 deletion examples/vue/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.3",
"typescript": "5.4.2",
"vite": "^5.4.3",
"vite": "^5.4.5",
"vue-tsc": "^2.0.26"
}
}
4 changes: 2 additions & 2 deletions examples/vue/valibot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"dependencies": {
"@tanstack/valibot-form-adapter": "^0.32.0",
"@tanstack/vue-form": "^0.32.0",
"valibot": "^0.41.0",
"valibot": "^0.42.0",
"vue": "^3.3.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.3",
"typescript": "5.4.2",
"vite": "^5.4.3",
"vite": "^5.4.5",
"vue-tsc": "^2.0.26"
}
}
2 changes: 1 addition & 1 deletion examples/vue/yup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.3",
"typescript": "5.4.2",
"vite": "^5.4.3",
"vite": "^5.4.5",
"vue-tsc": "^2.0.26"
}
}
2 changes: 1 addition & 1 deletion examples/vue/zod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.3",
"typescript": "5.4.2",
"vite": "^5.4.3",
"vite": "^5.4.5",
"vue-tsc": "^2.0.26"
}
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "git",
"url": "https://github.com/tanstack/form.git"
},
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.10.0",
"type": "module",
"scripts": {
"clean": "pnpm --filter \"./packages/**\" run clean",
Expand Down Expand Up @@ -38,7 +38,7 @@
]
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^1.13.1",
"@eslint-react/eslint-plugin": "^1.14.1",
"@solidjs/testing-library": "^0.8.9",
"@tanstack/config": "^0.13.1",
"@testing-library/jest-dom": "^6.5.0",
Expand All @@ -48,12 +48,12 @@
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitest/coverage-istanbul": "^2.0.5",
"@vitest/coverage-istanbul": "^2.1.1",
"eslint": "^9.10.0",
"eslint-plugin-react-hooks": "^5.1.0-rc-fb9a90fa48-20240614",
"jsdom": "^25.0.0",
"knip": "^5.30.0",
"nx": "^19.6.5",
"knip": "^5.30.2",
"nx": "^19.7.3",
"prettier": "^3.3.3",
"publint": "^0.2.10",
"react": "^18.3.1",
Expand All @@ -67,8 +67,8 @@
"typescript51": "npm:typescript@5.1",
"typescript52": "npm:typescript@5.2",
"typescript53": "npm:typescript@5.3",
"vite": "^5.4.3",
"vitest": "^2.0.5",
"vite": "^5.4.5",
"vitest": "^2.1.1",
"vue": "^3.3.4"
}
}
2 changes: 1 addition & 1 deletion packages/angular-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"tslib": "^2.7.0"
},
"devDependencies": {
"@analogjs/vite-plugin-angular": "^1.7.3",
"@analogjs/vite-plugin-angular": "^1.8.0",
"@angular/common": "^17.3.12",
"@angular/compiler": "^17.3.12",
"@angular/compiler-cli": "^17.3.12",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,19 +72,19 @@
"src"
],
"dependencies": {
"@remix-run/node": "^2.11.2",
"@remix-run/node": "^2.12.0",
"@tanstack/form-core": "workspace:*",
"@tanstack/react-store": "^0.5.5",
"decode-formdata": "^0.8.0"
},
"devDependencies": {
"@tanstack/start": "^1.56.5",
"@tanstack/start": "^1.57.15",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vite": "^5.4.3"
"vite": "^5.4.5"
},
"peerDependencies": {
"@tanstack/start": "^1.43.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
"devDependencies": {
"solid-js": "^1.8.22",
"vite": "^5.4.3",
"vite": "^5.4.5",
"vite-plugin-solid": "^2.10.2"
},
"peerDependencies": {
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 @@ -55,7 +55,7 @@
},
"devDependencies": {
"@tanstack/react-form": "workspace:*",
"valibot": "^0.41.0"
"valibot": "^0.42.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 @@ -58,7 +58,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.3",
"vite": "^5.4.3",
"vite": "^5.4.5",
"vue": "^3.3.4"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 22ece11

Please sign in to comment.