[mobile] update dependencies

This commit is contained in:
Maxim Kadushkin 2022-06-15 00:12:36 +03:00
parent b188798121
commit 224482cd47
2 changed files with 6183 additions and 12551 deletions

File diff suppressed because it is too large Load diff

View file

@ -31,14 +31,14 @@
"framework7": "^6.0.4", "framework7": "^6.0.4",
"framework7-icons": "^3.0.1", "framework7-icons": "^3.0.1",
"framework7-react": "^6.0.4", "framework7-react": "^6.0.4",
"i18next": "^19.8.4", "i18next": "^21.8.9",
"i18next-fetch-backend": "^3.0.0", "i18next-fetch-backend": "^5.0.0",
"postcss": "^8.4.12", "postcss": "^8.4.12",
"prop-types": "^15.7.2", "prop-types": "^15.7.2",
"react": "^18.1.0", "react": "^18.1.0",
"react-dom": "^18.1.0", "react-dom": "^18.1.0",
"react-i18next": "^11.8.5", "react-i18next": "^11.8.5",
"swiper": "^6.4.8", "swiper": "^8.2.4",
"template7": "^1.4.2" "template7": "^1.4.2"
}, },
"devDependencies": { "devDependencies": {
@ -51,30 +51,30 @@
"@babel/preset-react": "^7.12.10", "@babel/preset-react": "^7.12.10",
"@babel/runtime": "^7.12.5", "@babel/runtime": "^7.12.5",
"babel-loader": "^8.2.2", "babel-loader": "^8.2.2",
"chalk": "^4.1.0", "chalk": "^5.0.1",
"clean-webpack-plugin": "^3.0.0", "clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^6.4.1", "copy-webpack-plugin": "^11.0.0",
"cpy-cli": "^3.1.1", "cpy-cli": "^4.1.0",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"css-loader": "^4.3.0", "css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^1.3.0", "css-minimizer-webpack-plugin": "^4.0.0",
"file-loader": "^6.2.0", "file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.1", "html-webpack-plugin": "^5.3.1",
"less": "^3.13.1", "less": "^4.1.3",
"less-loader": "^6.2.0", "less-loader": "^11.0.0",
"mini-css-extract-plugin": "^1.3.9", "mini-css-extract-plugin": "^2.6.0",
"mobx": "^6.1.8", "mobx": "^6.1.8",
"mobx-react": "^7.1.0", "mobx-react": "^7.1.0",
"ora": "^4.1.1", "ora": "^6.1.0",
"postcss-loader": "^5.3.0", "postcss-loader": "^7.0.0",
"postcss-preset-env": "^6.7.0", "postcss-preset-env": "^7.7.1",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"style-loader": "^1.3.0", "style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.1.3", "terser-webpack-plugin": "^5.1.3",
"url-loader": "^4.1.1", "url-loader": "^4.1.1",
"webpack": "^5.38.1", "webpack": "^5.38.1",
"webpack-cli": "^4.5.0", "webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2", "webpack-dev-server": "^4.9.2",
"workbox-webpack-plugin": "^6.1.2" "workbox-webpack-plugin": "^6.1.2"
}, },
"optionalDependencies": { "optionalDependencies": {