Skip to content

Commit 3ffda40

Browse files
committed
fix(dependencies): update vite and @vitejs/plugin-react to latest versions
1 parent 4239e34 commit 3ffda40

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ node_modules
77
public
88
.github
99
tmp
10+
pnpm-lock.yaml
1011
*.yml

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"prettier-plugin-organize-imports": "^4.3.0",
2727
"semantic-release": "^25.0.3",
2828
"typescript": "^5.9.3",
29-
"vite": "^6.4.1",
29+
"vite": "^7.3.1",
3030
"vite-plugin-dts": "^4.5.4"
3131
},
3232
"engines": {

playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"devDependencies": {
1717
"@types/react": "^19.2.10",
1818
"@types/react-dom": "^19.2.3",
19-
"@vitejs/plugin-react": "^4.4.1",
19+
"@vitejs/plugin-react": "^5.1.2",
2020
"typescript": "^5.9.3",
21-
"vite": "^6.4.1"
21+
"vite": "^7.3.1"
2222
}
2323
}

0 commit comments

Comments
 (0)