Skip to content

Commit f18043c

Browse files
authored
Merge pull request #169 from Next2D/develop
#168 update packages
2 parents 2b9bbd5 + d12640a commit f18043c

3 files changed

Lines changed: 11 additions & 30 deletions

File tree

.github/workflows/auto-assign.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

package.json

Lines changed: 10 additions & 10 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.5",
4+
"version": "4.0.6",
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.9.2",
37-
"@typescript-eslint/eslint-plugin": "^8.60.1",
38-
"@typescript-eslint/parser": "^8.60.1",
39-
"@vitest/coverage-v8": "^4.1.8",
40-
"@vitest/web-worker": "^4.1.8",
41-
"eslint": "^10.4.1",
36+
"@types/node": "^26.1.0",
37+
"@typescript-eslint/eslint-plugin": "^8.62.1",
38+
"@typescript-eslint/parser": "^8.62.1",
39+
"@vitest/coverage-v8": "^4.1.9",
40+
"@vitest/web-worker": "^4.1.9",
41+
"eslint": "^10.6.0",
4242
"eslint-plugin-unused-imports": "^4.4.1",
43-
"globals": "^17.6.0",
43+
"globals": "^17.7.0",
4444
"jsdom": "^29.1.1",
4545
"typescript": "^6.0.3",
46-
"vite": "^8.0.16",
47-
"vitest": "^4.1.8",
46+
"vite": "^8.1.3",
47+
"vitest": "^4.1.9",
4848
"vitest-webgl-canvas-mock": "^1.1.0"
4949
},
5050
"peerDependencies": {

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { TextFieldContent } from "./application/content/TextFieldContent";
88
import { VideoContent } from "./application/content/VideoContent";
99

1010
// output build version
11-
console.log("%c Next2D Framework %c 4.0.5 %c https://next2d.app",
11+
console.log("%c Next2D Framework %c 4.0.6 %c https://next2d.app",
1212
"color: #fff; background: #5f5f5f",
1313
"color: #fff; background: #4bc729",
1414
"");

0 commit comments

Comments
 (0)