Skip to content

Commit f66613e

Browse files
committed
Add missing dependencies
1 parent d0b4490 commit f66613e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

packages/core/package.json

+4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
"watch": "tsc -w"
2424
},
2525
"dependencies": {
26+
"@dd/error-tracking-plugin": "workspace:*",
27+
"@dd/rum-plugin": "workspace:*",
28+
"@dd/synthetics-plugin": "workspace:*",
29+
"@dd/telemetry-plugin": "workspace:*",
2630
"async-retry": "1.3.3",
2731
"chalk": "2.3.1",
2832
"glob": "11.0.0"

yarn.lock

+4
Original file line numberDiff line numberDiff line change
@@ -1654,6 +1654,10 @@ __metadata:
16541654
version: 0.0.0-use.local
16551655
resolution: "@dd/core@workspace:packages/core"
16561656
dependencies:
1657+
"@dd/error-tracking-plugin": "workspace:*"
1658+
"@dd/rum-plugin": "workspace:*"
1659+
"@dd/synthetics-plugin": "workspace:*"
1660+
"@dd/telemetry-plugin": "workspace:*"
16571661
"@types/async-retry": "npm:1.4.8"
16581662
"@types/chalk": "npm:2.2.0"
16591663
"@types/node": "npm:^18"

0 commit comments

Comments
 (0)