diff --git a/bun.lock b/bun.lock index 996625e..a4b58ea 100644 --- a/bun.lock +++ b/bun.lock @@ -11,11 +11,11 @@ "devDependencies": { "@getmeli/cli": "1.2.0", "@types/bun": "latest", - "@typhonjs-typedoc/ts-lib-docs": "^2024.12.25", + "@typhonjs-typedoc/ts-lib-docs": "2024.12.25", "@typhonjs-typedoc/typedoc-theme-dmt": "0.3.1", "eslint": "9.20.0", "eslint-config-standard": "17.1.0", - "prettier": "^3.5.0", + "prettier": "3.5.0", "typedoc": "0.27.7", "typedoc-plugin-coverage": "3.4.1", "typedoc-plugin-markdown": "4.4.1", diff --git a/package.json b/package.json index 5fc49b9..2ab82dc 100644 --- a/package.json +++ b/package.json @@ -30,11 +30,11 @@ "devDependencies": { "@getmeli/cli": "1.2.0", "@types/bun": "latest", - "@typhonjs-typedoc/ts-lib-docs": "^2024.12.25", + "@typhonjs-typedoc/ts-lib-docs": "2024.12.25", "@typhonjs-typedoc/typedoc-theme-dmt": "0.3.1", "eslint": "9.20.0", "eslint-config-standard": "17.1.0", - "prettier": "^3.5.0", + "prettier": "3.5.0", "typedoc": "0.27.7", "typedoc-plugin-coverage": "3.4.1", "typedoc-plugin-markdown": "4.4.1"