Skip to content

Commit

Permalink
fix missing core dep (#699)
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky authored Nov 27, 2022
1 parent 320dbf7 commit 0b9f4d7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/eight-toes-rescue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@segment/analytics-core': patch
---

Fix missing core dependency (@lukeed/uuid)
1 change: 1 addition & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
},
"packageManager": "[email protected]",
"dependencies": {
"@lukeed/uuid": "^2.0.0",
"dset": "^3.1.2",
"tslib": "^2.4.0"
}
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1827,6 +1827,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@segment/analytics-core@workspace:packages/core"
dependencies:
"@lukeed/uuid": ^2.0.0
dset: ^3.1.2
tslib: ^2.4.0
languageName: unknown
Expand Down

0 comments on commit 0b9f4d7

Please sign in to comment.