File tree Expand file tree Collapse file tree 3 files changed +640
-1776
lines changed Expand file tree Collapse file tree 3 files changed +640
-1776
lines changed Original file line number Diff line number Diff line change 1
1
/// <reference types="next" />
2
- /// <reference types="next/types/global" />
3
2
/// <reference types="next/image-types/global" />
4
3
5
4
// NOTE: This file should not be edited
Original file line number Diff line number Diff line change 9
9
"lint" : " next lint"
10
10
},
11
11
"dependencies" : {
12
- "@uploadcare/nextjs-loader" : " ../" ,
13
- "next" : " ^12.0.2" ,
14
- "react" : " ^17.0.2" ,
15
- "react-dom" : " ^17.0.2"
12
+ "@uploadcare/nextjs-loader" : " link:../" ,
13
+ "add" : " ^2.0.6" ,
14
+ "next" : " ^12.1.6" ,
15
+ "react" : " ^18.1.0" ,
16
+ "react-dom" : " ^18.1.0" ,
17
+ "yarn" : " ^1.22.18"
16
18
},
17
19
"devDependencies" : {
18
- "@types/react" : " ^17.0.27" ,
19
- "eslint" : " ^7.32.0" ,
20
- "eslint-config-next" : " ^11.1.2" ,
21
- "typescript" : " ^4.4.3"
22
- }
20
+ "@types/react" : " ^18.0.12" ,
21
+ "eslint" : " ^8.17.0" ,
22
+ "eslint-config-next" : " ^12.1.6" ,
23
+ "typescript" : " ^4.7.3"
24
+ },
25
+ "packageManager" : " yarn@3.2.1"
23
26
}
You can’t perform that action at this time.
0 commit comments