File tree Expand file tree Collapse file tree 3 files changed +45
-331
lines changed Expand file tree Collapse file tree 3 files changed +45
-331
lines changed Original file line number Diff line number Diff line change 18
18
"@tailwindcss/postcss" : " ^4.0.5" ,
19
19
"@tailwindcss/typography" : " ^0.5.15" ,
20
20
"body-scroll-lock" : " ^4.0.0-beta.0" ,
21
- "contentlayer2" : " 0.5.3 " ,
21
+ "contentlayer2" : " 0.5.4 " ,
22
22
"esbuild" : " 0.20.2" ,
23
23
"github-slugger" : " ^2.0.0" ,
24
24
"gray-matter" : " ^4.0.2" ,
25
25
"hast-util-from-html-isomorphic" : " ^2.0.0" ,
26
26
"image-size" : " 1.0.0" ,
27
27
"next" : " 15.1.4" ,
28
- "next-contentlayer2" : " 0.5.3 " ,
28
+ "next-contentlayer2" : " 0.5.4 " ,
29
29
"next-themes" : " ^0.3.0" ,
30
- "pliny" : " 0.4.0 " ,
30
+ "pliny" : " 0.4.1 " ,
31
31
"postcss" : " ^8.4.24" ,
32
- "react" : " rc " ,
33
- "react-dom" : " rc " ,
32
+ "react" : " 19.0.0 " ,
33
+ "react-dom" : " 19.0.0 " ,
34
34
"reading-time" : " 1.5.0" ,
35
35
"rehype-autolink-headings" : " ^7.1.0" ,
36
36
"rehype-citation" : " ^2.0.0" ,
51
51
"@eslint/js" : " ^9.16.0" ,
52
52
"@svgr/webpack" : " ^8.0.1" ,
53
53
"@types/mdx" : " ^2.0.12" ,
54
- "@types/react" : " ^18.2.73 " ,
54
+ "@types/react" : " ^19.0.8 " ,
55
55
"@typescript-eslint/eslint-plugin" : " ^8.12.0" ,
56
56
"@typescript-eslint/parser" : " ^8.12.0" ,
57
57
"cross-env" : " ^7.0.3" ,
Original file line number Diff line number Diff line change 21
21
"@/data/*" : [" data/*" ],
22
22
"@/layouts/*" : [" layouts/*" ],
23
23
"@/css/*" : [" css/*" ],
24
- "contentlayer/generated" : [" ./.contentlayer/generated" ]
24
+ "contentlayer/generated" : [" ./.contentlayer/generated" ],
25
+ "pliny/*" : [" node_modules/pliny/*" ]
25
26
},
26
27
"plugins" : [
27
28
{
You can’t perform that action at this time.
0 commit comments