Skip to content

Commit

Permalink
Remove peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Corb3nik committed Jan 5, 2025
1 parent 179278d commit 047834a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@caido-community/dev",
"version": "0.0.4",
"version": "0.0.5",
"description": "Development tools for building Caido plugins",
"type": "module",
"exports": {
Expand Down Expand Up @@ -36,12 +36,11 @@
"jiti": "2.4.2",
"jszip": "3.10.1",
"ws": "8.18.0",
"zod": "3.24.1"
},
"peerDependencies": {
"vite": "^6.0.0",
"tsup": "^8.0.0"
"zod": "3.24.1",
"vite": "6.0.7",
"tsup": "8.3.5"
},

"devDependencies": {
"@types/express": "5.0.0",
"@types/node": "22.10.2",
Expand Down
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 047834a

Please sign in to comment.