Skip to content

Commit

Permalink
Upgrade to next 14
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Nov 3, 2023
1 parent dfc32a2 commit 8543ed8
Show file tree
Hide file tree
Showing 3 changed files with 330 additions and 249 deletions.
6 changes: 5 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ module.exports = {
optimizeCss: true
},
images: {
domains: [process.env.NEXT_IMAGE_DOMAIN]
remotePatterns: [
{
hostname: process.env.NEXT_IMAGE_DOMAIN,
},
],
},
typescript: {
ignoreBuildErrors: true
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"critters": "^0.0.20",
"decanter": "^7.0.0-rc.2",
"drupal-jsonapi-params": "^2.0.0",
"html-react-parser": "^4.0.0",
"html-react-parser": "^5.0.6",
"jsona": "^1.11.0",
"next": "^13.3.0",
"next": "^14.0.1",
"next-drupal": "^1.2.1",
"nextjs-google-analytics": "^2.3.3",
"react": "^18.2.0",
Expand All @@ -39,7 +39,7 @@
"react-tiny-oembed": "^1.1.0",
"server-only": "^0.0.1",
"sharp": "^0.32.0",
"tailwind-merge": "^1.12.0",
"tailwind-merge": "^2.0.0",
"use-debounce": "^9.0.4",
"xml2js": "^0.6.0"
},
Expand All @@ -48,7 +48,7 @@
"@types/react": "^18.0.21",
"autoprefixer": "^10.4.4",
"eslint": "^8.12.0",
"eslint-config-next": "^13.0.0",
"eslint-config-next": "^14.0.1",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.23",
"typescript": "^5.0.4"
Expand Down
Loading

0 comments on commit 8543ed8

Please sign in to comment.