We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a20a7c0 commit 8a9f355Copy full SHA for 8a9f355
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-ladda-button",
3
- "version": "1.0.4",
+ "version": "1.0.5",
4
"description": "Ladda port to react in typescript and hooks",
5
"author": "RickeyWard",
6
"license": "MIT",
@@ -32,7 +32,8 @@
32
"deploy": "gh-pages -d example/build"
33
},
34
"peerDependencies": {
35
- "react": "^16.0.0"
+ "react": ">=16.13.1",
36
+ "react-dom": ">=16.13.1"
37
38
"devDependencies": {
39
"@testing-library/jest-dom": "^4.2.4",
0 commit comments