From aad542aaae6bdde2c9e5d3b7e9a110a11705748d Mon Sep 17 00:00:00 2001 From: Jared Wray Date: Sun, 6 Oct 2024 08:43:55 -0700 Subject: [PATCH] upgrading html-react-parser to 5.1.17 --- README.md | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2813588..e211724 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,9 @@ * Emoji Support (remark-emoji). * MDX Support (remark-mdx). -## ESM and Node 20+ +## ESM and Node Version Support -This package is ESM only and tested on Nodejs 20+. Please don't open issues for questions regarding CommonJS / ESM. To learn more about using ESM please read this from `sindresorhus`: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c +This package is ESM only and tested on the current lts version and its previous. Please don't open issues for questions regarding CommonJS / ESM or previous Nodejs versions. To learn more about using ESM please read this from `sindresorhus`: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c ## Getting Started diff --git a/package.json b/package.json index 1ef9cbf..7b7d1c0 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "cacheable": "^1.8.0", "crypto": "^1.0.1", "fs": "^0.0.1-security", - "html-react-parser": "^5.1.16", + "html-react-parser": "^5.1.17", "js-yaml": "^4.1.0", "react": "^18.3.1", "rehype-highlight": "^7.0.0", @@ -76,7 +76,7 @@ "@keyv/sqlite": "^4.0.1", "@types/js-yaml": "^4.0.9", "@types/node": "^22.7.4", - "@types/react": "^18.3.10", + "@types/react": "^18.3.11", "@vitest/coverage-v8": "^2.1.1", "docula": "^0.9.1", "rimraf": "^6.0.1",