Skip to content

Commit f79d8ce

Browse files
committed
upgrade to next 14.0.3 and pliny 0.0.6
1 parent e4b6438 commit f79d8ce

File tree

3 files changed

+2008
-2120
lines changed

3 files changed

+2008
-2120
lines changed

next.config.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,12 @@ module.exports = () => {
6666
dirs: ['app', 'components', 'layouts', 'scripts'],
6767
},
6868
images: {
69-
domains: ['picsum.photos'],
69+
remotePatterns: [
70+
{
71+
protocol: 'https',
72+
hostname: 'picsum.photos',
73+
},
74+
],
7075
},
7176
async headers() {
7277
return [

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.5.6",
14+
"@next/bundle-analyzer": "14.0.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.5.6",
23+
"next": "14.0.3",
2424
"next-contentlayer": "0.3.4",
2525
"next-themes": "^0.2.1",
26-
"pliny": "0.1.4",
26+
"pliny": "0.1.6",
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.5.6",
51+
"eslint-config-next": "14.0.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)