Skip to content

Commit

Permalink
fix(components): package.json (#235)
Browse files Browse the repository at this point in the history
* fix(arrow): package.json

* fix(aspect-ratio): package.json

* fix: pnpm-lock
  • Loading branch information
YeSuX committed Jul 21, 2023
1 parent 05d44cf commit 68b95d2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 54 deletions.
3 changes: 1 addition & 2 deletions packages/components/arrow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
},
"dependencies": {
"@oku-ui/primitive": "latest",
"@oku-ui/use-composable": "latest",
"@oku-ui/utils": "latest"
"@oku-ui/use-composable": "latest"
},
"devDependencies": {
"tsconfig": "workspace:^"
Expand Down
3 changes: 1 addition & 2 deletions packages/components/aspect-ratio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
"vue": "^3.3.4"
},
"dependencies": {
"@oku-ui/primitive": "latest",
"@oku-ui/utils": "latest"
"@oku-ui/primitive": "latest"
},
"devDependencies": {
"tsconfig": "workspace:^"
Expand Down
61 changes: 11 additions & 50 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 68b95d2

Please sign in to comment.