diff --git a/package.json b/package.json index 3b4a88c..f1cd5d1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@next2d/framework", "description": "Next2D Framework is designed according to the principles of clean architecture, domain-driven development, test-driven development, and MVVM, with an emphasis on flexibility, scalability, and maintainability, and a design methodology that keeps each layer loosely coupled.", - "version": "3.0.11", + "version": "3.0.12", "homepage": "https://next2d.app", "bugs": "https://github.com/Next2D/Framework/issues/new", "author": "Toshiyuki Ienaga (https://github.com/ienaga/)", @@ -32,17 +32,17 @@ }, "devDependencies": { "@eslint/eslintrc": "^3.3.1", - "@eslint/js": "^9.34.0", - "@types/node": "^24.3.0", - "@typescript-eslint/eslint-plugin": "^8.42.0", - "@typescript-eslint/parser": "^8.42.0", + "@eslint/js": "^9.36.0", + "@types/node": "^24.6.2", + "@typescript-eslint/eslint-plugin": "^8.45.0", + "@typescript-eslint/parser": "^8.45.0", "@vitest/web-worker": "^3.2.4", - "eslint": "^9.34.0", + "eslint": "^9.36.0", "eslint-plugin-unused-imports": "^4.2.0", - "globals": "^16.3.0", - "jsdom": "^26.1.0", - "typescript": "^5.9.2", - "vite": "^7.1.4", + "globals": "^16.4.0", + "jsdom": "^27.0.0", + "typescript": "^5.9.3", + "vite": "^7.1.8", "vitest": "^3.2.4", "vitest-webgl-canvas-mock": "^1.1.0" }, diff --git a/src/index.ts b/src/index.ts index 9c29a59..82a2b09 100644 --- a/src/index.ts +++ b/src/index.ts @@ -8,7 +8,7 @@ import { TextFieldContent } from "./application/content/TextFieldContent"; import { VideoContent } from "./application/content/VideoContent"; // output build version -console.log("%c Next2D Framework %c 3.0.11 %c https://next2d.app", +console.log("%c Next2D Framework %c 3.0.12 %c https://next2d.app", "color: #fff; background: #5f5f5f", "color: #fff; background: #4bc729", "");