Skip to content

Commit 66b9b80

Browse files
Chore: Pin posthog version
Pins posthog version to 1.333.0, which appears to work well without any corresponding CORS issues in the console locally.
1 parent b746bed commit 66b9b80

File tree

2 files changed

+8
-18
lines changed

2 files changed

+8
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"js-cookie": "^3.0.5",
3737
"markdown-to-jsx": "^7.3.2",
3838
"postcss": "^8.4.31",
39-
"posthog-js": "^1.133.0",
39+
"posthog-js": "1.133.0",
4040
"prism-react-renderer": "^2.3.1",
4141
"punycode": "^2.3.1",
4242
"react": "^18.0.0",

yarn.lock

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5266,7 +5266,7 @@ __metadata:
52665266
languageName: node
52675267
linkType: hard
52685268

5269-
"core-js@npm:^3.31.1, core-js@npm:^3.38.1":
5269+
"core-js@npm:^3.31.1":
52705270
version: 3.42.0
52715271
resolution: "core-js@npm:3.42.0"
52725272
checksum: 10/07e10c475cdb45608559778c4d8d1561204aa57c937a3e77ebc7359a95a350f8acfdbeab59c6a6532eb3b47262be0d05aba150a00b79659a91bedda4f59d9d5f
@@ -6270,7 +6270,7 @@ __metadata:
62706270
js-cookie: "npm:^3.0.5"
62716271
markdown-to-jsx: "npm:^7.3.2"
62726272
postcss: "npm:^8.4.31"
6273-
posthog-js: "npm:^1.133.0"
6273+
posthog-js: "npm:1.133.0"
62746274
prism-react-renderer: "npm:^2.3.1"
62756275
punycode: "npm:^2.3.1"
62766276
react: "npm:^18.0.0"
@@ -11682,23 +11682,13 @@ __metadata:
1168211682
languageName: node
1168311683
linkType: hard
1168411684

11685-
"posthog-js@npm:^1.133.0":
11686-
version: 1.239.1
11687-
resolution: "posthog-js@npm:1.239.1"
11685+
"posthog-js@npm:1.133.0":
11686+
version: 1.133.0
11687+
resolution: "posthog-js@npm:1.133.0"
1168811688
dependencies:
11689-
core-js: "npm:^3.38.1"
1169011689
fflate: "npm:^0.4.8"
1169111690
preact: "npm:^10.19.3"
11692-
web-vitals: "npm:^4.2.4"
11693-
peerDependencies:
11694-
"@rrweb/types": 2.0.0-alpha.17
11695-
rrweb-snapshot: 2.0.0-alpha.17
11696-
peerDependenciesMeta:
11697-
"@rrweb/types":
11698-
optional: true
11699-
rrweb-snapshot:
11700-
optional: true
11701-
checksum: 10/7f2b301f200d5f4e807e9c5a346f20368f667825523f79b3bae5852f0b24769073823e1e488b306feafe0acd6cbb6bd8ccfae0f7c0e4e3245578feff064918ef
11691+
checksum: 10/668651237240bc1628ed83ed3e61c2b100641b497fd26f99aaf4b8fc214a0f61d1a0965c1069fa8dc9b6f186905c898a5adeff4497d9e7cdecbcb1abf32af1ff
1170211692
languageName: node
1170311693
linkType: hard
1170411694

@@ -14196,7 +14186,7 @@ __metadata:
1419614186
languageName: node
1419714187
linkType: hard
1419814188

14199-
"web-vitals@npm:^4.2.3, web-vitals@npm:^4.2.4":
14189+
"web-vitals@npm:^4.2.3":
1420014190
version: 4.2.4
1420114191
resolution: "web-vitals@npm:4.2.4"
1420214192
checksum: 10/68cd1c2625a04b26e7eab67110623396afc6c9ef8c3a76f4e780aefe5b7d4ca1691737a0b99119e1d1ca9a463c4d468c0f0090b1875b6d784589d3a4a8503313

0 commit comments

Comments
 (0)