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 2, 2024
1 parent 159c608 commit 5e10ddf
Show file tree
Hide file tree
Showing 26 changed files with 646 additions and 668 deletions.
4 changes: 2 additions & 2 deletions examples/angular/array/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"zone.js": "^0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.8",
"@angular/cli": "^17.3.8",
"@angular-devkit/build-angular": "^17.3.9",
"@angular/cli": "^17.3.9",
"@angular/compiler-cli": "^17.3.12",
"typescript": "5.4.2"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/angular/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"zone.js": "^0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.8",
"@angular/cli": "^17.3.8",
"@angular-devkit/build-angular": "^17.3.9",
"@angular/cli": "^17.3.9",
"@angular/compiler-cli": "^17.3.12",
"typescript": "5.4.2"
}
Expand Down
6 changes: 3 additions & 3 deletions examples/angular/valibot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"@tanstack/valibot-form-adapter": "^0.31.0",
"rxjs": "^7.8.1",
"tslib": "^2.7.0",
"valibot": "^0.39.0",
"valibot": "^0.41.0",
"zone.js": "^0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.8",
"@angular/cli": "^17.3.8",
"@angular-devkit/build-angular": "^17.3.9",
"@angular/cli": "^17.3.9",
"@angular/compiler-cli": "^17.3.12",
"typescript": "5.4.2"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/angular/yup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"zone.js": "^0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.8",
"@angular/cli": "^17.3.8",
"@angular-devkit/build-angular": "^17.3.9",
"@angular/cli": "^17.3.9",
"@angular/compiler-cli": "^17.3.12",
"typescript": "5.4.2"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/angular/zod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"zone.js": "^0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.8",
"@angular/cli": "^17.3.8",
"@angular-devkit/build-angular": "^17.3.9",
"@angular/cli": "^17.3.9",
"@angular/compiler-cli": "^17.3.12",
"typescript": "5.4.2"
}
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.31.0",
"@tanstack/react-query": "^5.52.1",
"@tanstack/react-query": "^5.53.2",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
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,11 +11,11 @@
"dependencies": {
"@tanstack/form-core": "^0.30.0",
"@tanstack/react-form": "^0.31.0",
"@tanstack/react-router": "^1.50.1",
"@tanstack/start": "^1.50.1",
"@tanstack/react-router": "^1.52.3",
"@tanstack/start": "^1.52.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vinxi": "^0.4.1"
"vinxi": "^0.4.2"
},
"devDependencies": {
"@types/node": "^20.14.10",
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 @@ -11,12 +11,12 @@
"dependencies": {
"@emotion/react": "11.13.3",
"@emotion/styled": "11.13.0",
"@mantine/core": "7.12.1",
"@mantine/hooks": "7.12.1",
"@mantine/core": "7.12.2",
"@mantine/hooks": "7.12.2",
"@mui/material": "5.16.7",
"@tanstack/react-form": "^0.31.0",
"@yme/lay-postcss": "0.1.0",
"postcss": "8.4.41",
"postcss": "8.4.43",
"postcss-preset-mantine": "1.17.0",
"postcss-simple-vars": "7.0.1",
"react": "^18.3.1",
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.31.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"valibot": "^0.39.0"
"valibot": "^0.41.0"
},
"devDependencies": {
"@types/react": "^18.3.3",
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 @@ -10,7 +10,7 @@
},
"dependencies": {
"@tanstack/solid-form": "^0.30.0",
"solid-js": "^1.8.21"
"solid-js": "^1.8.22"
},
"devDependencies": {
"typescript": "5.4.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@tanstack/solid-form": "^0.30.0",
"solid-js": "^1.8.21"
"solid-js": "^1.8.22"
},
"devDependencies": {
"typescript": "5.4.2",
Expand Down
4 changes: 2 additions & 2 deletions examples/solid/valibot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"dependencies": {
"@tanstack/solid-form": "^0.30.0",
"@tanstack/valibot-form-adapter": "^0.31.0",
"solid-js": "^1.8.21",
"valibot": "^0.39.0"
"solid-js": "^1.8.22",
"valibot": "^0.41.0"
},
"devDependencies": {
"typescript": "5.4.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/yup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@tanstack/solid-form": "^0.30.0",
"@tanstack/yup-form-adapter": "^0.31.0",
"solid-js": "^1.8.21",
"solid-js": "^1.8.22",
"yup": "^1.4.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/zod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@tanstack/solid-form": "^0.30.0",
"@tanstack/zod-form-adapter": "^0.31.0",
"solid-js": "^1.8.21",
"solid-js": "^1.8.22",
"zod": "^3.23.8"
},
"devDependencies": {
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.2",
"@vitejs/plugin-vue": "^5.1.3",
"typescript": "5.4.2",
"vite": "^5.4.2",
"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.2",
"@vitejs/plugin-vue": "^5.1.3",
"typescript": "5.4.2",
"vite": "^5.4.2",
"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.31.0",
"@tanstack/vue-form": "^0.30.0",
"valibot": "^0.39.0",
"valibot": "^0.41.0",
"vue": "^3.3.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.2",
"@vitejs/plugin-vue": "^5.1.3",
"typescript": "5.4.2",
"vite": "^5.4.2",
"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.2",
"@vitejs/plugin-vue": "^5.1.3",
"typescript": "5.4.2",
"vite": "^5.4.2",
"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.2",
"@vitejs/plugin-vue": "^5.1.3",
"typescript": "5.4.2",
"vite": "^5.4.2",
"vue-tsc": "^2.0.26"
Expand Down
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.8.0",
"packageManager": "pnpm@9.9.0",
"type": "module",
"scripts": {
"clean": "pnpm --filter \"./packages/**\" run clean",
Expand Down Expand Up @@ -38,29 +38,29 @@
]
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^1.12.3",
"@eslint-react/eslint-plugin": "^1.12.4",
"@solidjs/testing-library": "^0.8.9",
"@tanstack/config": "^0.13.1",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.0",
"@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.0.5",
"eslint": "^9.9.1",
"eslint-plugin-react-hooks": "^5.1.0-rc-a19a8ab4-20240829",
"eslint-plugin-react-hooks": "^5.1.0-rc-fb9a90fa48-20240614",
"jsdom": "^25.0.0",
"knip": "^5.27.4",
"nx": "^19.6.2",
"knip": "^5.29.1",
"nx": "^19.6.4",
"prettier": "^3.3.3",
"publint": "^0.2.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rimraf": "^5.0.10",
"sherif": "^0.11.0",
"solid-js": "^1.8.21",
"solid-js": "^1.8.22",
"typescript": "5.4.2",
"typescript49": "npm:[email protected]",
"typescript50": "npm:[email protected]",
Expand Down
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.2",
"@analogjs/vite-plugin-angular": "^1.7.3",
"@angular/common": "^17.3.12",
"@angular/compiler": "^17.3.12",
"@angular/compiler-cli": "^17.3.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"decode-formdata": "^0.8.0"
},
"devDependencies": {
"@tanstack/start": "^1.50.1",
"@tanstack/start": "^1.52.3",
"@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/solid-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@tanstack/solid-store": "^0.5.5"
},
"devDependencies": {
"solid-js": "^1.8.21",
"solid-js": "^1.8.22",
"vite": "^5.4.2",
"vite-plugin-solid": "^2.10.2"
},
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.39.0"
"valibot": "^0.41.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.2",
"@vitejs/plugin-vue": "^5.1.3",
"vite": "^5.4.2",
"vue": "^3.3.4"
},
Expand Down
Loading

0 comments on commit 5e10ddf

Please sign in to comment.