Skip to content

Commit eeef508

Browse files
authored
Merge pull request #46 from Next2D/develop
update packages
2 parents 9c9a522 + b2bb7d5 commit eeef508

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ dist-ssr
2323
*.sln
2424
*.sw?
2525

26-
template/package-lock.json
26+
package-lock.json

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@next2d/framework-typescript-template",
33
"description": "Next2D Framework default TypeScript template.",
4-
"version": "3.2.2",
4+
"version": "3.2.3",
55
"homepage": "https://next2d.app",
66
"bugs": "https://github.com/Next2D/framework-typescript-template/issues/new",
77
"author": "Toshiyuki Ienaga<[email protected]>",

template/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,24 @@
1919
"generate": "npx @next2d/view-generator"
2020
},
2121
"devDependencies": {
22-
"@capacitor/android": "^7.2.0",
23-
"@capacitor/cli": "^7.2.0",
24-
"@capacitor/core": "^7.2.0",
25-
"@capacitor/ios": "^7.2.0",
22+
"@capacitor/android": "^7.4.0",
23+
"@capacitor/cli": "^7.4.0",
24+
"@capacitor/core": "^7.4.0",
25+
"@capacitor/ios": "^7.4.0",
2626
"@eslint/eslintrc": "^3.3.1",
27-
"@eslint/js": "^9.28.0",
28-
"@next2d/vite-plugin-next2d-auto-loader": "^3.1.4",
29-
"@types/node": "^22.15.29",
30-
"@typescript-eslint/eslint-plugin": "^8.33.0",
31-
"@typescript-eslint/parser": "^8.33.0",
32-
"@vitest/web-worker": "^3.1.4",
33-
"eslint": "^9.28.0",
27+
"@eslint/js": "^9.30.0",
28+
"@next2d/vite-plugin-next2d-auto-loader": "^3.1.5",
29+
"@types/node": "^24.0.7",
30+
"@typescript-eslint/eslint-plugin": "^8.35.0",
31+
"@typescript-eslint/parser": "^8.35.0",
32+
"@vitest/web-worker": "^3.2.4",
33+
"eslint": "^9.30.0",
3434
"eslint-plugin-unused-imports": "^4.1.4",
3535
"globals": "^16.2.0",
3636
"jsdom": "^26.1.0",
3737
"typescript": "^5.8.3",
38-
"vite": "^6.3.5",
39-
"vitest": "^3.1.4",
38+
"vite": "^7.0.0",
39+
"vitest": "^3.2.4",
4040
"vitest-webgl-canvas-mock": "^1.1.0"
4141
},
4242
"peerDependencies": {

0 commit comments

Comments
 (0)