From 7e41204f0bcece96ea9524c3eefb28db68bdc847 Mon Sep 17 00:00:00 2001 From: loicduong Date: Mon, 9 Sep 2024 00:55:03 +0700 Subject: [PATCH] fix: move json5 from devDependencies to dependencies to support production usage --- package.json | 2 +- pnpm-lock.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index cc4dbe6..32977de 100644 --- a/package.json +++ b/package.json @@ -57,6 +57,7 @@ "clipboard": "2.0.11", "dayjs": "1.11.13", "echarts": "5.5.1", + "json5": "2.2.3", "naive-ui": "2.39.0", "nprogress": "0.2.0", "pinia": "2.2.2", @@ -87,7 +88,6 @@ "eslint": "9.9.1", "eslint-plugin-format": "0.1.2", "html-minifier-terser": "7.2.0", - "json5": "2.2.3", "lint-staged": "15.2.10", "sass": "1.78.0", "simple-git-hooks": "2.11.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bd95092..14b3527 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -41,6 +41,9 @@ importers: echarts: specifier: 5.5.1 version: 5.5.1 + json5: + specifier: 2.2.3 + version: 2.2.3 naive-ui: specifier: 2.39.0 version: 2.39.0(vue@3.5.3(typescript@5.5.4)) @@ -126,9 +129,6 @@ importers: html-minifier-terser: specifier: 7.2.0 version: 7.2.0 - json5: - specifier: 2.2.3 - version: 2.2.3 lint-staged: specifier: 15.2.10 version: 15.2.10