Skip to content

Commit

Permalink
build(deps): add @types/unist
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <[email protected]>
  • Loading branch information
unicornware committed Jun 14, 2024
1 parent b21933e commit fbc4b6f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 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 @@ This package is [ESM only][esm].
In Node.js (version 18+) with [yarn][yarn]:

```sh
yarn add -D @flex-development/unist-util-types @types/unist
yarn add @flex-development/unist-util-types
```

<blockquote>
Expand Down
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@
"typecheck": "vitest run --mode=typecheck --typecheck",
"typecheck:watch": "vitest --mode=typecheck --typecheck"
},
"dependencies": {
"@types/unist": "3.0.2"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.15.3",
"@commitlint/cli": "19.3.0",
Expand Down Expand Up @@ -124,12 +127,6 @@
"vitest": "1.6.0",
"yaml-eslint-parser": "1.2.3"
},
"peerDependencies": {
"@types/unist": ">=3.0.2"
},
"resolutions": {
"@types/unist": "3.0.2"
},
"engines": {
"node": ">=18.18.2"
},
Expand Down
11 changes: 8 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1900,8 +1900,6 @@ __metadata:
typescript: "npm:5.5.0-beta"
vitest: "npm:1.6.0"
yaml-eslint-parser: "npm:1.2.3"
peerDependencies:
"@types/unist": ">=3.0.2"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -2523,13 +2521,20 @@ __metadata:
languageName: node
linkType: hard

"@types/unist@npm:3.0.2":
"@types/unist@npm:*, @types/unist@npm:3.0.2, @types/unist@npm:^3.0.0":
version: 3.0.2
resolution: "@types/unist@npm:3.0.2"
checksum: 10/3d04d0be69316e5f14599a0d993a208606c12818cf631fd399243d1dc7a9bd8a3917d6066baa6abc290814afbd744621484756803c80cba892c39cd4b4a85616
languageName: node
linkType: hard

"@types/unist@npm:^2, @types/unist@npm:^2.0.0, @types/unist@npm:^2.0.2":
version: 2.0.10
resolution: "@types/unist@npm:2.0.10"
checksum: 10/e2924e18dedf45f68a5c6ccd6015cd62f1643b1b43baac1854efa21ae9e70505db94290434a23da1137d9e31eb58e54ca175982005698ac37300a1c889f6c4aa
languageName: node
linkType: hard

"@types/validator@npm:^13.7.10":
version: 13.11.8
resolution: "@types/validator@npm:13.11.8"
Expand Down

0 comments on commit fbc4b6f

Please sign in to comment.