feature/IO-3499-React-19: Clear stage by finishing low hanging fruit

This commit is contained in:
Dave
2026-01-13 15:59:04 -05:00
parent 9a526caa2d
commit 2c3f12aabd
4 changed files with 393 additions and 393 deletions

View File

@@ -11,7 +11,7 @@
"dependencies": {
"@amplitude/analytics-browser": "^2.33.1",
"@ant-design/pro-layout": "^7.22.6",
"@apollo/client": "^4.0.12",
"@apollo/client": "^4.0.13",
"@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.69",
"posthog-js": "^1.319.1",
"posthog-js": "^1.319.2",
"prop-types": "^15.8.1",
"query-string": "^9.3.1",
"raf-schd": "^4.0.3",
@@ -63,7 +63,7 @@
"react-drag-listview": "^2.0.0",
"react-grid-gallery": "^1.0.1",
"react-grid-layout": "^2.2.2",
"react-i18next": "^16.5.2",
"react-i18next": "^16.5.3",
"react-icons": "^5.5.0",
"react-image-lightbox": "^5.1.4",
"react-markdown": "^10.1.0",
@@ -540,9 +540,9 @@
}
},
"node_modules/@apollo/client": {
"version": "4.0.12",
"resolved": "https://registry.npmjs.org/@apollo/client/-/client-4.0.12.tgz",
"integrity": "sha512-CyDR+2A18TFH08rKvH3DaV63eRE0E4pj34gT8UZIQVP64bRRXnQiYuKTf/c6oJNY8+4FrCrcPwWEldnVbh02bA==",
"version": "4.0.13",
"resolved": "https://registry.npmjs.org/@apollo/client/-/client-4.0.13.tgz",
"integrity": "sha512-ziUPddxVZ0dg+/l61rFymkPFesENVb3P/a8hKtN1XyawTcydeyRwooM4xBXpakKbt2gxwlm5dvrE1AWEcQlK3g==",
"license": "MIT",
"workspaces": [
"dist",
@@ -4546,9 +4546,9 @@
}
},
"node_modules/@posthog/types": {
"version": "1.319.1",
"resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.319.1.tgz",
"integrity": "sha512-F8/OGR97hciHSmgnixyO66/XkjKoicMmKJYykZbGJUHjXgSogT5j9LXygy46qm3t/n6EGKHEsfN4RnS2INfYTA==",
"version": "1.319.2",
"resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.319.2.tgz",
"integrity": "sha512-mGyQx5T4mpX+r4hyFKXJ41sck7WkWSiPgq7NTDGPbFPNW9F2mtD0R+myDhXxHrQUxAEa9ZIgrIvysTY37UYagA==",
"license": "MIT"
},
"node_modules/@protobufjs/aspromise": {
@@ -14635,9 +14635,9 @@
"license": "MIT"
},
"node_modules/posthog-js": {
"version": "1.319.1",
"resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.319.1.tgz",
"integrity": "sha512-kDGVNbaRuG/mgtVaPrmgcjkH3uN1g8SiGe0IBBscWV78XcLtsNsNkh4aR1Fq1KVQoW4AuxH2Xb57bJrwWSHEVw==",
"version": "1.319.2",
"resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.319.2.tgz",
"integrity": "sha512-mYFoRPSYZ34Ywdz3Ph4ME/md5H60NoKc8I/DTEr31YEGIC6dYKOOWBRFO/MLMvnAny5C7VEir8YE5dQ9484vPw==",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"@opentelemetry/api": "^1.9.0",
@@ -14646,7 +14646,7 @@
"@opentelemetry/resources": "^2.2.0",
"@opentelemetry/sdk-logs": "^0.208.0",
"@posthog/core": "1.9.1",
"@posthog/types": "1.319.1",
"@posthog/types": "1.319.2",
"core-js": "^3.38.1",
"dompurify": "^3.3.1",
"fflate": "^0.4.8",
@@ -15130,9 +15130,9 @@
"license": "MIT"
},
"node_modules/react-i18next": {
"version": "16.5.2",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.5.2.tgz",
"integrity": "sha512-GG/SBVxx9dvrO1uCs8VYdKfOP8NEBUhNP+2VDQLCifRJ8DL1qPq296k2ACNGyZMDe7iyIlz/LMJTQOs8HXSRvw==",
"version": "16.5.3",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.5.3.tgz",
"integrity": "sha512-fo+/NNch37zqxOzlBYrWMx0uy/yInPkRfjSuy4lqKdaecR17nvCHnEUt3QyzA8XjQ2B/0iW/5BhaHR3ZmukpGw==",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.28.4",

View File

@@ -10,7 +10,7 @@
"dependencies": {
"@amplitude/analytics-browser": "^2.33.1",
"@ant-design/pro-layout": "^7.22.6",
"@apollo/client": "^4.0.12",
"@apollo/client": "^4.0.13",
"@emotion/is-prop-valid": "^1.4.0",
"@fingerprintjs/fingerprintjs": "^5.0.1",
"@firebase/analytics": "^0.10.19",
@@ -50,7 +50,7 @@
"normalize-url": "^8.1.1",
"object-hash": "^3.0.0",
"phone": "^3.1.69",
"posthog-js": "^1.319.1",
"posthog-js": "^1.319.2",
"prop-types": "^15.8.1",
"query-string": "^9.3.1",
"raf-schd": "^4.0.3",
@@ -62,7 +62,7 @@
"react-drag-listview": "^2.0.0",
"react-grid-gallery": "^1.0.1",
"react-grid-layout": "^2.2.2",
"react-i18next": "^16.5.2",
"react-i18next": "^16.5.3",
"react-icons": "^5.5.0",
"react-image-lightbox": "^5.1.4",
"react-markdown": "^10.1.0",