Skip to content

Commit 22ece11

Browse files
committed
chore(deps): update all non-major dependencies
1 parent f7568a6 commit 22ece11

File tree

29 files changed

+860
-836
lines changed

29 files changed

+860
-836
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.32.0",
2323
"rxjs": "^7.8.1",
2424
"tslib": "^2.7.0",
25-
"valibot": "^0.41.0",
25+
"valibot": "^0.42.0",
2626
"zone.js": "^0.15.0"
2727
},
2828
"devDependencies": {

examples/lit/simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"lit": "^3.2.0"
1414
},
1515
"devDependencies": {
16-
"vite": "^5.4.3"
16+
"vite": "^5.4.5"
1717
},
1818
"browserslist": {
1919
"production": [

examples/lit/ui-libraries/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"lit": "^3.2.0"
1515
},
1616
"devDependencies": {
17-
"vite": "^5.4.3"
17+
"vite": "^5.4.5"
1818
},
1919
"browserslist": {
2020
"production": [

examples/react/array/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@types/react": "^18.3.3",
1818
"@types/react-dom": "^18.3.0",
1919
"@vitejs/plugin-react": "^4.3.1",
20-
"vite": "^5.4.3"
20+
"vite": "^5.4.5"
2121
},
2222
"browserslist": {
2323
"production": [

examples/react/field-errors-from-form-validators/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@types/react": "^18.3.3",
1818
"@types/react-dom": "^18.3.0",
1919
"@vitejs/plugin-react": "^4.3.1",
20-
"vite": "^5.4.3"
20+
"vite": "^5.4.5"
2121
},
2222
"browserslist": {
2323
"production": [

examples/react/query-integration/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
},
1111
"dependencies": {
1212
"@tanstack/react-form": "^0.32.0",
13-
"@tanstack/react-query": "^5.55.4",
13+
"@tanstack/react-query": "^5.56.2",
1414
"react": "^18.3.1",
1515
"react-dom": "^18.3.1"
1616
},
1717
"devDependencies": {
1818
"@types/react": "^18.3.3",
1919
"@types/react-dom": "^18.3.0",
2020
"@vitejs/plugin-react": "^4.3.1",
21-
"vite": "^5.4.3"
21+
"vite": "^5.4.5"
2222
},
2323
"browserslist": {
2424
"production": [

examples/react/simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@types/react": "^18.3.3",
1818
"@types/react-dom": "^18.3.0",
1919
"@vitejs/plugin-react": "^4.3.1",
20-
"vite": "^5.4.3"
20+
"vite": "^5.4.5"
2121
},
2222
"browserslist": {
2323
"production": [

examples/react/tanstack-start/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@
1111
"dependencies": {
1212
"@tanstack/form-core": "^0.32.0",
1313
"@tanstack/react-form": "^0.32.0",
14-
"@tanstack/react-router": "^1.56.5",
15-
"@tanstack/start": "^1.56.5",
14+
"@tanstack/react-router": "^1.57.15",
15+
"@tanstack/start": "^1.57.15",
1616
"react": "^18.3.1",
1717
"react-dom": "^18.3.1",
18-
"vinxi": "^0.4.2"
18+
"vinxi": "^0.4.3"
1919
},
2020
"devDependencies": {
2121
"@types/node": "^20.14.10",
2222
"@types/react": "^18.3.3",
2323
"@types/react-dom": "^18.3.0",
2424
"@vitejs/plugin-react": "^4.3.1",
2525
"typescript": "5.4.2",
26-
"vite": "^5.4.3",
26+
"vite": "^5.4.5",
2727
"vite-tsconfig-paths": "^5.0.1"
2828
}
2929
}

examples/react/ui-libraries/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@mui/material": "5.16.7",
1717
"@tanstack/react-form": "^0.32.0",
1818
"@yme/lay-postcss": "0.1.0",
19-
"postcss": "8.4.45",
19+
"postcss": "8.4.47",
2020
"postcss-preset-mantine": "1.17.0",
2121
"postcss-simple-vars": "7.0.1",
2222
"react": "^18.3.1",
@@ -28,7 +28,7 @@
2828
"@vitejs/plugin-react": "^4.3.1",
2929
"@vitejs/plugin-react-swc": "^3.7.0",
3030
"typescript": "5.4.2",
31-
"vite": "^5.4.3"
31+
"vite": "^5.4.5"
3232
},
3333
"browserslist": {
3434
"production": [

examples/react/valibot/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
"@tanstack/valibot-form-adapter": "^0.32.0",
1414
"react": "^18.3.1",
1515
"react-dom": "^18.3.1",
16-
"valibot": "^0.41.0"
16+
"valibot": "^0.42.0"
1717
},
1818
"devDependencies": {
1919
"@types/react": "^18.3.3",
2020
"@types/react-dom": "^18.3.0",
2121
"@vitejs/plugin-react": "^4.3.1",
22-
"vite": "^5.4.3"
22+
"vite": "^5.4.5"
2323
},
2424
"browserslist": {
2525
"production": [

0 commit comments

Comments
 (0)