Skip to content

Commit 8f5615a

Browse files
committed
chore(deps): update all non-major dependencies
1 parent 0d15f79 commit 8f5615a

File tree

16 files changed

+658
-476
lines changed

16 files changed

+658
-476
lines changed

examples/angular/valibot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@tanstack/valibot-form-adapter": "^0.26.4",
2323
"rxjs": "^7.8.1",
2424
"tslib": "^2.6.3",
25-
"valibot": "^0.36.0",
25+
"valibot": "^0.37.0",
2626
"zone.js": "^0.14.8"
2727
},
2828
"devDependencies": {

examples/react/query-integration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@tanstack/react-form": "^0.26.4",
13-
"@tanstack/react-query": "^5.51.15",
13+
"@tanstack/react-query": "^5.51.21",
1414
"react": "^18.3.1",
1515
"react-dom": "^18.3.1"
1616
},

examples/react/tanstack-start/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"dependencies": {
1212
"@tanstack/form-core": "^0.26.4",
1313
"@tanstack/react-form": "^0.26.4",
14-
"@tanstack/react-router": "^1.45.11",
15-
"@tanstack/start": "^1.45.11",
14+
"@tanstack/react-router": "^1.46.4",
15+
"@tanstack/start": "^1.46.4",
1616
"react": "^18.3.1",
1717
"react-dom": "^18.3.1",
1818
"vinxi": "^0.4.1"

examples/react/ui-libraries/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@emotion/styled": "11.13.0",
1414
"@mantine/core": "7.11.2",
1515
"@mantine/hooks": "7.11.2",
16-
"@mui/material": "5.16.5",
16+
"@mui/material": "5.16.6",
1717
"@tanstack/react-form": "^0.26.4",
1818
"@yme/lay-postcss": "0.1.0",
1919
"postcss": "8.4.40",
@@ -25,8 +25,8 @@
2525
"devDependencies": {
2626
"@types/react": "^18.3.3",
2727
"@types/react-dom": "^18.3.0",
28-
"@typescript-eslint/eslint-plugin": "^7.17.0",
29-
"@typescript-eslint/parser": "^7.17.0",
28+
"@typescript-eslint/eslint-plugin": "^7.18.0",
29+
"@typescript-eslint/parser": "^7.18.0",
3030
"@vitejs/plugin-react": "^4.3.1",
3131
"@vitejs/plugin-react-swc": "^3.7.0",
3232
"eslint": "^8.57.0",

examples/react/valibot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@tanstack/valibot-form-adapter": "^0.26.4",
1414
"react": "^18.3.1",
1515
"react-dom": "^18.3.1",
16-
"valibot": "^0.36.0"
16+
"valibot": "^0.37.0"
1717
},
1818
"devDependencies": {
1919
"@types/react": "^18.3.3",

examples/solid/valibot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@tanstack/solid-form": "^0.26.4",
1313
"@tanstack/valibot-form-adapter": "^0.26.4",
1414
"solid-js": "^1.8.19",
15-
"valibot": "^0.36.0"
15+
"valibot": "^0.37.0"
1616
},
1717
"devDependencies": {
1818
"typescript": "5.4.2",

examples/vue/array/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"vue": "^3.3.4"
1515
},
1616
"devDependencies": {
17-
"@vitejs/plugin-vue": "^5.1.1",
17+
"@vitejs/plugin-vue": "^5.1.2",
1818
"typescript": "5.4.2",
1919
"vite": "^5.3.5",
2020
"vue-tsc": "^2.0.26"

examples/vue/simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"vue": "^3.3.4"
1515
},
1616
"devDependencies": {
17-
"@vitejs/plugin-vue": "^5.1.1",
17+
"@vitejs/plugin-vue": "^5.1.2",
1818
"typescript": "5.4.2",
1919
"vite": "^5.3.5",
2020
"vue-tsc": "^2.0.26"

examples/vue/valibot/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"dependencies": {
1313
"@tanstack/valibot-form-adapter": "^0.26.4",
1414
"@tanstack/vue-form": "^0.26.4",
15-
"valibot": "^0.36.0",
15+
"valibot": "^0.37.0",
1616
"vue": "^3.3.4"
1717
},
1818
"devDependencies": {
19-
"@vitejs/plugin-vue": "^5.1.1",
19+
"@vitejs/plugin-vue": "^5.1.2",
2020
"typescript": "5.4.2",
2121
"vite": "^5.3.5",
2222
"vue-tsc": "^2.0.26"

examples/vue/yup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"yup": "^1.4.0"
1717
},
1818
"devDependencies": {
19-
"@vitejs/plugin-vue": "^5.1.1",
19+
"@vitejs/plugin-vue": "^5.1.2",
2020
"typescript": "5.4.2",
2121
"vite": "^5.3.5",
2222
"vue-tsc": "^2.0.26"

0 commit comments

Comments
 (0)