Skip to content

Commit dd80992

Browse files
committed
#151 update packages
1 parent ece5403 commit dd80992

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

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": "3.0.11",
4+
"version": "3.0.12",
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,17 +32,17 @@
3232
},
3333
"devDependencies": {
3434
"@eslint/eslintrc": "^3.3.1",
35-
"@eslint/js": "^9.34.0",
36-
"@types/node": "^24.3.0",
37-
"@typescript-eslint/eslint-plugin": "^8.42.0",
38-
"@typescript-eslint/parser": "^8.42.0",
35+
"@eslint/js": "^9.36.0",
36+
"@types/node": "^24.6.2",
37+
"@typescript-eslint/eslint-plugin": "^8.45.0",
38+
"@typescript-eslint/parser": "^8.45.0",
3939
"@vitest/web-worker": "^3.2.4",
40-
"eslint": "^9.34.0",
40+
"eslint": "^9.36.0",
4141
"eslint-plugin-unused-imports": "^4.2.0",
42-
"globals": "^16.3.0",
43-
"jsdom": "^26.1.0",
44-
"typescript": "^5.9.2",
45-
"vite": "^7.1.4",
42+
"globals": "^16.4.0",
43+
"jsdom": "^27.0.0",
44+
"typescript": "^5.9.3",
45+
"vite": "^7.1.8",
4646
"vitest": "^3.2.4",
4747
"vitest-webgl-canvas-mock": "^1.1.0"
4848
},

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

0 commit comments

Comments
 (0)