File tree 8 files changed +214
-203
lines changed
sample-nextjs-upload-file
8 files changed +214
-203
lines changed Original file line number Diff line number Diff line change 10
10
},
11
11
"dependencies" : {
12
12
"@types/node" : " 20.17.9" ,
13
- "@types/react" : " 18.3.14 " ,
14
- "@types/react-dom" : " 18.3.3 " ,
13
+ "@types/react" : " 19.0.2 " ,
14
+ "@types/react-dom" : " 19.0.2 " ,
15
15
"@xata.io/client" : " ^0.30.0" ,
16
16
"autoprefixer" : " 10.4.20" ,
17
17
"eslint" : " 8.57.1" ,
18
18
"eslint-config-next" : " 14.2.20" ,
19
19
"next" : " 14.2.20" ,
20
20
"postcss" : " 8.4.49" ,
21
- "react" : " 18.3.1 " ,
22
- "react-dom" : " 18.3.1 " ,
21
+ "react" : " 19.0.0 " ,
22
+ "react-dom" : " 19.0.0 " ,
23
23
"tailwindcss" : " 3.4.16" ,
24
24
"typescript" : " 5.7.2"
25
25
}
Original file line number Diff line number Diff line change 15
15
"@remix-run/serve" : " ^2.4.1" ,
16
16
"@xata.io/client" : " ^0.30.0" ,
17
17
"isbot" : " ^5.0.0" ,
18
- "react" : " ^18.2 .0" ,
19
- "react-dom" : " ^18.2 .0"
18
+ "react" : " ^19.0 .0" ,
19
+ "react-dom" : " ^19.0 .0"
20
20
},
21
21
"devDependencies" : {
22
22
"@remix-run/dev" : " ^2.4.1" ,
23
23
"@remix-run/eslint-config" : " ^2.4.1" ,
24
- "@types/react" : " ^18.2.47 " ,
25
- "@types/react-dom" : " ^18.2.18 " ,
24
+ "@types/react" : " ^19.0.0 " ,
25
+ "@types/react-dom" : " ^19.0.0 " ,
26
26
"eslint" : " ^8.56.0" ,
27
27
"tailwindcss" : " ^3.4.1" ,
28
28
"typescript" : " ^5.3.3"
Original file line number Diff line number Diff line change 12
12
"@microsoft/fetch-event-source" : " ^2.0.1" ,
13
13
"@xata.io/client" : " 0.30.1" ,
14
14
"next" : " 14.2.20" ,
15
- "react" : " 18.3.1 " ,
16
- "react-dom" : " 18.3.1 " ,
15
+ "react" : " 19.0.0 " ,
16
+ "react-dom" : " 19.0.0 " ,
17
17
"zod" : " ^3.20.2"
18
18
},
19
19
"devDependencies" : {
20
20
"@types/node" : " 20.17.9" ,
21
- "@types/react" : " 18.3.14 " ,
22
- "@types/react-dom" : " 18.3.3 " ,
21
+ "@types/react" : " 19.0.2 " ,
22
+ "@types/react-dom" : " 19.0.2 " ,
23
23
"eslint" : " 8.57.1" ,
24
24
"eslint-config-next" : " 13.5.7" ,
25
25
"typescript" : " 5.7.2"
Original file line number Diff line number Diff line change 14
14
"@next-auth/xata-adapter" : " latest" ,
15
15
"@next/font" : " 13.5.7" ,
16
16
"@types/node" : " 20.17.9" ,
17
- "@types/react" : " 18.3.14 " ,
18
- "@types/react-dom" : " 18.3.3 " ,
17
+ "@types/react" : " 19.0.2 " ,
18
+ "@types/react-dom" : " 19.0.2 " ,
19
19
"@xata.io/client" : " latest" ,
20
20
"eslint" : " 8.57.1" ,
21
21
"eslint-config-next" : " 13.5.7" ,
22
22
"next" : " ^13.0.7" ,
23
23
"next-auth" : " ^4.18.6" ,
24
- "react" : " 18.3.1 " ,
25
- "react-dom" : " 18.3.1 " ,
24
+ "react" : " 19.0.0 " ,
25
+ "react-dom" : " 19.0.0 " ,
26
26
"typescript" : " 5.7.2"
27
27
}
28
28
}
Original file line number Diff line number Diff line change 14
14
"@next-auth/xata-adapter" : " latest" ,
15
15
"@next/font" : " 13.5.7" ,
16
16
"@types/node" : " 20.17.9" ,
17
- "@types/react" : " 18.3.14 " ,
18
- "@types/react-dom" : " 18.3.3 " ,
17
+ "@types/react" : " 19.0.2 " ,
18
+ "@types/react-dom" : " 19.0.2 " ,
19
19
"@xata.io/client" : " latest" ,
20
20
"eslint" : " 8.57.1" ,
21
21
"eslint-config-next" : " 13.5.7" ,
22
22
"next" : " ^13.0.7" ,
23
23
"next-auth" : " ^4.18.6" ,
24
- "react" : " 18.3.1 " ,
25
- "react-dom" : " 18.3.1 " ,
24
+ "react" : " 19.0.0 " ,
25
+ "react-dom" : " 19.0.0 " ,
26
26
"typescript" : " 5.7.2"
27
27
}
28
28
}
Original file line number Diff line number Diff line change 13
13
"@xata.io/client" : " 0.30.1" ,
14
14
"bcrypt" : " ^5.1.0" ,
15
15
"next" : " 14.2.20" ,
16
- "react" : " 18.3.1 " ,
17
- "react-dom" : " 18.3.1 "
16
+ "react" : " 19.0.0 " ,
17
+ "react-dom" : " 19.0.0 "
18
18
},
19
19
"devDependencies" : {
20
20
"@types/bcrypt" : " ^5.0.0" ,
21
21
"@types/node" : " 20.17.9" ,
22
- "@types/react" : " 18.3.14 " ,
23
- "@types/react-dom" : " 18.3.3 " ,
22
+ "@types/react" : " 19.0.2 " ,
23
+ "@types/react-dom" : " 19.0.2 " ,
24
24
"eslint" : " 8.57.1" ,
25
25
"eslint-config-next" : " 13.5.7" ,
26
26
"typescript" : " 5.7.2"
Original file line number Diff line number Diff line change 11
11
"dependencies" : {
12
12
"@xata.io/client" : " ^0.30.0" ,
13
13
"next" : " 14.2.20" ,
14
- "react" : " ^18 " ,
15
- "react-dom" : " ^18 "
14
+ "react" : " ^19.0.0 " ,
15
+ "react-dom" : " ^19.0.0 "
16
16
},
17
17
"devDependencies" : {
18
18
"@types/node" : " ^20" ,
19
- "@types/react" : " ^18 " ,
20
- "@types/react-dom" : " ^18 " ,
19
+ "@types/react" : " ^19.0.0 " ,
20
+ "@types/react-dom" : " ^19.0.0 " ,
21
21
"eslint" : " ^8" ,
22
22
"eslint-config-next" : " 14.2.20" ,
23
23
"typescript" : " ^5"
You can’t perform that action at this time.
0 commit comments