Skip to content

Commit cde8a7e

Browse files
authored
Merge pull request #138 from Next2D/develop
update package
2 parents 6c6bb9a + a6469f1 commit cde8a7e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 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.2",
4+
"version": "3.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,16 +33,16 @@
3333
"devDependencies": {
3434
"@eslint/eslintrc": "^3.3.1",
3535
"@eslint/js": "^9.23.0",
36-
"@types/node": "^22.13.11",
37-
"@typescript-eslint/eslint-plugin": "^8.27.0",
38-
"@typescript-eslint/parser": "^8.27.0",
36+
"@types/node": "^22.13.13",
37+
"@typescript-eslint/eslint-plugin": "^8.28.0",
38+
"@typescript-eslint/parser": "^8.28.0",
3939
"@vitest/web-worker": "^3.0.9",
4040
"eslint": "^9.23.0",
4141
"eslint-plugin-unused-imports": "^4.1.4",
4242
"globals": "^16.0.0",
4343
"jsdom": "^26.0.0",
4444
"typescript": "^5.8.2",
45-
"vite": "^6.2.2",
45+
"vite": "^6.2.3",
4646
"vitest": "^3.0.9",
4747
"vitest-webgl-canvas-mock": "^1.1.0"
4848
},

0 commit comments

Comments
 (0)