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 <[email protected]>
  • Loading branch information
unicornware committed Apr 22, 2024
1 parent 3e0882b commit 5b88035
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ extended to support other JavaScript-based languages, like [TypeScript][typescri
TypeScript users can integrate `esast` type definitions into their project by installing the appropriate packages:

```sh
yarn add @flex-development/esast @flex-development/docast @flex-development/unist-util-types @types/mdast @types/unist
yarn add @flex-development/esast
```

<blockquote>
Expand Down
16 changes: 5 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,29 +68,29 @@
"typecheck:watch": "vitest --mode=typecheck --typecheck"
},
"dependencies": {
"@flex-development/tutils": "6.0.0-alpha.25"
"@flex-development/docast": "1.0.0-alpha.15",
"@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",
"@commitlint/cli": "19.2.2",
"@commitlint/types": "19.0.3",
"@flex-development/commitlint-config": "1.0.1",
"@flex-development/decorator-regex": "2.0.0",
"@flex-development/docast": "1.0.0-alpha.15",
"@flex-development/esm-types": "2.0.0",
"@flex-development/grease": "3.0.0-alpha.9",
"@flex-development/mkbuild": "1.0.0-alpha.23",
"@flex-development/mlly": "1.0.0-alpha.18",
"@flex-development/pathe": "2.0.0",
"@flex-development/unist-util-types": "1.2.0",
"@types/eslint": "8.56.5",
"@types/estree": "1.0.5",
"@types/estree-jsx": "1.0.5",
"@types/is-ci": "3.0.4",
"@types/mdast": "4.0.3",
"@types/node": "20.11.25",
"@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 @@ -134,12 +134,6 @@
"vitest": "1.5.0",
"yaml-eslint-parser": "1.2.2"
},
"peerDependencies": {
"@flex-development/docast": ">=1.0.0-alpha.15",
"@flex-development/unist-util-types": ">=1.1.0",
"@types/mdast": ">=4.0.3",
"@types/unist": ">=3.0.2"
},
"resolutions": {
"@types/mdast": "4.0.3",
"@types/unist": "3.0.2",
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1377,11 +1377,6 @@ __metadata:
typescript: "npm:5.4.5"
vitest: "npm:1.5.0"
yaml-eslint-parser: "npm:1.2.2"
peerDependencies:
"@flex-development/docast": ">=1.0.0-alpha.15"
"@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 5b88035

Please sign in to comment.