Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 14, 2024
1 parent ee16016 commit 5034204
Show file tree
Hide file tree
Showing 6 changed files with 536 additions and 924 deletions.
2 changes: 1 addition & 1 deletion examples/react/query-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@tanstack/react-form": "^0.26.4",
"@tanstack/react-query": "^5.50.1",
"@tanstack/react-query": "^5.51.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/react/tanstack-start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"dependencies": {
"@tanstack/form-core": "^0.26.4",
"@tanstack/react-form": "^0.26.4",
"@tanstack/react-router": "^1.44.0",
"@tanstack/start": "^1.44.0",
"@tanstack/react-router": "^1.45.0",
"@tanstack/start": "^1.45.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vinxi": "^0.3.12"
Expand Down
6 changes: 3 additions & 3 deletions examples/react/ui-libraries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"dependencies": {
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
"@mantine/core": "7.11.1",
"@mantine/hooks": "7.11.1",
"@mui/material": "5.16.0",
"@mantine/core": "7.11.2",
"@mantine/hooks": "7.11.2",
"@mui/material": "5.16.1",
"@tanstack/react-form": "^0.26.4",
"@yme/lay-postcss": "0.1.0",
"postcss": "8.4.39",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
]
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^1.5.23",
"@eslint-react/eslint-plugin": "^1.5.25",
"@solidjs/testing-library": "^0.8.8",
"@tanstack/config": "^0.9.6",
"@testing-library/jest-dom": "^6.4.6",
Expand All @@ -53,8 +53,8 @@
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"jsdom": "^24.1.0",
"knip": "^5.25.1",
"nx": "^19.4.2",
"knip": "^5.26.0",
"nx": "^19.4.3",
"prettier": "^4.0.0-alpha.8",
"publint": "^0.2.8",
"react": "^18.3.1",
Expand All @@ -63,7 +63,7 @@
"sherif": "^0.10.0",
"solid-js": "^1.8.18",
"typedoc": "^0.25.13",
"typedoc-plugin-markdown": "^4.1.2",
"typedoc-plugin-markdown": "^4.2.1",
"typescript": "5.4.2",
"typescript49": "npm:typescript@4.9",
"typescript50": "npm:typescript@5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"decode-formdata": "^0.7.5"
},
"devDependencies": {
"@tanstack/start": "^1.44.0",
"@tanstack/start": "^1.45.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
Expand Down
Loading

0 comments on commit 5034204

Please sign in to comment.