Skip to content

Commit 16c610a

Browse files
committed
build: remove unused deps
1 parent acca355 commit 16c610a

File tree

3 files changed

+0
-39
lines changed

3 files changed

+0
-39
lines changed

pnpm-lock.yaml

Lines changed: 0 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"@eslint/js": "^9.16.0",
2222
"@mdx-js/mdx": "^3.1.0",
2323
"@next/bundle-analyzer": "^15.0.4",
24-
"@tailwindcss/typography": "^0.5.15",
2524
"@tsconfig/node22": "^22.0.0",
2625
"@tsconfig/strictest": "^2.0.5",
2726
"@types/node": "^22.10.1",

website/tailwind.config.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,4 @@ module.exports = {
77
theme: {
88
extend: {},
99
},
10-
plugins: [
11-
require("@tailwindcss/typography"),
12-
],
1310
};

0 commit comments

Comments
 (0)