Merge branch 'ilmarohma/35/redesign-detail-transaksi' into 'dev'
PBI 12 : Redesign Detail Transaksi Closes #35 See merge request !22
This diff is collapsed.
... | ... | @@ -27,7 +27,8 @@ |
"react-moment": "^0.9.7", | ||
"react-number-format": "^4.4.1", | ||
"react-promise-tracker": "^2.1.0", | ||
"react-toastify": "^7.0.3" | ||
"react-toastify": "^7.0.3", | ||
"reactstrap": "^8.9.0" | ||
}, | ||
"scripts": { | ||
"start": "cross-env REACT_APP_BASE_URL=$(grep REACT_APP_BASE_URL .env_var | cut -d '=' -f2) parcel public/index.html", | ||
... | ... | @@ -80,8 +81,8 @@ |
"jest-fetch-mock": "^3.0.3", | ||
"jest-sonar-reporter": "^2.0.0", | ||
"mutationobserver-shim": "^0.3.5", | ||
"parcel": "1.12.3", | ||
"parcel-bundler": "1.12.3", | ||
"parcel": "^2.0.0-beta.2", | ||
"parcel-bundler": "^1.12.5", | ||
"prettier": "^2.0.5", | ||
"regenerator-runtime": "^0.13.5" | ||
}, | ||
... | ... |