Skip to content

Commit

Permalink
fix: misc posthog fixes (#416)
Browse files Browse the repository at this point in the history
* chore: bumped posthog version

* chore: updated yarn lock

* fix: wrarp cli command in ph no capture

* fix: close div

* chore: bumped version
  • Loading branch information
nimish-ks authored Dec 12, 2024
1 parent b29db64 commit 537a577
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 16 deletions.
2 changes: 1 addition & 1 deletion backend/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.35.3
v2.35.4
12 changes: 7 additions & 5 deletions frontend/app/webauth/[requestCode]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -383,11 +383,13 @@ export default function WebAuth({ params }: { params: { requestCode: string } })
When prompted, paste your Personal Access Token (PAT):
</p>
</div>
<CliCommand
command={userToken}
prefix=""
wrap={true}
/>
<div className="ph-no-capture">
<CliCommand
command={userToken}
prefix=""
wrap={true}
/>
</div>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"next-auth": "^4.24.5",
"nextjs-toploader": "^1.6.4",
"npm": "^10.4.0",
"posthog-js": "^1.167.0",
"posthog-js": "^1.198.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.2.1",
Expand Down
24 changes: 15 additions & 9 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3692,6 +3692,11 @@ cookie@^0.5.0:
version "0.5.0"
resolved "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz"

core-js@^3.38.1:
version "3.39.0"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.39.0.tgz#57f7647f4d2d030c32a72ea23a0555b2eaa30f83"
integrity sha512-raM0ew0/jJUqkJ0E6e8UDtl+y/7ktFivgWvqw8dNSQeNWoSDLvQ1H/RN3aPXB9tBd4/FhyR4RDPGhsNIMsAn7g==

core-js@^3.6.0, core-js@^3.8.3:
version "3.33.2"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.33.2.tgz#312bbf6996a3a517c04c99b9909cdd27138d1ceb"
Expand Down Expand Up @@ -7849,14 +7854,15 @@ postcss@^8.4.23, postcss@^8.4.33:
picocolors "^1.0.0"
source-map-js "^1.0.2"

posthog-js@^1.167.0:
version "1.167.0"
resolved "https://registry.yarnpkg.com/posthog-js/-/posthog-js-1.167.0.tgz#9a6f7dc26b292f846938655b513ecda484210d59"
integrity sha512-/zXQ6tuJgiF1d4mgg3UsAi/uoyg7UnfFNQtikuALmaE53xFExpcAKbMfHPG/f54QgTvLxSHyGL1kFl/1uspkGg==
posthog-js@^1.198.0:
version "1.198.0"
resolved "https://registry.yarnpkg.com/posthog-js/-/posthog-js-1.198.0.tgz#da75874f7ea6b677f99d26489f1dbcbe9cfc2de0"
integrity sha512-QvXaLW9OTIWoXzFf9lAeVVN7q1exBjVi8Piygz771AvpnySloFrfHntFgnU0eMYSM199psANOtNlmqckG8YdfQ==
dependencies:
core-js "^3.38.1"
fflate "^0.4.8"
preact "^10.19.3"
web-vitals "^4.0.1"
web-vitals "^4.2.0"

preact-render-to-string@^5.1.19:
version "5.2.6"
Expand Down Expand Up @@ -9509,10 +9515,10 @@ web-streams-polyfill@^3.2.1:
resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz#71c2718c52b45fd49dbeee88634b3a60ceab42a6"
integrity sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==

web-vitals@^4.0.1:
version "4.2.2"
resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-4.2.2.tgz#e883245180b95e175eb75a5ca8903b1a11597d7a"
integrity sha512-nYfoOqb4EmElljyXU2qdeE76KsvoHdftQKY4DzA9Aw8DervCg2bG634pHLrJ/d6+B4mE3nWTSJv8Mo7B2mbZkw==
web-vitals@^4.2.0:
version "4.2.4"
resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-4.2.4.tgz#1d20bc8590a37769bd0902b289550936069184b7"
integrity sha512-r4DIlprAGwJ7YM11VZp4R884m0Vmgr6EAKe3P+kO0PPj3Unqyvv59rczf6UiGcb9Z8QxZVcqKNwv/g0WNdWwsw==

webcrypto-core@^1.7.7:
version "1.7.7"
Expand Down

0 comments on commit 537a577

Please sign in to comment.