From a18352980f44ef6b9dec17e4a0fcf6c4efd0595f Mon Sep 17 00:00:00 2001 From: DIYgod Date: Thu, 15 Jun 2023 21:35:02 +0100 Subject: [PATCH] Revert "chore: remove useless dependencies" This reverts commit 17cca56ae4d2a075bcda5fab7c8535f66fa0bfe5. --- package.json | 1 + pnpm-lock.yaml | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/package.json b/package.json index d470ee12..804f899e 100644 --- a/package.json +++ b/package.json @@ -102,6 +102,7 @@ "nanoid": "4.0.2", "next": "13.4.5", "node-id3": "0.2.6", + "pangu": "4.0.7", "path-to-regexp": "6.2.1", "pinyin-pro": "3.15.1", "plaiceholder": "3.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2bebeea8..df581edb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -221,6 +221,9 @@ dependencies: node-id3: specifier: 0.2.6 version: 0.2.6 + pangu: + specifier: 4.0.7 + version: 4.0.7 path-to-regexp: specifier: 6.2.1 version: 6.2.1 @@ -10871,6 +10874,11 @@ packages: resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==} engines: {node: '>=6'} + /pangu@4.0.7: + resolution: {integrity: sha512-weZKJIwwy5gjt4STGVUH9bix3BGk7wZ2ahtIypwe3e/mllsrIZIvtfLx1dPX56GcpZFOCFKmeqI1qVuB9enRzA==} + hasBin: true + dev: false + /parent-module@1.0.1: resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==} engines: {node: '>=6'}