Skip to content

Commit

Permalink
feat: upgrade next to 13.5 (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
marthendalnunes committed Sep 24, 2023
1 parent 8055e95 commit 5095d92
Show file tree
Hide file tree
Showing 3 changed files with 437 additions and 107 deletions.
8 changes: 1 addition & 7 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,7 @@ const nextConfig = {
env: {
mode: process.env.NODE_ENV,
},
experimental: {
appDir: true,
},
webpack: (
config,
{ buildId, dev, isServer, defaultLoaders, nextRuntime, webpack }
) => {
webpack: (config) => {
config.resolve.fallback = { fs: false, net: false, tls: false }
config.module.rules.push({
test: /\.svg$/i,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"luxon": "^3.2.1",
"moment": "^2.29.4",
"moralis": "^2.22.4",
"next": "13.4.0",
"next": "13.5.2",
"next-pwa": "^5.6.0",
"next-themes": "^0.2.1",
"react": "^18.2.0",
Expand Down Expand Up @@ -134,7 +134,7 @@
"autoprefixer": "^10.4.13",
"concurrently": "^8.2.0",
"eslint": "8.30.0",
"eslint-config-next": "13.4.0",
"eslint-config-next": "13.5.2",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
Expand Down
Loading

1 comment on commit 5095d92

@vercel
Copy link

@vercel vercel bot commented on 5095d92 Sep 24, 2023

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.