Skip to content

Commit fa018c0

Browse files
committed
#162 update packages
1 parent cbca3af commit fa018c0

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

package.json

Lines changed: 11 additions & 11 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.2",
4+
"version": "4.0.3",
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,18 +33,18 @@
3333
"devDependencies": {
3434
"@eslint/eslintrc": "^3.3.5",
3535
"@eslint/js": "^10.0.1",
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",
36+
"@types/node": "^25.6.0",
37+
"@typescript-eslint/eslint-plugin": "^8.58.2",
38+
"@typescript-eslint/parser": "^8.58.2",
39+
"@vitest/coverage-v8": "^4.1.4",
40+
"@vitest/web-worker": "^4.1.4",
41+
"eslint": "^10.2.0",
4242
"eslint-plugin-unused-imports": "^4.4.1",
43-
"globals": "^17.4.0",
44-
"jsdom": "^29.0.1",
43+
"globals": "^17.5.0",
44+
"jsdom": "^29.0.2",
4545
"typescript": "^6.0.2",
46-
"vite": "^8.0.3",
47-
"vitest": "^4.1.2",
46+
"vite": "^8.0.8",
47+
"vitest": "^4.1.4",
4848
"vitest-webgl-canvas-mock": "^1.1.0"
4949
},
5050
"peerDependencies": {

0 commit comments

Comments
 (0)