From 8e6c950e923b2cf7df50bbb6a0b1fab9a136115a Mon Sep 17 00:00:00 2001 From: Dominic Garms Date: Mon, 27 Jan 2025 10:30:56 +0800 Subject: [PATCH] update cheerio to v1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 01f19d1..974c6cd 100644 --- a/package.json +++ b/package.json @@ -67,9 +67,9 @@ "dist" ], "dependencies": { - "cheerio": "^1.0.0-rc.10", + "cheerio": "^1.0.0", "isomorphic-unfetch": "^3.1.0", "react-hook-form": "^7.10.1", "slugify": "^1.5.3" } -} \ No newline at end of file +}