Skip to content

Commit 2f59c3d

Browse files
Update posthog client libraries in dashboard (#579)
* Bump posthog-js to 1.298.0 Update posthog-js dependency to the latest version to incorporate recent improvements and bug fixes. Co-authored-by: evan <evan@arcade.dev> * Add *.tsbuildinfo to gitignore Co-authored-by: evan <evan@arcade.dev> --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com>
1 parent f603046 commit 2f59c3d

File tree

3 files changed

+3535
-6570
lines changed

3 files changed

+3535
-6570
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ public/sitemap*.xml
77
.env
88
_pagefind/
99

10+
# TypeScript
11+
*.tsbuildinfo
12+
1013
# Toolkit docs
1114
make_toolkit_docs/.venv/
1215
make_toolkit_docs/.env

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"next-sitemap": "4.2.3",
4545
"nextra": "4.6.0",
4646
"nextra-theme-docs": "4.6.0",
47-
"posthog-js": "1.282.0",
47+
"posthog-js": "1.298.0",
4848
"react": "19.2.0",
4949
"react-dom": "19.2.0",
5050
"react-hook-form": "7.65.0",

0 commit comments

Comments
 (0)