Skip to content

Commit

Permalink
Merge pull request #293 from jaredwray/upgrading-html-react-parse-to-…
Browse files Browse the repository at this point in the history
…latest-version

upgrading html-react-parse to latest version
  • Loading branch information
jaredwray authored Oct 8, 2024
2 parents e9093ae + 8e6d134 commit 59bac69
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "writr",
"version": "4.1.1",
"version": "4.1.2",
"description": "Markdown Rendering Simplified",
"type": "module",
"main": "./dist/writr.js",
Expand Down Expand Up @@ -56,8 +56,9 @@
"cacheable": "^1.8.0",
"crypto": "^1.0.1",
"fs": "^0.0.1-security",
"html-react-parser": "^5.1.17",
"html-react-parser": "^5.1.18",
"js-yaml": "^4.1.0",
"keyv": "^5.1.0",
"react": "^18.3.1",
"rehype-highlight": "^7.0.0",
"rehype-katex": "^7.0.1",
Expand All @@ -75,7 +76,7 @@
"devDependencies": {
"@keyv/sqlite": "^4.0.1",
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.7.4",
"@types/node": "^22.7.5",
"@types/react": "^18.3.11",
"@vitest/coverage-v8": "^2.1.2",
"docula": "^0.9.1",
Expand Down
3 changes: 2 additions & 1 deletion src/writr-cache.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import {createHash} from 'node:crypto';
import {Cacheable, CacheableMemory, type KeyvStoreAdapter} from 'cacheable';
import {Cacheable, CacheableMemory} from 'cacheable';
import type {KeyvStoreAdapter} from 'keyv';
import {type RenderOptions} from './writr.js';

export class WritrCache {
Expand Down

0 comments on commit 59bac69

Please sign in to comment.