Skip to content

Commit

Permalink
fix(hippy-react-web): fix multiple react in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleCo authored and hippy-actions[bot] committed Jul 17, 2023
1 parent 68727ac commit 19cf3c3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/hippy-react-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@
"Hippy-React",
"Web"
],
"peerDependencies": {
"react": ">=16.8.0 && <18.0.0"
},
"dependencies": {
"@hippy/rmc-list-view": "^1.0.0",
"@hippy/rmc-pull-to-refresh": "^1.1.1",
"animated-scroll-to": "^2.2.0",
"bezier-easing": "^2.1.0",
"normalize-css-color": "^1.0.2",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"swiper": "^6.7.0",
"ua-parser-js": "~0.7.28"
},
Expand All @@ -37,4 +38,4 @@
"@types/swiper": "^4.4.6"
},
"sideEffects": false
}
}

0 comments on commit 19cf3c3

Please sign in to comment.