Skip to content

Commit

Permalink
edit react types
Browse files Browse the repository at this point in the history
  • Loading branch information
antivixen committed Aug 28, 2023
1 parent d2255c5 commit 1767a2e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/famous-deers-fly.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@antivixen/react-if-else": patch
---

edit react types
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
"@changesets/cli": "^2.26.1",
"@testing-library/jest-dom": "^6.0.1",
"@testing-library/react": "^14.0.0",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@types/react": ">=18.0.0",
"@types/react-dom": ">=18.0.0",
"@vitejs/plugin-react": "^4.0.4",
"eslint": "^8.47.0",
"eslint-plugin-react": "^7.33.2",
Expand Down

0 comments on commit 1767a2e

Please sign in to comment.