File tree 7 files changed +171
-682
lines changed
7 files changed +171
-682
lines changed Original file line number Diff line number Diff line change @@ -31,3 +31,4 @@ package-lock.json
31
31
npm-debug.log *
32
32
yarn-debug.log *
33
33
yarn-error.log *
34
+ tsconfig.tsbuildinfo
Original file line number Diff line number Diff line change 1
- v16
1
+ v17
Original file line number Diff line number Diff line change 1
1
/// <reference types="next" />
2
- /// <reference types="next/types/global" />
3
2
4
3
// NOTE: This file should not be edited
5
4
// see https://nextjs.org/docs/basic-features/typescript for more information.
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ module.exports = (phase) =>
12
12
providerImportSource : "@mdx-js/react" ,
13
13
} ,
14
14
} ) ( {
15
- target : "serverless" ,
16
15
env : {
17
16
isDev : phase === PHASE_DEVELOPMENT_SERVER ,
18
17
} ,
Original file line number Diff line number Diff line change 52
52
"babel-preset-react-app" : " ^9.1.1" ,
53
53
"body-scroll-lock" : " 3.0.3" ,
54
54
"classnames" : " ^2.2.6" ,
55
- "dwolla-mdx-remark" : " Dwolla/dwolla-mdx-remark#semver:^1.0 .0" ,
55
+ "dwolla-mdx-remark" : " Dwolla/dwolla-mdx-remark#1.1 .0" ,
56
56
"eslint-plugin-jest" : " ^23.8.2" ,
57
57
"github-slugger" : " ^1.3.0" ,
58
58
"highlight.js" : " ^10.7.2" ,
65
65
"lodash.map" : " ^4.6.0" ,
66
66
"lodash.sortby" : " ^4.7.0" ,
67
67
"lodash.uniqby" : " ^4.7.0" ,
68
- "next" : " ^11 .1.4 " ,
68
+ "next" : " ^12 .1.6 " ,
69
69
"next-images" : " 1.3.0" ,
70
70
"next-plugin-yaml" : " ^1.0.1" ,
71
71
"ordinal" : " ^1.0.3" ,
Original file line number Diff line number Diff line change 13
13
"resolveJsonModule" : true ,
14
14
"jsx" : " preserve" ,
15
15
"downlevelIteration" : true ,
16
- "isolatedModules" : true
16
+ "isolatedModules" : true ,
17
+ "incremental" : true
17
18
},
18
19
"exclude" : [" node_modules" ],
19
20
"include" : [
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments