Skip to content

Commit

Permalink
chore(#1137): update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
d1mon1k committed Sep 3, 2022
1 parent d16e25b commit cf7ccba
Show file tree
Hide file tree
Showing 2 changed files with 803 additions and 290 deletions.
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,52 +12,52 @@
]
},
"dependencies": {
"@material-ui/core": "4.12.3",
"@material-ui/lab": "4.0.0-alpha.60",
"@react-oauth/google": "^0.2.2",
"@material-ui/core": "4.12.4",
"@material-ui/lab": "4.0.0-alpha.61",
"@react-oauth/google": "^0.2.6",
"@redux-saga/core": "1.1.3",
"@reduxjs/toolkit": "^1.8.2",
"axios": "0.24.0",
"axios": "0.27.2",
"centrifuge": "2.8.2",
"classnames": "2.3.1",
"dayjs": "1.10.6",
"dayjs": "1.11.4",
"emoji-data-ios": "github:korenskoy/emoji-data-ios#1a4532f",
"firebase": "8.9.1",
"i18next": "20.4.0",
"i18next-http-backend": "1.3.0",
"i18next-http-backend": "1.4.1",
"jwt-decode": "3.1.2",
"libphonenumber-js": "1.9.23",
"libphonenumber-js": "1.10.12",
"lodash": "4.17.21",
"mousetrap": "1.6.5",
"normalizr": "3.6.1",
"rc-slider": "9.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-easy-crop": "3.5.2",
"react-h5-audio-player": "3.7.1",
"react-i18next": "11.11.4",
"react-h5-audio-player": "3.8.4",
"react-i18next": "11.18.3",
"react-redux": "7.2.4",
"react-rnd": "10.3.4",
"react-router": "5.2.0",
"react-router-dom": "5.2.0",
"react-scripts": "4.0.3",
"react-toastify": "7.0.4",
"redux": "4.1.1",
"redux": "4.2.0",
"redux-saga": "1.1.3",
"typescript": "4.3.5",
"use-interval": "1.3.0",
"use-interval": "1.4.0",
"wavesurfer.js": "5.2.0",
"workbox-core": "6.2.4",
"workbox-expiration": "6.2.4",
"workbox-precaching": "6.2.4",
"workbox-routing": "6.2.4",
"workbox-strategies": "6.2.4"
"workbox-core": "6.5.4",
"workbox-expiration": "6.5.4",
"workbox-precaching": "6.5.4",
"workbox-routing": "6.5.4",
"workbox-strategies": "6.5.4"
},
"devDependencies": {
"@babel/preset-react": "7.14.5",
"@babel/preset-react": "7.18.6",
"@commitlint/cli": "15.0.0",
"@commitlint/config-conventional": "13.1.0",
"@craco/craco": "6.2.0",
"@craco/craco": "6.4.5",
"@types/dom-mediacapture-record": "1.0.10",
"@types/jest": "27.0.1",
"@types/lodash": "4.14.172",
Expand All @@ -68,7 +68,7 @@
"@types/react-image-crop": "8.1.3",
"@types/react-redux": "7.1.18",
"@types/react-router": "5.1.16",
"@types/react-router-dom": "5.1.8",
"@types/react-router-dom": "5.3.3",
"@types/wavesurfer.js": "5.2.2",
"@typescript-eslint/eslint-plugin": "4.29.2",
"@typescript-eslint/parser": "4.29.2",
Expand All @@ -78,27 +78,27 @@
"customize-cra": "1.0.0",
"eslint": "7.29.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-prettier": "8.3.0",
"eslint-config-prettier": "8.5.0",
"eslint-import-resolver-typescript": "2.5.0",
"eslint-plugin-import": "2.23.0",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-react": "7.24.0",
"eslint-plugin-react-hooks": "4.4.0",
"eslint-plugin-react": "7.30.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-unused-imports": "^2.0.0",
"file-loader": "6.2.0",
"husky": "7.0.1",
"kimbu-models": "https://github.com/kimbu-chat/frontend-types.git#0.6.2",
"lint-staged": "11.1.2",
"prettier": "2.7.0",
"run-script-os": "1.1.6",
"sass": "1.38.0",
"sass": "1.54.4",
"serve": "12.0.0",
"stylelint": "13.13.1",
"stylelint-config-prettier": "8.0.2",
"stylelint-config-sass-guidelines": "8.0.0",
"stylelint-prettier": "1.2.0",
"webpack-bundle-analyzer": "4.4.2"
"webpack-bundle-analyzer": "4.5.0"
},
"engines": {
"node": ">= 12.5.0",
Expand Down
Loading

0 comments on commit cf7ccba

Please sign in to comment.