Update package.json

This commit is contained in:
Alexey Safronov 2019-07-02 15:41:17 +03:00
parent 468b0b216a
commit fe4149869e

View File

@ -4,24 +4,24 @@
"private": true,
"dependencies": {
"asc-web-components": "file:../../ASC.Web.Components/",
"axios": "^0.18.0",
"axios": "^0.19.0",
"bootstrap": "4.3.1",
"connected-react-router": "6.4.0",
"connected-react-router": "6.5.0",
"history": "4.9.0",
"i18next": "15.1.0",
"i18next": "17.0.6",
"i18next-browser-languagedetector": "3.0.1",
"i18next-xhr-backend": "2.0.1",
"i18next-xhr-backend": "3.0.0",
"jquery": "3.4.1",
"merge": "^1.2.1",
"node-sass": "^4.12.0",
"oidc-client": "^1.7.1",
"oidc-client": "^1.8.2",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-i18next": "10.9.0",
"react-redux": "7.0.3",
"react-router": "5.0.0",
"react-router-dom": "5.0.0",
"react-i18next": "10.11.3",
"react-redux": "7.1.0",
"react-router": "5.0.1",
"react-router-dom": "5.0.1",
"react-scripts": "3.0.1",
"reactstrap": "8.0.0",
"redux": "4.0.1",
@ -32,14 +32,14 @@
},
"devDependencies": {
"ajv": "^6.10.0",
"babel-eslint": "^10.0.1",
"babel-eslint": "^10.0.2",
"cross-env": "^5.2.0",
"eslint": "^5.16.0",
"eslint": "^6.0.1",
"eslint-config-react-app": "^4.0.1",
"eslint-plugin-flowtype": "^3.8.2",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.13.0",
"eslint-plugin-flowtype": "^3.11.1",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.2",
"redux-devtools-extension": "^2.13.8",
"rimraf": "2.6.3"
},