Bump deps

This commit is contained in:
SleepWalker
2019-12-25 13:15:50 +02:00
parent 8db75ac8c8
commit d5e0e9a7fb
5 changed files with 1183 additions and 2184 deletions

View File

@@ -5,6 +5,7 @@
"@formatjs/intl-pluralrules": "^1.3.9",
"@formatjs/intl-relativetimeformat": "^4.5.1",
"@hot-loader/react-dom": "^16.11.0",
"@types/react": "^16.9.17",
"@types/react-redux": "^7.1.5",
"@types/react-router-dom": "^5.1.3",
"clsx": "^1.0.4",
@@ -26,7 +27,7 @@
"react-router-dom": "^5.1.2",
"react-textarea-autosize": "^7.1.2",
"react-transition-group": "^4.3.0",
"redux": "^4.0.4",
"redux": "^4.0.5",
"redux-localstorage": "^0.4.1",
"redux-thunk": "^2.0.0",
"url-search-params-polyfill": "^7.0.1",
@@ -34,6 +35,7 @@
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"@types/webpack-env": "^1.14.1",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.15.1"
}