From b3d3e1340f6f963b705d6e405ad6f8e5308236c2 Mon Sep 17 00:00:00 2001 From: SEEWON Date: Tue, 24 Sep 2024 14:57:17 +0900 Subject: [PATCH] chore: upgrade @types/node to ^18.0.0 to resolve dependency conflict with Vite --- hello-world-bot-with-tab/bot/package.json | 2 +- hello-world-bot-with-tab/tab/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hello-world-bot-with-tab/bot/package.json b/hello-world-bot-with-tab/bot/package.json index 43dd9c6f..3f53c2c8 100644 --- a/hello-world-bot-with-tab/bot/package.json +++ b/hello-world-bot-with-tab/bot/package.json @@ -29,7 +29,7 @@ "devDependencies": { "@types/restify": "8.5.5", "@types/json-schema": "^7.0.15", - "@types/node": "^14.0.0", + "@types/node": "^18.0.0", "env-cmd": "^10.1.0", "ts-node": "^10.4.0", "typescript": "^4.4.4", diff --git a/hello-world-bot-with-tab/tab/package.json b/hello-world-bot-with-tab/tab/package.json index c90d44f9..e26092b1 100644 --- a/hello-world-bot-with-tab/tab/package.json +++ b/hello-world-bot-with-tab/tab/package.json @@ -16,7 +16,7 @@ "react-router-dom": "^6.8.0" }, "devDependencies": { - "@types/node": "^14.0.0", + "@types/node": "^18.0.0", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@types/react-router-dom": "^5.3.3",