Skip to content

Commit

Permalink
v3.1.1
Browse files Browse the repository at this point in the history
- Fix bug in useActions
- FIx bug in withData
- Update deps
  • Loading branch information
VerZsuT committed Jan 6, 2023
1 parent cad3603 commit 2a10b56
Show file tree
Hide file tree
Showing 4 changed files with 106 additions and 106 deletions.
198 changes: 99 additions & 99 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-afc",
"version": "3.1.0",
"version": "3.1.1",
"description": "Allows you to significantly simplify the optimization of functional react components",
"keywords": [
"react",
Expand Down Expand Up @@ -42,9 +42,9 @@
"devDependencies": {
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"eslint": "^8.30.0",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"eslint": "^8.31.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-react": "^7.31.11",
"typescript": "^4.9.4"
Expand Down
Loading

0 comments on commit 2a10b56

Please sign in to comment.