diff --git a/.github/workflows/lock-inactive-threads.yml b/.github/workflows/lock-inactive-threads.yml index d1b560c4..21ebf9b5 100644 --- a/.github/workflows/lock-inactive-threads.yml +++ b/.github/workflows/lock-inactive-threads.yml @@ -2,6 +2,7 @@ # # References: # +# - https://github.com/actions/create-github-app-token # - https://github.com/dessant/lock-threads # - https://docs.github.com/actions/using-workflows/events-that-trigger-workflows#schedule diff --git a/README.md b/README.md index 4be5dfb6..7ece9e86 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ setting akin to [`jsdoc/check-tag-names`][check-tag-names] or [`jsdoc.structured TypeScript users can integrate `docast` type definitions into their project by installing the appropriate packages: ```sh -yarn add @flex-development/docast @flex-development/unist-util-types @types/mdast @types/unist +yarn add @flex-development/docast ``` ## Nodes (abstract) diff --git a/package.json b/package.json index bfe98264..c3d604cf 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,10 @@ "typecheck:watch": "vitest --mode=typecheck --typecheck" }, "dependencies": { - "@flex-development/tutils": "6.0.0-alpha.25" + "@flex-development/tutils": "6.0.0-alpha.25", + "@flex-development/unist-util-types": "1.2.0", + "@types/mdast": "4.0.3", + "@types/unist": "3.0.2" }, "devDependencies": { "@arethetypeswrong/cli": "0.15.3", @@ -80,13 +83,10 @@ "@flex-development/mlly": "1.0.0-alpha.18", "@flex-development/pathe": "2.0.0", "@flex-development/tsconfig-utils": "2.0.2", - "@flex-development/unist-util-types": "1.2.0", "@types/eslint": "8.56.2", "@types/is-ci": "3.0.4", - "@types/mdast": "4.0.3", "@types/node": "20.11.19", "@types/node-notifier": "8.0.5", - "@types/unist": "3.0.2", "@typescript-eslint/eslint-plugin": "7.7.0", "@typescript-eslint/parser": "7.7.0", "@vates/toggle-scripts": "1.0.0", @@ -130,11 +130,6 @@ "vitest": "1.5.0", "yaml-eslint-parser": "1.2.2" }, - "peerDependencies": { - "@flex-development/unist-util-types": ">=1.1.0", - "@types/mdast": ">=4.0.3", - "@types/unist": ">=3.0.2" - }, "packageManager": "yarn@4.1.0", "sideEffects": false } diff --git a/yarn.lock b/yarn.lock index cfbc632a..143c6865 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1282,10 +1282,6 @@ __metadata: vite: "npm:5.2.9" vitest: "npm:1.5.0" yaml-eslint-parser: "npm:1.2.2" - peerDependencies: - "@flex-development/unist-util-types": ">=1.1.0" - "@types/mdast": ">=4.0.3" - "@types/unist": ">=3.0.2" languageName: unknown linkType: soft