Skip to content

Commit

Permalink
Merge branch 'main' into chore/pd/browserslist
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Dec 16, 2024
2 parents 40e0540 + 492732a commit dfb9d2c
Show file tree
Hide file tree
Showing 3 changed files with 250 additions and 1,588 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
For information on using this library in your app, [see PostHog Docs](https://posthog.com/docs/libraries/js).
This README is intended for developing the library itself.

## dependencies

we use pnpm.

it's best to install using `npm install -g pnpm@latest-8`
and then `pnpm` commands as usual

## Testing

Unit tests: run `pnpm test`.
Expand Down
22 changes: 11 additions & 11 deletions playground/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,22 @@
"dependencies": {
"@lottiefiles/react-lottie-player": "^3.5.4",
"@types/node": "18.13.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.10",
"cookie": "^0.6.0",
"eslint": "8.34.0",
"eslint-config-next": "13.1.6",
"@types/react": "18.3.16",
"@types/react-dom": "18.3.5",
"cookie": "^0.7.2",
"eslint": "^8.57.1",
"hls.js": "^1.5.15",
"next": "13.5.6",
"posthog-js": "1.194.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"next": "14.2.20",
"posthog-js": "1.200.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "4.9.5"
},
"devDependencies": {
"@types/cookie": "^0.6.0",
"@typescript-eslint/parser": "^8.18.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13"
"postcss": "^8.4.49",
"tailwindcss": "^3.4.16"
}
}
Loading

0 comments on commit dfb9d2c

Please sign in to comment.