Skip to content

Commit b6b5bdc

Browse files
committed
fix(layout): Layout peerDependencies
1 parent 5a52dc6 commit b6b5bdc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

packages/layout/package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,14 @@
3939
"docs": "typedoc",
4040
"storybook": "start-storybook -p 6006"
4141
},
42-
"dependencies": {
42+
"peerDependencies": {
4343
"@rocket.chat/fuselage": "*",
44-
"react-i18next": "~11.18.3"
44+
"react": "17.0.2",
45+
"react-dom": "17.0.2",
46+
"react-i18next": "~11.15.4"
4547
},
4648
"devDependencies": {
49+
"@rocket.chat/fuselage": "workspace:~",
4750
"@rocket.chat/eslint-config-alt": "workspace:~",
4851
"@rocket.chat/prettier-config": "workspace:~",
4952
"@storybook/addon-essentials": "~6.4.18",

0 commit comments

Comments
 (0)