Skip to content

Commit

Permalink
chore: Update dependencies (#673)
Browse files Browse the repository at this point in the history
* chore: Update dependencies

* fix
  • Loading branch information
taion committed Mar 28, 2020
1 parent d22e033 commit 704e34b
Show file tree
Hide file tree
Showing 3 changed files with 1,231 additions and 1,081 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"dependencies": {
"@babel/runtime-corejs3": "^7.6.2",
"@restart/context": "^2.1.4",
"farce": "^0.2.8",
"farce": "^0.3.0",
"invariant": "^2.2.4",
"is-promise": "^2.1.0",
"lodash": "^4.17.15",
Expand Down
4 changes: 0 additions & 4 deletions types/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@
"jsx": "react",
"lib": ["es2016", "dom", "esnext.asynciterable"],
"module": "commonjs",
"noImplicitAny": true,
"noImplicitThis": true,
"strict": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"types": [],
"noEmit": true,
"baseUrl": ".",
Expand Down

0 comments on commit 704e34b

Please sign in to comment.