Skip to content

Commit

Permalink
Sync latest changes with our fork
Browse files Browse the repository at this point in the history
  • Loading branch information
makombe committed Nov 26, 2024
1 parent 2ae7bd3 commit 41472a7
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 75 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@openmrs/esm-stock-management-app",
"version": "1.0.0",
"name": "@kenyaemr/esm-stock-management-app",
"version": "3.0.4",
"license": "MPL-2.0",
"description": "Stock management microfrontend for OpenMRS 3.x",
"browser": "dist/openmrs-esm-stock-management-app.js",
"browser": "dist/kenyaemr-esm-stock-management-app.js",
"main": "src/index.ts",
"source": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/config-schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const configSchema = {
stockAdjustmentReasonUUID: {
_type: Type.ConceptUuid,
_description: 'UUID for the stock adjustment reasons',
_default: '47f0825e-8648-47c2-b847-d3197ed6bb72',
_default: '3bbfaa44-d5b8-404d-b4c1-2bf49ad8ce25',
},
stockSourceTypeUUID: {
_type: Type.ConceptUuid,
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import StockSources from './stock-sources/stock-sources.component';
import StockLocations from './stock-locations/stock-locations.component';
import StockReports from './stock-reports/report-list/stock-reports.component';
import StockSettings from './stock-settings/stock-settings.component';
const moduleName = '@openmrs/esm-stock-management-app';
const moduleName = '@kenyaemr/esm-stock-management-app';

const options = {
featureName: 'stock-management',
Expand Down
140 changes: 70 additions & 70 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3380,6 +3380,76 @@ __metadata:
languageName: node
linkType: hard

"@kenyaemr/esm-stock-management-app@workspace:.":
version: 0.0.0-use.local
resolution: "@kenyaemr/esm-stock-management-app@workspace:."
dependencies:
"@carbon/react": "npm:^1.33.1"
"@hookform/resolvers": "npm:^3.3.0"
"@openmrs/esm-framework": "npm:next"
"@openmrs/esm-styleguide": "npm:next"
"@playwright/test": "npm:^1.48.0"
"@swc/cli": "npm:^0.1.62"
"@swc/core": "npm:^1.3.68"
"@swc/jest": "npm:^0.2.26"
"@testing-library/dom": "npm:^10.4.0"
"@testing-library/jest-dom": "npm:^5.16.5"
"@testing-library/react": "npm:^16.0.0"
"@testing-library/user-event": "npm:^14.4.3"
"@types/file-saver": "npm:^2.0.5"
"@types/jest": "npm:^28.1.8"
"@types/react": "npm:^18.3.3"
"@types/react-dom": "npm:^18.3.0"
"@types/react-router": "npm:^5.1.20"
"@types/react-router-dom": "npm:^5.3.3"
"@types/webpack-env": "npm:^1.18.1"
"@typescript-eslint/eslint-plugin": "npm:^5.61.0"
"@typescript-eslint/parser": "npm:^5.61.0"
cross-env: "npm:^7.0.3"
css-loader: "npm:^6.8.1"
dayjs: "npm:^1.11.9"
dotenv: "npm:^16.4.5"
eslint: "npm:^8.44.0"
eslint-plugin-react-hooks: "npm:^4.6.2"
eslint-plugin-testing-library: "npm:^6.3.0"
file-saver: "npm:^2.0.5"
husky: "npm:^9.1.6"
i18next: "npm:^23.2.8"
i18next-parser: "npm:^8.0.0"
identity-obj-proxy: "npm:^3.0.0"
jest: "npm:^28.1.3"
jest-cli: "npm:^28.1.3"
jest-environment-jsdom: "npm:^28.1.3"
lint-staged: "npm:^15.2.10"
lodash-es: "npm:^4.17.21"
openmrs: "npm:next"
prettier: "npm:^2.8.8"
react: "npm:^18.2.0"
react-dom: "npm:^18.2.0"
react-hook-form: "npm:^7.45.4"
react-i18next: "npm:^11.18.6"
react-image-annotate: "npm:^1.8.0"
react-router-dom: "npm:^6.14.1"
rxjs: "npm:^6.6.7"
swc-loader: "npm:^0.2.3"
swr: "npm:^2.2.4"
turbo: "npm:^2.2.3"
typescript: "npm:^4.9.5"
webpack: "npm:^5.88.1"
webpack-cli: "npm:^5.1.4"
yup: "npm:^1.2.0"
zod: "npm:^3.22.2"
peerDependencies:
"@openmrs/esm-framework": 5.x
dayjs: 1.x
react: 18.x
react-i18next: 11.x
react-router-dom: 6.x
rxjs: 6.x
swr: 2.x
languageName: unknown
linkType: soft

"@leichtgewicht/ip-codec@npm:^2.0.1":
version: 2.0.4
resolution: "@leichtgewicht/ip-codec@npm:2.0.4"
Expand Down Expand Up @@ -4137,76 +4207,6 @@ __metadata:
languageName: node
linkType: hard

"@openmrs/esm-stock-management-app@workspace:.":
version: 0.0.0-use.local
resolution: "@openmrs/esm-stock-management-app@workspace:."
dependencies:
"@carbon/react": "npm:^1.33.1"
"@hookform/resolvers": "npm:^3.3.0"
"@openmrs/esm-framework": "npm:next"
"@openmrs/esm-styleguide": "npm:next"
"@playwright/test": "npm:^1.48.0"
"@swc/cli": "npm:^0.1.62"
"@swc/core": "npm:^1.3.68"
"@swc/jest": "npm:^0.2.26"
"@testing-library/dom": "npm:^10.4.0"
"@testing-library/jest-dom": "npm:^5.16.5"
"@testing-library/react": "npm:^16.0.0"
"@testing-library/user-event": "npm:^14.4.3"
"@types/file-saver": "npm:^2.0.5"
"@types/jest": "npm:^28.1.8"
"@types/react": "npm:^18.3.3"
"@types/react-dom": "npm:^18.3.0"
"@types/react-router": "npm:^5.1.20"
"@types/react-router-dom": "npm:^5.3.3"
"@types/webpack-env": "npm:^1.18.1"
"@typescript-eslint/eslint-plugin": "npm:^5.61.0"
"@typescript-eslint/parser": "npm:^5.61.0"
cross-env: "npm:^7.0.3"
css-loader: "npm:^6.8.1"
dayjs: "npm:^1.11.9"
dotenv: "npm:^16.4.5"
eslint: "npm:^8.44.0"
eslint-plugin-react-hooks: "npm:^4.6.2"
eslint-plugin-testing-library: "npm:^6.3.0"
file-saver: "npm:^2.0.5"
husky: "npm:^9.1.6"
i18next: "npm:^23.2.8"
i18next-parser: "npm:^8.0.0"
identity-obj-proxy: "npm:^3.0.0"
jest: "npm:^28.1.3"
jest-cli: "npm:^28.1.3"
jest-environment-jsdom: "npm:^28.1.3"
lint-staged: "npm:^15.2.10"
lodash-es: "npm:^4.17.21"
openmrs: "npm:next"
prettier: "npm:^2.8.8"
react: "npm:^18.2.0"
react-dom: "npm:^18.2.0"
react-hook-form: "npm:^7.45.4"
react-i18next: "npm:^11.18.6"
react-image-annotate: "npm:^1.8.0"
react-router-dom: "npm:^6.14.1"
rxjs: "npm:^6.6.7"
swc-loader: "npm:^0.2.3"
swr: "npm:^2.2.4"
turbo: "npm:^2.2.3"
typescript: "npm:^4.9.5"
webpack: "npm:^5.88.1"
webpack-cli: "npm:^5.1.4"
yup: "npm:^1.2.0"
zod: "npm:^3.22.2"
peerDependencies:
"@openmrs/esm-framework": 5.x
dayjs: 1.x
react: 18.x
react-i18next: 11.x
react-router-dom: 6.x
rxjs: 6.x
swr: 2.x
languageName: unknown
linkType: soft

"@openmrs/esm-styleguide@npm:5.7.3-pre.2161":
version: 5.7.3-pre.2161
resolution: "@openmrs/esm-styleguide@npm:5.7.3-pre.2161"
Expand Down

0 comments on commit 41472a7

Please sign in to comment.