Skip to content

Commit daf8ccc

Browse files
chore: Update TanStack and workspace dependencies (#590)
* chore: Update workspace dependencies * Bump tanstack store deps
1 parent a94d5e0 commit daf8ccc

File tree

7 files changed

+245
-198
lines changed

7 files changed

+245
-198
lines changed

examples/react/ui-libraries/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@mantine/core": "7.3.2",
1515
"@mantine/hooks": "7.3.2",
1616
"@mui/material": "5.15.2",
17-
"@tanstack/react-form": "0.11.0",
17+
"@tanstack/react-form": "<1.0.0",
1818
"@yme/lay-postcss": "0.1.0",
1919
"postcss": "8.4.32",
2020
"postcss-preset-mantine": "1.12.2",

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"namespace": "@tanstack",
3535
"devDependencies": {
3636
"@solidjs/testing-library": "^0.8.5",
37-
"@tanstack/config": "^0.3.2",
37+
"@tanstack/config": "^0.4.2",
3838
"@testing-library/jest-dom": "^6.1.5",
3939
"@testing-library/react": "^14.1.2",
4040
"@testing-library/user-event": "^14.4.3",
@@ -46,15 +46,15 @@
4646
"@types/react-dom": "^18.0.5",
4747
"@typescript-eslint/eslint-plugin": "^6.4.1",
4848
"@typescript-eslint/parser": "^6.4.1",
49-
"@vitest/coverage-istanbul": "^1.1.0",
49+
"@vitest/coverage-istanbul": "^1.2.2",
5050
"eslint": "^8.56.0",
5151
"eslint-config-prettier": "^9.1.0",
5252
"eslint-import-resolver-typescript": "^3.6.1",
5353
"eslint-plugin-import": "^2.29.1",
5454
"eslint-plugin-react": "^7.33.2",
5555
"eslint-plugin-react-hooks": "^4.6.0",
5656
"jsdom": "^23.0.1",
57-
"nx": "^17.2.8",
57+
"nx": "^17.3.1",
5858
"prettier": "^4.0.0-alpha.8",
5959
"publint": "^0.2.7",
6060
"react": "^18.2.0",
@@ -65,8 +65,8 @@
6565
"typescript49": "npm:[email protected]",
6666
"typescript50": "npm:[email protected]",
6767
"typescript51": "npm:[email protected]",
68-
"vite": "^5.0.10",
69-
"vitest": "^1.1.0",
68+
"vite": "^5.0.12",
69+
"vitest": "^1.2.2",
7070
"vue": "^3.3.4"
7171
}
7272
}

packages/form-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@
4646
"build": "vite build"
4747
},
4848
"dependencies": {
49-
"@tanstack/store": "0.1.3"
49+
"@tanstack/store": "^0.3.1"
5050
}
5151
}

packages/react-form/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
},
5656
"dependencies": {
5757
"@tanstack/form-core": "workspace:*",
58-
"@tanstack/react-store": "^0.2.1",
58+
"@tanstack/react-store": "^0.3.1",
5959
"decode-formdata": "^0.4.0",
6060
"rehackt": "^0.0.3"
6161
},

packages/solid-form/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
},
5252
"dependencies": {
5353
"@tanstack/form-core": "workspace:*",
54-
"@tanstack/solid-store": "^0.2.1"
54+
"@tanstack/solid-store": "^0.3.1"
5555
},
5656
"peerDependencies": {
5757
"solid-js": "^1.6.0"

packages/vue-form/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
],
4949
"dependencies": {
5050
"@tanstack/form-core": "workspace:*",
51-
"@tanstack/vue-store": "0.1.3"
51+
"@tanstack/vue-store": "^0.3.1"
5252
},
5353
"devDependencies": {
5454
"@vitejs/plugin-vue": "^5.0.2",

0 commit comments

Comments
 (0)