feature/feature/IO-3554-Form-Row-Layout - Fix search, bump deps, fix formlayout

This commit is contained in:
Dave
2026-02-25 14:47:49 -05:00
parent c93b8ed961
commit 77befd5d93
9 changed files with 982 additions and 1063 deletions

View File

@@ -8,9 +8,9 @@
"private": true,
"proxy": "http://localhost:4000",
"dependencies": {
"@amplitude/analytics-browser": "^2.35.0",
"@amplitude/analytics-browser": "^2.35.3",
"@ant-design/pro-layout": "^7.22.6",
"@apollo/client": "^4.1.4",
"@apollo/client": "^4.1.6",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
@@ -24,12 +24,12 @@
"@firebase/messaging": "^0.12.22",
"@jsreport/browser-client": "^3.1.0",
"@reduxjs/toolkit": "^2.11.2",
"@sentry/cli": "^3.2.0",
"@sentry/react": "^10.39.0",
"@sentry/cli": "^3.2.2",
"@sentry/react": "^10.40.0",
"@sentry/vite-plugin": "^4.9.1",
"@splitsoftware/splitio-react": "^2.6.1",
"@tanem/react-nprogress": "^5.0.63",
"antd": "^6.3.0",
"antd": "^6.3.1",
"apollo-link-logger": "^3.0.0",
"autosize": "^6.0.1",
"axios": "^1.13.5",
@@ -41,9 +41,9 @@
"dotenv": "^17.3.1",
"env-cmd": "^11.0.0",
"exifr": "^7.1.3",
"graphql": "^16.12.0",
"graphql": "^16.13.0",
"graphql-ws": "^6.0.7",
"i18next": "^25.8.11",
"i18next": "^25.8.13",
"i18next-browser-languagedetector": "^8.2.1",
"immutability-helper": "^3.1.1",
"libphonenumber-js": "^1.12.37",
@@ -53,8 +53,8 @@
"memoize-one": "^6.0.0",
"normalize-url": "^8.1.1",
"object-hash": "^3.0.0",
"phone": "^3.1.70",
"posthog-js": "^1.351.1",
"phone": "^3.1.71",
"posthog-js": "^1.354.1",
"prop-types": "^15.8.1",
"query-string": "^9.3.1",
"raf-schd": "^4.0.3",
@@ -74,7 +74,7 @@
"react-product-fruits": "^2.2.62",
"react-redux": "^9.2.0",
"react-resizable": "^3.1.3",
"react-router-dom": "^7.13.0",
"react-router-dom": "^7.13.1",
"react-sticky": "^6.0.3",
"react-virtuoso": "^4.18.1",
"recharts": "^3.7.0",
@@ -87,7 +87,7 @@
"rxjs": "^7.8.2",
"sass": "^1.97.3",
"socket.io-client": "^4.8.3",
"styled-components": "^6.3.10",
"styled-components": "^6.3.11",
"vite-plugin-ejs": "^1.7.0",
"web-vitals": "^5.1.0"
},