Skip to content

Commit

Permalink
chore(deps): bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
naiyerasif committed Sep 28, 2024
1 parent d91932e commit 61c3717
Show file tree
Hide file tree
Showing 3 changed files with 264 additions and 453 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [7.1.1] - 2024-09-28

### Patched

- Upgrade to `@microflash/fenceparser@3.1.0`
- Upgrade to `hast-util-to-string@3.0.1`

## [7.1.0] - 2024-09-02

### Patched
Expand Down Expand Up @@ -161,6 +168,7 @@ Syntax highlight plugin with support for following additional features
- support for prompt
- captions and language information

[7.1.0]: https://github.com/Microflash/rehype-starry-night/compare/v7.1.0...v7.1.1
[7.1.0]: https://github.com/Microflash/rehype-starry-night/compare/v7.0.0...v7.1.0
[7.0.0]: https://github.com/Microflash/rehype-starry-night/compare/v6.1.0...v7.0.0
[6.1.0]: https://github.com/Microflash/rehype-starry-night/compare/v6.0.0...v6.1.0
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microflash/rehype-starry-night",
"version": "7.1.0",
"version": "7.1.1",
"description": "rehype plugin to highlight codeblocks with Starry Night",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -52,21 +52,21 @@
"test": "vitest plugin"
},
"dependencies": {
"@microflash/fenceparser": "^3.0.0",
"@microflash/fenceparser": "^3.1.0",
"@wooorm/starry-night": "^3.5.0",
"defu": "^6.1.4",
"hast-util-to-string": "^3.0.0",
"hast-util-to-string": "^3.0.1",
"hastscript": "^9.0.0",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"cheerio": "1.0.0",
"rehype-stringify": "^10.0.0",
"rehype-stringify": "^10.0.1",
"remark-directive": "^3.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"remark-rehype": "^11.1.1",
"unified": "^11.0.5",
"vitest": "^2.0.5"
"vitest": "^2.1.1"
},
"packageManager": "pnpm@9.9.0"
"packageManager": "pnpm@9.11.0"
}
Loading

0 comments on commit 61c3717

Please sign in to comment.