Skip to content

Commit

Permalink
Merge pull request #2065 from input-output-hk/djo/explorer/next-15
Browse files Browse the repository at this point in the history
Upgrade mithril explorer to Next 15
  • Loading branch information
Alenar authored Oct 31, 2024
2 parents dad3dbc + ceec2e7 commit 215620c
Show file tree
Hide file tree
Showing 4 changed files with 978 additions and 726 deletions.
5 changes: 3 additions & 2 deletions mithril-explorer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ clean:
rm package-lock.json || true

upgrade: clean install
# Note: eslint versions 9 or up are not compatible with versions 14.2+ of eslint-config-next
# Todo: switch to eslint-config-next@latest when a compatible version is released
# Note: `eslint` versions 9 or up is compatible with versions 15.0+ of `eslint-config-next` but raises warnings when
# using `npm install` (ie: "Conflicting peer dependency: [email protected]").
# Todo: switch to `eslint@latest` when `eslint-config-next` is fully compatible with eslint 9.
npm install \
@popperjs/core@latest \
@reduxjs/toolkit@latest \
Expand Down
1 change: 0 additions & 1 deletion mithril-explorer/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ const nextConfig = {
output: "export",
basePath: "/explorer",
reactStrictMode: true,
swcMinify: true,
images: {
unoptimized: true,
},
Expand Down
Loading

0 comments on commit 215620c

Please sign in to comment.