Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions packages/fuselage-ui-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"babel-loader": "~10.0.0",
"cross-env": "^7.0.3",
"eslint": "~8.45.0",
"i18next": "^23.10.1",
"i18next": "~23.4.9",
Comment thread
gabriellsh marked this conversation as resolved.
"jest": "~30.2.0",
"normalize.css": "^8.0.1",
"npm-run-all": "^4.1.5",
Expand All @@ -108,8 +108,10 @@
"@rocket.chat/ui-kit": "workspace:^",
"@rocket.chat/ui-video-conf": "workspace:^",
"@tanstack/react-query": "*",
"i18next": "*",
"react": "*",
"react-dom": "*"
"react-dom": "*",
"react-i18next": "*"
},
"volta": {
"extends": "../../package.json"
Expand Down
6 changes: 4 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8724,7 +8724,7 @@ __metadata:
babel-loader: "npm:~10.0.0"
cross-env: "npm:^7.0.3"
eslint: "npm:~8.45.0"
i18next: "npm:^23.10.1"
i18next: "npm:~23.4.9"
jest: "npm:~30.2.0"
normalize.css: "npm:^8.0.1"
npm-run-all: "npm:^4.1.5"
Expand All @@ -8750,8 +8750,10 @@ __metadata:
"@rocket.chat/ui-kit": "workspace:^"
"@rocket.chat/ui-video-conf": "workspace:^"
"@tanstack/react-query": "*"
i18next: "*"
react: "*"
react-dom: "*"
react-i18next: "*"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -23877,7 +23879,7 @@ __metadata:
languageName: node
linkType: hard

"i18next@npm:>=17.0.11, i18next@npm:^23.10.1":
"i18next@npm:>=17.0.11":
version: 23.10.1
resolution: "i18next@npm:23.10.1"
dependencies:
Expand Down
Loading