Skip to content

Commit 1452339

Browse files
authored
Merge pull request #142 from Next2D/develop
update packages
2 parents 0a0d9bf + 558d388 commit 1452339

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 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.4",
4+
"version": "3.0.5",
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/)",
@@ -33,16 +33,16 @@
3333
"devDependencies": {
3434
"@eslint/eslintrc": "^3.3.1",
3535
"@eslint/js": "^9.24.0",
36-
"@types/node": "^22.14.0",
37-
"@typescript-eslint/eslint-plugin": "^8.29.1",
38-
"@typescript-eslint/parser": "^8.29.1",
36+
"@types/node": "^22.14.1",
37+
"@typescript-eslint/eslint-plugin": "^8.30.1",
38+
"@typescript-eslint/parser": "^8.30.1",
3939
"@vitest/web-worker": "^3.1.1",
4040
"eslint": "^9.24.0",
4141
"eslint-plugin-unused-imports": "^4.1.4",
4242
"globals": "^16.0.0",
43-
"jsdom": "^26.0.0",
43+
"jsdom": "^26.1.0",
4444
"typescript": "^5.8.3",
45-
"vite": "^6.2.5",
45+
"vite": "^6.3.0",
4646
"vitest": "^3.1.1",
4747
"vitest-webgl-canvas-mock": "^1.1.0"
4848
},

0 commit comments

Comments
 (0)