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

Skip to content

Commit 3c097a4

Browse files
committed
fix: re-add ts-proto as a dev dep
1 parent 25ccd6c commit 3c097a4

File tree

3 files changed

+52
-1
lines changed

3 files changed

+52
-1
lines changed

site/.knip.jsonc

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"@types/react-virtualized-auto-sizer",
1313
"jest_workaround",
1414
"protobufjs",
15-
"rxjs"
15+
"rxjs",
16+
"ts-proto"
1617
],
1718
// This sets knip not to report unused exports of types and interfaces
1819
// as long as they are used within the file.

site/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@
184184
"storybook": "8.5.3",
185185
"storybook-addon-remix-react-router": "3.1.0",
186186
"tailwindcss": "3.4.17",
187+
"ts-proto": "1.164.0",
187188
"ts-prune": "0.10.3",
188189
"typescript": "5.6.3",
189190
"vite": "5.4.18",

site/pnpm-lock.yaml

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

0 commit comments

Comments
 (0)