Skip to content

Commit ad4874a

Browse files
committed
samples: use vite 8
1 parent b92c45c commit ad4874a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A basic sample to demonstrate vite-plugin-openfl",
55
"repository": "https://github.com/feathersui/vite-plugin-openfl.git",
66
"devDependencies": {
7-
"vite": "^7.2.7",
7+
"vite": "^8.0.2",
88
"vite-plugin-openfl": "^2.0.3"
99
},
1010
"scripts": {

samples/genes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Sample that demonstrates how to use Genes with vite-plugin-openfl",
55
"repository": "https://github.com/feathersui/vite-plugin-openfl.git",
66
"devDependencies": {
7-
"vite": "^7.2.7",
7+
"vite": "^8.0.2",
88
"vite-plugin-openfl": "^2.0.3"
99
},
1010
"scripts": {

0 commit comments

Comments
 (0)