We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
vite
@vitejs/plugin-react
1 parent 4239e34 commit 3ffda40Copy full SHA for 3ffda40
3 files changed
.prettierignore
@@ -7,4 +7,5 @@ node_modules
7
public
8
.github
9
tmp
10
+pnpm-lock.yaml
11
*.yml
package.json
@@ -26,7 +26,7 @@
26
"prettier-plugin-organize-imports": "^4.3.0",
27
"semantic-release": "^25.0.3",
28
"typescript": "^5.9.3",
29
- "vite": "^6.4.1",
+ "vite": "^7.3.1",
30
"vite-plugin-dts": "^4.5.4"
31
},
32
"engines": {
playground/package.json
@@ -16,8 +16,8 @@
16
"devDependencies": {
17
"@types/react": "^19.2.10",
18
"@types/react-dom": "^19.2.3",
19
- "@vitejs/plugin-react": "^4.4.1",
+ "@vitejs/plugin-react": "^5.1.2",
20
21
- "vite": "^6.4.1"
+ "vite": "^7.3.1"
22
}
23
0 commit comments