Skip to content

Commit 92ec44a

Browse files
committed
update packages
1 parent 68a75b1 commit 92ec44a

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@next2d/framework-typescript-template",
33
"description": "Next2D Framework default TypeScript template.",
4-
"version": "3.2.0",
4+
"version": "3.2.1",
55
"homepage": "https://next2d.app",
66
"bugs": "https://github.com/Next2D/framework-typescript-template/issues/new",
77
"author": "Toshiyuki Ienaga<[email protected]>",

template/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,19 @@
2424
"@capacitor/core": "^7.2.0",
2525
"@capacitor/ios": "^7.2.0",
2626
"@eslint/eslintrc": "^3.3.1",
27-
"@eslint/js": "^9.24.0",
27+
"@eslint/js": "^9.25.1",
2828
"@next2d/vite-plugin-next2d-auto-loader": "^3.1.2",
29-
"@types/node": "^22.14.1",
30-
"@typescript-eslint/eslint-plugin": "^8.30.1",
31-
"@typescript-eslint/parser": "^8.30.1",
32-
"@vitest/web-worker": "^3.1.1",
33-
"eslint": "^9.24.0",
29+
"@types/node": "^22.15.3",
30+
"@typescript-eslint/eslint-plugin": "^8.31.1",
31+
"@typescript-eslint/parser": "^8.31.1",
32+
"@vitest/web-worker": "^3.1.2",
33+
"eslint": "^9.25.1",
3434
"eslint-plugin-unused-imports": "^4.1.4",
3535
"globals": "^16.0.0",
3636
"jsdom": "^26.1.0",
3737
"typescript": "^5.8.3",
38-
"vite": "^6.3.2",
39-
"vitest": "^3.1.1",
38+
"vite": "^6.3.4",
39+
"vitest": "^3.1.2",
4040
"vitest-webgl-canvas-mock": "^1.1.0"
4141
},
4242
"peerDependencies": {

0 commit comments

Comments
 (0)