feature/IO-3499-React-19-ProductionBoard - Add misisng ENV in rome side (client)

This commit is contained in:
Dave
2026-01-16 12:09:36 -05:00
parent f89112902c
commit e46d819979
2 changed files with 24 additions and 19 deletions

View File

@@ -11,7 +11,7 @@
"dependencies": {
"@amplitude/analytics-browser": "^2.33.4",
"@ant-design/pro-layout": "^7.22.6",
"@apollo/client": "^4.0.13",
"@apollo/client": "^4.1.0",
"@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.322.0",
"posthog-js": "^1.325.0",
"prop-types": "^15.8.1",
"query-string": "^9.3.1",
"raf-schd": "^4.0.3",
@@ -85,7 +85,7 @@
"rxjs": "^7.8.2",
"sass": "^1.97.2",
"socket.io-client": "^4.8.3",
"styled-components": "^6.3.6",
"styled-components": "^6.3.8",
"vite-plugin-ejs": "^1.7.0",
"web-vitals": "^5.1.0"
},
@@ -540,9 +540,9 @@
}
},
"node_modules/@apollo/client": {
"version": "4.0.13",
"resolved": "https://registry.npmjs.org/@apollo/client/-/client-4.0.13.tgz",
"integrity": "sha512-ziUPddxVZ0dg+/l61rFymkPFesENVb3P/a8hKtN1XyawTcydeyRwooM4xBXpakKbt2gxwlm5dvrE1AWEcQlK3g==",
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/@apollo/client/-/client-4.1.0.tgz",
"integrity": "sha512-N/nZXGNBMoHnshNaHXxHZoC42BcIjRqD4XgpmNBPhueoWIbp17VIJe/sGysFNQo1w7DVD78K6gVsNMO87nfgRQ==",
"license": "MIT",
"workspaces": [
"dist",
@@ -4564,9 +4564,9 @@
}
},
"node_modules/@posthog/types": {
"version": "1.322.0",
"resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.322.0.tgz",
"integrity": "sha512-oaGT0yshq1hdulGXzIYGPmv8TiRPBdNMlrdrAJRTkT+t7LcRRIfNGZ8VCvgXvRAKKfe0KSobl8SkJm+TJ1qX6Q==",
"version": "1.325.0",
"resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.325.0.tgz",
"integrity": "sha512-cBOZvVwpL8VHnNmkOVNxVsbwuf0/Fbxl32SjveQGapvkDojzFbpuj9wQPzrzF/wtCukkPjlPEDKAG/f1c8oPVQ==",
"license": "MIT"
},
"node_modules/@protobufjs/aspromise": {
@@ -14698,9 +14698,9 @@
"license": "MIT"
},
"node_modules/posthog-js": {
"version": "1.322.0",
"resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.322.0.tgz",
"integrity": "sha512-vNNcWp2NpFMX8nqf06uZ49OzGjj9tqh1F25ls9YegXCeCIpT37sYPSFI4GiyQAaunUXd1IR2L5iWK/zGGhVESA==",
"version": "1.325.0",
"resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.325.0.tgz",
"integrity": "sha512-u4A/QPtI742X4lnXmdr9fl00jwg22mUIs3SrbHg7i8Ju5uBa4CThV/2n+4XSXyre3LygOASshFxhzT3UMpcQPQ==",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"@opentelemetry/api": "^1.9.0",
@@ -14709,7 +14709,7 @@
"@opentelemetry/resources": "^2.2.0",
"@opentelemetry/sdk-logs": "^0.208.0",
"@posthog/core": "1.9.1",
"@posthog/types": "1.322.0",
"@posthog/types": "1.325.0",
"core-js": "^3.38.1",
"dompurify": "^3.3.1",
"fflate": "^0.4.8",
@@ -17012,9 +17012,9 @@
}
},
"node_modules/styled-components": {
"version": "6.3.6",
"resolved": "https://registry.npmjs.org/styled-components/-/styled-components-6.3.6.tgz",
"integrity": "sha512-eRtK6PXWk3juH+8X9cyfItRk6a0JM+0Cw2gSr9jM3T3WeErb+UPObTRkVCHAv9maYfvPof77h1wq3325I0iI7w==",
"version": "6.3.8",
"resolved": "https://registry.npmjs.org/styled-components/-/styled-components-6.3.8.tgz",
"integrity": "sha512-Kq/W41AKQloOqKM39zfaMdJ4BcYDw/N5CIq4/GTI0YjU6pKcZ1KKhk6b4du0a+6RA9pIfOP/eu94Ge7cu+PDCA==",
"license": "MIT",
"dependencies": {
"@emotion/is-prop-valid": "1.4.0",
@@ -17037,6 +17037,11 @@
"peerDependencies": {
"react": ">= 16.8.0",
"react-dom": ">= 16.8.0"
},
"peerDependenciesMeta": {
"react-dom": {
"optional": true
}
}
},
"node_modules/styled-components/node_modules/@emotion/unitless": {