Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
naiyerasif committed Apr 13, 2024
1 parent 1d16440 commit e871aee
Show file tree
Hide file tree
Showing 2 changed files with 135 additions and 84 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microflash/rehype-starry-night",
"version": "3.5.0",
"version": "3.6.0",
"description": "rehype plugin to highlight codeblocks with Starry Night ",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -43,20 +43,21 @@
},
"dependencies": {
"@microflash/fenceparser": "^2.6.2",
"@wooorm/starry-night": "^3.2.0",
"@wooorm/starry-night": "^3.3.0",
"hast-util-to-string": "^3.0.0",
"hastscript": "^8.0.0",
"hastscript": "^9.0.0",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"ava": "^6.0.1",
"ava": "^6.1.2",
"cheerio": "1.0.0-rc.12",
"rehype-stringify": "^10.0.0",
"remark-directive": "^3.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.0.0",
"remark-rehype": "^11.1.0",
"unified": "^11.0.4"
},
"packageManager": "[email protected]",
"ava": {
"files": [
"test/**/*.test.js"
Expand Down
Loading

0 comments on commit e871aee

Please sign in to comment.