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 12, 2024
1 parent b1af0e6 commit 41d508a
Show file tree
Hide file tree
Showing 32 changed files with 1,298 additions and 1,456 deletions.
2 changes: 1 addition & 1 deletion examples/angular/array/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@tanstack/angular-form": "^0.28.0",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"zone.js": "^0.14.8"
"zone.js": "^0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.8",
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@tanstack/angular-form": "^0.28.0",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"zone.js": "^0.14.8"
"zone.js": "^0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.8",
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/valibot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"valibot": "^0.37.0",
"zone.js": "^0.14.8"
"zone.js": "^0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.8",
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/yup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"yup": "^1.4.0",
"zone.js": "^0.14.8"
"zone.js": "^0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.8",
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/zod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"zod": "^3.23.8",
"zone.js": "^0.14.8"
"zone.js": "^0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.8",
Expand Down
4 changes: 2 additions & 2 deletions examples/lit/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
},
"dependencies": {
"@tanstack/lit-form": "^0.28.0",
"lit": "^3.1.4"
"lit": "^3.2.0"
},
"devDependencies": {
"vite": "^5.3.5"
"vite": "^5.4.0"
},
"browserslist": {
"production": [
Expand Down
4 changes: 2 additions & 2 deletions examples/lit/ui-libraries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"dependencies": {
"@material/web": "^1.5.1",
"@tanstack/lit-form": "^0.28.0",
"lit": "^3.1.4"
"lit": "^3.2.0"
},
"devDependencies": {
"vite": "^5.3.5"
"vite": "^5.4.0"
},
"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.3.5"
"vite": "^5.4.0"
},
"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.29.0",
"@tanstack/react-query": "^5.51.21",
"@tanstack/react-query": "^5.51.23",
"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.3.5"
"vite": "^5.4.0"
},
"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.3.5"
"vite": "^5.4.0"
},
"browserslist": {
"production": [
Expand Down
6 changes: 3 additions & 3 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.28.0",
"@tanstack/react-form": "^0.29.0",
"@tanstack/react-router": "^1.46.4",
"@tanstack/start": "^1.46.4",
"@tanstack/react-router": "^1.47.1",
"@tanstack/start": "^1.47.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vinxi": "^0.4.1"
Expand All @@ -23,7 +23,7 @@
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"typescript": "5.4.2",
"vite": "^5.3.5",
"vite": "^5.4.0",
"vite-tsconfig-paths": "^4.3.2"
}
}
10 changes: 5 additions & 5 deletions examples/react/ui-libraries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"dependencies": {
"@emotion/react": "11.13.0",
"@emotion/styled": "11.13.0",
"@mantine/core": "7.11.2",
"@mantine/hooks": "7.11.2",
"@mui/material": "5.16.6",
"@mantine/core": "7.12.0",
"@mantine/hooks": "7.12.0",
"@mui/material": "5.16.7",
"@tanstack/react-form": "^0.29.0",
"@yme/lay-postcss": "0.1.0",
"postcss": "8.4.40",
"postcss": "8.4.41",
"postcss-preset-mantine": "1.17.0",
"postcss-simple-vars": "7.0.1",
"react": "^18.3.1",
Expand All @@ -33,7 +33,7 @@
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.9",
"typescript": "5.4.2",
"vite": "^5.3.5"
"vite": "^5.4.0"
},
"browserslist": {
"production": [
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 @@ -19,7 +19,7 @@
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"vite": "^5.3.5"
"vite": "^5.4.0"
},
"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.3.5"
"vite": "^5.4.0"
},
"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.3.5"
"vite": "^5.4.0"
},
"browserslist": {
"production": [
Expand Down
4 changes: 2 additions & 2 deletions examples/solid/array/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
},
"dependencies": {
"@tanstack/solid-form": "^0.28.0",
"solid-js": "^1.8.19"
"solid-js": "^1.8.20"
},
"devDependencies": {
"typescript": "5.4.2",
"vite": "^5.3.5",
"vite": "^5.4.0",
"vite-plugin-solid": "^2.10.2"
}
}
4 changes: 2 additions & 2 deletions examples/solid/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
},
"dependencies": {
"@tanstack/solid-form": "^0.28.0",
"solid-js": "^1.8.19"
"solid-js": "^1.8.20"
},
"devDependencies": {
"typescript": "5.4.2",
"vite": "^5.3.5",
"vite": "^5.4.0",
"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 @@ -11,12 +11,12 @@
"dependencies": {
"@tanstack/solid-form": "^0.28.0",
"@tanstack/valibot-form-adapter": "^0.28.0",
"solid-js": "^1.8.19",
"solid-js": "^1.8.20",
"valibot": "^0.37.0"
},
"devDependencies": {
"typescript": "5.4.2",
"vite": "^5.3.5",
"vite": "^5.4.0",
"vite-plugin-solid": "^2.10.2"
}
}
4 changes: 2 additions & 2 deletions examples/solid/yup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"dependencies": {
"@tanstack/solid-form": "^0.28.0",
"@tanstack/yup-form-adapter": "^0.28.0",
"solid-js": "^1.8.19",
"solid-js": "^1.8.20",
"yup": "^1.4.0"
},
"devDependencies": {
"typescript": "5.4.2",
"vite": "^5.3.5",
"vite": "^5.4.0",
"vite-plugin-solid": "^2.10.2"
}
}
4 changes: 2 additions & 2 deletions examples/solid/zod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"dependencies": {
"@tanstack/solid-form": "^0.28.0",
"@tanstack/zod-form-adapter": "^0.28.0",
"solid-js": "^1.8.19",
"solid-js": "^1.8.20",
"zod": "^3.23.8"
},
"devDependencies": {
"typescript": "5.4.2",
"vite": "^5.3.5",
"vite": "^5.4.0",
"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.2",
"typescript": "5.4.2",
"vite": "^5.3.5",
"vite": "^5.4.0",
"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.2",
"typescript": "5.4.2",
"vite": "^5.3.5",
"vite": "^5.4.0",
"vue-tsc": "^2.0.26"
}
}
2 changes: 1 addition & 1 deletion examples/vue/valibot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.2",
"typescript": "5.4.2",
"vite": "^5.3.5",
"vite": "^5.4.0",
"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.2",
"typescript": "5.4.2",
"vite": "^5.3.5",
"vite": "^5.4.0",
"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.2",
"typescript": "5.4.2",
"vite": "^5.3.5",
"vite": "^5.4.0",
"vue-tsc": "^2.0.26"
}
}
16 changes: 8 additions & 8 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.6.0",
"packageManager": "pnpm@9.7.0",
"type": "module",
"scripts": {
"clean": "pnpm --filter \"./packages/**\" run clean",
Expand Down Expand Up @@ -38,9 +38,9 @@
]
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^1.8.2",
"@eslint-react/eslint-plugin": "^1.10.0",
"@solidjs/testing-library": "^0.8.9",
"@tanstack/config": "^0.11.1",
"@tanstack/config": "^0.11.2",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
Expand All @@ -52,22 +52,22 @@
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"jsdom": "^24.1.1",
"knip": "^5.27.0",
"nx": "^19.5.6",
"knip": "^5.27.2",
"nx": "^19.5.7",
"prettier": "^3.3.3",
"publint": "^0.2.9",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rimraf": "^5.0.10",
"sherif": "^0.10.0",
"solid-js": "^1.8.19",
"sherif": "^0.11.0",
"solid-js": "^1.8.20",
"typescript": "5.4.2",
"typescript49": "npm:typescript@4.9",
"typescript50": "npm:typescript@5.0",
"typescript51": "npm:typescript@5.1",
"typescript52": "npm:typescript@5.2",
"typescript53": "npm:typescript@5.3",
"vite": "^5.3.5",
"vite": "^5.4.0",
"vitest": "^2.0.5",
"vue": "^3.3.4"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/angular-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,17 @@
"tslib": "^2.6.3"
},
"devDependencies": {
"@analogjs/vite-plugin-angular": "^1.6.4",
"@analogjs/vite-plugin-angular": "^1.7.1",
"@angular/common": "^17.3.12",
"@angular/compiler": "^17.3.12",
"@angular/compiler-cli": "^17.3.12",
"@angular/core": "^17.3.12",
"@angular/platform-browser": "^17.3.12",
"@angular/platform-browser-dynamic": "^17.3.12",
"@testing-library/angular": "^17.1.0",
"@testing-library/angular": "^17.2.1",
"ng-packagr": "^17.3.0",
"typescript": "5.4.2",
"zone.js": "^0.14.8"
"zone.js": "^0.14.10"
},
"peerDependencies": {
"@angular/core": ">=17.3.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/lit-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@tanstack/form-core": "workspace:*"
},
"devDependencies": {
"lit": "^3.1.4"
"lit": "^3.2.0"
},
"peerDependencies": {
"lit": "^3.0.0"
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.0",
"@remix-run/node": "^2.11.1",
"@tanstack/form-core": "workspace:*",
"@tanstack/react-store": "^0.5.5",
"decode-formdata": "^0.7.5"
},
"devDependencies": {
"@tanstack/start": "^1.46.4",
"@tanstack/start": "^1.47.2",
"@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.3.5"
"vite": "^5.4.0"
},
"peerDependencies": {
"@tanstack/start": "^1.43.13",
Expand Down
Loading

0 comments on commit 41d508a

Please sign in to comment.