Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
juliancwirko committed Dec 12, 2023
1 parent 62f7538 commit aacd922
Show file tree
Hide file tree
Showing 4 changed files with 1,467 additions and 451 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### [7.4.1](https://github.com/ElvenTools/elven-tools-dapp/releases/tag/v7.4.1) (2023-12-12)
- update useElven and dependencies

### [7.4.0](https://github.com/ElvenTools/elven-tools-dapp/releases/tag/v7.4.0) (2023-10-29)
- add support for xAlias
- update Next.js to v14 (min Node version is now 18.7.0)
Expand Down
21 changes: 13 additions & 8 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,19 @@ const nextConfig = {
dirs: ['components', 'config', 'hooks', 'pages', 'store', 'types', 'utils'],
},
images: {
domains: [
'nftstorage.link',
'media.multiversx.com',
'devnet-media.multiversx.com',
'testnet-media.multiversx.com',
'media.elrond.com',
'devnet-media.elrond.com',
'testnet-media.elrond.com',
remotePatterns: [
{
protocol: 'https',
hostname: '**.elrond.com',
},
{
protocol: 'https',
hostname: '**.multiversx.com',
},
{
protocol: 'https',
hostname: '**.nftstorage.link',
},
],
},
};
Expand Down
Loading

0 comments on commit aacd922

Please sign in to comment.