Skip to content

Commit

Permalink
chore(deps-dev): bump vite from 5.0.12 to 5.0.13 (TanStack#1421)
Browse files Browse the repository at this point in the history
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.12 to 5.0.13.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.0.13/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.0.13/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 6, 2024
1 parent 6d04479 commit 2bdc791
Show file tree
Hide file tree
Showing 28 changed files with 146 additions and 146 deletions.
2 changes: 1 addition & 1 deletion examples/react/authenticated-routes-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.0.12"
"vite": "^5.0.13"
}
}
2 changes: 1 addition & 1 deletion examples/react/basic-default-search-params/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.0.12"
"vite": "^5.0.13"
}
}
2 changes: 1 addition & 1 deletion examples/react/basic-file-based-codesplitting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.0.12"
"vite": "^5.0.13"
}
}
2 changes: 1 addition & 1 deletion examples/react/basic-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"@vanilla-extract/vite-plugin": "^4.0.6",
"vite": "^5.0.12"
"vite": "^5.0.13"
}
}
2 changes: 1 addition & 1 deletion examples/react/basic-react-query-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.0.12"
"vite": "^5.0.13"
}
}
2 changes: 1 addition & 1 deletion examples/react/basic-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.0.12"
"vite": "^5.0.13"
}
}
2 changes: 1 addition & 1 deletion examples/react/basic-ssr-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"isbot": "^4.3.0",
"node-fetch": "^3.3.2",
"serve-static": "^1.15.0",
"vite": "^5.0.12",
"vite": "^5.0.13",
"vite-plugin-babel": "^1.2.0"
}
}
2 changes: 1 addition & 1 deletion examples/react/basic-ssr-streaming-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"isbot": "^4.3.0",
"node-fetch": "^3.3.2",
"serve-static": "^1.15.0",
"vite": "^5.0.12",
"vite": "^5.0.13",
"vite-plugin-babel": "^1.2.0"
}
}
2 changes: 1 addition & 1 deletion examples/react/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.0.12"
"vite": "^5.0.13"
}
}
2 changes: 1 addition & 1 deletion examples/react/deferred-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.0.12"
"vite": "^5.0.13"
}
}
2 changes: 1 addition & 1 deletion examples/react/kitchen-sink-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.0.12"
"vite": "^5.0.13"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.0.12"
"vite": "^5.0.13"
}
}
2 changes: 1 addition & 1 deletion examples/react/kitchen-sink-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.0.12"
"vite": "^5.0.13"
}
}
2 changes: 1 addition & 1 deletion examples/react/kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.0.12"
"vite": "^5.0.13"
}
}
2 changes: 1 addition & 1 deletion examples/react/large-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.0.12"
"vite": "^5.0.13"
}
}
2 changes: 1 addition & 1 deletion examples/react/location-masking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.0.12"
"vite": "^5.0.13"
}
}
2 changes: 1 addition & 1 deletion examples/react/navigation-blocking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.0.12"
"vite": "^5.0.13"
}
}
2 changes: 1 addition & 1 deletion examples/react/quickstart-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.0.12"
"vite": "^5.0.13"
}
}
2 changes: 1 addition & 1 deletion examples/react/quickstart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.0.12"
"vite": "^5.0.13"
}
}
2 changes: 1 addition & 1 deletion examples/react/scroll-restoration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.0.12"
"vite": "^5.0.13"
}
}
2 changes: 1 addition & 1 deletion examples/react/wip-trpc-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@vitejs/plugin-react": "^4.2.1",
"concurrently": "^8.2.2",
"tsx": "^4.7.0",
"vite": "^5.0.12",
"vite": "^5.0.13",
"wait-port": "^1.1.0"
}
}
2 changes: 1 addition & 1 deletion examples/react/wip-waku-rsc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.3.3",
"vite": "^5.0.12"
"vite": "^5.0.13"
}
}
2 changes: 1 addition & 1 deletion examples/react/wip-with-bling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"isbot": "^4.3.0",
"node-fetch": "^3.3.2",
"serve-static": "^1.15.0",
"vite": "^5.0.12",
"vite": "^5.0.13",
"vite-plugin-babel": "^1.2.0"
}
}
2 changes: 1 addition & 1 deletion examples/react/wip-with-framer-motion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.0.12"
"vite": "^5.0.13"
}
}
2 changes: 1 addition & 1 deletion examples/react/with-trpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@vitejs/plugin-react": "^4.2.1",
"concurrently": "^8.2.2",
"tsx": "^4.7.0",
"vite": "^5.0.12",
"vite": "^5.0.13",
"wait-port": "^1.1.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"react-dom": "^18.2.0",
"rimraf": "^5.0.5",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vite": "^5.0.13",
"vitest": "^1.2.2"
},
"resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/router-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@vitejs/plugin-react": "^4.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.12"
"vite": "^5.0.13"
},
"peerDependencies": {
"react": ">=16.8",
Expand Down
Loading

0 comments on commit 2bdc791

Please sign in to comment.