Skip to content

Commit

Permalink
chore: pin sharp to 0.33.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zce committed Jan 18, 2024
1 parent 7010230 commit c68ea38
Show file tree
Hide file tree
Showing 2 changed files with 130 additions and 127 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"type": "module",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"bin": "bin/velite.js",
"bin": "./bin/velite.js",
"files": [
"dist"
],
Expand All @@ -30,8 +30,8 @@
"format": "prettier . --write"
},
"dependencies": {
"esbuild": "^0.19.11",
"sharp": "^0.33.1"
"esbuild": "0.19.11",
"sharp": "0.33.1"
},
"devDependencies": {
"@mdx-js/mdx": "^3.0.0",
Expand All @@ -48,15 +48,15 @@
"hast-util-raw": "^9.0.1",
"hast-util-to-string": "^3.0.0",
"mdast-util-from-markdown": "^2.0.0",
"mdast-util-to-hast": "^13.0.2",
"mdast-util-to-hast": "^13.1.0",
"micromatch": "^4.0.5",
"prettier": "^3.1.1",
"prettier": "^3.2.4",
"rehype-raw": "^7.0.0",
"rehype-stringify": "^10.0.0",
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.0.0",
"rollup": "^4.9.4",
"remark-rehype": "^11.1.0",
"rollup": "^4.9.5",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-esbuild": "^6.1.0",
"typescript": "^5.3.3",
Expand Down
Loading

0 comments on commit c68ea38

Please sign in to comment.