Merge pull request '[PR]: Make json5 as production dependency' (#10500) from mizunashi-mana/calckey:move-json5-to-prod-dependencies into develop

Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10500
This commit is contained in:
Kainoa Kanter 2023-07-16 22:36:49 +00:00
commit 3ea52b252a
2 changed files with 4 additions and 4 deletions

View file

@ -71,6 +71,7 @@
"is-svg": "4.3.2",
"js-yaml": "4.1.0",
"jsdom": "20.0.3",
"json5": "2.2.3",
"jsonld": "8.2.0",
"jsrsasign": "10.8.6",
"koa": "2.14.2",
@ -185,7 +186,6 @@
"cross-env": "7.0.3",
"eslint": "^8.44.0",
"execa": "6.1.0",
"json5": "2.2.3",
"json5-loader": "4.0.1",
"mocha": "10.2.0",
"pug": "3.0.2",

View file

@ -219,6 +219,9 @@ importers:
jsdom:
specifier: 20.0.3
version: 20.0.3
json5:
specifier: 2.2.3
version: 2.2.3
jsonld:
specifier: 8.2.0
version: 8.2.0
@ -563,9 +566,6 @@ importers:
execa:
specifier: 6.1.0
version: 6.1.0
json5:
specifier: 2.2.3
version: 2.2.3
json5-loader:
specifier: 4.0.1
version: 4.0.1(webpack@5.88.1)