Skip to content

Commit

Permalink
Merge pull request #718 from timlrx/update/next-13.5.3
Browse files Browse the repository at this point in the history
update to next 13.5.3
  • Loading branch information
timlrx authored Sep 26, 2023
2 parents b7655a2 + 862f73a commit 76de397
Show file tree
Hide file tree
Showing 3 changed files with 524 additions and 105 deletions.
3 changes: 0 additions & 3 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ module.exports = () => {
images: {
domains: ['picsum.photos'],
},
experimental: {
appDir: true,
},
async headers() {
return [
{
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint": "next lint --fix --dir pages --dir app --dir components --dir lib --dir layouts --dir scripts"
},
"dependencies": {
"@next/bundle-analyzer": "13.4.19",
"@next/bundle-analyzer": "13.5.3",
"@tailwindcss/forms": "^0.5.4",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.13",
Expand All @@ -20,10 +20,10 @@
"github-slugger": "^1.4.0",
"gray-matter": "^4.0.2",
"image-size": "1.0.0",
"next": "13.4.19",
"next": "13.5.3",
"next-contentlayer": "0.3.4",
"next-themes": "^0.2.1",
"pliny": "0.1.2",
"pliny": "0.1.4",
"postcss": "^8.4.24",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand All @@ -48,7 +48,7 @@
"@typescript-eslint/parser": "^6.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.45.0",
"eslint-config-next": "13.4.19",
"eslint-config-next": "13.5.3",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.0",
Expand Down
Loading

1 comment on commit 76de397

@vercel
Copy link

@vercel vercel bot commented on 76de397 Sep 26, 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.