Update packages
This commit is contained in:
parent
7b42b7f1cb
commit
ca085471c5
2 changed files with 2646 additions and 8373 deletions
11005
package-lock.json
generated
11005
package-lock.json
generated
File diff suppressed because it is too large
Load diff
14
package.json
14
package.json
|
@ -20,9 +20,9 @@
|
||||||
"@material-ui/core": "^3.9.3",
|
"@material-ui/core": "^3.9.3",
|
||||||
"@material-ui/icons": "^3.0.2",
|
"@material-ui/icons": "^3.0.2",
|
||||||
"@material-ui/styles": "^3.0.0-alpha.10",
|
"@material-ui/styles": "^3.0.0-alpha.10",
|
||||||
"apollo": "^2.15.0",
|
"apollo": "^2.17.2",
|
||||||
"apollo-cache-inmemory": "^1.6.2",
|
"apollo-cache-inmemory": "^1.6.2",
|
||||||
"apollo-client": "^2.6.3",
|
"apollo-client": "^2.6.4",
|
||||||
"apollo-client-preset": "^1.0.6",
|
"apollo-client-preset": "^1.0.6",
|
||||||
"apollo-link": "^1.2.12",
|
"apollo-link": "^1.2.12",
|
||||||
"apollo-link-batch-http": "^1.2.12",
|
"apollo-link-batch-http": "^1.2.12",
|
||||||
|
@ -49,9 +49,9 @@
|
||||||
"lodash-es": "^4.17.14",
|
"lodash-es": "^4.17.14",
|
||||||
"moment-timezone": "^0.5.26",
|
"moment-timezone": "^0.5.26",
|
||||||
"qs": "^6.7.0",
|
"qs": "^6.7.0",
|
||||||
"react": "^16.8.6",
|
"react": "^16.9.0",
|
||||||
"react-apollo": "^2.5.8",
|
"react-apollo": "^3.0.0",
|
||||||
"react-dom": "^16.8.6",
|
"react-dom": "^16.9.0",
|
||||||
"react-dropzone": "^8.2.0",
|
"react-dropzone": "^8.2.0",
|
||||||
"react-helmet": "^5.2.1",
|
"react-helmet": "^5.2.1",
|
||||||
"react-infinite-scroller": "^1.2.4",
|
"react-infinite-scroller": "^1.2.4",
|
||||||
|
@ -88,8 +88,8 @@
|
||||||
"@types/jest": "^23.3.14",
|
"@types/jest": "^23.3.14",
|
||||||
"@types/lodash-es": "^4.17.3",
|
"@types/lodash-es": "^4.17.3",
|
||||||
"@types/moment-timezone": "^0.5.12",
|
"@types/moment-timezone": "^0.5.12",
|
||||||
"@types/react": "16.8.12",
|
"@types/react": "^16.9.1",
|
||||||
"@types/react-dom": "^16.8.4",
|
"@types/react-dom": "^16.8.5",
|
||||||
"@types/react-dropzone": "^4.2.2",
|
"@types/react-dropzone": "^4.2.2",
|
||||||
"@types/react-helmet": "^5.0.8",
|
"@types/react-helmet": "^5.0.8",
|
||||||
"@types/react-infinite-scroller": "^1.2.1",
|
"@types/react-infinite-scroller": "^1.2.1",
|
||||||
|
|
Loading…
Reference in a new issue