fix(cli): ship semver as a runtime dependency (#6257)
This commit is contained in:
parent
7036ab5b53
commit
cbb32d1aac
2 changed files with 5 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@hoppscotch/cli",
|
||||
"version": "0.31.0",
|
||||
"version": "0.31.1",
|
||||
"description": "A CLI to run Hoppscotch test scripts in CI environments.",
|
||||
"homepage": "https://hoppscotch.io",
|
||||
"type": "module",
|
||||
|
|
@ -52,6 +52,7 @@
|
|||
"lodash-es": "4.18.1",
|
||||
"papaparse": "5.5.3",
|
||||
"qs": "6.15.1",
|
||||
"semver": "7.7.4",
|
||||
"tough-cookie": "6.0.1",
|
||||
"verzod": "0.4.0",
|
||||
"xmlbuilder2": "4.0.3",
|
||||
|
|
@ -66,7 +67,6 @@
|
|||
"@types/qs": "6.15.0",
|
||||
"fp-ts": "2.16.11",
|
||||
"prettier": "3.8.3",
|
||||
"semver": "7.7.4",
|
||||
"tsup": "8.5.1",
|
||||
"typescript": "5.9.3",
|
||||
"vitest": "4.1.5"
|
||||
|
|
|
|||
|
|
@ -447,6 +447,9 @@ importers:
|
|||
qs:
|
||||
specifier: 6.15.1
|
||||
version: 6.15.1
|
||||
semver:
|
||||
specifier: 7.7.4
|
||||
version: 7.7.4
|
||||
tough-cookie:
|
||||
specifier: 6.0.1
|
||||
version: 6.0.1
|
||||
|
|
@ -484,9 +487,6 @@ importers:
|
|||
prettier:
|
||||
specifier: 3.8.3
|
||||
version: 3.8.3
|
||||
semver:
|
||||
specifier: 7.7.4
|
||||
version: 7.7.4
|
||||
tsup:
|
||||
specifier: 8.5.1
|
||||
version: 8.5.1(jiti@2.6.1)(postcss@8.5.10)(typescript@5.9.3)(yaml@2.8.3)
|
||||
|
|
|
|||
Loading…
Reference in a new issue