Skip to content

Commit

Permalink
Move dependencies around
Browse files Browse the repository at this point in the history
  • Loading branch information
mseaton committed Mar 15, 2024
1 parent 198eb4b commit a3a6f8c
Show file tree
Hide file tree
Showing 3 changed files with 662 additions and 507 deletions.
25 changes: 23 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,41 @@
},
"devDependencies": {
"@playwright/test": "^1.42.1",
"@swc/core": "^1.2.203",
"@swc/jest": "^0.2.21",
"@testing-library/dom": "^7.20.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^28.1.4",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@types/webpack-env": "^1.16.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"cross-env": "^7.0.3",
"css-loader": "^6.7.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"i18next": "^21.10.0",
"i18next": "^19.0.0",
"i18next-parser": "^6.6.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.0.4",
"jest-cli": "^27.0.4",
"mockdate": "^3.0.5",
"openmrs": "^5.4.0",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rxjs": "^6.6.7",
"swc-loader": "^0.2.6",
"turbo": "^1.12.5",
"typescript": "^4.9.5"
"typescript": "^4.9.5",
"webpack": "^5.90.3",
"webpack-cli": "^4.10.0"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": "eslint --cache --fix"
Expand Down
40 changes: 13 additions & 27 deletions packages/esm-referrals-queue-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,42 +40,28 @@
"@carbon/react": "^1.9.0",
"@openmrs/esm-framework": "^5.4.0",
"dayjs": "1.x",
"i18next": "^21.10.0",
"i18next": "^19.0.0",
"react": "18.x",
"react-dates": "^21.8.0",
"react-dom": "18.x",
"react-i18next": "11.x",
"rxjs": "6.x",
"sass": "^1.29.0",
"single-spa": "^6.x",
"swr": "^2.2.2"
},
"devDependencies": {
"@carbon/react": "^1.9.0",
"@openmrs/esm-framework": "^5.4.0",
"@swc/core": "^1.2.203",
"@swc/jest": "^0.2.21",
"@testing-library/dom": "^7.20.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^28.1.4",
"@types/react": "^18.0.14",
"@types/react-dates": "^21.8.0",
"@types/react-dom": "^18.0.5",
"@types/react-router": "^5.1.14",
"@types/react-router-dom": "^5.1.7",
"@types/webpack-env": "^1.16.0",
"css-loader": "^6.7.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.0.4",
"jest-cli": "^27.0.4",
"mockdate": "^3.0.5",
"react": "^18.2.0",
"dayjs": "1.x",
"i18next": "^19.0.0",
"react": "18.x",
"react-dates": "^21.8.0",
"react-dom": "^18.2.0",
"react-i18next": "^11.7.0",
"react-router-dom": "^6.3.0",
"rxjs": "^6.6.7",
"swc-loader": "^0.2.6",
"webpack": "^5.90.3",
"webpack-cli": "^4.10.0"
"react-dom": "18.x",
"react-i18next": "11.x",
"rxjs": "6.x",
"sass": "^1.29.0",
"single-spa": "^6.x",
"swr": "^2.2.2"
}
}
Loading

0 comments on commit a3a6f8c

Please sign in to comment.