Skip to content

Commit

Permalink
fix: internal deps (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
giangndm authored Nov 11, 2024
1 parent afbe1fe commit 92af479
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/sdk-react-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"src/*"
],
"dependencies": {
"@atm0s-media-sdk/core": "1.0.0-alpha.6"
"@atm0s-media-sdk/core": "1.0.0-alpha.7"
},
"peerDependencies": {
"react": "^18.2.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk-react-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@atm0s-media-sdk/core": "1.0.0-alpha.6",
"@atm0s-media-sdk/react-hooks": "1.0.0-alpha.6"
"@atm0s-media-sdk/core": "1.0.0-alpha.7",
"@atm0s-media-sdk/react-hooks": "1.0.0-alpha.7"
},
"peerDependencies": {
"react": "^18.2.0"
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

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

0 comments on commit 92af479

Please sign in to comment.