diff --git a/posthog-core/package.json b/posthog-core/package.json index 63e5e307..b31aa41c 100644 --- a/posthog-core/package.json +++ b/posthog-core/package.json @@ -6,8 +6,5 @@ "type": "git", "url": "https://github.com/PostHog/posthog-js-lite.git", "directory": "posthog-core" - }, - "dependencies": { - "uuidv7": "^0.6.3" } } diff --git a/yarn.lock b/yarn.lock index b0e4f858..a9fbe167 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"