Skip to content

Commit

Permalink
App shell should depend on exact framework version (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibacher authored Mar 2, 2022
1 parent 8d3ff3c commit a8176d8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/shell/esm-app-shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"build": "npm run build:production && npm run build:development",
"analyze": "webpack --mode=production --env analyze=true",
"watch": "webpack serve --mode development",
"lint": "eslint src --ext ts,tsx"
"lint": "eslint src --ext ts,tsx",
"version": "yarn add @openmrs/esm-framework@$npm_package_version --exact"
},
"keywords": [
"openmrs",
Expand All @@ -33,7 +34,7 @@
"access": "public"
},
"dependencies": {
"@openmrs/esm-framework": "^3.2.0",
"@openmrs/esm-framework": "3.2.0",
"carbon-components": "10.31.0",
"carbon-icons": "7.0.7",
"dayjs": "^1.10.4",
Expand Down

0 comments on commit a8176d8

Please sign in to comment.