Skip to content

Commit

Permalink
Merge pull request #63 from nginformatica/fix/adjust-peer-dependency
Browse files Browse the repository at this point in the history
fix: adjust peer dependency
  • Loading branch information
KarineBrandelli authored Nov 12, 2024
2 parents f4608df + 22cd0ac commit df43968
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amazing-react-charts",
"version": "1.1.6",
"version": "1.1.7",
"description": "An amazing react charts package based in echarts",
"main": "dist/index.js",
"license": "MIT",
Expand Down Expand Up @@ -82,7 +82,7 @@
"webpack": "5.96.1"
},
"peerDependencies": {
"flipper-ui": "^0.34.9",
"flipper-ui": "^0.35.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"styled-components": "^5.0.0 || ^6.0.0"
Expand Down

0 comments on commit df43968

Please sign in to comment.