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

@@ -10,7 +10,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",
@@ -50,7 +50,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",
@@ -84,7 +84,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"
},