Skip to content

Commit

Permalink
Update dependencies (#209)
Browse files Browse the repository at this point in the history
* updates

* deps update

* update deps

* try to fix fsevents error
  • Loading branch information
tizmagik authored Oct 17, 2022
1 parent 3d73fa4 commit 2d618a9
Show file tree
Hide file tree
Showing 14 changed files with 3,161 additions and 3,432 deletions.
1 change: 1 addition & 0 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
["@babel/plugin-proposal-decorators", { "legacy": true }],
["@babel/plugin-proposal-class-properties", { "loose": true }],
["@babel/plugin-proposal-private-methods", { "loose": true }],
["@babel/plugin-proposal-private-property-in-object", { "loose": true }],
"@babel/plugin-proposal-object-rest-spread"
],
"presets": ["@babel/preset-env", "@babel/preset-react"]
Expand Down
4 changes: 2 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
parser: 'babel-eslint',
extends: ['airbnb', 'plugin:prettier/recommended', 'prettier/react'],
parser: '@babel/eslint-parser',
extends: ['airbnb', 'prettier'],
plugins: ['prettier', 'react-hooks'],
env: {
jest: true,
Expand Down
3 changes: 2 additions & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"singleQuote": true,
"trailingComma": "es5"
"trailingComma": "es5",
"arrowParens": "avoid"
}
Loading

0 comments on commit 2d618a9

Please sign in to comment.