Skip to content

Commit 48779d1

Browse files
chore(deps): update all non-major dependencies (#853)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ee16016 commit 48779d1

File tree

6 files changed

+536
-924
lines changed

6 files changed

+536
-924
lines changed

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.50.1",
13+
"@tanstack/react-query": "^5.51.1",
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.44.0",
15-
"@tanstack/start": "^1.44.0",
14+
"@tanstack/react-router": "^1.45.0",
15+
"@tanstack/start": "^1.45.0",
1616
"react": "^18.3.1",
1717
"react-dom": "^18.3.1",
1818
"vinxi": "^0.3.12"

examples/react/ui-libraries/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"dependencies": {
1212
"@emotion/react": "11.11.4",
1313
"@emotion/styled": "11.11.5",
14-
"@mantine/core": "7.11.1",
15-
"@mantine/hooks": "7.11.1",
16-
"@mui/material": "5.16.0",
14+
"@mantine/core": "7.11.2",
15+
"@mantine/hooks": "7.11.2",
16+
"@mui/material": "5.16.1",
1717
"@tanstack/react-form": "^0.26.4",
1818
"@yme/lay-postcss": "0.1.0",
1919
"postcss": "8.4.39",

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
]
4040
},
4141
"devDependencies": {
42-
"@eslint-react/eslint-plugin": "^1.5.23",
42+
"@eslint-react/eslint-plugin": "^1.5.25",
4343
"@solidjs/testing-library": "^0.8.8",
4444
"@tanstack/config": "^0.9.6",
4545
"@testing-library/jest-dom": "^6.4.6",
@@ -53,8 +53,8 @@
5353
"eslint": "^8.57.0",
5454
"eslint-plugin-react-hooks": "^4.6.2",
5555
"jsdom": "^24.1.0",
56-
"knip": "^5.25.1",
57-
"nx": "^19.4.2",
56+
"knip": "^5.26.0",
57+
"nx": "^19.4.3",
5858
"prettier": "^4.0.0-alpha.8",
5959
"publint": "^0.2.8",
6060
"react": "^18.3.1",
@@ -63,7 +63,7 @@
6363
"sherif": "^0.10.0",
6464
"solid-js": "^1.8.18",
6565
"typedoc": "^0.25.13",
66-
"typedoc-plugin-markdown": "^4.1.2",
66+
"typedoc-plugin-markdown": "^4.2.1",
6767
"typescript": "5.4.2",
6868
"typescript49": "npm:[email protected]",
6969
"typescript50": "npm:[email protected]",

packages/react-form/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"decode-formdata": "^0.7.5"
7979
},
8080
"devDependencies": {
81-
"@tanstack/start": "^1.44.0",
81+
"@tanstack/start": "^1.45.0",
8282
"@types/react": "^18.3.3",
8383
"@types/react-dom": "^18.3.0",
8484
"@vitejs/plugin-react": "^4.3.1",

0 commit comments

Comments
 (0)