File tree Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 42
42
"@svgr/webpack" : " ^8.1.0" ,
43
43
"@tailwindcss/postcss" : " ^4.1.11" ,
44
44
"@types/express" : " ^4.17.17" ,
45
+ "@types/marked" : " ^4.0.3" ,
45
46
"@vercel/analytics" : " ^1.4.1" ,
46
47
"ace-builds" : " ^1.33.1" ,
47
48
"ai" : " ^4.3.17" ,
94
95
"@types/google.maps" : " ^3.58.1" ,
95
96
"@types/jest" : " ^29.5.14" ,
96
97
"@types/jsonwebtoken" : " ^8.5.8" ,
97
- "@types/marked" : " ^4.0.3" ,
98
98
"@types/mdx" : " ^2.0.13" ,
99
99
"@types/next-auth" : " ^3.15.0" ,
100
100
"@types/node" : " ^18.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : " ./tsconfig.json" ,
3
3
"include" : [
4
- " next-env.d.ts" ,
5
- " next.config.js" ,
6
- " src/**/*.ts" ,
7
- " src/**/*.tsx" ,
8
- " tailwind.config.js" ,
9
- " postcss.config.js" ,
4
+ " next-env.d.ts" ,
10
5
" next-sitemap.config.js" ,
6
+ " next.config.js" ,
7
+ " postcss.config.js" ,
8
+ " src/**/*.ts" ,
9
+ " src/**/*.tsx" ,
10
+ " tailwind.config.js" ,
11
+ " .next/types/**/*.ts"
11
12
],
12
13
"exclude" : [
13
14
" jest.config.ts" ,
14
- " jest.setup.ts" ,
15
+ " jest.setup.ts"
15
16
]
16
- }
17
+ }
Original file line number Diff line number Diff line change 3706
3706
3707
3707
"@types/marked@^4.0.3":
3708
3708
version "4.3.2"
3709
- resolved "https://registry.npmjs.org /@types/marked/-/marked-4.3.2.tgz"
3709
+ resolved "https://registry.yarnpkg.com /@types/marked/-/marked-4.3.2.tgz#e2e0ad02ebf5626bd215c5bae2aff6aff0ce9eac "
3710
3710
integrity sha512-a79Yc3TOk6dGdituy8hmTTJXjOkZ7zsFYV10L337ttq/rec8lRMDBpV7fL3uLx6TgbFCa5DU/h8FmIBQPSbU0w==
3711
3711
3712
3712
"@types/mdast@^4.0.0":
You can’t perform that action at this time.
0 commit comments