File tree Expand file tree Collapse file tree 3 files changed +466
-235
lines changed Expand file tree Collapse file tree 3 files changed +466
-235
lines changed Original file line number Diff line number Diff line change 1
1
/** @type {import('next').NextConfig } */
2
2
module . exports = {
3
- reactStrictMode : true
3
+ reactStrictMode : true ,
4
+ images : {
5
+ loader : 'custom' ,
6
+ loaderFile : "./node_modules/@uploadcare/nextjs-loader/build/loader.js" ,
7
+ } ,
4
8
}
Original file line number Diff line number Diff line change 11
11
},
12
12
"dependencies" : {
13
13
"@uploadcare/nextjs-loader" : " link:../" ,
14
- "next" : " ^12.1.6 " ,
15
- "react" : " ^18.1 .0" ,
16
- "react-dom" : " ^18.1 .0" ,
14
+ "next" : " ^13.0.4 " ,
15
+ "react" : " ^18.2 .0" ,
16
+ "react-dom" : " ^18.2 .0" ,
17
17
"yarn" : " ^1.22.18"
18
18
},
19
19
"devDependencies" : {
20
20
"@types/node" : " ^17.0.40" ,
21
- "@types/react" : " ^18.0.12 " ,
21
+ "@types/react" : " ^18.0.25 " ,
22
22
"eslint" : " ^8.17.0" ,
23
- "eslint-config-next" : " ^12.1.6 " ,
23
+ "eslint-config-next" : " ^13.0.4 " ,
24
24
"typescript" : " ^4.7.3"
25
25
}
26
26
}
You can’t perform that action at this time.
0 commit comments