File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -21,4 +21,6 @@ dist-ssr
21
21
* .ntvs *
22
22
* .njsproj
23
23
* .sln
24
- * .sw ?
24
+ * .sw ?
25
+
26
+ template /package-lock.json
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @next2d/framework-typescript-template" ,
3
3
"description" : " Next2D Framework default TypeScript template." ,
4
- "version" : " 3.1 .0" ,
4
+ "version" : " 3.2 .0" ,
5
5
"homepage" : " https://next2d.app" ,
6
6
"bugs" : " https://github.com/Next2D/framework-typescript-template/issues/new" ,
7
7
"author" :
" Toshiyuki Ienaga<[email protected] >" ,
Original file line number Diff line number Diff line change 25
25
"@capacitor/ios" : " ^7.2.0" ,
26
26
"@eslint/eslintrc" : " ^3.3.1" ,
27
27
"@eslint/js" : " ^9.24.0" ,
28
- "@next2d/vite-plugin-next2d-auto-loader" : " ^3.1.0 " ,
29
- "@types/node" : " ^22.14.0 " ,
30
- "@typescript-eslint/eslint-plugin" : " ^8.29.0 " ,
31
- "@typescript-eslint/parser" : " ^8.29.0 " ,
28
+ "@next2d/vite-plugin-next2d-auto-loader" : " ^3.1.2 " ,
29
+ "@types/node" : " ^22.14.1 " ,
30
+ "@typescript-eslint/eslint-plugin" : " ^8.30.1 " ,
31
+ "@typescript-eslint/parser" : " ^8.30.1 " ,
32
32
"@vitest/web-worker" : " ^3.1.1" ,
33
33
"eslint" : " ^9.24.0" ,
34
34
"eslint-plugin-unused-imports" : " ^4.1.4" ,
35
35
"globals" : " ^16.0.0" ,
36
- "jsdom" : " ^26.0 .0" ,
36
+ "jsdom" : " ^26.1 .0" ,
37
37
"typescript" : " ^5.8.3" ,
38
- "vite" : " ^6.2.5 " ,
38
+ "vite" : " ^6.3.1 " ,
39
39
"vitest" : " ^3.1.1" ,
40
40
"vitest-webgl-canvas-mock" : " ^1.1.0"
41
41
},
You can’t perform that action at this time.
0 commit comments