[global] update flow-typed, .env, and some dependencies.

This commit is contained in:
41666 2019-04-14 12:51:12 -05:00
parent 50b5e334a3
commit c3b510f0bb
No known key found for this signature in database
GPG key ID: BC51D07640DC10AF
18 changed files with 3471 additions and 396 deletions

View file

@ -17,7 +17,7 @@
"next-redux-wrapper": "^3.0.0-alpha.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-redux": "^6.0.1",
"react-redux": "^7.0.2",
"react-typist": "^2.0.5",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.8",
@ -39,9 +39,9 @@
"babel-plugin-styled-components": "^1.10.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.11.2",
"enzyme-adapter-react-16": "^1.12.1",
"enzyme-to-json": "^3.3.5",
"eslint-plugin-flowtype": "^3.4.2",
"eslint-plugin-flowtype": "^3.6.1",
"react-test-renderer": "^16.8.6",
"standard": "12.0.1"
}