Skip to content

Commit 146041d

Browse files
authored
Merge pull request #25 from PIH/SL-1188
SL-1188 fix react-i18next version in esm-commons-app
2 parents 946147f + 41cc098 commit 146041d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/esm-commons-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
},
4545
"peerDependencies": {
4646
"@openmrs/esm-framework": "5.x",
47-
"i18next": "^19.0.0",
48-
"react": "18.x"
47+
"react": "18.x",
48+
"react-i18next": "16.x"
4949
},
5050
"devDependencies": {
5151
"webpack": "^5.74.0"

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4215,8 +4215,8 @@ __metadata:
42154215
webpack: "npm:^5.74.0"
42164216
peerDependencies:
42174217
"@openmrs/esm-framework": 5.x
4218-
i18next: ^19.0.0
42194218
react: 18.x
4219+
react-i18next: 16.x
42204220
languageName: unknown
42214221
linkType: soft
42224222

0 commit comments

Comments
 (0)