Skip to content

Commit e4f9ac7

Browse files
authored
Merge pull request #220 from microsoft/dev/michalmano/fix-i18n
use specific i18n
2 parents 8cb734f + b27a76a commit e4f9ac7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Frontend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"@fluentui/react-icons": "2.0.226",
1717
"@ms-fabric/workload-client": "^2.1.0",
1818
"history": "^4.9.0",
19-
"i18next": "^23.12.3",
20-
"i18next-http-backend": "^2.4.2",
19+
"i18next": "23.12.3",
20+
"i18next-http-backend": "2.4.2",
2121
"jwt-decode": "^3.1.2",
2222
"react": "^18.0.0",
2323
"react-dom": "^18.0.0",
24-
"react-i18next": "^15.0.1",
24+
"react-i18next": "15.4.1",
2525
"react-router-dom": "^5.3.4",
2626
"uuid": "^11.0.5"
2727
},

0 commit comments

Comments
 (0)