Skip to content

Commit

Permalink
fix: shoelace installing latest version bug
Browse files Browse the repository at this point in the history
Shoelace was installing the latest version beccause of the ^ symbol we used while installing it in medblocks-ui
  • Loading branch information
ATHULKNAIR committed Jun 16, 2023
1 parent 64fb33c commit 9a2b8ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"test:watch": "tsc && concurrently -k -r \"tsc --watch \" \"wtr --watch\""
},
"dependencies": {
"@shoelace-style/shoelace": "^2.0.0-beta.71",
"@shoelace-style/shoelace": "2.0.0-beta.71",
"axios": "^0.26.1",
"chai": "^4.0.0-canary.2",
"lit-element": "^2.5.0",
Expand Down

0 comments on commit 9a2b8ef

Please sign in to comment.