Skip to content

Commit

Permalink
Merge pull request #24 from danestves/feat/fixed-versions
Browse files Browse the repository at this point in the history
feat: fixed versions for `npm` packages
  • Loading branch information
danestves committed Mar 23, 2022
2 parents a584ecf + 1548e72 commit 1b128bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"prepublish": "npm run build"
},
"dependencies": {
"@lite-embed/utils": "*",
"@lite-embed/utils": "^0.3.1-canary.5",
"@radix-ui/react-aspect-ratio": "^0.1.4",
"@stitches/react": "^1.2.7"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"prepublish": "npm run build"
},
"dependencies": {
"@lite-embed/utils": "*"
"@lite-embed/utils": "^0.3.1-canary.5"
},
"peerDependencies": {
"vue": "^3.2.31"
Expand Down

0 comments on commit 1b128bd

Please sign in to comment.