chore(cli): bump dependencies (#3441)

* chore: bump CLI dependencies

* chore: update package.json

Bump version and specify minimum Node.js version
This commit is contained in:
James George
2023-10-16 05:53:22 -07:00
committed by GitHub
parent 73b3ff8e41
commit 2462492c86
2 changed files with 1106 additions and 227 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "@hoppscotch/cli", "name": "@hoppscotch/cli",
"version": "0.3.3", "version": "0.4.0",
"description": "A CLI to run Hoppscotch test scripts in CI environments.", "description": "A CLI to run Hoppscotch test scripts in CI environments.",
"homepage": "https://hoppscotch.io", "homepage": "https://hoppscotch.io",
"main": "dist/index.js", "main": "dist/index.js",
@@ -10,6 +10,9 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"engines": {
"node": ">=18"
},
"scripts": { "scripts": {
"build": "pnpm exec tsup", "build": "pnpm exec tsup",
"dev": "pnpm exec tsup --watch", "dev": "pnpm exec tsup --watch",
@@ -38,24 +41,24 @@
"devDependencies": { "devDependencies": {
"@hoppscotch/data": "workspace:^", "@hoppscotch/data": "workspace:^",
"@hoppscotch/js-sandbox": "workspace:^", "@hoppscotch/js-sandbox": "workspace:^",
"@relmify/jest-fp-ts": "^2.0.2", "@relmify/jest-fp-ts": "^2.1.1",
"@swc/core": "^1.2.181", "@swc/core": "^1.3.92",
"@types/jest": "^27.4.1", "@types/jest": "^29.5.5",
"@types/lodash": "^4.14.181", "@types/lodash": "^4.14.199",
"@types/qs": "^6.9.7", "@types/qs": "^6.9.8",
"axios": "^0.21.4", "axios": "^0.21.4",
"chalk": "^4.1.1", "chalk": "^4.1.2",
"commander": "^8.0.0", "commander": "^11.0.0",
"esm": "^3.2.25", "esm": "^3.2.25",
"fp-ts": "^2.12.1", "fp-ts": "^2.16.1",
"io-ts": "^2.2.16", "io-ts": "^2.2.20",
"jest": "^27.5.1", "jest": "^29.7.0",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"prettier": "^2.8.4", "prettier": "^3.0.3",
"qs": "^6.10.3", "qs": "^6.11.2",
"ts-jest": "^27.1.4", "ts-jest": "^29.1.1",
"tsup": "^5.12.7", "tsup": "^7.2.0",
"typescript": "^4.6.4", "typescript": "^5.2.2",
"zod": "^3.22.2" "zod": "^3.22.4"
} }
} }

1296
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff