Skip to content

Commit 7ec9f62

Browse files
authored
Merge pull request #148 from Next2D/develop
update packages
2 parents 55fc5b1 + aa5c452 commit 7ec9f62

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

Lines changed: 9 additions & 9 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": "3.0.9",
4+
"version": "3.0.10",
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/)",
@@ -32,17 +32,17 @@
3232
},
3333
"devDependencies": {
3434
"@eslint/eslintrc": "^3.3.1",
35-
"@eslint/js": "^9.30.0",
36-
"@types/node": "^24.0.7",
37-
"@typescript-eslint/eslint-plugin": "^8.35.0",
38-
"@typescript-eslint/parser": "^8.35.0",
35+
"@eslint/js": "^9.32.0",
36+
"@types/node": "^24.2.0",
37+
"@typescript-eslint/eslint-plugin": "^8.39.0",
38+
"@typescript-eslint/parser": "^8.39.0",
3939
"@vitest/web-worker": "^3.2.4",
40-
"eslint": "^9.30.0",
40+
"eslint": "^9.32.0",
4141
"eslint-plugin-unused-imports": "^4.1.4",
42-
"globals": "^16.2.0",
42+
"globals": "^16.3.0",
4343
"jsdom": "^26.1.0",
44-
"typescript": "^5.8.3",
45-
"vite": "^7.0.0",
44+
"typescript": "^5.9.2",
45+
"vite": "^7.0.6",
4646
"vitest": "^3.2.4",
4747
"vitest-webgl-canvas-mock": "^1.1.0"
4848
},

0 commit comments

Comments
 (0)