Skip to content

Commit

Permalink
chore(deps): update dependency vite to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 28, 2023
1 parent 9fbd49b commit 83abe6b
Show file tree
Hide file tree
Showing 6 changed files with 226 additions and 154 deletions.
2 changes: 1 addition & 1 deletion examples/apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@types/react-dom": "18.2.6",
"@vitejs/plugin-react": "4.0.1",
"typescript": "5.2.2",
"vite": "4.3.9"
"vite": "5.0.3"
}
}
2 changes: 1 addition & 1 deletion examples/execute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"@types/react-dom": "18.2.6",
"@vitejs/plugin-react": "4.0.1",
"typescript": "5.2.2",
"vite": "4.3.9"
"vite": "5.0.3"
}
}
2 changes: 1 addition & 1 deletion examples/react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"@types/react-dom": "18.2.6",
"@vitejs/plugin-react": "4.0.1",
"typescript": "5.2.2",
"vite": "4.3.9"
"vite": "5.0.3"
}
}
2 changes: 1 addition & 1 deletion examples/urql-live-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@types/react-dom": "18.2.6",
"@vitejs/plugin-react": "4.0.1",
"typescript": "5.2.2",
"vite": "4.3.9"
"vite": "5.0.3"
}
}
2 changes: 1 addition & 1 deletion examples/urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@types/react-dom": "18.2.6",
"@vitejs/plugin-react": "4.0.1",
"typescript": "5.2.2",
"vite": "4.3.9"
"vite": "5.0.3"
}
}
Loading

0 comments on commit 83abe6b

Please sign in to comment.