Skip to content

Commit

Permalink
fix: remove uuidv7 dep since its vendored (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto authored May 8, 2024
1 parent ce72447 commit e5ccc75
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions posthog-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,5 @@
"type": "git",
"url": "https://github.com/PostHog/posthog-js-lite.git",
"directory": "posthog-core"
},
"dependencies": {
"uuidv7": "^0.6.3"
}
}
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10227,11 +10227,6 @@ uuid@^8.0.0, uuid@^8.3.2:
resolved "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz"
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==

uuidv7@^0.6.3:
version "0.6.3"
resolved "https://registry.yarnpkg.com/uuidv7/-/uuidv7-0.6.3.tgz#2abcfa683b4ad4a0cbbbaedffc3ef940c110cf10"
integrity sha512-zV3eW2NlXTsun/aJ7AixxZjH/byQcH/r3J99MI0dDEkU2cJIBJxhEWUHDTpOaLPRNhebPZoeHuykYREkI9HafA==

v8-compile-cache-lib@^3.0.1:
version "3.0.1"
resolved "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz"
Expand Down

0 comments on commit e5ccc75

Please sign in to comment.