From d4135f44bd32a5d045a84cd2e862078e7d97dab7 Mon Sep 17 00:00:00 2001 From: ienaga Date: Mon, 4 May 2026 13:50:36 +0900 Subject: [PATCH] #164 update packages --- package.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 12abd91..a05f877 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.3", + "version": "4.0.4", "homepage": "https://next2d.app", "bugs": "https://github.com/Next2D/Framework/issues/new", "author": "Toshiyuki Ienaga (https://github.com/ienaga/)", @@ -34,17 +34,17 @@ "@eslint/eslintrc": "^3.3.5", "@eslint/js": "^10.0.1", "@types/node": "^25.6.0", - "@typescript-eslint/eslint-plugin": "^8.58.2", - "@typescript-eslint/parser": "^8.58.2", - "@vitest/coverage-v8": "^4.1.4", - "@vitest/web-worker": "^4.1.4", - "eslint": "^10.2.0", + "@typescript-eslint/eslint-plugin": "^8.59.1", + "@typescript-eslint/parser": "^8.59.1", + "@vitest/coverage-v8": "^4.1.5", + "@vitest/web-worker": "^4.1.5", + "eslint": "^10.3.0", "eslint-plugin-unused-imports": "^4.4.1", - "globals": "^17.5.0", - "jsdom": "^29.0.2", - "typescript": "^6.0.2", - "vite": "^8.0.8", - "vitest": "^4.1.4", + "globals": "^17.6.0", + "jsdom": "^29.1.1", + "typescript": "^6.0.3", + "vite": "^8.0.10", + "vitest": "^4.1.5", "vitest-webgl-canvas-mock": "^1.1.0" }, "peerDependencies": {