File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " melonjs-typescript-boilerplate" ,
3
- "version" : " 1.5.0 " ,
3
+ "version" : " 1.5.1 " ,
4
4
"main" : " src/index.ts" ,
5
5
"author" : " Olivier Biot" ,
6
6
"license" : " MIT" ,
7
7
"devDependencies" : {
8
- "@types/node" : " ^20.8.4 " ,
9
- "sass" : " ^1.69.3 " ,
10
- "typescript" : " ^5.2.2 " ,
11
- "vite" : " ^4.4.11 " ,
8
+ "@types/node" : " ^20.11.16 " ,
9
+ "sass" : " ^1.70.0 " ,
10
+ "typescript" : " ^5.3.3 " ,
11
+ "vite" : " ^5.0.12 " ,
12
12
"vite-plugin-favicons-inject" : " ^2.2.0" ,
13
- "vite-plugin-html" : " ^3.2.0 " ,
14
- "vite-plugin-static-copy" : " ^0.17.0 "
13
+ "vite-plugin-html" : " ^3.2.2 " ,
14
+ "vite-plugin-static-copy" : " ^1.0.1 "
15
15
},
16
16
"browserslist" : " defaults" ,
17
17
"scripts" : {
20
20
"preview" : " vite preview"
21
21
},
22
22
"dependencies" : {
23
- "@melonjs/debug-plugin" : " ^14.8.1 " ,
24
- "melonjs" : " ^15.13 .0"
23
+ "@melonjs/debug-plugin" : " ^14.8.2 " ,
24
+ "melonjs" : " ^16.0 .0"
25
25
},
26
26
"type" : " module"
27
27
}
You can’t perform that action at this time.
0 commit comments