-
Notifications
You must be signed in to change notification settings - Fork 213
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(chore) Bump i18next, react-i18next and i18next-parser and support fo…
…r pluralization (#788) Co-authored-by: Dennis Kigen <[email protected]>
- Loading branch information
1 parent
d7398a9
commit 1d47da8
Showing
15 changed files
with
832 additions
and
760 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,15 +20,14 @@ | |
"verify": "turbo run lint && turbo run test && turbo run typescript", | ||
"prettier": "prettier \"packages/**/src/**/*\" --write", | ||
"postinstall": "husky install", | ||
"extract-translations": "lerna run extract-translations -- --config ../../../tools/i18next-parser.config.js", | ||
"test": "cross-env TZ=UTC jest --config jest.config.json --verbose false --passWithNoTests", | ||
"test-watch": "cross-env TZ=UTC jest --watch --config jest.config.json", | ||
"test-e2e": "playwright test", | ||
"coverage": "yarn test --coverage" | ||
}, | ||
"devDependencies": { | ||
"@babel/highlight": "^7.18.6", | ||
"@jest/types": "^28.1.3", | ||
"@jest/types": "^29.6.3", | ||
"@playwright/test": "^1.30.0", | ||
"@swc/core": "^1.3.58", | ||
"@swc/jest": "^0.2.22", | ||
|
@@ -51,11 +50,11 @@ | |
"fake-indexeddb": "^4.0.1", | ||
"fork-ts-checker-webpack-plugin": "^7.2.13", | ||
"husky": "^8.0.1", | ||
"i18next-parser": "^5.4.0", | ||
"i18next-parser": "^6.6.0", | ||
"identity-obj-proxy": "^3.0.0", | ||
"jest": "^28.1.0", | ||
"jest-cli": "^28.1.0", | ||
"jest-environment-jsdom": "^28.1.0", | ||
"jest": "^29.7.0", | ||
"jest-cli": "^29.7.0", | ||
"jest-environment-jsdom": "^29.7.0", | ||
"lerna": "^4.0.0", | ||
"openmrs": "workspace:^", | ||
"postcss": "^8.4.6", | ||
|
@@ -73,8 +72,7 @@ | |
"webpack": "^5.88.0" | ||
}, | ||
"resolutions": { | ||
"minipass": "3.3.5", | ||
"parse5": "^6" | ||
"minipass": "3.3.5" | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.