Slightly fixed dependencies

This commit is contained in:
Alejandro Celaya
2019-01-06 10:20:24 +01:00
parent fac3edaea7
commit b3e3bbdd9b
3 changed files with 24 additions and 104 deletions

View File

@@ -24,7 +24,7 @@
"@fortawesome/free-solid-svg-icons": "^5.6.3",
"@fortawesome/react-fontawesome": "^0.1.3",
"axios": "^0.18.0",
"bootstrap": "^4.1.1",
"bootstrap": "~4.1.1",
"bottlejs": "^1.7.1",
"chart.js": "^2.7.2",
"classnames": "^2.2.6",
@@ -39,7 +39,7 @@
"react-chartjs-2": "^2.7.4",
"react-color": "^2.14.1",
"react-copy-to-clipboard": "^5.0.1",
"react-datepicker": "^1.5.0",
"react-datepicker": "~1.5.0",
"react-dom": "^16.7.0",
"react-moment": "^0.7.6",
"react-redux": "^5.0.7",
@@ -57,7 +57,7 @@
"adm-zip": "^0.4.11",
"autoprefixer": "^7.1.6",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^9.0.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"babel-loader": "^8.0.4",
"babel-plugin-named-asset-import": "^0.3.0",
@@ -76,7 +76,6 @@
"eslint-config-adidas-env": "^1.1.0",
"eslint-config-adidas-es6": "^1.2.0",
"eslint-config-adidas-react": "^1.1.1",
"eslint-config-react-app": "^3.0.6",
"eslint-loader": "^2.1.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^21.22.0",