Skip to content

Commit d8371ff

Browse files
committed
chore: change hastscript & unist-util-visit from devDep to dep
1 parent ffcb655 commit d8371ff

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
"eslint-config-prettier": "^8.3.0",
4343
"eslint-plugin-prettier": "^3.4.0",
4444
"fs-extra": "^10.0.0",
45-
"hastscript": "^7.0.2",
4645
"micromark": "^3.0.0",
4746
"prettier": "^2.3.2",
4847
"rehype-stringify": "^8.0.0",
@@ -55,15 +54,16 @@
5554
"ts-node": "^10.2.0",
5655
"typescript": "^4.4.2",
5756
"unified-printer": "^1.1.3",
58-
"unist-util-visit": "^4.0.0",
5957
"vfile": "^5.0.2",
6058
"zx": "^2.0.0"
6159
},
6260
"dependencies": {
6361
"hast": "^1.0.0",
62+
"hastscript": "^7.0.2",
6463
"mdast-util-from-markdown": "^1.0.0",
6564
"micromark-factory-space": "^1.0.0",
6665
"micromark-util-types": "^1.0.0",
67-
"unified": "^10.1.0"
66+
"unified": "^10.1.0",
67+
"unist-util-visit": "^4.0.0"
6868
}
6969
}

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,9 @@
147147
"@types/node" "*"
148148

149149
"@types/hast@^2.0.0":
150-
version "2.3.2"
151-
resolved "https://registry.yarnpkg.com/@types/hast/-/hast-2.3.2.tgz#236201acca9e2695e42f713d7dd4f151dc2982e4"
152-
integrity sha512-Op5W7jYgZI7AWKY5wQ0/QNMzQM7dGQPyW1rXKNiymVCy5iTfdPuGu4HhYNOM2sIv8gUfIuIdcYlXmAepwaowow==
150+
version "2.3.4"
151+
resolved "https://registry.yarnpkg.com/@types/hast/-/hast-2.3.4.tgz#8aa5ef92c117d20d974a82bdfb6a648b08c0bafc"
152+
integrity sha512-wLEm0QvaoawEDoTRwzTXp4b4jpwiJDvR5KMnFnVodm3scufTlBOWRD6N1OBf9TZMhjlNsSfcO5V+7AF4+Vy+9g==
153153
dependencies:
154154
"@types/unist" "*"
155155

@@ -3369,9 +3369,9 @@ unist-util-is@^4.0.0:
33693369
integrity sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==
33703370

33713371
unist-util-is@^5.0.0:
3372-
version "5.1.0"
3373-
resolved "https://registry.yarnpkg.com/unist-util-is/-/unist-util-is-5.1.0.tgz#93cab236c0d98e7c02265f6cfa3efe8b117a628c"
3374-
integrity sha512-pWspZ+AvTqYbC+xWeRmzGqbcY8Na08Eowlfs2xchWTYot8vBBAq+syrE/LWS0bw1D/JOu4lwzDbEb6Mz13tK+g==
3372+
version "5.1.1"
3373+
resolved "https://registry.yarnpkg.com/unist-util-is/-/unist-util-is-5.1.1.tgz#e8aece0b102fa9bc097b0fef8f870c496d4a6236"
3374+
integrity sha512-F5CZ68eYzuSvJjGhCLPL3cYx45IxkqXSetCcRgUXtbcm50X2L9oOWQlfUfDdAf+6Pd27YDblBfdtmsThXmwpbQ==
33753375

33763376
unist-util-position@^3.0.0:
33773377
version "3.1.0"

0 commit comments

Comments
 (0)