Skip to content

Commit 8a9f355

Browse files
committed
update to 1.0.5, fix issues with react 18
1 parent a20a7c0 commit 8a9f355

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-ladda-button",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Ladda port to react in typescript and hooks",
55
"author": "RickeyWard",
66
"license": "MIT",
@@ -32,7 +32,8 @@
3232
"deploy": "gh-pages -d example/build"
3333
},
3434
"peerDependencies": {
35-
"react": "^16.0.0"
35+
"react": ">=16.13.1",
36+
"react-dom": ">=16.13.1"
3637
},
3738
"devDependencies": {
3839
"@testing-library/jest-dom": "^4.2.4",

0 commit comments

Comments
 (0)