Skip to content

Commit ff71ebf

Browse files
committed
chore: migrate to next@13
1 parent 498a61a commit ff71ebf

File tree

3 files changed

+426
-706
lines changed

3 files changed

+426
-706
lines changed

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -12,44 +12,44 @@
1212
"prepack": "husky install"
1313
},
1414
"dependencies": {
15-
"@notionhq/client": "^2.2.0",
15+
"@notionhq/client": "^2.2.2",
1616
"@plaiceholder/next": "^2.5.0",
1717
"fast-glob": "^3.2.12",
18-
"framer-motion": "^7.4.0",
18+
"framer-motion": "^7.6.19",
1919
"gray-matter": "^4.0.3",
20-
"javascript-time-ago": "^2.5.7",
21-
"next": "^12.3.1",
22-
"next-mdx-remote": "^4.1.0",
23-
"notion-client": "^6.13.8",
24-
"notion-utils": "^6.13.4",
20+
"javascript-time-ago": "^2.5.9",
21+
"next": "^13.0.6",
22+
"next-mdx-remote": "^4.2.0",
23+
"notion-client": "^6.15.6",
24+
"notion-utils": "^6.15.6",
2525
"plaiceholder": "^2.5.0",
26-
"prettier": "^2.7.1",
26+
"prettier": "^2.8.1",
2727
"prismjs": "^1.29.0",
2828
"raw-loader": "^4.0.2",
2929
"react": "^18.2.0",
3030
"react-dom": "^18.2.0",
31-
"react-icons": "^4.4.0",
32-
"react-notion-x": "^6.13.10",
31+
"react-icons": "^4.7.1",
32+
"react-notion-x": "^6.15.7",
3333
"reactdom": "^2.0.0",
34-
"sharp": "^0.31.0",
35-
"styled-components": "^5.3.5",
34+
"sharp": "^0.31.2",
35+
"styled-components": "^5.3.6",
3636
"styled-system": "^5.1.5"
3737
},
3838
"devDependencies": {
3939
"@types/javascript-time-ago": "^2.0.3",
40-
"@types/react": "^18.0.21",
40+
"@types/react": "^18.0.26",
4141
"@types/styled-components": "^5.1.26",
4242
"@types/styled-system": "^5.1.15",
43-
"@typescript-eslint/parser": "^5.38.1",
44-
"eslint": "^8.24.0",
45-
"eslint-config-next": "^12.3.1",
43+
"@typescript-eslint/parser": "^5.45.1",
44+
"eslint": "^8.29.0",
45+
"eslint-config-next": "^13.0.6",
4646
"eslint-config-prettier": "^8.5.0",
4747
"eslint-plugin-import": "^2.26.0",
4848
"eslint-plugin-prettier": "^4.2.1",
49-
"husky": "8.0.1",
50-
"lint-staged": "^13.0.3",
51-
"next-sitemap": "^3.1.23",
49+
"husky": "8.0.2",
50+
"lint-staged": "^13.1.0",
51+
"next-sitemap": "^3.1.32",
5252
"pretty-quick": "^3.1.3",
53-
"typescript": "^4.8.3"
53+
"typescript": "^4.9.3"
5454
}
5555
}

pages/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ const Home = (): JSX.Element => (
2020
<Image
2121
src="/me.webp"
2222
alt="Antoine Ordonez"
23-
width="120px"
24-
height="120px"
23+
width={120}
24+
height={120}
2525
objectFit="cover"
2626
className={styles.image}
2727
/>

0 commit comments

Comments
 (0)