Skip to content

Commit

Permalink
chore: upgrade dependencies (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebulis authored and rjchow committed Dec 31, 2019
1 parent 390ec51 commit 3f6654e
Show file tree
Hide file tree
Showing 5 changed files with 3,413 additions and 4,181 deletions.
4 changes: 3 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
"@babel/preset-typescript"
],
"plugins": [
"@babel/plugin-proposal-class-properties"
"@babel/plugin-proposal-class-properties",
"@babel/plugin-proposal-optional-chaining",
"@babel/plugin-proposal-nullish-coalescing-operator"
]
}
5 changes: 4 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@
"no-restricted-globals": "off"
}
}
]
],
"rules": {
"import/extensions": "off"
}
}

0 comments on commit 3f6654e

Please sign in to comment.