Skip to content

Commit 7cb43fc

Browse files
authored
fix(deps): move json5 from devDependencies to dependencies to support production usage (#618)
1 parent 4c9f4e0 commit 7cb43fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"clipboard": "2.0.11",
5959
"dayjs": "1.11.12",
6060
"echarts": "5.5.1",
61+
"json5": "2.2.3",
6162
"naive-ui": "2.39.0",
6263
"nprogress": "0.2.0",
6364
"pinia": "2.2.2",
@@ -85,7 +86,6 @@
8586
"@vitejs/plugin-vue-jsx": "4.0.1",
8687
"eslint": "9.9.0",
8788
"eslint-plugin-vue": "9.27.0",
88-
"json5": "2.2.3",
8989
"lint-staged": "15.2.9",
9090
"sass": "1.77.8",
9191
"simple-git-hooks": "2.11.1",

0 commit comments

Comments
 (0)