Skip to content

Commit

Permalink
fix(console): missing dependency when importing console ui (#5639)
Browse files Browse the repository at this point in the history
## Checklist

- [ ] Title matches [Winglang's style guide](https://www.winglang.io/contributing/start-here/pull_requests#how-are-pull-request-titles-formatted)
- [ ] Description explains motivation and solution
- [ ] Tests added (always)
- [ ] Docs updated (only required for features)
- [ ] Added `pr/e2e-full` label if this feature requires end-to-end testing

*By submitting this pull request, I confirm that my contribution is made under the terms of the [Wing Cloud Contribution License](https://github.com/winglang/wing/blob/main/CONTRIBUTION_LICENSE.md)*.
  • Loading branch information
eladcon authored Feb 7, 2024
1 parent 8afc22e commit a97c509
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion apps/wing-console/console/design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"@heroicons/react": "^2.0.18",
"@popperjs/core": "^2.11.8",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.10",
"classnames": "^2.3.2",
"lodash.uniq": "^4.5.0",
"nanoid": "^4.0.2",
Expand All @@ -43,7 +44,6 @@
"devDependencies": {
"@babel/core": "^7.22.11",
"@storybook/react": "^7.4.0",
"@tailwindcss/typography": "^0.5.10",
"@testing-library/react": "^14.0.0",
"@types/lodash.uniq": "^4.5.7",
"@types/react": "^18.2.21",
Expand Down
18 changes: 9 additions & 9 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 a97c509

Please sign in to comment.