summaryrefslogtreecommitdiff
path: root/package-lock.json
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-10-12 22:31:06 +0200
committerThomas F. K. Jorna <[email protected]>2021-10-12 22:31:06 +0200
commit5e24ca4fea2e4a31beb2123f328c600e83c5e7f3 (patch)
treefe01aaf998c583be79bf51e44cfbe09651943e31 /package-lock.json
parent1148249b767cc3e0a36e63dd3c735f63d1067446 (diff)
fix: update uniorg and fix unified deps
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json192
1 files changed, 192 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json
index 56804d3..54983c8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8,6 +8,7 @@
"name": "org-roam-ui",
"version": "0.1.0",
"dependencies": {
+ "@agentofuser/rehype-section": "^1.0.5",
"@chakra-ui/icons": "^1.0.14",
"@chakra-ui/react": "^1.6.5",
"@emotion/react": "^11",
@@ -15,12 +16,15 @@
"@lilib/hooks": "^0.1.1",
"@react-hook/window-size": "^3.0.7",
"@types/color": "^3.0.2",
+ "babel-plugin-syntax-jsx": "^6.18.0",
"chakra-ui-autocomplete": "^1.4.2",
"d3-force-3d": "^3.0.2",
"d3-interpolate": "^3.0.1",
"date-fns-tz": "^1.1.6",
"es6-tween": "^5.5.11",
"framer-motion": "^4",
+ "hast-to-hyperscript": "^9.0.1",
+ "hastscript": "^6.0.0",
"next": "^11.1.0",
"orgast-util-to-string": "^0.4.5",
"orgast-util-visit-ids": "^0.4.5",
@@ -48,9 +52,11 @@
"uniorg-parse": "^0.4.5",
"uniorg-rehype": "^0.4.5",
"uniorg-slug": "^0.4.5",
+ "unist-util-find-after": "^3.0.0",
"use-constant": "^1.1.0",
"use-undo": "^1.0.5",
"vfile": "^4.2.1",
+ "web-namespaces": "^1.1.4",
"word-wrap": "^1.2.3"
},
"devDependencies": {
@@ -64,6 +70,39 @@
"typescript": "4.3.5"
}
},
+ "node_modules/@agentofuser/rehype-section": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/@agentofuser/rehype-section/-/rehype-section-1.0.5.tgz",
+ "integrity": "sha512-irw8QyzS6mAtKHrMTaubaiG0/pxY/8u09kXz2GQkAf8RSDqW+50d/H8SJuzzZbIt52cIJr+fvHtqxzM4VSaa3w==",
+ "dependencies": {
+ "hast-util-heading": "^1.0.3",
+ "hastscript": "^5.1.0"
+ }
+ },
+ "node_modules/@agentofuser/rehype-section/node_modules/hastscript": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-5.1.2.tgz",
+ "integrity": "sha512-WlztFuK+Lrvi3EggsqOkQ52rKbxkXL3RwB6t5lwoa8QLMemoWfBuL43eDrwOamJyR7uKQKdmKYaBH1NZBiIRrQ==",
+ "dependencies": {
+ "comma-separated-tokens": "^1.0.0",
+ "hast-util-parse-selector": "^2.0.0",
+ "property-information": "^5.0.0",
+ "space-separated-tokens": "^1.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/unified"
+ }
+ },
+ "node_modules/@agentofuser/rehype-section/node_modules/space-separated-tokens": {
+ "version": "1.1.5",
+ "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-1.1.5.tgz",
+ "integrity": "sha512-q/JSVd1Lptzhf5bkYm4ob4iWPjx0KiRe3sRFBNrVqbJkFaBm5vbbowy1mymoPNLRa52+oadOhJ+K49wsSeSjTA==",
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/wooorm"
+ }
+ },
"node_modules/@babel/code-frame": {
"version": "7.12.11",
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz",
@@ -2439,6 +2478,11 @@
"resolve": "^1.12.0"
}
},
+ "node_modules/babel-plugin-syntax-jsx": {
+ "version": "6.18.0",
+ "resolved": "https://registry.npmjs.org/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz",
+ "integrity": "sha1-CvMqmm4Tyno/1QaeYtew9Y0NiUY="
+ },
"node_modules/bail": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/bail/-/bail-1.0.5.tgz",
@@ -4905,6 +4949,24 @@
"url": "https://opencollective.com/unified"
}
},
+ "node_modules/hast-to-hyperscript/node_modules/space-separated-tokens": {
+ "version": "1.1.5",
+ "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-1.1.5.tgz",
+ "integrity": "sha512-q/JSVd1Lptzhf5bkYm4ob4iWPjx0KiRe3sRFBNrVqbJkFaBm5vbbowy1mymoPNLRa52+oadOhJ+K49wsSeSjTA==",
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/wooorm"
+ }
+ },
+ "node_modules/hast-to-hyperscript/node_modules/unist-util-is": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.1.0.tgz",
+ "integrity": "sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==",
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/unified"
+ }
+ },
"node_modules/hast-util-from-parse5": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-6.0.1.tgz",
@@ -4922,6 +4984,18 @@
"url": "https://opencollective.com/unified"
}
},
+ "node_modules/hast-util-heading": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/hast-util-heading/-/hast-util-heading-1.0.5.tgz",
+ "integrity": "sha512-dU4fm5D88ZUn89GRQ0HHW9p7FgDYIgH7PNMr6ZhRYXrwAOw6Do/OIFy5lN2vEMv4biFXZBmpHZsFn7zTMMs6OA==",
+ "dependencies": {
+ "hast-util-is-element": "^1.1.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/unified"
+ }
+ },
"node_modules/hast-util-is-element": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/hast-util-is-element/-/hast-util-is-element-1.1.0.tgz",
@@ -5031,6 +5105,15 @@
"url": "https://opencollective.com/unified"
}
},
+ "node_modules/hastscript/node_modules/space-separated-tokens": {
+ "version": "1.1.5",
+ "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-1.1.5.tgz",
+ "integrity": "sha512-q/JSVd1Lptzhf5bkYm4ob4iWPjx0KiRe3sRFBNrVqbJkFaBm5vbbowy1mymoPNLRa52+oadOhJ+K49wsSeSjTA==",
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/wooorm"
+ }
+ },
"node_modules/he": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
@@ -9009,6 +9092,27 @@
"url": "https://opencollective.com/unified"
}
},
+ "node_modules/unist-util-find-after": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/unist-util-find-after/-/unist-util-find-after-3.0.0.tgz",
+ "integrity": "sha512-ojlBqfsBftYXExNu3+hHLfJQ/X1jYY/9vdm4yZWjIbf0VuWF6CRufci1ZyoD/wV2TYMKxXUoNuoqwy+CkgzAiQ==",
+ "dependencies": {
+ "unist-util-is": "^4.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/unified"
+ }
+ },
+ "node_modules/unist-util-find-after/node_modules/unist-util-is": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.1.0.tgz",
+ "integrity": "sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==",
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/unified"
+ }
+ },
"node_modules/unist-util-is": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.1.1.tgz",
@@ -9307,6 +9411,15 @@
"node": ">=10.13.0"
}
},
+ "node_modules/web-namespaces": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-1.1.4.tgz",
+ "integrity": "sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw==",
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/wooorm"
+ }
+ },
"node_modules/webidl-conversions": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz",
@@ -9488,6 +9601,33 @@
}
},
"dependencies": {
+ "@agentofuser/rehype-section": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/@agentofuser/rehype-section/-/rehype-section-1.0.5.tgz",
+ "integrity": "sha512-irw8QyzS6mAtKHrMTaubaiG0/pxY/8u09kXz2GQkAf8RSDqW+50d/H8SJuzzZbIt52cIJr+fvHtqxzM4VSaa3w==",
+ "requires": {
+ "hast-util-heading": "^1.0.3",
+ "hastscript": "^5.1.0"
+ },
+ "dependencies": {
+ "hastscript": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-5.1.2.tgz",
+ "integrity": "sha512-WlztFuK+Lrvi3EggsqOkQ52rKbxkXL3RwB6t5lwoa8QLMemoWfBuL43eDrwOamJyR7uKQKdmKYaBH1NZBiIRrQ==",
+ "requires": {
+ "comma-separated-tokens": "^1.0.0",
+ "hast-util-parse-selector": "^2.0.0",
+ "property-information": "^5.0.0",
+ "space-separated-tokens": "^1.0.0"
+ }
+ },
+ "space-separated-tokens": {
+ "version": "1.1.5",
+ "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-1.1.5.tgz",
+ "integrity": "sha512-q/JSVd1Lptzhf5bkYm4ob4iWPjx0KiRe3sRFBNrVqbJkFaBm5vbbowy1mymoPNLRa52+oadOhJ+K49wsSeSjTA=="
+ }
+ }
+ },
"@babel/code-frame": {
"version": "7.12.11",
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz",
@@ -11293,6 +11433,11 @@
"resolve": "^1.12.0"
}
},
+ "babel-plugin-syntax-jsx": {
+ "version": "6.18.0",
+ "resolved": "https://registry.npmjs.org/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz",
+ "integrity": "sha1-CvMqmm4Tyno/1QaeYtew9Y0NiUY="
+ },
"bail": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/bail/-/bail-1.0.5.tgz",
@@ -13224,6 +13369,18 @@
"style-to-object": "^0.3.0",
"unist-util-is": "^4.0.0",
"web-namespaces": "^1.0.0"
+ },
+ "dependencies": {
+ "space-separated-tokens": {
+ "version": "1.1.5",
+ "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-1.1.5.tgz",
+ "integrity": "sha512-q/JSVd1Lptzhf5bkYm4ob4iWPjx0KiRe3sRFBNrVqbJkFaBm5vbbowy1mymoPNLRa52+oadOhJ+K49wsSeSjTA=="
+ },
+ "unist-util-is": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.1.0.tgz",
+ "integrity": "sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg=="
+ }
}
},
"hast-util-from-parse5": {
@@ -13239,6 +13396,14 @@
"web-namespaces": "^1.0.0"
}
},
+ "hast-util-heading": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/hast-util-heading/-/hast-util-heading-1.0.5.tgz",
+ "integrity": "sha512-dU4fm5D88ZUn89GRQ0HHW9p7FgDYIgH7PNMr6ZhRYXrwAOw6Do/OIFy5lN2vEMv4biFXZBmpHZsFn7zTMMs6OA==",
+ "requires": {
+ "hast-util-is-element": "^1.1.0"
+ }
+ },
"hast-util-is-element": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/hast-util-is-element/-/hast-util-is-element-1.1.0.tgz",
@@ -13312,6 +13477,13 @@
"hast-util-parse-selector": "^2.0.0",
"property-information": "^5.0.0",
"space-separated-tokens": "^1.0.0"
+ },
+ "dependencies": {
+ "space-separated-tokens": {
+ "version": "1.1.5",
+ "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-1.1.5.tgz",
+ "integrity": "sha512-q/JSVd1Lptzhf5bkYm4ob4iWPjx0KiRe3sRFBNrVqbJkFaBm5vbbowy1mymoPNLRa52+oadOhJ+K49wsSeSjTA=="
+ }
}
},
"he": {
@@ -16398,6 +16570,21 @@
"resolved": "https://registry.npmjs.org/unist-builder/-/unist-builder-2.0.3.tgz",
"integrity": "sha512-f98yt5pnlMWlzP539tPc4grGMsFaQQlP/vM396b00jngsiINumNmsY8rkXjfoi1c6QaM8nQ3vaGDuoKWbe/1Uw=="
},
+ "unist-util-find-after": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/unist-util-find-after/-/unist-util-find-after-3.0.0.tgz",
+ "integrity": "sha512-ojlBqfsBftYXExNu3+hHLfJQ/X1jYY/9vdm4yZWjIbf0VuWF6CRufci1ZyoD/wV2TYMKxXUoNuoqwy+CkgzAiQ==",
+ "requires": {
+ "unist-util-is": "^4.0.0"
+ },
+ "dependencies": {
+ "unist-util-is": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.1.0.tgz",
+ "integrity": "sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg=="
+ }
+ }
+ },
"unist-util-is": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.1.1.tgz",
@@ -16615,6 +16802,11 @@
"graceful-fs": "^4.1.2"
}
},
+ "web-namespaces": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-1.1.4.tgz",
+ "integrity": "sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw=="
+ },
"webidl-conversions": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz",