Skip to content

Commit

Permalink
chore: Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kegulf committed Feb 24, 2022
1 parent 9c39e83 commit 33500d9
Show file tree
Hide file tree
Showing 4 changed files with 30,094 additions and 11,922 deletions.
7 changes: 4 additions & 3 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parser": "babel-eslint",
"extends": ["airbnb", "prettier", "prettier/react"],
"parser": "@babel/eslint-parser",
"extends": ["airbnb", "prettier"],
"plugins": ["prettier", "jest", "react-hooks"],
"env": {
"jest": true
Expand All @@ -15,6 +15,7 @@
"react/require-extension": 0,
"react/jsx-filename-extension": [1, { "extensions": [".spec.js", ".stories.js", ".jsx"] }],
"react/no-unused-prop-types": [2, { "skipShapeProps": true}],
"import/no-unresolved": [1, { "caseSensitive": false }]
"import/no-unresolved": [1, { "caseSensitive": false }],
"react/function-component-definition": 0,
}
}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

# 4.1.1
> February 24, 2022
* :wrench: **Maintenance** Upgrade dependencies

# 4.1.0
> August 24, 2020
* :nut_and_bolt: **New** Add default transition
Expand Down
Loading

0 comments on commit 33500d9

Please sign in to comment.