Skip to content

Commit

Permalink
Develop into Main (#268)
Browse files Browse the repository at this point in the history
* Bump cross-fetch from 2.2.5 to 2.2.6

Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 2.2.5 to 2.2.6.
- [Release notes](https://github.com/lquixada/cross-fetch/releases)
- [Commits](lquixada/cross-fetch@v2.2.5...v2.2.6)

---
updated-dependencies:
- dependency-name: cross-fetch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump next from 11.1.2 to 12.1.0

Bumps [next](https://github.com/vercel/next.js) from 11.1.2 to 12.1.0.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v11.1.2...v12.1.0)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump jose from 1.28.1 to 1.28.2

Bumps [jose](https://github.com/panva/jose) from 1.28.1 to 1.28.2.
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/v1.28.2/CHANGELOG.md)
- [Commits](panva/jose@v1.28.1...v1.28.2)

---
updated-dependencies:
- dependency-name: jose
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* Added bCard currency

* Fix leftover merge conflict in yarn.lock

* Update node for Vercel compatibility

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
tescher and dependabot[bot] authored Dec 7, 2022
1 parent ea75d61 commit 2e0487b
Show file tree
Hide file tree
Showing 3 changed files with 160 additions and 814 deletions.
4 changes: 2 additions & 2 deletions packages/react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"lint-staged": "^11.0.0",
"mongo-cursor-pagination": "^7.6.1",
"mongoose": "^5.13.4",
"next": "^11.0.0",
"next": "^12.1.0",
"next-auth": "4.0.0-next.26",
"next-seo": "^4.26.0",
"node-mocks-http": "^1.11.0",
Expand All @@ -71,7 +71,7 @@
},
"engines": {
"yarn": "1.x",
"node": ">=14.x.0"
"node": "^16.x.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.15.0",
Expand Down
1 change: 1 addition & 0 deletions packages/react-app/src/constants/currency.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export const ALLOWED_CURRENCY_CONTRACTS = {
'USDC': '0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48',
'USDT': '0xdAC17F958D2ee523a2206206994597C13D831ec7',
'BTC': '',
'BCARD': '',
};

export const ALLOWED_CURRENCIES = Object.keys(ALLOWED_CURRENCY_CONTRACTS);
Expand Down
Loading

1 comment on commit 2e0487b

@vercel
Copy link

@vercel vercel bot commented on 2e0487b Dec 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.