fix: use exact package version
This commit is contained in:
parent
e0a2e6c49c
commit
2ff37e1094
|
|
@ -4,8 +4,8 @@
|
|||
"private": true,
|
||||
"main": "./src/index.ts",
|
||||
"peerDependencies": {
|
||||
"posthog-js": "^1.255.0",
|
||||
"posthog-react-native": "^4.6.1"
|
||||
"posthog-js": "1.255.0",
|
||||
"posthog-react-native": "4.6.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@follow-app/client-sdk": "catalog:",
|
||||
|
|
|
|||
|
|
@ -1877,10 +1877,10 @@ importers:
|
|||
packages/internal/tracker:
|
||||
dependencies:
|
||||
posthog-js:
|
||||
specifier: ^1.255.0
|
||||
specifier: 1.255.0
|
||||
version: 1.255.0
|
||||
posthog-react-native:
|
||||
specifier: ^4.6.1
|
||||
specifier: 4.6.1
|
||||
version: 4.6.1(461865fcfd961a251771c2c321e278de)
|
||||
devDependencies:
|
||||
'@follow-app/client-sdk':
|
||||
|
|
@ -9084,9 +9084,6 @@ packages:
|
|||
core-js-compat@3.46.0:
|
||||
resolution: {integrity: sha512-p9hObIIEENxSV8xIu+V68JjSeARg6UVMG5mR+JEUguG3sI6MsiS1njz2jHmyJDvA+8jX/sytkBHup6kxhM9law==}
|
||||
|
||||
core-js@3.43.0:
|
||||
resolution: {integrity: sha512-N6wEbTTZSYOY2rYAn85CuvWWkCK6QweMn7/4Nr3w+gDBeBhk/x4EJeY6FPo4QzDoJZxVTv8U7CMvgWk6pOHHqA==}
|
||||
|
||||
core-js@3.45.1:
|
||||
resolution: {integrity: sha512-L4NPsJlCfZsPeXukyzHFlg/i7IIVwHSItR0wg0FLNqYClJ4MQYTYLbC7EkjKYRLZF2iof2MUgN0EGy7MdQFChg==}
|
||||
|
||||
|
|
@ -23699,7 +23696,7 @@ snapshots:
|
|||
debug: 2.6.9
|
||||
invariant: 2.2.4
|
||||
metro: 0.82.4(bufferutil@4.0.9)(utf-8-validate@6.0.5)
|
||||
metro-config: 0.82.4(bufferutil@4.0.9)(utf-8-validate@6.0.5)
|
||||
metro-config: 0.82.4(bufferutil@4.0.9)
|
||||
metro-core: 0.82.4
|
||||
semver: 7.7.3
|
||||
transitivePeerDependencies:
|
||||
|
|
@ -26899,8 +26896,6 @@ snapshots:
|
|||
dependencies:
|
||||
browserslist: 4.27.0
|
||||
|
||||
core-js@3.43.0: {}
|
||||
|
||||
core-js@3.45.1: {}
|
||||
|
||||
core-util-is@1.0.2:
|
||||
|
|
@ -31500,22 +31495,6 @@ snapshots:
|
|||
- supports-color
|
||||
- utf-8-validate
|
||||
|
||||
metro-config@0.82.4(bufferutil@4.0.9)(utf-8-validate@6.0.5):
|
||||
dependencies:
|
||||
connect: 3.7.0
|
||||
cosmiconfig: 5.2.1
|
||||
flow-enums-runtime: 0.0.6
|
||||
jest-validate: 29.7.0
|
||||
metro: 0.82.4(bufferutil@4.0.9)(utf-8-validate@6.0.5)
|
||||
metro-cache: 0.82.4
|
||||
metro-core: 0.82.4
|
||||
metro-runtime: 0.82.4
|
||||
transitivePeerDependencies:
|
||||
- bufferutil
|
||||
- supports-color
|
||||
- utf-8-validate
|
||||
optional: true
|
||||
|
||||
metro-core@0.82.4:
|
||||
dependencies:
|
||||
flow-enums-runtime: 0.0.6
|
||||
|
|
@ -31701,7 +31680,7 @@ snapshots:
|
|||
metro-babel-transformer: 0.82.4
|
||||
metro-cache: 0.82.4
|
||||
metro-cache-key: 0.82.4
|
||||
metro-config: 0.82.4(bufferutil@4.0.9)(utf-8-validate@6.0.5)
|
||||
metro-config: 0.82.4(bufferutil@4.0.9)
|
||||
metro-core: 0.82.4
|
||||
metro-file-map: 0.82.4
|
||||
metro-resolver: 0.82.4
|
||||
|
|
@ -32978,7 +32957,7 @@ snapshots:
|
|||
|
||||
posthog-js@1.255.0:
|
||||
dependencies:
|
||||
core-js: 3.43.0
|
||||
core-js: 3.45.1
|
||||
fflate: 0.4.8
|
||||
preact: 10.26.9
|
||||
web-vitals: 4.2.4
|
||||
|
|
|
|||
Loading…
Reference in New Issue