Skip to content

Commit

Permalink
Merge pull request #608 from threshold-network/update-posthog-js-version
Browse files Browse the repository at this point in the history
Update posthog version to 1.78.1

Update posthog version to the newest one which at this moment is `1.78.1`.
  • Loading branch information
r-czajkowski authored Sep 8, 2023
2 parents 8bd93a4 + 10f716b commit 83430e2
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 @@ -49,7 +49,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 @@ -9515,7 +9515,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 @@ -14640,13 +14640,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 @@ -15776,11 +15775,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 83430e2

Please sign in to comment.