Skip to content

Commit 746ca94

Browse files
committed
chore: scope agent-browser dependency to cli-plugin-copilot
1 parent 7c8d79f commit 746ca94

4 files changed

Lines changed: 9 additions & 4 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@equinor/fusion-framework-cli-plugin-copilot": patch
3+
---
4+
5+
Internal: move the `agent-browser` dependency from the repo root into this package, where it is actually used, instead of the workspace root `devDependencies`.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@
7575
"@changesets/changelog-github": "^1.0.0",
7676
"@changesets/cli": "^3.0.0",
7777
"@vitest/coverage-v8": "^4.0.18",
78-
"agent-browser": "^0.34.0",
7978
"happy-dom": "^20.8.4",
8079
"tslib": "^2.6.1",
8180
"turbo": "^2.5.6",

packages/cli-plugins/copilot/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
},
4444
"dependencies": {
4545
"@github/copilot-sdk": "^1.0.0",
46+
"agent-browser": "^0.34.0",
4647
"chalk": "^6.0.0",
4748
"commander": "^15.0.0",
4849
"ora": "^9.3.0",

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)