Skip to content

Commit

Permalink
add missing dependency (#1306)
Browse files Browse the repository at this point in the history
* add missing dependency

* move type to dev dep

---------

Co-authored-by: Andrew Lisowski <[email protected]>
  • Loading branch information
benmccann and hipstersmoothie authored Sep 1, 2024
1 parent a742d47 commit 97deb26
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions plugins/plugin-hash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"@jimp/config-typescript": "workspace:*",
"@jimp/config-vitest": "workspace:*",
"@jimp/test-utils": "workspace:*",
"@types/any-base": "^1.1.3",
"@vitest/browser": "^1.4.0",
"any-base": "^1.1.0",
"eslint": "^8.57.0",
"tshy": "^1.12.0",
"typescript": "^5.5.4",
Expand All @@ -35,7 +35,7 @@
"@jimp/plugin-resize": "workspace:*",
"@jimp/types": "workspace:*",
"@jimp/utils": "workspace:*",
"@types/any-base": "^1.1.3"
"any-base": "^1.1.0"
},
"tshy": {
"exclude": [
Expand Down
12 changes: 6 additions & 6 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 97deb26

Please sign in to comment.