Skip to content

Commit

Permalink
(chore) openmrs tool should depend on pinned version of webpack-config (
Browse files Browse the repository at this point in the history
  • Loading branch information
ibacher authored Apr 13, 2022
1 parent 7dbe0df commit 23b2d76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/tooling/openmrs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "jest --passWithNoTests",
"build": "tsc",
"lint": "eslint src --ext ts,tsx",
"version": "yarn add @openmrs/esm-app-shell@$npm_package_version --exact"
"postversion": "yarn add @openmrs/esm-app-shell@$npm_package_version @openmrs/esm-webpack-config@$npm_package_version --exact"
},
"repository": {
"type": "git",
Expand All @@ -34,7 +34,7 @@
"dependencies": {
"@babel/preset-typescript": "^7.16.7",
"@openmrs/esm-app-shell": "3.2.0",
"@openmrs/webpack-config": "^3.2.0",
"@openmrs/webpack-config": "3.2.0",
"@types/react": "^16.9.46",
"@types/systemjs": "^6.1.0",
"autoprefixer": "^10.4.2",
Expand Down

0 comments on commit 23b2d76

Please sign in to comment.