File tree 4 files changed +133
-1359
lines changed
4 files changed +133
-1359
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 1
1
module . exports = {
2
2
reactStrictMode : true ,
3
- }
3
+ swcMinify : true ,
4
+ } ;
Original file line number Diff line number Diff line change 23
23
"localforage" : " ^1.9.0" ,
24
24
"monaco-editor" : " ^0.25.1" ,
25
25
"monaco-jsx-highlighter" : " ^1.1.8" ,
26
- "next" : " ^11 .1.2 " ,
26
+ "next" : " ^12 .1.6 " ,
27
27
"nprogress" : " ^0.2.0" ,
28
28
"rc-tabs" : " ^11.9.1" ,
29
29
"react" : " 17.0.2" ,
36
36
"yarn" : " ^1.22.10"
37
37
},
38
38
"devDependencies" : {
39
+ "@types/node" : " ^17.0.39" ,
39
40
"@types/prettier" : " ^2.3.0" ,
40
41
"autoprefixer" : " ^10.2.6" ,
41
42
"eslint" : " 7.29.0" ,
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments