From d2d07cb89bff29b88187c52f57b998f3066bffdc Mon Sep 17 00:00:00 2001 From: Daewook Kim Date: Mon, 25 Nov 2024 14:31:26 +0900 Subject: [PATCH 1/2] =?UTF-8?q?chore:=20node=20engine=E3=82=92v22=E3=81=AB?= =?UTF-8?q?update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8463233..69818ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lapras-inc/lapras-frontend", - "version": "0.3.5", + "version": "0.3.6", "author": "nasum ", "scripts": { "build": "npm run build:types && npm run build:vue", @@ -83,7 +83,7 @@ ] }, "engines": { - "node": "20.x" + "node": ">=20.x <=22.x" }, "peerDependencies": { "vue": "^3.4.34" From ab625523056a974fda5c14aa70af1a896a8bf16a Mon Sep 17 00:00:00 2001 From: Daewook Kim Date: Thu, 28 Nov 2024 15:05:27 +0900 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20package=E3=81=AE=E3=83=90=E3=83=BC?= =?UTF-8?q?=E3=82=B8=E3=83=A7=E3=83=B3=E3=81=AF=E8=87=AA=E5=8B=95=E6=8E=A1?= =?UTF-8?q?=E7=95=AA=E3=81=AE=E3=81=9F=E3=82=81=E3=80=81=E5=A4=89=E6=9B=B4?= =?UTF-8?q?=E5=89=8D=E3=81=AB=E6=88=BB=E3=81=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 69818ee..07271db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lapras-inc/lapras-frontend", - "version": "0.3.6", + "version": "0.3.5", "author": "nasum ", "scripts": { "build": "npm run build:types && npm run build:vue",