Skip to content

Commit 4bdf1ca

Browse files
committed
update packages
1 parent ffcc565 commit 4bdf1ca

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.6",
4+
"version": "3.0.7",
55
"homepage": "https://next2d.app",
66
"bugs": "https://github.com/Next2D/Framework/issues/new",
77
"author": "Toshiyuki Ienaga <[email protected]> (https://github.com/ienaga/)",
@@ -32,18 +32,18 @@
3232
},
3333
"devDependencies": {
3434
"@eslint/eslintrc": "^3.3.1",
35-
"@eslint/js": "^9.24.0",
36-
"@types/node": "^22.14.1",
37-
"@typescript-eslint/eslint-plugin": "^8.30.1",
38-
"@typescript-eslint/parser": "^8.30.1",
39-
"@vitest/web-worker": "^3.1.1",
40-
"eslint": "^9.24.0",
35+
"@eslint/js": "^9.25.1",
36+
"@types/node": "^22.15.3",
37+
"@typescript-eslint/eslint-plugin": "^8.31.1",
38+
"@typescript-eslint/parser": "^8.31.1",
39+
"@vitest/web-worker": "^3.1.2",
40+
"eslint": "^9.25.1",
4141
"eslint-plugin-unused-imports": "^4.1.4",
4242
"globals": "^16.0.0",
4343
"jsdom": "^26.1.0",
4444
"typescript": "^5.8.3",
45-
"vite": "^6.3.2",
46-
"vitest": "^3.1.1",
45+
"vite": "^6.3.4",
46+
"vitest": "^3.1.2",
4747
"vitest-webgl-canvas-mock": "^1.1.0"
4848
},
4949
"peerDependencies": {

0 commit comments

Comments
 (0)