Skip to content

Commit 06b770b

Browse files
author
Johan Broberg
committed
Add minssing dependencies
1 parent 3affbaf commit 06b770b

File tree

5 files changed

+577
-466
lines changed

5 files changed

+577
-466
lines changed

packages/agents-a365-observability-hosting/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -39,25 +39,25 @@
3939
"test": "jest --passWithNoTests",
4040
"test:watch": "jest --watch",
4141
"test:coverage": "jest --coverage",
42-
"pack": "npm pack --pack-destination=../"
42+
"pack": "node ../../copyFiles.js . && pnpm pack --pack-destination=../"
4343
},
4444
"dependencies": {
4545
"@microsoft/agents-a365-observability": "workspace:*",
4646
"@microsoft/agents-a365-runtime": "workspace:*",
47-
"@microsoft/agents-hosting": "^1.1.0-alpha.85"
47+
"@microsoft/agents-hosting": "catalog:"
4848
},
4949
"devDependencies": {
50-
"@eslint/js": "^9.39.1",
51-
"@types/jest": "workspace:*",
52-
"@types/node": "^20.0.0",
53-
"@typescript-eslint/eslint-plugin": "^8.47.0",
54-
"@typescript-eslint/parser": "^8.47.0",
55-
"eslint": "^9.39.1",
56-
"jest": "workspace:*",
57-
"rimraf": "^6.0.0",
58-
"ts-jest": "workspace:*",
59-
"typescript": "^5.9.3",
60-
"typescript-eslint": "^8.47.0"
50+
"@eslint/js": "catalog:",
51+
"@types/jest": "catalog:",
52+
"@types/node": "catalog:",
53+
"@typescript-eslint/eslint-plugin": "catalog:",
54+
"@typescript-eslint/parser": "catalog:",
55+
"eslint": "catalog:",
56+
"jest": "catalog:",
57+
"rimraf": "catalog:",
58+
"ts-jest": "catalog:",
59+
"typescript": "catalog:",
60+
"typescript-eslint": "catalog:"
6161
},
6262
"engines": {
6363
"node": ">=18.0.0"

0 commit comments

Comments
 (0)