Skip to content

Commit 354f361

Browse files
committed
fix: Updated to latest version of i18next
1 parent 9d35b6f commit 354f361

File tree

3 files changed

+342
-191
lines changed

3 files changed

+342
-191
lines changed

packages/dev/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@patternfly/react-core": "^6.0.0",
1515
"i18next": "^19.8.3",
1616
"i18next-browser-languagedetector": "^8.0.0",
17-
"i18next-parser": "^9.0.0",
17+
"i18next-parser": "^9.3.0",
1818
"i18next-pseudo": "^2.2.0",
1919
"react": "^18.2.0",
2020
"react-dom": "^18.2.0",

packages/vscode/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,10 @@
6262
"dependencies": {
6363
"@cloudmosaic/quickstarts": "^0.0.15",
6464
"@patternfly/patternfly": "^6.0.0",
65-
"i18next-parser": "^9.0.0",
65+
"i18next-parser": "^9.3.0",
6666
"js-base64": "^3.6.0",
6767
"js-yaml": "^4.0.0",
6868
"react": "^18.2.0",
6969
"react-dom": "^18.2.0"
70-
},
71-
"resolutions": {
72-
"i18next-parser": "^8.9.0"
7370
}
7471
}

0 commit comments

Comments
 (0)