Skip to content

Commit

Permalink
Fix dependency with heft (#587)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocupe authored Aug 9, 2023
1 parent f1ed9cf commit 2648c60
Show file tree
Hide file tree
Showing 6 changed files with 1,475 additions and 288 deletions.
5 changes: 5 additions & 0 deletions .changeset/early-eagles-tease.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@livekit/api-documenter": patch
---

Fix dependency annoyance with `@rushstack/heft` by adding it as a dev dependency.
4 changes: 0 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ jobs:
- name: Install Dependencies
run: yarn

# TODO: Remove this when heft is removed as a dependency of tooling/api-documenter.
- name: Install Heft
run: yarn global add @rushstack/heft

- name: Create Release Pull Request or Publish to npm
id: changesets
uses: changesets/action@v1
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ jobs:
npm install -g yarn
yarn install
# TODO: Remove this when heft is removed as a dependency of tooling/api-documenter.
- name: Install Heft
run: yarn global add @rushstack/heft

- name: ESLint
run: yarn lint

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"devDependencies": {
"@changesets/cli": "^2.26.0",
"@livekit/changesets-changelog-github": "^0.0.4",
"@rushstack/heft": "^0.58.2",
"glob": "^8.1.0",
"nodemon": "^2.0.22",
"prettier": "^2.8.3",
Expand Down
2 changes: 1 addition & 1 deletion tooling/api-documenter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"@types/resolve": "1.20.2"
},
"peerDependencies": {
"@rushstack/heft": "^0.55.2"
"@rushstack/heft": "^0.58.2"
}
}
Loading

0 comments on commit 2648c60

Please sign in to comment.