Skip to content

Commit

Permalink
fix: hardcode svg version (#214)
Browse files Browse the repository at this point in the history
Signed-off-by: Antonette Caldwell <[email protected]>
  • Loading branch information
nebula-aac authored Nov 2, 2023
1 parent 25717a7 commit 9ea5966
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"lint:fix": "eslint --fix"
},
"dependencies": {
"@layer5/sistent-svg": "workspace:^"
"@layer5/sistent-svg": "0.11.1-beta.0"
},
"devDependencies": {
"@emotion/react": "^11.11.1",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2414,7 +2414,7 @@ __metadata:
dependencies:
"@emotion/react": ^11.11.1
"@emotion/styled": ^11.11.0
"@layer5/sistent-svg": "workspace:^"
"@layer5/sistent-svg": 0.11.1-beta.0
"@mui/icons-material": ^5.14.12
"@mui/material": ^5.14.16
"@types/mui-datatables": ^4.3.6
Expand Down Expand Up @@ -2455,7 +2455,7 @@ __metadata:
languageName: unknown
linkType: soft

"@layer5/sistent-svg@workspace:^, @layer5/sistent-svg@workspace:packages/svg":
"@layer5/sistent-svg@0.11.1-beta.0, @layer5/sistent-svg@workspace:^, @layer5/sistent-svg@workspace:packages/svg":
version: 0.0.0-use.local
resolution: "@layer5/sistent-svg@workspace:packages/svg"
dependencies:
Expand Down

0 comments on commit 9ea5966

Please sign in to comment.