Skip to content

Commit

Permalink
remove svgdom dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gugu committed Nov 19, 2021
1 parent 1af9d8d commit d1c472d
Show file tree
Hide file tree
Showing 2 changed files with 846 additions and 3,072 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,21 +46,20 @@
"LICENSE"
],
"devDependencies": {
"@size-limit/preset-small-lib": "^5.0.2",
"@size-limit/preset-small-lib": "^6.0.4",
"ava": "^3.15.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.24.0",
"looks-same": "^7.3.0",
"release-it": "^14.11.3",
"typescript": "^4.3.5",
"size-limit": "^5.0.2"
"size-limit": "^6.0.4",
"typescript": "^4.3.5"
},
"dependencies": {
"@jimp/png": "^0.16.1",
"jimp": "^0.16.1",
"pdf-lib": "^1.16.0",
"svgdom": "^0.1.8",
"pdf-lib": "^1.17.1",
"upng": "^1.0.1"
}
}
Loading

0 comments on commit d1c472d

Please sign in to comment.