Skip to content

Commit

Permalink
Merge pull request #21 from vertex-center/feature/vertex-accounts
Browse files Browse the repository at this point in the history
Add support for Vertex Accounts
  • Loading branch information
quentinguidee authored Nov 28, 2023
2 parents 5df062e + c9a0e00 commit 1d6ead1
Show file tree
Hide file tree
Showing 17 changed files with 612 additions and 181 deletions.
38 changes: 31 additions & 7 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@
"@testing-library/user-event": "^13.5.0",
"@types/byte-size": "^8.1.0",
"@types/uuid": "^9.0.1",
"@vertex-center/components": "^0.7.0",
"@vertex-center/components": "^0.8.0",
"axios": "^1.3.4",
"byte-size": "^8.1.1",
"event-source-polyfill": "^1.0.31",
"immer": "^10.0.3",
"javascript-time-ago": "^2.5.9",
"react": "^18.2.0",
Expand Down Expand Up @@ -56,6 +57,7 @@
]
},
"devDependencies": {
"@types/event-source-polyfill": "^1.0.5",
"@types/jest": "^29.4.0",
"@types/node": "^18.14.1",
"@types/react": "^18.2.33",
Expand Down
Loading

0 comments on commit 1d6ead1

Please sign in to comment.