From 28049e5d225948e29b31e5d4b54f69798115b47e Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Sat, 1 Jun 2024 15:49:30 +0700 Subject: [PATCH] Update package.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 0020771..c7cfd96 100644 --- a/package.json +++ b/package.json @@ -6,12 +6,12 @@ "build": "build.ts" }, "devDependencies": { - "@types/bun": "latest", - "@types/node": "^20.12.7", + "@types/bun": "^1.1.3", + "@types/node": "^20.13.0", "@types/stylus": "^0.48.42", "stylus": "^0.63.0" }, "peerDependencies": { - "typescript": "^5.0.0" + "typescript": "^5.4.5" } }