Skip to content

Commit

Permalink
(chore) Version bumps for yarn and several packages (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskigen authored Aug 22, 2024
1 parent 47cf3c0 commit 790f5fa
Show file tree
Hide file tree
Showing 5 changed files with 1,754 additions and 1,075 deletions.
894 changes: 0 additions & 894 deletions .yarn/releases/yarn-4.2.2.cjs

This file was deleted.

925 changes: 925 additions & 0 deletions .yarn/releases/yarn-4.4.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.2.2.cjs
yarnPath: .yarn/releases/yarn-4.4.0.cjs
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@carbon/react": "1.12.0",
"lodash-es": "^4.17.15"
"lodash-es": "^4.17.21"
},
"peerDependencies": {
"@openmrs/esm-framework": "*",
Expand All @@ -54,44 +54,44 @@
},
"devDependencies": {
"@openmrs/esm-framework": "next",
"@swc/core": "^1.2.189",
"@swc/jest": "^0.2.21",
"@testing-library/dom": "^8.16.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.2.1",
"@swc/core": "^1.7.14",
"@swc/jest": "^0.2.36",
"@testing-library/dom": "^8.20.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^28.1.4",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@types/react-router": "^5.1.14",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.1.7",
"@types/webpack-env": "^1.16.0",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"concurrently": "^6.2.0",
"dayjs": "1.x",
"dayjs": "^1.11.13",
"eslint": "^8.57.0",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^6.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^28.1.2",
"jest-cli": "^28.1.2",
"jest-environment-jsdom": "^28.1.2",
"lint-staged": "^15.2.2",
"jest": "^28.1.3",
"jest-cli": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"lint-staged": "^15.2.9",
"openmrs": "next",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^11.7.0",
"react-router-dom": "^6.3.0",
"rxjs": "^6.5.4",
"swr": "^2.2.4",
"rxjs": "^6.6.7",
"swr": "^2.2.5",
"typescript": "^4.3.2",
"webpack": "^5.88.0"
},
"lint-staged": {
"*.{ts,tsx}": "eslint --cache --fix --max-warnings 0",
"*.{css,scss,ts,tsx}": "prettier --write --list-different"
},
"packageManager": "yarn@4.2.2"
"packageManager": "yarn@4.4.0"
}
Loading

0 comments on commit 790f5fa

Please sign in to comment.