Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zce committed Aug 27, 2024
1 parent e73c22b commit b0bd90a
Show file tree
Hide file tree
Showing 2 changed files with 824 additions and 895 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
},
"dependencies": {
"@mdx-js/mdx": "^3.0.1",
"esbuild": "^0.23.0",
"sharp": "^0.33.4",
"terser": "^5.31.3"
"esbuild": "^0.23.1",
"sharp": "^0.33.5",
"terser": "^5.31.6"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^26.0.1",
Expand All @@ -49,36 +49,36 @@
"@types/hast": "^3.0.4",
"@types/mdast": "^4.0.4",
"@types/micromatch": "^4.0.9",
"@types/node": "^20.14.12",
"@types/node": "^20.16.1",
"@zce/prettier-config": "^0.4.0",
"chokidar": "^3.6.0",
"fast-glob": "^3.3.2",
"hast-util-raw": "^9.0.4",
"hast-util-to-string": "^3.0.0",
"lint-staged": "^15.2.7",
"lint-staged": "^15.2.9",
"mdast-util-from-markdown": "^2.0.1",
"mdast-util-to-hast": "^13.2.0",
"mdast-util-toc": "^7.1.0",
"micromatch": "^4.0.7",
"micromatch": "^4.0.8",
"prettier": "^3.3.3",
"rehype-raw": "^7.0.0",
"rehype-stringify": "^10.0.0",
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"rollup": "^4.19.1",
"rollup": "^4.21.1",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-esbuild": "^6.1.1",
"simple-git-hooks": "^2.11.1",
"tsx": "^4.16.2",
"tsx": "^4.18.0",
"typescript": "^5.5.4",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"vfile": "^6.0.2",
"vfile-reporter": "^8.1.1",
"yaml": "^2.5.0"
},
"packageManager": "pnpm@9.7.0",
"packageManager": "pnpm@9.9.0",
"engines": {
"node": "^18.17.0 || >=20.3.0"
}
Expand Down
Loading

0 comments on commit b0bd90a

Please sign in to comment.