feature/IO-3499-React-19 -Checkpoint

This commit is contained in:
Dave
2026-01-29 12:31:04 -05:00
parent 9f573fc5b4
commit a9280a83ba
5 changed files with 464 additions and 477 deletions

View File

@@ -11,7 +11,7 @@
"dependencies": {
"@amplitude/analytics-browser": "^2.34.0",
"@ant-design/pro-layout": "^7.22.6",
"@apollo/client": "^4.1.2",
"@apollo/client": "^4.1.3",
"@emotion/is-prop-valid": "^1.4.0",
"@fingerprintjs/fingerprintjs": "^5.0.1",
"@firebase/analytics": "^0.10.19",
@@ -51,7 +51,7 @@
"normalize-url": "^8.1.1",
"object-hash": "^3.0.0",
"phone": "^3.1.70",
"posthog-js": "^1.335.5",
"posthog-js": "^1.336.1",
"prop-types": "^15.8.1",
"query-string": "^9.3.1",
"raf-schd": "^4.0.3",
@@ -540,9 +540,9 @@
}
},
"node_modules/@apollo/client": {
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/@apollo/client/-/client-4.1.2.tgz",
"integrity": "sha512-MxlWuO94Y6TRf6+d4KfG5bCUXg5NP4s7zPKRA0PDNNa18K86zcbpHUgWKdx6wMT/5KVMeC5rsZkDqZLr/R0mFw==",
"version": "4.1.3",
"resolved": "https://registry.npmjs.org/@apollo/client/-/client-4.1.3.tgz",
"integrity": "sha512-2D0eN9R0IHj9qp1RwjM1/brKqcBGldlDfY0YiP5ecCj9FtVrhOtXqMj98SZ1CA0YGDY5X+dxx32Ljh7J0VHTfA==",
"license": "MIT",
"workspaces": [
"dist",
@@ -4771,18 +4771,18 @@
}
},
"node_modules/@posthog/core": {
"version": "1.14.1",
"resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.14.1.tgz",
"integrity": "sha512-DtmJ1y1IDauX8yAZtIotRAYDRkgCCMLk5S9vFFRX7vufhWblQuRUOgn9WYSJrocJlZKm1aEjDzGQ0uyL7HcdLw==",
"version": "1.15.0",
"resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.15.0.tgz",
"integrity": "sha512-n2/Yy0+qc8xhmlcOFiYqTcGHBZuuaQjVolfFXk7yTCynzdMe8Fx1zYvPPUrbdQK5tWwXyilkzybpqhK6I7aV4Q==",
"license": "MIT",
"dependencies": {
"cross-spawn": "^7.0.6"
}
},
"node_modules/@posthog/types": {
"version": "1.335.5",
"resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.335.5.tgz",
"integrity": "sha512-QYj5c8wSaXGvV4ugEN65GHD0sIXRveGiZxV4tqpyoP7YIAvAwwA0do0yNfTrEjDXucCQn25pMbCqO25hJrMi5w==",
"version": "1.336.1",
"resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.336.1.tgz",
"integrity": "sha512-KSGst/a/HK7GhfLSbwAy35HtU3KjDqjLtq3+PoDlGfbz9SbO0owjc6jo6hAHnMz67QTSvrn/r0xgimDO4NQ+rA==",
"license": "MIT"
},
"node_modules/@protobufjs/aspromise": {
@@ -14974,9 +14974,9 @@
"license": "MIT"
},
"node_modules/posthog-js": {
"version": "1.335.5",
"resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.335.5.tgz",
"integrity": "sha512-1zCEdn7bc1mQ/jpd62YY8U1CyNiftIBE6uKqE2L+mjZ5aJyB2rtUAXefaTbaR/3A98tItjSej4aIa8FBN+O1fw==",
"version": "1.336.1",
"resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.336.1.tgz",
"integrity": "sha512-YphbVhXnImmZoALvf2oh129Cxu6IRQ9P9sWhuyY+dGe7jqt1jBp6Dg7QEK39stB4rzxmT/N3OLFcWZM7ZYQzCg==",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"@opentelemetry/api": "^1.9.0",
@@ -14984,8 +14984,8 @@
"@opentelemetry/exporter-logs-otlp-http": "^0.208.0",
"@opentelemetry/resources": "^2.2.0",
"@opentelemetry/sdk-logs": "^0.208.0",
"@posthog/core": "1.14.1",
"@posthog/types": "1.335.5",
"@posthog/core": "1.15.0",
"@posthog/types": "1.336.1",
"core-js": "^3.38.1",
"dompurify": "^3.3.1",
"fflate": "^0.4.8",