Skip to content

Commit

Permalink
Merge pull request #153 from Groww/fix/package-json-for-packages
Browse files Browse the repository at this point in the history
fixed version and package json for ui toolkit and react-charts
  • Loading branch information
vikaz-singh authored Feb 15, 2023
2 parents b4c291b + 6f866ad commit eea6270
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/react-charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"access": "public"
},
"peerDependencies": {
"react": "^16.12.0 || ^17.0.0"
"react-dom": "^16.12.0 || ^17.0.0"
"react": "^16.12.0 || ^17.0.0",
"react-dom": "^16.12.0 || ^17.0.0",
"@groww-tech/base-css": "*",
"prop-types": "15.7.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@groww-tech/ui-toolkit",
"version": "0.2.8",
"version": "0.2.9",
"description": "A lightning nature UI",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit eea6270

Please sign in to comment.