diff --git a/package.json b/package.json index 00f7521..c817a7f 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,9 @@ } }, "devDependencies": { + "@civic-source/annotator": "workspace:*", + "@civic-source/fetcher": "workspace:*", + "@civic-source/transformer": "workspace:*", "@commitlint/cli": "^21.0.1", "@commitlint/config-conventional": "^21.0.1", "@eslint/js": "^10.0.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f1620c0..8eb6ee4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -8,6 +8,15 @@ importers: .: devDependencies: + '@civic-source/annotator': + specifier: workspace:* + version: link:packages/annotator + '@civic-source/fetcher': + specifier: workspace:* + version: link:packages/fetcher + '@civic-source/transformer': + specifier: workspace:* + version: link:packages/transformer '@commitlint/cli': specifier: ^21.0.1 version: 21.0.1(@types/node@25.5.0)(conventional-commits-parser@6.3.0)(typescript@6.0.3)