Skip to content

Commit

Permalink
build(deps): peerDependencies -> dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
  • Loading branch information
unicornware committed Apr 22, 2024
1 parent c3d225c commit 2d0a6d9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 14 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lock-inactive-threads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
13 changes: 4 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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
}
4 changes: 0 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2d0a6d9

Please sign in to comment.