Updated all dependencies
This commit is contained in:
parent
e525e97ede
commit
19334ba006
64
vendor/framework7-react/package.json
vendored
64
vendor/framework7-react/package.json
vendored
|
@ -28,57 +28,57 @@
|
|||
"Samsung >= 5"
|
||||
],
|
||||
"dependencies": {
|
||||
"dom7": "^3.0.0",
|
||||
"dom7": "^4.0.4",
|
||||
"framework7": "^7.0.8",
|
||||
"framework7-icons": "^3.0.1",
|
||||
"framework7-icons": "^5.0.5",
|
||||
"framework7-react": "^7.0.8",
|
||||
"i18next": "^21.8.9",
|
||||
"i18next-fetch-backend": "^5.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",
|
||||
"i18next": "^22.0.2",
|
||||
"i18next-fetch-backend": "^5.0.1",
|
||||
"mobx": "^6.6.2",
|
||||
"mobx-react": "^7.5.3",
|
||||
"postcss": "^8.4.18",
|
||||
"prop-types": "^15.8.1",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-i18next": "^12.0.0",
|
||||
"react-transition-group": "^4.4.5",
|
||||
"swiper": "^8.2.4",
|
||||
"swiper": "^8.4.4",
|
||||
"template7": "^1.4.2",
|
||||
"url": "^0.11.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.12.10",
|
||||
"@babel/plugin-proposal-class-properties": "^7.12.1",
|
||||
"@babel/plugin-proposal-decorators": "^7.12.12",
|
||||
"@babel/core": "^7.19.6",
|
||||
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
||||
"@babel/plugin-proposal-decorators": "^7.19.6",
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
||||
"@babel/plugin-transform-runtime": "^7.12.10",
|
||||
"@babel/preset-env": "^7.12.11",
|
||||
"@babel/preset-react": "^7.12.10",
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"babel-loader": "^8.2.2",
|
||||
"chalk": "^5.0.1",
|
||||
"@babel/plugin-transform-runtime": "^7.19.6",
|
||||
"@babel/preset-env": "^7.19.4",
|
||||
"@babel/preset-react": "^7.18.6",
|
||||
"@babel/runtime": "^7.19.4",
|
||||
"babel-loader": "^8.2.5",
|
||||
"chalk": "^5.1.2",
|
||||
"clean-webpack-plugin": "^4.0.0",
|
||||
"copy-webpack-plugin": "^11.0.0",
|
||||
"cpy-cli": "^4.1.0",
|
||||
"cpy-cli": "^4.2.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"css-loader": "^6.7.1",
|
||||
"css-minimizer-webpack-plugin": "^4.0.0",
|
||||
"css-minimizer-webpack-plugin": "^4.2.2",
|
||||
"file-loader": "^6.2.0",
|
||||
"html-webpack-plugin": "^5.3.1",
|
||||
"less": "^4.1.3",
|
||||
"less-loader": "^11.0.0",
|
||||
"mini-css-extract-plugin": "^2.6.0",
|
||||
"mobx": "^6.1.8",
|
||||
"mobx-react": "^7.1.0",
|
||||
"ora": "^6.1.0",
|
||||
"postcss-loader": "^7.0.0",
|
||||
"postcss-preset-env": "^7.7.1",
|
||||
"mini-css-extract-plugin": "^2.6.1",
|
||||
"ora": "^6.1.2",
|
||||
"postcss-loader": "^7.0.1",
|
||||
"postcss-preset-env": "^7.8.2",
|
||||
"rimraf": "^3.0.2",
|
||||
"style-loader": "^3.3.1",
|
||||
"terser-webpack-plugin": "^5.1.3",
|
||||
"terser-webpack-plugin": "^5.3.6",
|
||||
"url-loader": "^4.1.1",
|
||||
"webpack": "^5.38.1",
|
||||
"webpack-cli": "^4.5.0",
|
||||
"webpack-dev-server": "^4.9.2",
|
||||
"workbox-webpack-plugin": "^6.1.2"
|
||||
"webpack": "^5.74.0",
|
||||
"webpack-cli": "^4.10.0",
|
||||
"webpack-dev-server": "^4.11.1",
|
||||
"workbox-webpack-plugin": "^6.5.4"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"fsevents": "~2.3.2"
|
||||
|
|
Loading…
Reference in a new issue