Skip to content

Commit

Permalink
build(deps-dev): add @flex-development/unist-util-inspect
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <[email protected]>
  • Loading branch information
unicornware committed Jul 5, 2024
1 parent 29466c4 commit a4ce8cc
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,10 @@ export default FibonacciSequence

```js
import { fromDocs } from '@flex-development/docast-util-from-docs'
import { inspect } from '@flex-development/unist-util-inspect'
import { directiveFromMarkdown } from 'mdast-util-directive'
import { directive } from 'micromark-extension-directive'
import { read } from 'to-vfile'
import { inspect } from 'unist-util-inspect'

const file = await read('fibonacci-sequence.ts')

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
"@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-inspect": "1.0.1",
"@flex-development/unist-util-types": "1.4.0",
"@html-eslint/eslint-plugin": "0.24.0",
"@html-eslint/parser": "0.24.0",
Expand Down Expand Up @@ -164,7 +165,6 @@
"trash-cli": "5.0.0",
"ts-dedent": "2.2.0",
"typescript": "5.5.3",
"unist-util-inspect": "8.0.0",
"vite": "5.2.2",
"vite-tsconfig-paths": "4.3.2",
"vitest": "1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion src/__tests__/util.integration.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
import type { Options } from '#src/interfaces'
import type { Point } from '@flex-development/docast'
import { constant, type Assign } from '@flex-development/tutils'
import { inspectNoColor } from '@flex-development/unist-util-inspect'
import { directiveFromMarkdown } from 'mdast-util-directive'
import { directive } from 'micromark-extension-directive'
import { readSync as read } from 'to-vfile'
import { inspectNoColor } from 'unist-util-inspect'
import type { VFile } from 'vfile'
import type { TestContext } from 'vitest'
import testSubject from '../util'
Expand Down
2 changes: 1 addition & 1 deletion src/__tests__/util.markdown.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

import type { ParseMarkdownOptions } from '#src/interfaces'
import { constant } from '@flex-development/tutils'
import { inspectNoColor } from '@flex-development/unist-util-inspect'
import type { RootContent } from 'mdast'
import { read } from 'to-vfile'
import { inspectNoColor } from 'unist-util-inspect'
import type { VFile } from 'vfile'
import type { TestContext } from 'vitest'
import testSubject from '../util.markdown'
Expand Down
24 changes: 22 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1261,6 +1261,7 @@ __metadata:
"@flex-development/mlly": "npm:1.0.0-alpha.18"
"@flex-development/pathe": "npm:2.0.0"
"@flex-development/tutils": "npm:6.0.0-alpha.25"
"@flex-development/unist-util-inspect": "npm:1.0.1"
"@flex-development/unist-util-types": "npm:1.4.0"
"@flex-development/unist-util-visit": "npm:1.1.0"
"@flex-development/vfile-location": "npm:1.0.1"
Expand Down Expand Up @@ -1329,7 +1330,6 @@ __metadata:
typescript: "npm:5.5.3"
typescript-parsec: "npm:0.3.4"
unist-builder: "npm:4.0.0"
unist-util-inspect: "npm:8.0.0"
vfile: "npm:6.0.1"
vite: "npm:5.2.2"
vite-tsconfig-paths: "npm:4.3.2"
Expand Down Expand Up @@ -1716,6 +1716,26 @@ __metadata:
languageName: node
linkType: hard

"@flex-development/unist-util-inspect@npm:1.0.1":
version: 1.0.1
resolution: "@flex-development/unist-util-inspect@npm:1.0.1::__archiveUrl=https%3A%2F%2Fnpm.pkg.github.com%2Fdownload%2F%40flex-development%2Funist-util-inspect%2F1.0.1%2F62e4316a7ec1359ea377db40bd063dc83808b75e"
dependencies:
"@flex-development/unist-util-stringify-position": "npm:1.0.1"
"@types/unist": "npm:3.0.2"
checksum: 10/9d4da80d5be62ead6afff50c07a2587c5bf5f51bb3432b38f74863a6b55d0e4c9e854b4f73f1a98746b2c9409e5cc76f40cfe85ba0c7eb634ba825f39eb536dc
languageName: node
linkType: hard

"@flex-development/unist-util-stringify-position@npm:1.0.1":
version: 1.0.1
resolution: "@flex-development/unist-util-stringify-position@npm:1.0.1::__archiveUrl=https%3A%2F%2Fnpm.pkg.github.com%2Fdownload%2F%40flex-development%2Funist-util-stringify-position%2F1.0.1%2F573c6a592094d914733e4491a7a68de42c196c8f"
dependencies:
"@flex-development/unist-util-types": "npm:1.6.1"
"@types/unist": "npm:3.0.2"
checksum: 10/86410dc2984ecfb60f2db63d114b1929b056acf09e38dc822aea6b6dbcf92ebfd6e52f59d2392e10d9b60579e65fd21c740061943ffbb56e82d896d78c9ed5a1
languageName: node
linkType: hard

"@flex-development/unist-util-types@npm:1.4.0":
version: 1.4.0
resolution: "@flex-development/unist-util-types@npm:1.4.0::__archiveUrl=https%3A%2F%2Fnpm.pkg.github.com%2Fdownload%2F%40flex-development%2Funist-util-types%2F1.4.0%2F7bc3e76774ee0ff16f31bf3ca7caaec923795e07"
Expand Down Expand Up @@ -10049,7 +10069,7 @@ __metadata:
languageName: node
linkType: hard

"unist-util-inspect@npm:8.0.0, unist-util-inspect@npm:^8.0.0":
"unist-util-inspect@npm:^8.0.0":
version: 8.0.0
resolution: "unist-util-inspect@npm:8.0.0"
dependencies:
Expand Down

0 comments on commit a4ce8cc

Please sign in to comment.