diff --git a/package-lock.json b/package-lock.json index 919657a9d..49be47f53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -76,7 +76,7 @@ "quartz": "quartz/bootstrap-cli.mjs" }, "devDependencies": { - "@quartz-community/types": "file:../types", + "@quartz-community/types": "github:quartz-community/types", "@types/d3": "^7.4.3", "@types/hast": "^3.0.4", "@types/js-yaml": "^4.0.9", @@ -95,20 +95,6 @@ "npm": ">=10.9.2" } }, - "../types": { - "name": "@quartz-community/types", - "version": "0.1.0", - "dev": true, - "license": "MIT", - "devDependencies": { - "tsup": "^8.5.0", - "typescript": "^5.9.3" - }, - "engines": { - "node": ">=22", - "npm": ">=10.9.2" - } - }, "node_modules/@bufbuild/protobuf": { "version": "2.11.0", "resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-2.11.0.tgz", @@ -1929,8 +1915,14 @@ "license": "MIT" }, "node_modules/@quartz-community/types": { - "resolved": "../types", - "link": true + "version": "0.1.0", + "resolved": "git+ssh://git@github.com/quartz-community/types.git#39fac344ea3909933c9d3f3d388e43765fb5e32c", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=22", + "npm": ">=10.9.2" + } }, "node_modules/@shikijs/core": { "version": "1.26.2", diff --git a/package.json b/package.json index 3ce518f52..ad3372ef6 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "yargs": "^18.0.0" }, "devDependencies": { - "@quartz-community/types": "file:../types", + "@quartz-community/types": "github:quartz-community/types", "@types/d3": "^7.4.3", "@types/hast": "^3.0.4", "@types/js-yaml": "^4.0.9",