|
1 | 1 | { |
2 | 2 | "name": "@next2d/framework", |
3 | 3 | "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.", |
4 | | - "version": "4.0.1", |
| 4 | + "version": "4.0.2", |
5 | 5 | "homepage": "https://next2d.app", |
6 | 6 | "bugs": "https://github.com/Next2D/Framework/issues/new", |
7 | 7 | "author": "Toshiyuki Ienaga <ienaga@next2d.app> (https://github.com/ienaga/)", |
|
31 | 31 | "url": "git+https://github.com/Next2D/Framework.git" |
32 | 32 | }, |
33 | 33 | "devDependencies": { |
34 | | - "@eslint/eslintrc": "^3.3.4", |
| 34 | + "@eslint/eslintrc": "^3.3.5", |
35 | 35 | "@eslint/js": "^10.0.1", |
36 | | - "@types/node": "^25.3.3", |
37 | | - "@typescript-eslint/eslint-plugin": "^8.56.1", |
38 | | - "@typescript-eslint/parser": "^8.56.1", |
39 | | - "@vitest/coverage-v8": "^4.0.18", |
40 | | - "@vitest/web-worker": "^4.0.18", |
41 | | - "eslint": "^10.0.2", |
| 36 | + "@types/node": "^25.5.0", |
| 37 | + "@typescript-eslint/eslint-plugin": "^8.58.0", |
| 38 | + "@typescript-eslint/parser": "^8.58.0", |
| 39 | + "@vitest/coverage-v8": "^4.1.2", |
| 40 | + "@vitest/web-worker": "^4.1.2", |
| 41 | + "eslint": "^10.1.0", |
42 | 42 | "eslint-plugin-unused-imports": "^4.4.1", |
43 | 43 | "globals": "^17.4.0", |
44 | | - "jsdom": "^28.1.0", |
45 | | - "typescript": "^5.9.3", |
46 | | - "vite": "^7.3.1", |
47 | | - "vitest": "^4.0.18", |
| 44 | + "jsdom": "^29.0.1", |
| 45 | + "typescript": "^6.0.2", |
| 46 | + "vite": "^8.0.3", |
| 47 | + "vitest": "^4.1.2", |
48 | 48 | "vitest-webgl-canvas-mock": "^1.1.0" |
49 | 49 | }, |
50 | 50 | "peerDependencies": { |
|
0 commit comments