diff --git a/package.json b/package.json index f879472..1f96565 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": "4.0.6", + "version": "4.0.7", "homepage": "https://next2d.app", "bugs": "https://github.com/Next2D/Framework/issues/new", "author": "Toshiyuki Ienaga (https://github.com/ienaga/)", @@ -31,20 +31,20 @@ "url": "git+https://github.com/Next2D/Framework.git" }, "devDependencies": { - "@eslint/eslintrc": "^3.3.5", + "@eslint/eslintrc": "^3.3.6", "@eslint/js": "^10.0.1", - "@types/node": "^26.1.0", - "@typescript-eslint/eslint-plugin": "^8.62.1", - "@typescript-eslint/parser": "^8.62.1", - "@vitest/coverage-v8": "^4.1.9", - "@vitest/web-worker": "^4.1.9", - "eslint": "^10.6.0", + "@types/node": "^26.1.2", + "@typescript-eslint/eslint-plugin": "^8.65.0", + "@typescript-eslint/parser": "^8.65.0", + "@vitest/coverage-v8": "^4.1.10", + "@vitest/web-worker": "^4.1.10", + "eslint": "^10.8.0", "eslint-plugin-unused-imports": "^4.4.1", - "globals": "^17.7.0", - "jsdom": "^29.1.1", + "globals": "^17.8.0", + "jsdom": "^30.0.1", "typescript": "^6.0.3", - "vite": "^8.1.3", - "vitest": "^4.1.9", + "vite": "^8.2.0", + "vitest": "^4.1.10", "vitest-webgl-canvas-mock": "^1.1.0" }, "peerDependencies": { diff --git a/src/index.ts b/src/index.ts index 65c9ef1..60c5425 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 4.0.6 %c https://next2d.app", +console.log("%c Next2D Framework %c 4.0.7 %c https://next2d.app", "color: #fff; background: #5f5f5f", "color: #fff; background: #4bc729", "");