Skip to content

Commit

Permalink
Merge pull request #610 from threshold-network/backport-update-postho…
Browse files Browse the repository at this point in the history
…g-js-version

[Backport] Update posthog version to 1.78.1

Backport of: #608 

Update posthog version to the newest one which at this moment is `1.78.1`.
  • Loading branch information
r-czajkowski authored Sep 12, 2023
2 parents 6e482dd + 1532eb7 commit 6b70393
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"formik": "^2.2.9",
"framer-motion": "^4",
"numeral": "^2.0.6",
"posthog-js": "^1.53.1",
"posthog-js": "^1.78.1",
"react": "^17.0.2",
"react-confetti": "^6.0.1",
"react-dom": "^17.0.2",
Expand Down
16 changes: 5 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9842,7 +9842,7 @@ fd-slicer@~1.1.0:

fflate@^0.4.1:
version "0.4.8"
resolved "https://registry.npmjs.org/fflate/-/fflate-0.4.8.tgz#f90b82aefbd8ac174213abb338bd7ef848f0f5ae"
resolved "https://registry.yarnpkg.com/fflate/-/fflate-0.4.8.tgz#f90b82aefbd8ac174213abb338bd7ef848f0f5ae"
integrity sha512-FJqqoDBR00Mdj9ppamLa/Y7vxm+PRmNWA67N846RvsoYVMKB4q3y/de5PA7gUmRMYK/8CMz2GDZQmCRN1wBcWA==

figgy-pudding@^3.5.1:
Expand Down Expand Up @@ -15066,13 +15066,12 @@ postcss@^8.1.0:
picocolors "^1.0.0"
source-map-js "^1.0.2"

posthog-js@^1.53.1:
version "1.53.1"
resolved "https://registry.yarnpkg.com/posthog-js/-/posthog-js-1.53.1.tgz#7c14aacaed70b4e302257d8534373f832a28f7dd"
integrity sha512-sqCIYkq7qR74NhrmW0n7Fe1c90peNz8v6CReIXJ02XlesN8O4Is04DcnReQxcnbKy6hFGkgV6Zn6RPD/Tl+JSg==
posthog-js@^1.78.1:
version "1.78.1"
resolved "https://registry.yarnpkg.com/posthog-js/-/posthog-js-1.78.1.tgz#06c951a63c950724f3c34952fb91446e234020ad"
integrity sha512-5tJoF56gGg4B4CSlLbWHuTpi7Ch7wksjCkPonHlQAc61ZZRymTB63tRheCvkcf+Omf8PBkO+2NJ0XEgrkRHE0A==
dependencies:
fflate "^0.4.1"
rrweb-snapshot "^1.1.14"

preact@^10.5.9:
version "10.8.2"
Expand Down Expand Up @@ -16219,11 +16218,6 @@ rollup@^1.31.1:
"@types/node" "*"
acorn "^7.1.0"

rrweb-snapshot@^1.1.14:
version "1.1.14"
resolved "https://registry.npmjs.org/rrweb-snapshot/-/rrweb-snapshot-1.1.14.tgz#9d4d9be54a28a893373428ee4393ec7e5bd83fcc"
integrity sha512-eP5pirNjP5+GewQfcOQY4uBiDnpqxNRc65yKPW0eSoU1XamDfc4M8oqpXGMyUyvLyxFDB0q0+DChuxxiU2FXBQ==

rsvp@^4.8.4:
version "4.8.5"
resolved "https://registry.yarnpkg.com/rsvp/-/rsvp-4.8.5.tgz#c8f155311d167f68f21e168df71ec5b083113734"
Expand Down

0 comments on commit 6b70393

Please sign in to comment.