From 2bb5a16e983a112b40c1719b72baae8021b25d54 Mon Sep 17 00:00:00 2001 From: ienaga Date: Wed, 5 Jul 2023 00:46:54 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=A4=E3=83=B3=E3=82=BF=E3=83=BC=E3=83=95?= =?UTF-8?q?=E3=82=A7=E3=83=BC=E3=82=B9=E3=81=AEimport=E3=82=92=E8=AA=BF?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- template/package.json | 2 +- template/src/App.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c6d7eac..44a82a4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@next2d/framework-typescript-template", "description": "Next2D Framework default TypeScript template.", - "version": "1.0.0", + "version": "1.0.1", "homepage": "https://next2d.app", "bugs": "https://github.com/Next2D/framework-typescript-template/issues/new", "author": "Toshiyuki Ienaga", diff --git a/template/package.json b/template/package.json index 30479ac..a6baec4 100644 --- a/template/package.json +++ b/template/package.json @@ -25,7 +25,7 @@ "@capacitor/ios": "^5.1.0", "@next2d/env": "^1.1.1", "@next2d/framework": "^1.6.0", - "@next2d/webpack-typescript-auto-loader-plugin": "^1.0.0", + "@next2d/webpack-typescript-auto-loader-plugin": "^1.0.1", "@types/jest": "^29.5.2", "@typescript-eslint/eslint-plugin": "^5.61.0", "@typescript-eslint/parser": "^5.61.0", diff --git a/template/src/App.ts b/template/src/App.ts index 35690d2..50e1e3a 100644 --- a/template/src/App.ts +++ b/template/src/App.ts @@ -1,5 +1,5 @@ import { Application } from "@next2d/framework"; -import { ConfigImpl } from "@next2d/framework/dist/interface/ConfigImpl"; +import type { ConfigImpl } from "@next2d/framework"; /** * @class