From 0509a8c5a756d81ad517d3275af333aae62f5c90 Mon Sep 17 00:00:00 2001 From: Renovate Date: Sun, 9 Feb 2025 16:01:12 +0000 Subject: [PATCH] Pin dependencies --- bun.lock | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bun.lock b/bun.lock index 80a8563..92f370f 100644 --- a/bun.lock +++ b/bun.lock @@ -7,13 +7,13 @@ "@types/semver": "^7.5.8", "semver": "^7.7.1", "toml": "^3.0.0", - "typedoc": "^0.27.6", - "typedoc-plugin-markdown": "^4.4.1", }, "devDependencies": { "@types/bun": "latest", "eslint": "9.20.0", "eslint-config-standard": "17.1.0", + "typedoc": "0.27.6", + "typedoc-plugin-markdown": "4.4.1", }, "peerDependencies": { "typescript": "^5.0.0", diff --git a/package.json b/package.json index 65251e7..3aca43b 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,8 @@ "@types/bun": "latest", "eslint": "9.20.0", "eslint-config-standard": "17.1.0", - "typedoc": "^0.27.6", - "typedoc-plugin-markdown": "^4.4.1" + "typedoc": "0.27.6", + "typedoc-plugin-markdown": "4.4.1" }, "peerDependencies": { "typescript": "^5.0.0" -- 2.45.3