Skip to content

Commit

Permalink
chore(deps): Update tanstack/store dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins committed Jul 14, 2024
1 parent 48779d1 commit 70479e2
Show file tree
Hide file tree
Showing 7 changed files with 140 additions and 41 deletions.
2 changes: 1 addition & 1 deletion examples/react/tanstack-start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@tanstack/start": "^1.45.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vinxi": "^0.3.12"
"vinxi": "^0.3.14"
},
"devDependencies": {
"@types/node": "^20.14.10",
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 @@ -44,7 +44,7 @@
"src"
],
"dependencies": {
"@tanstack/angular-store": "^0.5.4",
"@tanstack/angular-store": "^0.5.5",
"@tanstack/form-core": "workspace:*",
"tslib": "^2.6.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/form-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
"src"
],
"dependencies": {
"@tanstack/store": "^0.5.4"
"@tanstack/store": "^0.5.5"
}
}
2 changes: 1 addition & 1 deletion packages/react-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"dependencies": {
"@remix-run/node": "^2.10.2",
"@tanstack/form-core": "workspace:*",
"@tanstack/react-store": "^0.5.4",
"@tanstack/react-store": "^0.5.5",
"decode-formdata": "^0.7.5"
},
"devDependencies": {
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 @@ -57,7 +57,7 @@
],
"dependencies": {
"@tanstack/form-core": "workspace:*",
"@tanstack/solid-store": "^0.5.4"
"@tanstack/solid-store": "^0.5.5"
},
"devDependencies": {
"solid-js": "^1.8.18",
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 @@ -54,7 +54,7 @@
],
"dependencies": {
"@tanstack/form-core": "workspace:*",
"@tanstack/vue-store": "^0.5.4"
"@tanstack/vue-store": "^0.5.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.5",
Expand Down
169 changes: 134 additions & 35 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 70479e2

Please sign in to comment.