Skip to content

Commit

Permalink
chore(deps): update [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
naiyerasif committed Dec 5, 2023
1 parent a518c5d commit 39bfa04
Show file tree
Hide file tree
Showing 2 changed files with 452 additions and 222 deletions.
10 changes: 5 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.0.0",
"version": "3.1.0",
"description": "rehype plugin to highlight codeblocks with Starry Night ",
"license": "MIT",
"keywords": [
Expand All @@ -17,7 +17,7 @@
"repository": "https://github.com/Microflash/rehype-starry-night.git",
"bugs": "https://github.com/Microflash/rehype-starry-night/issues",
"homepage": "https://github.com/Microflash/rehype-starry-night#readme",
"author": "Naiyer Asif (https://mflash.dev)",
"author": "Naiyer Asif (https://www.naiyerasif.com)",
"type": "module",
"main": "src/index.js",
"exports": {
Expand All @@ -39,17 +39,17 @@
},
"dependencies": {
"@microflash/fenceparser": "^2.6.2",
"@wooorm/starry-night": "^3.0.0",
"@wooorm/starry-night": "^3.1.0",
"hast-util-to-string": "^3.0.0",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"ava": "^5.3.1",
"ava": "^6.0.0",
"cheerio": "1.0.0-rc.12",
"rehype-stringify": "^10.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.0.0",
"unified": "^11.0.3"
"unified": "^11.0.4"
},
"ava": {
"files": [
Expand Down
Loading

0 comments on commit 39bfa04

Please sign in to comment.