Skip to content

Commit

Permalink
📦 Dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mountainash committed Jun 2, 2024
1 parent 8a8f998 commit d20875b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Pageview's will now be tracked for all "orange cloud" enabled domains on your ac
- [x] send events to PostHog
- [x] send user data to PostHog
- [x] send custom data to PostHog
- [ ] get Zaraz Settings variable values passing in to `settings` object [known issue?](https://discord.com/channels/595317990191398933/1225979924628766823/1226893601590481066)
- [ ] get Zaraz Settings variable values passing in to `settings` object ([known issue with Zaraz?](https://discord.com/channels/595317990191398933/1225979924628766823/1226893601590481066))

### Extra Features
- [ ] Session Replay
Expand Down
Binary file modified bun.lockb
Binary file not shown.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "posthog",
"version": "1.3.1",
"version": "1.3.2",
"description": "A managed component for PostHog analytics",
"main": "dist/index.js",
"homepage": "https://github.com/mountainash/posthog-managed-component#readme",
Expand Down Expand Up @@ -34,24 +34,24 @@
],
"author": "mountainash",
"license": "Apache-2.0",
"dependencies": {
"ua-parser-js": "^1.0.38"
},
"devDependencies": {
"@eslint/js": "^9.0.0",
"@eslint/js": "^9.4.0",
"@managed-components/types": "^1.3.14",
"@types/bun": "^1.0.12",
"@types/eslint": "^8.56.7",
"@types/bun": "^1.1.3",
"@types/eslint": "^8.56.10",
"@types/ua-parser-js": "^0.7.39",
"eslint": "^9.0.0",
"eslint": "^9.4.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"globals": "^15.0.0",
"typescript": "^5.4.4",
"typescript-eslint": "^7.5.0",
"vitest": "^1.4.0"
"globals": "^15.3.0",
"typescript": "^5.4.5",
"typescript-eslint": "^7.11.0",
"vitest": "^1.6.0"
},
"engines": {
"bun": ">=1.0.0"
},
"dependencies": {
"ua-parser-js": "^1.0.37"
"bun": ">=1.1.12"
}
}

0 comments on commit d20875b

Please sign in to comment.