Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaina committed Feb 18, 2024
1 parent 0ccb041 commit 81e65bb
Show file tree
Hide file tree
Showing 2 changed files with 752 additions and 699 deletions.
15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@misskey-dev/sharp-read-bmp",
"version": "1.1.1",
"version": "1.2.0",
"description": "Function for reading bmp and ico and returning a sharp instance",
"type": "module",
"keywords": [],
Expand All @@ -22,16 +22,15 @@
"dependencies": {
"decode-bmp": "^0.2.1",
"decode-ico": "^0.4.1",
"sharp": "^0.32.6"
"sharp": "^0.33.2"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@swc/core": "^1.3.101",
"@swc/jest": "^0.2.29",
"@types/node": "^18.19.4",
"@types/sharp": "^0.31.1",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"@swc/core": "^1.4.1",
"@swc/jest": "^0.2.36",
"@types/node": "^18.19.17",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.1",
"file-type": "^18.7.0",
Expand Down
Loading

0 comments on commit 81e65bb

Please sign in to comment.