diff --git a/package.json b/package.json index 8722b03..3d782eb 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.2", + "version": "3.0.3", "homepage": "https://next2d.app", "bugs": "https://github.com/Next2D/Framework/issues/new", "author": "Toshiyuki Ienaga (https://github.com/ienaga/)", @@ -33,16 +33,16 @@ "devDependencies": { "@eslint/eslintrc": "^3.3.1", "@eslint/js": "^9.23.0", - "@types/node": "^22.13.11", - "@typescript-eslint/eslint-plugin": "^8.27.0", - "@typescript-eslint/parser": "^8.27.0", + "@types/node": "^22.13.13", + "@typescript-eslint/eslint-plugin": "^8.28.0", + "@typescript-eslint/parser": "^8.28.0", "@vitest/web-worker": "^3.0.9", "eslint": "^9.23.0", "eslint-plugin-unused-imports": "^4.1.4", "globals": "^16.0.0", "jsdom": "^26.0.0", "typescript": "^5.8.2", - "vite": "^6.2.2", + "vite": "^6.2.3", "vitest": "^3.0.9", "vitest-webgl-canvas-mock": "^1.1.0" },