Skip to content

Commit 55fc5b1

Browse files
authored
Merge pull request #147 from Next2D/develop
update packages
2 parents 1791bb1 + aa6cbd8 commit 55fc5b1

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

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.8",
4+
"version": "3.0.9",
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,18 +32,18 @@
3232
},
3333
"devDependencies": {
3434
"@eslint/eslintrc": "^3.3.1",
35-
"@eslint/js": "^9.28.0",
36-
"@types/node": "^22.15.29",
37-
"@typescript-eslint/eslint-plugin": "^8.33.0",
38-
"@typescript-eslint/parser": "^8.33.0",
39-
"@vitest/web-worker": "^3.1.4",
40-
"eslint": "^9.28.0",
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",
39+
"@vitest/web-worker": "^3.2.4",
40+
"eslint": "^9.30.0",
4141
"eslint-plugin-unused-imports": "^4.1.4",
4242
"globals": "^16.2.0",
4343
"jsdom": "^26.1.0",
4444
"typescript": "^5.8.3",
45-
"vite": "^6.3.5",
46-
"vitest": "^3.1.4",
45+
"vite": "^7.0.0",
46+
"vitest": "^3.2.4",
4747
"vitest-webgl-canvas-mock": "^1.1.0"
4848
},
4949
"peerDependencies": {

0 commit comments

Comments
 (0)