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] authored Oct 21, 2024
1 parent f81eca7 commit a2f8381
Show file tree
Hide file tree
Showing 34 changed files with 955 additions and 972 deletions.
2 changes: 1 addition & 1 deletion examples/angular/array/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@angular/router": "^17.3.12",
"@tanstack/angular-form": "^0.34.0",
"rxjs": "^7.8.1",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"zone.js": "^0.15.0"
},
"devDependencies": {
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 @@ -20,7 +20,7 @@
"@angular/router": "^17.3.12",
"@tanstack/angular-form": "^0.34.0",
"rxjs": "^7.8.1",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"zone.js": "^0.15.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/angular/valibot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"@tanstack/angular-form": "^0.34.0",
"@tanstack/valibot-form-adapter": "^0.34.0",
"rxjs": "^7.8.1",
"tslib": "^2.7.0",
"valibot": "1.0.0-beta.0",
"tslib": "^2.8.0",
"valibot": "1.0.0-beta.1",
"zone.js": "^0.15.0"
},
"devDependencies": {
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 @@ -21,7 +21,7 @@
"@tanstack/angular-form": "^0.34.0",
"@tanstack/yup-form-adapter": "^0.34.0",
"rxjs": "^7.8.1",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"yup": "^1.4.0",
"zone.js": "^0.15.0"
},
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 @@ -21,7 +21,7 @@
"@tanstack/angular-form": "^0.34.0",
"@tanstack/zod-form-adapter": "^0.34.0",
"rxjs": "^7.8.1",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"zod": "^3.23.8",
"zone.js": "^0.15.0"
},
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.1"
},
"devDependencies": {
"vite": "^5.4.8"
"vite": "^5.4.9"
},
"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.1"
},
"devDependencies": {
"vite": "^5.4.8"
"vite": "^5.4.9"
},
"browserslist": {
"production": [
Expand Down
4 changes: 2 additions & 2 deletions examples/react/array/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.2",
"vite": "^5.4.8"
"@vitejs/plugin-react": "^4.3.3",
"vite": "^5.4.9"
},
"browserslist": {
"production": [
Expand Down
4 changes: 2 additions & 2 deletions examples/react/field-errors-from-form-validators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.2",
"vite": "^5.4.8"
"@vitejs/plugin-react": "^4.3.3",
"vite": "^5.4.9"
},
"browserslist": {
"production": [
Expand Down
2 changes: 1 addition & 1 deletion examples/react/next-server-actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@tanstack/react-form": "^0.34.0",
"next": "15.0.0-rc.0",
"next": "15.0.0",
"react": "19.0.0-rc-5dcb0097-20240918",
"react-dom": "19.0.0-rc-5dcb0097-20240918"
},
Expand Down
6 changes: 3 additions & 3 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.34.0",
"@tanstack/react-query": "^5.59.13",
"@tanstack/react-query": "^5.59.15",
"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.2",
"vite": "^5.4.8"
"@vitejs/plugin-react": "^4.3.3",
"vite": "^5.4.9"
},
"browserslist": {
"production": [
Expand Down
4 changes: 2 additions & 2 deletions examples/react/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.2",
"vite": "^5.4.8"
"@vitejs/plugin-react": "^4.3.3",
"vite": "^5.4.9"
},
"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,8 +11,8 @@
"dependencies": {
"@tanstack/form-core": "^0.34.0",
"@tanstack/react-form": "^0.34.0",
"@tanstack/react-router": "^1.65.0",
"@tanstack/start": "^1.66.0",
"@tanstack/react-router": "^1.75.0",
"@tanstack/start": "^1.75.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vinxi": "^0.4.3"
Expand All @@ -21,9 +21,9 @@
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.2",
"@vitejs/plugin-react": "^4.3.3",
"typescript": "5.4.2",
"vite": "^5.4.8",
"vite": "^5.4.9",
"vite-tsconfig-paths": "^5.0.1"
}
}
8 changes: 4 additions & 4 deletions examples/react/ui-libraries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"dependencies": {
"@emotion/react": "11.13.3",
"@emotion/styled": "11.13.0",
"@mantine/core": "7.13.2",
"@mantine/hooks": "7.13.2",
"@mantine/core": "7.13.3",
"@mantine/hooks": "7.13.3",
"@mui/material": "5.16.7",
"@tanstack/react-form": "^0.34.0",
"@yme/lay-postcss": "0.1.0",
Expand All @@ -25,10 +25,10 @@
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.2",
"@vitejs/plugin-react": "^4.3.3",
"@vitejs/plugin-react-swc": "^3.7.1",
"typescript": "5.4.2",
"vite": "^5.4.8"
"vite": "^5.4.9"
},
"browserslist": {
"production": [
Expand Down
6 changes: 3 additions & 3 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.34.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"valibot": "1.0.0-beta.0"
"valibot": "1.0.0-beta.1"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.2",
"vite": "^5.4.8"
"@vitejs/plugin-react": "^4.3.3",
"vite": "^5.4.9"
},
"browserslist": {
"production": [
Expand Down
4 changes: 2 additions & 2 deletions examples/react/yup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.2",
"vite": "^5.4.8"
"@vitejs/plugin-react": "^4.3.3",
"vite": "^5.4.9"
},
"browserslist": {
"production": [
Expand Down
4 changes: 2 additions & 2 deletions examples/react/zod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.2",
"vite": "^5.4.8"
"@vitejs/plugin-react": "^4.3.3",
"vite": "^5.4.9"
},
"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.8",
"vite": "^5.4.9",
"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.8",
"vite": "^5.4.9",
"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.34.0",
"@tanstack/valibot-form-adapter": "^0.34.0",
"solid-js": "^1.9.2",
"valibot": "1.0.0-beta.0"
"valibot": "1.0.0-beta.1"
},
"devDependencies": {
"typescript": "5.4.2",
"vite": "^5.4.8",
"vite": "^5.4.9",
"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.8",
"vite": "^5.4.9",
"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.8",
"vite": "^5.4.9",
"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.4",
"typescript": "5.4.2",
"vite": "^5.4.8",
"vite": "^5.4.9",
"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.4",
"typescript": "5.4.2",
"vite": "^5.4.8",
"vite": "^5.4.9",
"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.34.0",
"@tanstack/vue-form": "^0.34.0",
"valibot": "1.0.0-beta.0",
"valibot": "1.0.0-beta.1",
"vue": "^3.3.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"typescript": "5.4.2",
"vite": "^5.4.8",
"vite": "^5.4.9",
"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.4",
"typescript": "5.4.2",
"vite": "^5.4.8",
"vite": "^5.4.9",
"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.4",
"typescript": "5.4.2",
"vite": "^5.4.8",
"vite": "^5.4.9",
"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": "[email protected].1",
"packageManager": "[email protected].2",
"type": "module",
"scripts": {
"clean": "pnpm --filter \"./packages/**\" run clean",
Expand Down Expand Up @@ -41,34 +41,34 @@
"@eslint-react/eslint-plugin": "^1.15.0",
"@solidjs/testing-library": "^0.8.10",
"@tanstack/config": "^0.13.4",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@testing-library/vue": "^8.1.0",
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitest/coverage-istanbul": "^2.1.2",
"eslint": "^9.12.0",
"@vitest/coverage-istanbul": "^2.1.3",
"eslint": "^9.13.0",
"eslint-plugin-react-hooks": "^5.1.0-rc-fb9a90fa48-20240614",
"jsdom": "^25.0.1",
"knip": "^5.33.3",
"nx": "^19.8.4",
"nx": "^19.8.6",
"prettier": "^3.3.3",
"publint": "^0.2.11",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rimraf": "^5.0.10",
"sherif": "^1.0.0",
"sherif": "^1.0.1",
"solid-js": "^1.9.2",
"typescript": "5.4.2",
"typescript49": "npm:[email protected]",
"typescript50": "npm:[email protected]",
"typescript51": "npm:[email protected]",
"typescript52": "npm:[email protected]",
"typescript53": "npm:[email protected]",
"vite": "^5.4.8",
"vitest": "^2.1.2",
"vite": "^5.4.9",
"vitest": "^2.1.3",
"vue": "^3.3.4"
}
}
6 changes: 3 additions & 3 deletions packages/angular-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
"src"
],
"dependencies": {
"@tanstack/angular-store": "^0.5.5",
"@tanstack/angular-store": "^0.5.6",
"@tanstack/form-core": "workspace:*",
"tslib": "^2.7.0"
"tslib": "^2.8.0"
},
"devDependencies": {
"@analogjs/vite-plugin-angular": "^1.8.2",
"@analogjs/vite-plugin-angular": "^1.9.0",
"@angular/common": "^17.3.12",
"@angular/compiler": "^17.3.12",
"@angular/compiler-cli": "^17.3.12",
Expand Down
Loading

0 comments on commit a2f8381

Please sign in to comment.