Skip to content

Commit

Permalink
feat(mojaloop/3060): add report history page (mojaloop#155)
Browse files Browse the repository at this point in the history
* feat: added reports history page

* chore: updated deps and fixed lint issues
  • Loading branch information
vijayg10 committed Dec 16, 2022
1 parent 8539202 commit ed4c80e
Show file tree
Hide file tree
Showing 4 changed files with 328 additions and 138 deletions.
171 changes: 37 additions & 134 deletions package-lock.json

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

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,15 @@
]
},
"dependencies": {
"@ant-design/colors": "^6.0.0",
"@ant-design/icons": "^4.8.0",
"@mojaloop/ml-testing-toolkit-shared-lib": "^13.0.0",
"@testing-library/jest-dom": "^5.11.5",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"ace-builds": "^1.13.2",
"ace-builds": "^1.14.0",
"ajv": "^8.11.2",
"antd": "^5.0.6",
"antd": "^5.0.7",
"array-move": "^4.0.0",
"axios": "^1.2.1",
"bootstrap": "^4.5.3",
Expand Down Expand Up @@ -96,9 +97,9 @@
"devDependencies": {
"@types/markerclustererplus": "2.1.33",
"@types/react": "16.8.7",
"audit-ci": "^6.4.0",
"audit-ci": "^6.4.1",
"eslint-config-airbnb-typescript": "^17.0.0",
"npm-check-updates": "^16.5.6",
"npm-check-updates": "^16.6.0",
"replace": "^1.2.2",
"standard-version": "^9.5.0"
},
Expand Down
Loading

0 comments on commit ed4c80e

Please sign in to comment.