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.
1 parent 20726ae commit 5752182Copy full SHA for 5752182
5 files changed
.nvmrc
@@ -1 +1 @@
1
-22
+24
package.json
@@ -53,7 +53,7 @@
53
"minimatch@<4.0.0": "3.1.4",
54
"minimatch@>=9.0.0 <9.0.7": "9.0.7",
55
"ajv@<6.14.0": "6.14.0",
56
- "vite": "8.0.0",
+ "vite": "8.0.3",
57
"esbuild": "0.27.4"
58
}
59
packages/create-melonjs/package.json
@@ -16,6 +16,9 @@
16
"files": [
17
"bin/"
18
],
19
+ "engines": {
20
+ "node": ">=24.0.0"
21
+ },
22
"keywords": [
23
"melonjs",
24
"game",
packages/examples/package.json
@@ -19,9 +19,9 @@
"melonjs": "workspace:^",
"react": "^19.2.4",
"react-dom": "^19.2.4",
- "react-router-dom": "^7.13.0",
+ "react-router-dom": "^7.13.2",
"tsconfig": "workspace:^",
"typescript": "^5.9.3",
25
- "vite": "^8.0.0"
+ "vite": "8.0.0"
26
27
0 commit comments