[mobile] update dependencies

This commit is contained in:
maxkadushkin
2023-08-04 22:45:52 +03:00
parent d69e693abc
commit ae64eae0a4
2 changed files with 4826 additions and 11470 deletions

File diff suppressed because it is too large Load Diff

View File

@ -32,15 +32,15 @@
"framework7": "^7.0.8",
"framework7-icons": "^3.0.1",
"framework7-react": "^7.0.8",
"i18next": "^21.8.9",
"i18next-fetch-backend": "^4.1.3",
"i18next": "^23.4.1",
"i18next-fetch-backend": "^5.0.2",
"mobx": "^6.7.0",
"mobx-react": "^7.6.0",
"mobx-react": "^9.0.0",
"postcss": "^8.4.12",
"prop-types": "^15.7.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-i18next": "^11.8.5",
"react-i18next": "^13.0.3",
"react-transition-group": "^4.4.5",
"swiper": "^8.2.4",
"template7": "^1.4.2",
@ -55,30 +55,29 @@
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/runtime": "^7.20.1",
"babel-loader": "^8.3.0",
"babel-loader": "^9.1.3",
"chalk": "^5.1.2",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^10.2.4",
"cpy-cli": "^4.2.0",
"copy-webpack-plugin": "^11.0.0",
"cpy-cli": "^5.0.0",
"cross-env": "^7.0.3",
"css-loader": "^6.7.2",
"css-minimizer-webpack-plugin": "^3.4.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"less": "^4.1.3",
"less-loader": "^10.2.0",
"less-loader": "^11.1.3",
"mini-css-extract-plugin": "^2.6.1",
"ora": "^6.1.2",
"postcss-loader": "^6.2.1",
"postcss-preset-env": "^7.6.0",
"rimraf": "^3.0.2",
"ora": "^7.0.1",
"postcss-loader": "^7.3.3",
"postcss-preset-env": "^9.1.0",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.6",
"url-loader": "^4.1.1",
"webpack": "^5.75.0",
"webpack-cli": "^4.10.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.11.1",
"workbox-webpack-plugin": "^6.5.4"
"workbox-webpack-plugin": "^7.0.0"
},
"optionalDependencies": {
"fsevents": "~2.3.2"