Skip to content

Commit

Permalink
Merge branch 'master' into ticket/ids
Browse files Browse the repository at this point in the history
  • Loading branch information
kurund authored Nov 2, 2023
2 parents c8771a5 + be162cd commit ddfece1
Show file tree
Hide file tree
Showing 2 changed files with 321 additions and 173 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,29 +19,29 @@
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@glific/flow-editor": "^1.19.3",
"@mui/icons-material": "^5.14.14",
"@mui/material": "^5.14.14",
"@mui/x-date-pickers": "^6.16.3",
"@mui/icons-material": "^5.14.16",
"@mui/material": "^5.14.16",
"@mui/x-date-pickers": "^6.17.0",
"@stripe/react-stripe-js": "^2.3.1",
"@stripe/stripe-js": "^2.1.9",
"@types/jest": "^29.5.6",
"@stripe/stripe-js": "^2.1.10",
"@types/jest": "^29.5.7",
"@vitejs/plugin-react": "^4.1.0",
"apollo-absinthe-upload-link": "^1.7.0",
"apollo-link-token-refresh": "^0.6.0",
"axios": "^1.5.1",
"apollo-link-token-refresh": "^0.6.1",
"axios": "^1.6.0",
"buffer": "^6.0.3",
"date-fns": "^2.30.0",
"draft-js": "^0.11.7",
"emoji-mart": "^5.5.2",
"formik": "^2.4.5",
"graphql": "^16.8.1",
"graphql-ws": "^5.14.1",
"graphql-ws": "^5.14.2",
"i18next": "^23.6.0",
"i18next-browser-languagedetector": "^7.1.0",
"interweave": "^13.1.0",
"interweave-autolink": "^5.1.0",
"moment": "^2.29.4",
"pino": "^8.16.0",
"pino": "^8.16.1",
"pino-logflare": "^0.4.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -53,7 +53,7 @@
"react-phone-input-2": "^2.15.1",
"react-player": "^2.13.0",
"react-resize-detector": "^9.1.0",
"react-router-dom": "^6.17.0",
"react-router-dom": "^6.18.0",
"react-tiny-link": "^3.6.1",
"react-viewer": "^3.2.2",
"rollup-plugin-polyfill-node": "^0.12.0",
Expand Down Expand Up @@ -103,8 +103,8 @@
"@testing-library/user-event": "^14.5.1",
"@types/draft-js": "^0.11.14",
"@types/emoji-mart": "^3.0.11",
"@types/node": "^20.8.7",
"@types/react": "^18.2.31",
"@types/node": "^20.8.10",
"@types/react": "^18.2.34",
"@types/react-dom": "^18.2.14",
"@types/react-google-recaptcha": "^2.1.7",
"@types/react-router": "^5.1.20",
Expand All @@ -115,8 +115,8 @@
"@vitest/ui": "^0.34.6",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
Expand Down
Loading

0 comments on commit ddfece1

Please sign in to comment.