From b8f451c843886c39742c5ec47b93220cc3e54b27 Mon Sep 17 00:00:00 2001 From: ienaga Date: Thu, 2 Oct 2025 23:20:59 +0900 Subject: [PATCH] #70 update packages --- package.json | 2 +- template/package.json | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index ac6037e..37031be 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@next2d/framework-template", "description": "Next2D Framework default JavaScript template.", - "version": "4.2.4", + "version": "4.2.5", "homepage": "https://next2d.app", "bugs": "https://github.com/Next2D/framework-template/issues/new", "author": "Toshiyuki Ienaga", diff --git a/template/package.json b/template/package.json index a462e10..1275b2e 100644 --- a/template/package.json +++ b/template/package.json @@ -24,12 +24,12 @@ "@capacitor/core": "^7.4.3", "@capacitor/ios": "^7.4.3", "@eslint/eslintrc": "^3.3.1", - "@eslint/js": "^9.34.0", - "@next2d/vite-plugin-next2d-auto-loader": "^3.1.6", - "eslint": "^9.34.0", - "globals": "^16.3.0", - "jsdom": "^26.1.0", - "vite": "^7.1.4", + "@eslint/js": "^9.36.0", + "@next2d/vite-plugin-next2d-auto-loader": "^3.1.8", + "eslint": "^9.36.0", + "globals": "^16.4.0", + "jsdom": "^27.0.0", + "vite": "^7.1.8", "vitest": "^3.2.4", "vitest-webgl-canvas-mock": "^1.1.0" },