Skip to content

Commit

Permalink
edit peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antivixen committed Aug 28, 2023
1 parent 1880c97 commit df43180
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/calm-walls-poke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@antivixen/react-if-else": patch
---

edit peer deps
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
}
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"devDependencies": {
"@changesets/cli": "^2.26.1",
Expand All @@ -77,8 +77,8 @@
"eslint": "^8.47.0",
"eslint-plugin-react": "^7.33.2",
"jsdom": "^22.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": ">=18.0.0",
"react-dom": ">=18.0.0",
"typescript": "^5.1.3",
"vite": "^4.4.9",
"vite-plugin-dts": "^3.5.2",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

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

0 comments on commit df43180

Please sign in to comment.