Skip to content

Commit 862f73a

Browse files
committed
update to next 13.5.3
1 parent b7655a2 commit 862f73a

File tree

3 files changed

+524
-105
lines changed

3 files changed

+524
-105
lines changed

next.config.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@ module.exports = () => {
6868
images: {
6969
domains: ['picsum.photos'],
7070
},
71-
experimental: {
72-
appDir: true,
73-
},
7471
async headers() {
7572
return [
7673
{

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"lint": "next lint --fix --dir pages --dir app --dir components --dir lib --dir layouts --dir scripts"
1212
},
1313
"dependencies": {
14-
"@next/bundle-analyzer": "13.4.19",
14+
"@next/bundle-analyzer": "13.5.3",
1515
"@tailwindcss/forms": "^0.5.4",
1616
"@tailwindcss/typography": "^0.5.9",
1717
"autoprefixer": "^10.4.13",
@@ -20,10 +20,10 @@
2020
"github-slugger": "^1.4.0",
2121
"gray-matter": "^4.0.2",
2222
"image-size": "1.0.0",
23-
"next": "13.4.19",
23+
"next": "13.5.3",
2424
"next-contentlayer": "0.3.4",
2525
"next-themes": "^0.2.1",
26-
"pliny": "0.1.2",
26+
"pliny": "0.1.4",
2727
"postcss": "^8.4.24",
2828
"react": "18.2.0",
2929
"react-dom": "18.2.0",
@@ -48,7 +48,7 @@
4848
"@typescript-eslint/parser": "^6.1.0",
4949
"cross-env": "^7.0.3",
5050
"eslint": "^8.45.0",
51-
"eslint-config-next": "13.4.19",
51+
"eslint-config-next": "13.5.3",
5252
"eslint-config-prettier": "^8.8.0",
5353
"eslint-plugin-prettier": "^5.0.0",
5454
"husky": "^8.0.0",

0 commit comments

Comments
 (0)