File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 5
5
* for optional depenencies.
6
6
*/
7
7
import { parsePageId } from 'notion-utils'
8
- import type posthog from 'posthog-js'
8
+ import { PostHogConfig } from 'posthog-js'
9
9
10
10
import { getEnv , getSiteConfig } from './get-config-value'
11
11
import { NavigationLink } from './site-config'
@@ -168,7 +168,7 @@ export const fathomConfig = fathomId
168
168
: undefined
169
169
170
170
export const posthogId = process . env . NEXT_PUBLIC_POSTHOG_ID
171
- export const posthogConfig : posthog . Config = {
171
+ export const posthogConfig : Partial < PostHogConfig > = {
172
172
api_host : 'https://app.posthog.com'
173
173
}
174
174
Original file line number Diff line number Diff line change 459
459
resolved "https://registry.yarnpkg.com/@resvg/resvg-wasm/-/resvg-wasm-2.0.0-alpha.4.tgz#fc2f86186a9641df030d8f9f3f9d995899cd1ecb"
460
460
integrity sha512-pWIG9a/x1ky8gXKRhPH1OPKpHFoMN1ISLbJ+O+gPXQHIAKhNd5I28RlWf7q576hAOQA9JZTlo3p/M2uyLzJmmw==
461
461
462
- " @sentry/types@^6.11 .0 " :
463
- version "6.19.4 "
464
- resolved "https://registry.npmjs.org /@sentry/types/-/types-6.19.4 .tgz"
465
- integrity sha512-fzLiQPrjJQ8HgFgA2VqnpLiEOrTJ2ItRY8RY7Cn4038HACoYWYDjrkdVJQBq6IyrxxkgWOSLZXnv85uozBQC+g ==
462
+ " @sentry/types@7.22 .0 " :
463
+ version "7.22.0 "
464
+ resolved "https://registry.yarnpkg.com /@sentry/types/-/types-7.22.0 .tgz#58e4ce77b523048e0f31e2ea4b597946d76f6079 "
465
+ integrity sha512-LhCL+wb1Jch+OesB2CIt6xpfO1Ab6CRvoNYRRzVumWPLns1T3ZJkarYfhbLaOEIb38EIbPgREdxn2AJT560U4Q ==
466
466
467
467
468
468
version "1.4.0-beta.0"
2881
2881
source-map-js "^1.0.2"
2882
2882
2883
2883
posthog-js@^1.20.2 :
2884
- version "1.20.2 "
2885
- resolved "https://registry.npmjs.org /posthog-js/-/posthog-js-1.20.2 .tgz"
2886
- integrity sha512-0HxG2aVObhGz6I98+N/tTZ0Azkus6vYPDS+TiDFO1UWx88QVzflcTAhybsBdhG0xfmghuC6jvFui73hjdimZeg ==
2884
+ version "1.36.1 "
2885
+ resolved "https://registry.yarnpkg.com /posthog-js/-/posthog-js-1.36.1 .tgz#56786329e7dbce800c89920329dbafde827ef6d6 "
2886
+ integrity sha512-Uy5pWkktFjwQ8FGykwmB5daCMkAV6zZvoWD8gsyEoO2oict+x8F81RE4u7ZGYSODgXzu51aMzcoRyXysZwBTTw ==
2887
2887
dependencies :
2888
- " @sentry/types" " ^6.11 .0"
2888
+ " @sentry/types" " 7.22 .0"
2889
2889
fflate "^0.4.1"
2890
- rrweb-snapshot "^1.1.7 "
2890
+ rrweb-snapshot "^1.1.14 "
2891
2891
2892
2892
prebuild-install@^6.1.2 :
2893
2893
version "6.1.4"
@@ -3237,9 +3237,9 @@ rimraf@^3.0.2:
3237
3237
dependencies :
3238
3238
glob "^7.1.3"
3239
3239
3240
- rrweb-snapshot@^1.1.7 :
3240
+ rrweb-snapshot@^1.1.14 :
3241
3241
version "1.1.14"
3242
- resolved "https://registry.npmjs.org /rrweb-snapshot/-/rrweb-snapshot-1.1.14.tgz"
3242
+ resolved "https://registry.yarnpkg.com /rrweb-snapshot/-/rrweb-snapshot-1.1.14.tgz#9d4d9be54a28a893373428ee4393ec7e5bd83fcc "
3243
3243
integrity sha512-eP5pirNjP5+GewQfcOQY4uBiDnpqxNRc65yKPW0eSoU1XamDfc4M8oqpXGMyUyvLyxFDB0q0+DChuxxiU2FXBQ==
3244
3244
3245
3245
rss@^1.2.2 :
You can’t perform that action at this time.
0 commit comments