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" } }