Skip to content

Commit 28af03f

Browse files
authoredJul 16, 2024··
chore(deps): Update dev and example dependencies (#7742)
* chore(deps): Update dev and example dependencies * Undo changes to esbuild * Fix @types/eslint version
1 parent d10a456 commit 28af03f

File tree

46 files changed

+1067
-1110
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+1067
-1110
lines changed
 

‎examples/react/algolia/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"@tanstack/eslint-plugin-query": "^5.51.1",
2222
"@types/react": "^18.2.79",
2323
"@types/react-dom": "^18.2.25",
24-
"@vitejs/plugin-react": "^4.2.1",
24+
"@vitejs/plugin-react": "^4.3.1",
2525
"typescript": "5.3.3",
26-
"vite": "^5.2.11"
26+
"vite": "^5.3.3"
2727
}
2828
}

‎examples/react/basic-graphql-request/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"react-dom": "19.0.0-rc-4c2e457c7c-20240522"
1717
},
1818
"devDependencies": {
19-
"@vitejs/plugin-react": "^4.2.1",
20-
"vite": "^5.2.11"
19+
"@vitejs/plugin-react": "^4.3.1",
20+
"vite": "^5.3.3"
2121
}
2222
}

0 commit comments

Comments
 (0)
Please sign in to comment.