Skip to content

Commit

Permalink
more updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kurund committed Feb 18, 2025
1 parent d2704a6 commit 9f31a4f
Show file tree
Hide file tree
Showing 2 changed files with 234 additions and 232 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "https://github.com/glific/glific-frontend?tab=AGPL-3.0-1-ov-file#readme"
},
"dependencies": {
"@apollo/client": "^3.12.9",
"@apollo/client": "^3.13.1",
"@apollo/link-context": "^2.0.0-beta.3",
"@apollo/link-error": "^2.0.0-beta.3",
"@appsignal/javascript": "^1.5.0",
Expand All @@ -21,12 +21,12 @@
"@emoji-mart/react": "^1.1.1",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@glific/flow-editor": "^1.26.3-18",
"@lexical/react": "^0.23.1",
"@mui/icons-material": "^6.4.3",
"@mui/material": "^6.4.3",
"@mui/x-date-pickers": "^7.25.0",
"@nyaruka/temba-components": "^0.118.2",
"@glific/flow-editor": "^1.26.3-20",
"@lexical/react": "^0.24.0",
"@mui/icons-material": "^6.4.5",
"@mui/material": "^6.4.5",
"@mui/x-date-pickers": "^7.27.0",
"@nyaruka/temba-components": "^0.118.6",
"@stripe/react-stripe-js": "^3.1.1",
"@stripe/stripe-js": "^5.6.0",
"@vitejs/plugin-react": "^4.3.4",
Expand All @@ -38,26 +38,26 @@
"emoji-mart": "^5.6.0",
"formik": "^2.4.6",
"graphql": "^16.10.0",
"graphql-ws": "^6.0.3",
"graphql-ws": "^6.0.4",
"i18next": "^24.2.2",
"i18next-browser-languagedetector": "^8.0.2",
"interweave": "^13.1.0",
"interweave-autolink": "^5.1.1",
"lexical": "^0.23.1",
"lexical-beautiful-mentions": "^0.1.46",
"i18next-browser-languagedetector": "^8.0.3",
"interweave": "^13.1.1",
"interweave-autolink": "^5.1.2",
"lexical": "^0.24.0",
"lexical-beautiful-mentions": "^0.1.47",
"pino": "^9.6.0",
"pino-logflare": "^0.4.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-draggable": "^4.4.6",
"react-google-recaptcha-v3": "^1.10.1",
"react-i18next": "^15.4.0",
"react-i18next": "^15.4.1",
"react-image": "^4.1.0",
"react-media-recorder": "^1.7.1",
"react-phone-input-2": "^2.15.1",
"react-player": "^2.16.0",
"react-resize-detector": "^12.0.2",
"react-router-dom": "^7.1.5",
"react-router-dom": "^7.2.0",
"react-tiny-link": "^3.6.1",
"react-viewer": "^3.2.2",
"stream-browserify": "^3.0.0",
Expand Down Expand Up @@ -106,30 +106,30 @@
"@testing-library/react": "^16.2.0",
"@testing-library/user-event": "^14.6.1",
"@types/emoji-mart": "^3.0.14",
"@types/node": "^22.13.1",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@types/node": "^22.13.4",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@types/react-google-recaptcha": "^2.1.9",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@types/react-test-renderer": "^19.0.0",
"@types/uuid": "^10.0.0",
"@vitest/coverage-istanbul": "^3.0.5",
"@vitest/ui": "^3.0.5",
"@vitest/coverage-istanbul": "^3.0.6",
"@vitest/ui": "^3.0.6",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"i18next-parser": "^9.1.0",
"i18next-parser": "^9.3.0",
"jsdom": "^26.0.0",
"prettier": "^3.4.2",
"prettier": "^3.5.1",
"react-test-renderer": "^19.0.0",
"typescript": "^5.7.3",
"vite-plugin-node-polyfills": "^0.23.0",
"vitest": "^3.0.5",
"vitest": "^3.0.6",
"yarn-upgrade-all": "^0.7.4"
}
}
Loading

0 comments on commit 9f31a4f

Please sign in to comment.