File tree 4 files changed +452
-196
lines changed
4 files changed +452
-196
lines changed Original file line number Diff line number Diff line change 4
4
"version" : " 0.1.0" ,
5
5
"private" : true ,
6
6
"scripts" : {
7
- "dev" : " next dev" ,
7
+ "dev" : " next dev --turbopack " ,
8
8
"build" : " next build" ,
9
9
"start" : " next start" ,
10
10
"lint" : " next lint" ,
13
13
"dependencies" : {
14
14
"@mdx-js/loader" : " ^3.1.0" ,
15
15
"@mdx-js/react" : " ^3.1.0" ,
16
- "@next/mdx" : " 14.2.16 " ,
16
+ "@next/mdx" : " 15.0.2 " ,
17
17
"@types/mdx" : " ^2.0.13" ,
18
18
"geist" : " ^1.3.1" ,
19
- "next" : " 14.2.16 " ,
19
+ "next" : " 15.0.2 " ,
20
20
"next-mdx-remote" : " ^5.0.0" ,
21
21
"next-themes" : " ^0.3.0" ,
22
22
"nextjs-toploader" : " ^3.7.15" ,
23
- "react" : " 18.3.1 " ,
24
- "react-dom" : " 18.3.1 " ,
23
+ "react" : " 19.0.0-rc-02c0e824-20241028 " ,
24
+ "react-dom" : " 19.0.0-rc-02c0e824-20241028 " ,
25
25
"sugar-high" : " ^0.7.1"
26
26
},
27
27
"devDependencies" : {
28
28
"@tailwindcss/typography" : " ^0.5.15" ,
29
29
"@types/node" : " ^20" ,
30
- "@types/react" : " 18.3.12 " ,
31
- "@types/react-dom" : " 18.3 .1" ,
30
+ "@types/react" : " npm:types-react@19.0.0-rc.1 " ,
31
+ "@types/react-dom" : " npm:types-react-dom@19.0.0-rc .1" ,
32
32
"eslint" : " ^8" ,
33
- "eslint-config-next" : " 14.2.16 " ,
33
+ "eslint-config-next" : " 15.0.2 " ,
34
34
"postcss" : " ^8" ,
35
35
"tailwindcss" : " ^3.4.1" ,
36
36
"typescript" : " ^5"
37
+ },
38
+ "pnpm" : {
39
+ "overrides" : {
40
+ "@types/react" : " npm:types-react@19.0.0-rc.1" ,
41
+ "@types/react-dom" : " npm:types-react-dom@19.0.0-rc.1"
42
+ }
37
43
}
38
44
}
You can’t perform that action at this time.
0 commit comments