Skip to content

Commit

Permalink
MF-58: preparing dependencies for packmap (#12)
Browse files Browse the repository at this point in the history
* MF-58: preparing dependencing for packmap

* Brandon's feedback
  • Loading branch information
joeldenning authored Oct 1, 2019
1 parent 1a902e3 commit 5e00421
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 20 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,4 @@ typings/

# next.js build output
.next
dist
43 changes: 31 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 11 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"prepublishOnly": "npm run build",
"test": "jest --config jest.config.json"
},
"directories": {
"lib": "dist"
},
"browserslist": [
"extends browserslist-config-openmrs"
],
Expand All @@ -38,6 +41,7 @@
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@openmrs/react-root-decorator": "^1.0.0",
"@testing-library/react": "^9.1.3",
"@types/jest": "^24.0.18",
"@types/react": "^16.9.2",
Expand All @@ -49,6 +53,7 @@
"browserslist-config-openmrs": "^1.0.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.2.0",
"dayjs": "^1.8.16",
"eslint": "^6.2.1",
"eslint-config-prettier": "^6.1.0",
"eslint-config-ts-react-important-stuff": "^1.0.0",
Expand All @@ -58,8 +63,13 @@
"identity-obj-proxy": "^3.0.0",
"jest": "^24.9.0",
"jest-cli": "^24.9.0",
"kremling": "^2.0.1",
"lodash": "^4.17.15",
"prettier": "^1.18.2",
"pretty-quick": "^1.11.1",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"single-spa-react": "^2.10.2",
"style-loader": "^1.0.0",
"systemjs-webpack-interop": "^1.1.0",
"typescript": "^3.5.3",
Expand All @@ -69,15 +79,8 @@
},
"dependencies": {
"@openmrs/esm-api": "^1.0.3",
"@openmrs/react-root-decorator": "^1.0.0",
"@types/react-router": "^5.0.3",
"dayjs": "^1.8.16",
"kremling": "^2.0.1",
"lodash": "^4.17.15",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"single-spa-react": "^2.10.2"
"react-dom": "^16.9.0"
}
}

0 comments on commit 5e00421

Please sign in to comment.