Skip to content

Commit

Permalink
Merge pull request #30 from fileverse/fix-deps-for-react-component
Browse files Browse the repository at this point in the history
Fix deps for react component
  • Loading branch information
nadeem-fileverse committed Feb 19, 2024
2 parents 7d32ce5 + 749ba81 commit b161296
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/silver-walls-teach.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@fileverse/heartbit-react": patch
---

Fix workspace deps issue
4 changes: 2 additions & 2 deletions packages/heartbit-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fileverse/heartbit-react",
"version": "1.0.0",
"version": "0.0.25",
"type": "module",
"main": "./dist/index.umd.js",
"module": "./dist/index.es.js",
Expand Down Expand Up @@ -46,7 +46,7 @@
"vite-plugin-node-polyfills": "^0.19.0"
},
"dependencies": {
"@fileverse/heartbit-core": "workspace:*",
"@fileverse/heartbit-core": "^1.0.0",
"classnames": "^2.5.1"
}
}

0 comments on commit b161296

Please sign in to comment.