Skip to content

Commit

Permalink
fix: packages dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
chinhld12 committed Dec 27, 2023
1 parent 01bce8c commit dbffea8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"@chakra-ui/utils": "1.8.2",
"@docsearch/react": "^3.0.0",
"@docusaurus/utils": "^2.0.0-alpha.69",
"@dwarvesf/react-hooks": "^0.8.0",
"@dwarvesf/react-utils": "^0.4.1",
"@dwarvesf/react-hooks": "workspace:*",
"@dwarvesf/react-utils": "workspace:*",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@mdx-js/react": "^1.6.22",
Expand Down
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
},
"dependencies": {
"react-app-polyfill": "^2.0.0",
"@dwarvesf/react-hooks": "*",
"@dwarvesf/react-utils": "*"
"@dwarvesf/react-hooks": "workspace:*",
"@dwarvesf/react-utils": "workspace:*"
},
"alias": {
"@dwarvesf/react-hooks": "../packages/hooks",
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"react-dom": "^16.8.0"
},
"dependencies": {
"@dwarvesf/react-utils": "^0.4.1",
"@dwarvesf/react-utils": "workspace:*",
"copy-to-clipboard": "^3.3.1",
"tslib": "^2.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dbffea8

Please sign in to comment.