feat: update dependencies

This commit is contained in:
Konstantin Kireyev
2026-01-20 14:49:14 +05:00
parent e169646ef1
commit 5f58d788e3
2 changed files with 5129 additions and 4593 deletions

File diff suppressed because it is too large Load Diff

View File

@ -31,61 +31,62 @@
],
"dependencies": {
"dom7": "^4.0.6",
"framework7": "^8.3.4",
"framework7": "^9.0.2",
"framework7-icons": "^5.0.5",
"framework7-react": "^8.3.4",
"i18next": "^25.2.1",
"i18next-fetch-backend": "^6.0.0",
"mobx": "^6.13.6",
"mobx-react": "^9.2.0",
"postcss": "^8.5.2",
"framework7-react": "^9.0.2",
"i18next": "^25.7.4",
"i18next-fetch-backend": "^7.0.0",
"mobx": "^6.15.0",
"mobx-react": "^9.2.1",
"postcss": "^8.5.6",
"prop-types": "^15.8.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-i18next": "^15.4.0",
"react-transition-state": "^2.3.0",
"swiper": "^11.2.4",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-i18next": "^16.5.3",
"react-transition-state": "^2.3.2",
"swiper": "^12.0.3",
"template7": "^1.4.2",
"url": "^0.11.4"
},
"devDependencies": {
"@babel/core": "^7.26.9",
"@babel/plugin-proposal-decorators": "^7.25.9",
"@babel/core": "^7.28.6",
"@babel/plugin-proposal-decorators": "^7.28.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-class-properties": "^7.23.3",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.24.7",
"@babel/plugin-transform-optional-chaining": "^7.24.8",
"@babel/plugin-transform-react-constant-elements": "^7.25.1",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.24.0",
"@babel/preset-react": "^7.23.3",
"@babel/runtime": "^7.24.0",
"@babel/plugin-transform-class-properties": "^7.28.6",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.28.6",
"@babel/plugin-transform-optional-chaining": "^7.28.6",
"@babel/plugin-transform-react-constant-elements": "^7.27.1",
"@babel/plugin-transform-runtime": "^7.28.5",
"@babel/preset-env": "^7.28.6",
"@babel/preset-react": "^7.28.5",
"@babel/runtime": "^7.28.6",
"@fullhuman/postcss-purgecss": "^7.0.2",
"babel-loader": "^9.1.3",
"chalk": "^5.3.0",
"babel-loader": "^10.0.0",
"baseline-browser-mapping": "^2.9.15",
"chalk": "^5.6.2",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^13.0.0",
"cpy-cli": "^5.0.0",
"cross-env": "^7.0.3",
"copy-webpack-plugin": "^13.0.1",
"cpy-cli": "^6.0.0",
"cross-env": "^10.1.0",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"css-minimizer-webpack-plugin": "^7.0.4",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.6.3",
"less": "^4.2.2",
"less-loader": "^12.2.0",
"mini-css-extract-plugin": "^2.9.2",
"ora": "^8.2.0",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^10.1.4",
"html-webpack-plugin": "^5.6.6",
"less": "^4.5.1",
"less-loader": "^12.3.0",
"mini-css-extract-plugin": "^2.10.0",
"ora": "^9.0.0",
"postcss-loader": "^8.2.0",
"postcss-preset-env": "^11.1.1",
"style-loader": "^4.0.0",
"svg-sprite-loader": "^6.0.11",
"terser-webpack-plugin": "^5.3.11",
"terser-webpack-plugin": "^5.3.16",
"url-loader": "^4.1.1",
"webpack": "^5.98.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack": "^5.104.1",
"webpack-bundle-analyzer": "^5.1.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.0",
"workbox-webpack-plugin": "^7.3.0"
"webpack-dev-server": "^5.2.3",
"workbox-webpack-plugin": "^7.4.0"
},
"optionalDependencies": {
"fsevents": "~2.3.3"