Skip to content

Commit

Permalink
update posthog
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulkgupta committed Jun 10, 2024
1 parent 6be51ed commit f6952ff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"date-fns": "^2.30.0",
"firebase": "^9.23.0",
"lodash-es": "^4.17.21",
"posthog-js": "^1.138.1",
"posthog-js": "^1.138.3",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion webpack.prod.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const DEPLOY_ENV = process.env.DEPLOY_ENV ?? 'production';

module.exports = {
performance: {
maxAssetSize: 1572864, // 1.5 MiB
maxAssetSize: 1672864, // 1.5 MiB
maxEntrypointSize: 1572864, // 1.5 MiB
hints: 'error'
},
Expand Down

0 comments on commit f6952ff

Please sign in to comment.