Skip to content

Commit ba0bb31

Browse files
committed
Made @types/marked prod dependency
1 parent 35c795b commit ba0bb31

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"@svgr/webpack": "^8.1.0",
4343
"@tailwindcss/postcss": "^4.1.11",
4444
"@types/express": "^4.17.17",
45+
"@types/marked": "^4.0.3",
4546
"@vercel/analytics": "^1.4.1",
4647
"ace-builds": "^1.33.1",
4748
"ai": "^4.3.17",
@@ -94,7 +95,6 @@
9495
"@types/google.maps": "^3.58.1",
9596
"@types/jest": "^29.5.14",
9697
"@types/jsonwebtoken": "^8.5.8",
97-
"@types/marked": "^4.0.3",
9898
"@types/mdx": "^2.0.13",
9999
"@types/next-auth": "^3.15.0",
100100
"@types/node": "^18.0.0",

tsconfig.build.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
{
22
"extends": "./tsconfig.json",
33
"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",
105
"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"
1112
],
1213
"exclude": [
1314
"jest.config.ts",
14-
"jest.setup.ts",
15+
"jest.setup.ts"
1516
]
16-
}
17+
}

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3706,7 +3706,7 @@
37063706

37073707
"@types/marked@^4.0.3":
37083708
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"
37103710
integrity sha512-a79Yc3TOk6dGdituy8hmTTJXjOkZ7zsFYV10L337ttq/rec8lRMDBpV7fL3uLx6TgbFCa5DU/h8FmIBQPSbU0w==
37113711

37123712
"@types/mdast@^4.0.0":

0 commit comments

Comments
 (0)