Skip to content

Commit 3322b10

Browse files
committed
fix: onboarding ui imports
1 parent b52cc67 commit 3322b10

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ storybook-static/
1717
.turbo
1818
**/.storybook/jest-results.json
1919
**/bundle-report.html
20+
.env

packages/onboarding-ui/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"@rocket.chat/fuselage-polyfills": "workspace:~",
5050
"@rocket.chat/fuselage-tokens": "workspace:~",
5151
"@rocket.chat/icons": "workspace:~",
52+
"@rocket.chat/layout": "workspace:~",
5253
"@rocket.chat/logo": "workspace:~",
5354
"@rocket.chat/prettier-config": "workspace:~",
5455
"@rocket.chat/styled": "workspace:~",
@@ -78,7 +79,6 @@
7879
"typescript": "~4.3.5"
7980
},
8081
"dependencies": {
81-
"@rocket.chat/layout": "workspace:~",
8282
"i18next": "~21.6.11",
8383
"react-hook-form": "~7.27.0",
8484
"tslib": "~2.3.1"
@@ -88,6 +88,7 @@
8888
"@rocket.chat/fuselage-hooks": "*",
8989
"@rocket.chat/fuselage-polyfills": "*",
9090
"@rocket.chat/icons": "*",
91+
"@rocket.chat/layout": "*",
9192
"@rocket.chat/logo": "*",
9293
"@rocket.chat/styled": "*",
9394
"react": "17.0.2",

yarn.lock

+1
Original file line numberDiff line numberDiff line change
@@ -7809,6 +7809,7 @@ __metadata:
78097809
"@rocket.chat/fuselage-hooks": "*"
78107810
"@rocket.chat/fuselage-polyfills": "*"
78117811
"@rocket.chat/icons": "*"
7812+
"@rocket.chat/layout": "*"
78127813
"@rocket.chat/logo": "*"
78137814
"@rocket.chat/styled": "*"
78147815
react: 17.0.2

0 commit comments

Comments
 (0)