Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e8b672e

Browse files
committed
chore: remove unused dev dependencies
1 parent c0ceb87 commit e8b672e

File tree

3 files changed

+8
-41
lines changed

3 files changed

+8
-41
lines changed

site/.knip.jsonc

+8-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,15 @@
22
"$schema": "https://unpkg.com/knip@5/schema.json",
33
"entry": ["./src/index.tsx"],
44
"project": ["./src/**/*.ts", "./src/**/*.tsx"],
5-
"ignoreBinaries": ["protoc"],
65
"ignore": ["**/*Generated.ts", "./src/serviceWorker.ts"],
6+
"ignoreBinaries": ["protoc"],
7+
"ignoreDependencies": [
8+
"express",
9+
"@types/express",
10+
"ssh2",
11+
"@types/ssh2",
12+
"@types/react-virtualized-auto-sizer"
13+
],
714
// This sets knip not to report unused exports of types and interfaces
815
// as long as they are used within the file.
916
"ignoreExportsUsedInFile": {

site/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@
144144
"@tailwindcss/typography": "0.5.16",
145145
"@testing-library/jest-dom": "6.6.3",
146146
"@testing-library/react": "14.3.1",
147-
"@testing-library/react-hooks": "8.0.1",
148147
"@testing-library/user-event": "14.6.1",
149148
"@types/chroma-js": "2.4.0",
150149
"@types/color-convert": "2.0.4",

site/pnpm-lock.yaml

-39
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)