Skip to content

Commit

Permalink
resolve peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hallee9000 authored May 10, 2021
1 parent cfcd699 commit 6e428b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"homepage": "https://github.com/leadream/figma-handoff#readme",
"author": "leadream",
"repository": "https://github.com/leadream/figma-handoff.git",
"version": "1.0.8",
"version": "1.0.9",
"license": "AGPL-3.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -38,8 +38,8 @@
"react-i18next": "^11.3.1"
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"scripts": {
"start": "react-scripts start",
Expand Down

0 comments on commit 6e428b1

Please sign in to comment.