Skip to content

Commit 3858fb8

Browse files
committed
remove unused dep
1 parent 2806b1b commit 3858fb8

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

package-lock.json

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

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@
9494
"tailwindcss": "^3.3.2",
9595
"tailwindcss-animate": "^1.0.6",
9696
"tailwindcss-radix": "^2.8.0",
97-
"thirty-two": "^1.0.2",
9897
"zod": "^3.21.4"
9998
},
10099
"devDependencies": {

types/deps.d.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
// This module should contain type definitions for modules which do not have
22
// their own type definitions and are not available on DefinitelyTyped.
33

4-
declare module 'thirty-two' {
5-
export function encode(data: string | Buffer): string
6-
export function decode(data: string): Buffer
7-
}
8-
94
declare module 'tailwindcss-animate' {
105
declare const _default: {
116
handler: () => void

0 commit comments

Comments
 (0)