Skip to content

Commit

Permalink
(chore) Bump dependencies (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskigen authored Dec 2, 2022
1 parent 0a8a62c commit fff7947
Show file tree
Hide file tree
Showing 4 changed files with 1,267 additions and 1,443 deletions.
23 changes: 11 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"ci:prepublish": "lerna publish from-package --no-git-reset --yes --dist-tag next",
"ci:release": "lerna version --no-git-tag-version",
"ci:prerelease": "lerna version prerelease --no-git-tag-version --yes",
"extract-translations": "lerna run extract-translations -- --config ../../tools/i18next-parser.config.js",
"coverage": "yarn test --coverage",
"prettier": "prettier --config prettier.config.js --write \"packages/**/*.{ts,tsx}\"",
"postinstall": "husky install",
Expand All @@ -23,22 +22,22 @@
"verify": "turbo run lint && yarn test && turbo run typescript"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/core": "^7.20.5",
"@carbon/react": "^1.17.0",
"@openmrs/esm-framework": "next",
"@swc/cli": "^0.1.57",
"@swc/core": "^1.3.19",
"@swc/core": "^1.3.20",
"@swc/jest": "^0.2.23",
"@testing-library/dom": "^8.19.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^28.1.8",
"@types/jest": "^29.2.3",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"@types/webpack-env": "^1.18.0",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"concurrently": "^7.6.0",
"cross-env": "^7.0.3",
"css-loader": "^6.7.2",
Expand All @@ -47,19 +46,19 @@
"eslint-config-ts-react-important-stuff": "^3.0.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.2",
"i18next": "^21.10.0",
"i18next-parser": "^6.6.0",
"i18next": "^22.0.6",
"i18next-parser": "^7.0.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.3.1",
"jest-cli": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"lerna": "^5.6.2",
"jest-cli": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"lerna": "^6.0.3",
"openmrs": "next",
"prettier": "^2.8.0",
"pretty-quick": "^3.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^11.18.6",
"react-i18next": "^12.0.0",
"react-router-dom": "^6.4.3",
"sass": "^1.56.1",
"sass-loader": "^13.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/esm-home-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"analyze": "webpack --mode=production --env.analyze=true",
"lint": "eslint src --ext tsx",
"typescript": "tsc",
"extract-translations": "i18next 'src/**/*.{component.tsx,tsx}'"
"extract-translations": "i18next 'src/**/*.{component.tsx,tsx}' --config ../../tools/i18next-parser.config.js"
},
"browserslist": [
"extends browserslist-config-openmrs"
Expand Down
4 changes: 0 additions & 4 deletions tools/i18next-parser.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@ module.exports = {
sort: true,
// Whether or not to sort the catalog

skipDefaultValues: false,
// Whether to ignore default values
// You may also specify a function accepting the locale and namespace as arguments

useKeysAsDefaultValue: false,
// Whether to use the keys as the default value; ex. "Hello": "Hello", "World": "World"
// This option takes precedence over the `defaultValue` and `skipDefaultValues` options
Expand Down
Loading

0 comments on commit fff7947

Please sign in to comment.