Skip to content

Commit a653cb1

Browse files
authored
Merge pull request #165 from Next2D/develop
#164 update packages
2 parents 3009793 + d4135f4 commit a653cb1

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@next2d/framework",
33
"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.3",
4+
"version": "4.0.4",
55
"homepage": "https://next2d.app",
66
"bugs": "https://github.com/Next2D/Framework/issues/new",
77
"author": "Toshiyuki Ienaga <ienaga@next2d.app> (https://github.com/ienaga/)",
@@ -34,17 +34,17 @@
3434
"@eslint/eslintrc": "^3.3.5",
3535
"@eslint/js": "^10.0.1",
3636
"@types/node": "^25.6.0",
37-
"@typescript-eslint/eslint-plugin": "^8.58.2",
38-
"@typescript-eslint/parser": "^8.58.2",
39-
"@vitest/coverage-v8": "^4.1.4",
40-
"@vitest/web-worker": "^4.1.4",
41-
"eslint": "^10.2.0",
37+
"@typescript-eslint/eslint-plugin": "^8.59.1",
38+
"@typescript-eslint/parser": "^8.59.1",
39+
"@vitest/coverage-v8": "^4.1.5",
40+
"@vitest/web-worker": "^4.1.5",
41+
"eslint": "^10.3.0",
4242
"eslint-plugin-unused-imports": "^4.4.1",
43-
"globals": "^17.5.0",
44-
"jsdom": "^29.0.2",
45-
"typescript": "^6.0.2",
46-
"vite": "^8.0.8",
47-
"vitest": "^4.1.4",
43+
"globals": "^17.6.0",
44+
"jsdom": "^29.1.1",
45+
"typescript": "^6.0.3",
46+
"vite": "^8.0.10",
47+
"vitest": "^4.1.5",
4848
"vitest-webgl-canvas-mock": "^1.1.0"
4949
},
5050
"peerDependencies": {

0 commit comments

Comments
 (0)