From 36bc5a9cdd6b77ab848aed4b81b3f0549cc42501 Mon Sep 17 00:00:00 2001 From: bossgeekgo Date: Sun, 11 Feb 2024 23:50:08 +0800 Subject: [PATCH] add json5 dependency --- package.json | 1 + pnpm-lock.yaml | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d9c90cf..921e8c6 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "license": "ISC", "dependencies": { "dayjs": "^1.11.10", + "json5": "^2.2.3", "puppeteer": "^21.6.1", "puppeteer-extra": "^3.3.6", "puppeteer-extra-plugin-stealth": "^2.11.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6f37af0..823b839 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -11,6 +11,9 @@ importers: dayjs: specifier: ^1.11.10 version: 1.11.10 + json5: + specifier: ^2.2.3 + version: 2.2.3 puppeteer: specifier: ^21.6.1 version: 21.6.1 @@ -3136,7 +3139,6 @@ packages: resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==} engines: {node: '>=6'} hasBin: true - dev: true /jsonc-parser@3.2.1: resolution: {integrity: sha512-AilxAyFOAcK5wA1+LeaySVBrHsGQvUFCDWXKpZjzaL0PqW+xfBOttn8GNtWKFWqneyMZj41MWF9Kl6iPWLwgOA==}