Merge pull request #2054 from ONLYOFFICE/feature/update-dependencies
Correct unsupported versions in packages
This commit is contained in:
commit
668c59bd3e
|
@ -31,6 +31,6 @@
|
|||
"devDependencies": {
|
||||
"chai": "^4.3.6",
|
||||
"grunt-mocha": "^1.2.0",
|
||||
"mocha": "^10.0.0"
|
||||
"mocha": "^9.2.2"
|
||||
}
|
||||
}
|
||||
|
|
54
vendor/framework7-react/package.json
vendored
54
vendor/framework7-react/package.json
vendored
|
@ -33,7 +33,9 @@
|
|||
"framework7-icons": "^3.0.1",
|
||||
"framework7-react": "^7.0.8",
|
||||
"i18next": "^21.8.9",
|
||||
"i18next-fetch-backend": "^5.0.0",
|
||||
"i18next-fetch-backend": "^4.1.3",
|
||||
"mobx": "^6.7.0",
|
||||
"mobx-react": "^7.6.0",
|
||||
"postcss": "^8.4.12",
|
||||
"prop-types": "^15.7.2",
|
||||
"react": "^18.1.0",
|
||||
|
@ -45,40 +47,38 @@
|
|||
"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.20.2",
|
||||
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
||||
"@babel/plugin-proposal-decorators": "^7.20.2",
|
||||
"@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.20.2",
|
||||
"@babel/preset-react": "^7.18.6",
|
||||
"@babel/runtime": "^7.20.1",
|
||||
"babel-loader": "^8.3.0",
|
||||
"chalk": "^5.1.2",
|
||||
"clean-webpack-plugin": "^4.0.0",
|
||||
"copy-webpack-plugin": "^11.0.0",
|
||||
"cpy-cli": "^4.1.0",
|
||||
"copy-webpack-plugin": "^10.2.4",
|
||||
"cpy-cli": "^4.2.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"css-loader": "^6.7.1",
|
||||
"css-minimizer-webpack-plugin": "^4.0.0",
|
||||
"css-loader": "^6.7.2",
|
||||
"css-minimizer-webpack-plugin": "^3.4.1",
|
||||
"file-loader": "^6.2.0",
|
||||
"html-webpack-plugin": "^5.3.1",
|
||||
"html-webpack-plugin": "^5.5.0",
|
||||
"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",
|
||||
"less-loader": "^10.2.0",
|
||||
"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",
|
||||
"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.75.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