Skip to content

Commit 063764a

Browse files
committed
#160 update packages
1 parent 2e6996f commit 063764a

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

package.json

Lines changed: 12 additions & 12 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.1",
4+
"version": "4.0.2",
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/)",
@@ -31,20 +31,20 @@
3131
"url": "git+https://github.com/Next2D/Framework.git"
3232
},
3333
"devDependencies": {
34-
"@eslint/eslintrc": "^3.3.4",
34+
"@eslint/eslintrc": "^3.3.5",
3535
"@eslint/js": "^10.0.1",
36-
"@types/node": "^25.3.3",
37-
"@typescript-eslint/eslint-plugin": "^8.56.1",
38-
"@typescript-eslint/parser": "^8.56.1",
39-
"@vitest/coverage-v8": "^4.0.18",
40-
"@vitest/web-worker": "^4.0.18",
41-
"eslint": "^10.0.2",
36+
"@types/node": "^25.5.0",
37+
"@typescript-eslint/eslint-plugin": "^8.58.0",
38+
"@typescript-eslint/parser": "^8.58.0",
39+
"@vitest/coverage-v8": "^4.1.2",
40+
"@vitest/web-worker": "^4.1.2",
41+
"eslint": "^10.1.0",
4242
"eslint-plugin-unused-imports": "^4.4.1",
4343
"globals": "^17.4.0",
44-
"jsdom": "^28.1.0",
45-
"typescript": "^5.9.3",
46-
"vite": "^7.3.1",
47-
"vitest": "^4.0.18",
44+
"jsdom": "^29.0.1",
45+
"typescript": "^6.0.2",
46+
"vite": "^8.0.3",
47+
"vitest": "^4.1.2",
4848
"vitest-webgl-canvas-mock": "^1.1.0"
4949
},
5050
"peerDependencies": {

0 commit comments

Comments
 (0)