summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAlexey Shmalko <[email protected]>2021-10-12 12:10:08 +0300
committerAlexey Shmalko <[email protected]>2021-10-12 12:10:08 +0300
commitc6fb7cb3ae3776c2d49771ee61c8ced595a2c6fd (patch)
treebe07d49299a679e176cc0f4af05b58d90148cbb2 /package.json
parent759475608f9bea6eab2c2d2109eb4dff5d8e4c30 (diff)
chore(preview): update uniorg to 0.4.5
0.4.0 has a couple of bugs with handling lists and headlines. Update to 0.4.5 which has them fixed.
Diffstat (limited to 'package.json')
-rw-r--r--package.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/package.json b/package.json
index 80f47d6..020108e 100644
--- a/package.json
+++ b/package.json
@@ -25,8 +25,8 @@
"es6-tween": "^5.5.11",
"framer-motion": "^4",
"next": "^11.1.0",
- "orgast-util-to-string": "^0.3.1",
- "orgast-util-visit-ids": "^0.3.1",
+ "orgast-util-to-string": "^0.4.5",
+ "orgast-util-visit-ids": "^0.4.5",
"path": "^0.12.7",
"re-resizable": "^6.9.1",
"react": "17.0.2",
@@ -46,11 +46,11 @@
"to-vfile": "^6.1.0",
"unified": "^9.2.2",
"uniorg": "^0.4.0",
- "uniorg-attach": "^0.4.2",
- "uniorg-extract-keywords": "^0.4.0",
- "uniorg-parse": "^0.4.0",
- "uniorg-rehype": "^0.4.0",
- "uniorg-slug": "^0.4.0",
+ "uniorg-attach": "^0.4.5",
+ "uniorg-extract-keywords": "^0.4.5",
+ "uniorg-parse": "^0.4.5",
+ "uniorg-rehype": "^0.4.5",
+ "uniorg-slug": "^0.4.5",
"use-constant": "^1.1.0",
"use-undo": "^1.0.5",
"vfile": "^4.2.1",