Skip to content

Commit

Permalink
chore: update non-major dependencies (#846)
Browse files Browse the repository at this point in the history
* chore: update non-major dependencies

* Update vue-tsc
  • Loading branch information
lachlancollins authored Jul 10, 2024
1 parent aefe643 commit 034062d
Show file tree
Hide file tree
Showing 17 changed files with 371 additions and 386 deletions.
4 changes: 2 additions & 2 deletions examples/angular/array/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"@angular/platform-browser-dynamic": "^17.3.11",
"@angular/router": "^17.3.11",
"@tanstack/angular-form": "^0.26.3",
"rxjs": "~7.8.1",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"zone.js": "~0.14.2"
"zone.js": "^0.14.7"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.8",
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 @@ -19,9 +19,9 @@
"@angular/platform-browser-dynamic": "^17.3.11",
"@angular/router": "^17.3.11",
"@tanstack/angular-form": "^0.26.3",
"rxjs": "~7.8.1",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"zone.js": "~0.14.2"
"zone.js": "^0.14.7"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.8",
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 @@ -20,10 +20,10 @@
"@angular/router": "^17.3.11",
"@tanstack/angular-form": "^0.26.3",
"@tanstack/valibot-form-adapter": "^0.26.3",
"rxjs": "~7.8.1",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"valibot": "^0.35.0",
"zone.js": "~0.14.2"
"zone.js": "^0.14.7"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.8",
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 @@ -20,10 +20,10 @@
"@angular/router": "^17.3.11",
"@tanstack/angular-form": "^0.26.3",
"@tanstack/yup-form-adapter": "^0.26.3",
"rxjs": "~7.8.1",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"yup": "^1.4.0",
"zone.js": "~0.14.2"
"zone.js": "^0.14.7"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.8",
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 @@ -20,10 +20,10 @@
"@angular/router": "^17.3.11",
"@tanstack/angular-form": "^0.26.3",
"@tanstack/zod-form-adapter": "^0.26.3",
"rxjs": "~7.8.1",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"zod": "^3.23.8",
"zone.js": "~0.14.2"
"zone.js": "^0.14.7"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.8",
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 @@ -14,7 +14,7 @@
"react-dom": "19.0.0-rc-6d3110b4d9-20240531"
},
"devDependencies": {
"@types/node": "^20.9.0",
"@types/node": "^20.14.10",
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc",
"typescript": "5.4.2"
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,14 +11,14 @@
"dependencies": {
"@tanstack/form-core": "^0.26.3",
"@tanstack/react-form": "^0.26.3",
"@tanstack/react-router": "^1.43.14",
"@tanstack/start": "^1.43.14",
"@tanstack/react-router": "^1.44.0",
"@tanstack/start": "^1.44.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vinxi": "^0.3.12"
},
"devDependencies": {
"@types/node": "^20.9.0",
"@types/node": "^20.14.10",
"@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 examples/react/ui-libraries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@vitejs/plugin-react-swc": "^3.7.0",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"eslint-plugin-react-refresh": "^0.4.8",
"typescript": "5.4.2",
"vite": "^5.3.3"
},
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 @@ -17,6 +17,6 @@
"@vitejs/plugin-vue": "^5.0.5",
"typescript": "5.4.2",
"vite": "^5.3.3",
"vue-tsc": "^2.0.6"
"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 @@ -17,6 +17,6 @@
"@vitejs/plugin-vue": "^5.0.5",
"typescript": "5.4.2",
"vite": "^5.3.3",
"vue-tsc": "^2.0.6"
"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 @@ -19,6 +19,6 @@
"@vitejs/plugin-vue": "^5.0.5",
"typescript": "5.4.2",
"vite": "^5.3.3",
"vue-tsc": "^2.0.6"
"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 @@ -19,6 +19,6 @@
"@vitejs/plugin-vue": "^5.0.5",
"typescript": "5.4.2",
"vite": "^5.3.3",
"vue-tsc": "^2.0.6"
"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 @@ -19,6 +19,6 @@
"@vitejs/plugin-vue": "^5.0.5",
"typescript": "5.4.2",
"vite": "^5.3.3",
"vue-tsc": "^2.0.6"
"vue-tsc": "^2.0.26"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@testing-library/vue": "^8.1.0",
"@types/node": "^20.9.0",
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitest/coverage-istanbul": "^1.6.0",
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 @@ -59,7 +59,7 @@
"@testing-library/angular": "^17.0.0",
"ng-packagr": "^17.3.0",
"typescript": "5.4.2",
"zone.js": "~0.14.2"
"zone.js": "^0.14.7"
},
"peerDependencies": {
"@angular/core": ">=17.3.0"
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.7.5"
},
"devDependencies": {
"@tanstack/start": "^1.43.14",
"@tanstack/start": "^1.44.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
Expand Down
Loading

0 comments on commit 034062d

Please sign in to comment.