Skip to content

Commit 2b9bbd5

Browse files
authored
Merge pull request #167 from Next2D/develop
#166 update packages
2 parents a653cb1 + 4934c54 commit 2b9bbd5

2 files changed

Lines changed: 12 additions & 11 deletions

File tree

package.json

Lines changed: 11 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.4",
4+
"version": "4.0.5",
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.6.0",
37-
"@typescript-eslint/eslint-plugin": "^8.59.1",
38-
"@typescript-eslint/parser": "^8.59.1",
39-
"@vitest/coverage-v8": "^4.1.5",
40-
"@vitest/web-worker": "^4.1.5",
41-
"eslint": "^10.3.0",
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",
4242
"eslint-plugin-unused-imports": "^4.4.1",
4343
"globals": "^17.6.0",
4444
"jsdom": "^29.1.1",
4545
"typescript": "^6.0.3",
46-
"vite": "^8.0.10",
47-
"vitest": "^4.1.5",
46+
"vite": "^8.0.16",
47+
"vitest": "^4.1.8",
4848
"vitest-webgl-canvas-mock": "^1.1.0"
4949
},
5050
"peerDependencies": {
@@ -62,6 +62,7 @@
6262
"@next2d/text": "file:../player/packages/text",
6363
"@next2d/texture-packer": "file:../player/packages/texture-packer",
6464
"@next2d/ui": "file:../player/packages/ui",
65-
"@next2d/webgl": "file:../player/packages/webgl"
65+
"@next2d/webgl": "file:../player/packages/webgl",
66+
"@next2d/webgpu": "file:../player/packages/webgpu"
6667
}
6768
}

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.1 %c https://next2d.app",
11+
console.log("%c Next2D Framework %c 4.0.5 %c https://next2d.app",
1212
"color: #fff; background: #5f5f5f",
1313
"color: #fff; background: #4bc729",
1414
"");

0 commit comments

Comments
 (0)