diff --git a/package-lock.json b/package-lock.json index 47090cfb2..89f999a56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -827,6 +827,8 @@ }, "node_modules/@img/sharp-libvips-linuxmusl-x64": { "version": "1.2.4", + "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.4.tgz", + "integrity": "sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==", "cpu": [ "x64" ], @@ -993,6 +995,8 @@ }, "node_modules/@img/sharp-linuxmusl-x64": { "version": "0.34.5", + "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.5.tgz", + "integrity": "sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==", "cpu": [ "x64" ], @@ -1266,6 +1270,8 @@ }, "node_modules/@myriaddreamin/typst-ts-node-compiler-linux-x64-musl": { "version": "0.6.0", + "resolved": "https://registry.npmjs.org/@myriaddreamin/typst-ts-node-compiler-linux-x64-musl/-/typst-ts-node-compiler-linux-x64-musl-0.6.0.tgz", + "integrity": "sha512-b+kTb4vI0sFTkPtIAUE+UqjhZ4kTiAkh4F/2QKnFitAsURlLcRwTcMc9NJm6SXwW1OM0nPj1IGTfUOFpqLOIPQ==", "cpu": [ "x64" ], @@ -1510,6 +1516,8 @@ }, "node_modules/@napi-rs/simple-git-linux-x64-musl": { "version": "0.1.22", + "resolved": "https://registry.npmjs.org/@napi-rs/simple-git-linux-x64-musl/-/simple-git-linux-x64-musl-0.1.22.tgz", + "integrity": "sha512-zRYxg7it0p3rLyEJYoCoL2PQJNgArVLyNavHW03TFUAYkYi5bxQ/UFNVpgxMaXohr5yu7qCBqeo9j4DWeysalg==", "cpu": [ "x64" ], @@ -1813,6 +1821,8 @@ }, "node_modules/@parcel/watcher-linux-x64-musl": { "version": "2.5.4", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.4.tgz", + "integrity": "sha512-YoRWCVgxv8akZrMhdyVi6/TyoeeMkQ0PGGOf2E4omODrvd1wxniXP+DBynKoHryStks7l+fDAMUBRzqNHrVOpg==", "cpu": [ "x64" ], @@ -1906,7 +1916,7 @@ }, "node_modules/@quartz-community/explorer": { "version": "0.1.0", - "resolved": "git+ssh://git@github.com/quartz-community/explorer.git#0760f41d0f8d37adddf36d7c9030e0fee7301670", + "resolved": "git+ssh://git@github.com/quartz-community/explorer.git#f28fc154f7c4cdc106645a531cd5dc1a814ba14c", "license": "MIT", "dependencies": { "mdast-util-find-and-replace": "^3.0.1", @@ -1937,7 +1947,7 @@ }, "node_modules/@quartz-community/graph": { "version": "0.1.0", - "resolved": "git+ssh://git@github.com/quartz-community/graph.git#7ac2da20c4786506c791035694f56c24c56eb290", + "resolved": "git+ssh://git@github.com/quartz-community/graph.git#5b101005c8556e1a9036341fc951475318de7976", "license": "MIT", "dependencies": { "mdast-util-find-and-replace": "^3.0.1", @@ -4229,6 +4239,8 @@ }, "node_modules/lightningcss-linux-x64-musl": { "version": "1.31.1", + "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.31.1.tgz", + "integrity": "sha512-eowF8PrKHw9LpoZii5tdZwnBcYDxRw2rRCyvAXLi34iyeYfqCQNA9rmUM0ce62NlPhCvof1+9ivRaTY6pSKDaA==", "cpu": [ "x64" ], diff --git a/quartz.layout.ts b/quartz.layout.ts index 1a75e5762..d15bca85e 100644 --- a/quartz.layout.ts +++ b/quartz.layout.ts @@ -1,7 +1,7 @@ import { PageLayout, SharedLayout } from "./quartz/cfg" import * as Component from "./quartz/components" -import { Explorer } from "@quartz-community/explorer/components" -import { Graph } from "@quartz-community/graph/components" +import { Explorer } from "@quartz-community/explorer" +import { Graph } from "@quartz-community/graph" const explorerComponent = Explorer() const graphComponent = Graph()