@clerk/upgrade 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli.js CHANGED
File without changes
@@ -1,7 +1,7 @@
1
1
  import React, { useReducer, useMemo } from 'react';
2
2
  import { Text, Newline, useInput, Box } from 'ink';
3
3
  import Link from 'ink-link';
4
- import Markdown from 'ink-markdown';
4
+ import Markdown from '@jescalan/ink-markdown';
5
5
 
6
6
  // A listing of items which can be navigated with arrow keys and expanded/contracted
7
7
  // with space bar. Limits the number visible at a time to prevent rendering issues with
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clerk/upgrade",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "bin": "dist/cli.js",
@@ -27,6 +27,7 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@inkjs/ui": "^1.0.0",
30
+ "@jescalan/ink-markdown": "^2.0.0",
30
31
  "globby": "^14.0.0",
31
32
  "gray-matter": "^4.0.3",
32
33
  "index-to-position": "^0.1.2",
@@ -34,7 +35,6 @@
34
35
  "ink-big-text": "^2.0.0",
35
36
  "ink-gradient": "^3.0.0",
36
37
  "ink-link": "^3.0.0",
37
- "ink-markdown": "jescalan/ink-markdown#release",
38
38
  "marked": "^11.1.1",
39
39
  "meow": "^11.0.0",
40
40
  "react": "^18.2.0",