diff --git a/package.json b/package.json index 1ff3cf0..3293dd9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@next2d/framework-typescript-template", "description": "Next2D Framework default TypeScript template.", - "version": "3.2.0", + "version": "3.2.1", "homepage": "https://next2d.app", "bugs": "https://github.com/Next2D/framework-typescript-template/issues/new", "author": "Toshiyuki Ienaga", diff --git a/template/package.json b/template/package.json index a6cfec4..ede5dc9 100644 --- a/template/package.json +++ b/template/package.json @@ -24,19 +24,19 @@ "@capacitor/core": "^7.2.0", "@capacitor/ios": "^7.2.0", "@eslint/eslintrc": "^3.3.1", - "@eslint/js": "^9.24.0", + "@eslint/js": "^9.25.1", "@next2d/vite-plugin-next2d-auto-loader": "^3.1.2", - "@types/node": "^22.14.1", - "@typescript-eslint/eslint-plugin": "^8.30.1", - "@typescript-eslint/parser": "^8.30.1", - "@vitest/web-worker": "^3.1.1", - "eslint": "^9.24.0", + "@types/node": "^22.15.3", + "@typescript-eslint/eslint-plugin": "^8.31.1", + "@typescript-eslint/parser": "^8.31.1", + "@vitest/web-worker": "^3.1.2", + "eslint": "^9.25.1", "eslint-plugin-unused-imports": "^4.1.4", "globals": "^16.0.0", "jsdom": "^26.1.0", "typescript": "^5.8.3", - "vite": "^6.3.2", - "vitest": "^3.1.1", + "vite": "^6.3.4", + "vitest": "^3.1.2", "vitest-webgl-canvas-mock": "^1.1.0" }, "peerDependencies": {