diff --git a/package.json b/package.json index 435bd46..8774f2a 100644 --- a/package.json +++ b/package.json @@ -19,8 +19,8 @@ "lint:fix": "npm run lint:check -- --fix", "build": "vite build", "performance:run-inspect": "vite build --sourcemap=inline -c=vite.performance.config.ts && node --inspect dist/index.es.mjs", - "development:link": "npm link && npm link @netcracker/qubership-apihub-json-crawl && npm link @netcracker/qubership-apihub-graphapi && npm link @netcracker/qubership-apihub-api-unifier && npm link @netcracker/qubership-apihub-compatibility-suites", - "development:unlink": "npm unlink && npm unlink @netcracker/qubership-apihub-json-crawl && npm unlink @netcracker/qubership-apihub-graphapi && npm unlink @netcracker/qubership-apihub-api-unifier && npm unlink @netcracker/qubership-apihub-compatibility-suites", + "development:link": "npm link && npm link @netcracker/qubership-apihub-json-crawl --save && npm link @netcracker/qubership-apihub-graphapi --save-dev && npm link @netcracker/qubership-apihub-api-unifier --save && npm link @netcracker/qubership-apihub-compatibility-suites --save-dev", + "development:unlink": "npm unlink @netcracker/qubership-apihub-json-crawl --no-save && npm unlink @netcracker/qubership-apihub-graphapi --no-save && npm unlink @netcracker/qubership-apihub-api-unifier --no-save && npm unlink @netcracker/qubership-apihub-compatibility-suites --no-save", "test": "jest --maxWorkers 3 --verbose", "test:compatibility-suites": "jest --findRelatedTests --detectOpenHandles test/compatibility-suites/*", "test:human-readble": "jest --findRelatedTests --detectOpenHandles test/human-readable/*", @@ -36,23 +36,23 @@ "@netcracker/qubership-apihub-graphapi": "1.0.8", "@netcracker/qubership-apihub-npm-gitflow": "3.0.1", "@types/jest": "29.5.11", + "@types/js-yaml": "^4.0.5", "@types/node": "20.11.6", "@typescript-eslint/eslint-plugin": "6.13.2", "@typescript-eslint/parser": "6.13.2", "eslint": "8.55.0", "eslint-plugin-sort-exports": "0.8.0", - "jest": "29.7.0", - "jest-extended": "^4.0.2", - "openapi-types": "12.1.3", - "@types/js-yaml": "^4.0.5", "fast-json-patch": "^3.1.1", "graphql": "16.9.0", + "jest": "29.7.0", + "jest-extended": "^4.0.2", "js-yaml": "^4.1.0", + "openapi-types": "12.1.3", "rimraf": "^5.0.5", + "ts-jest": "29.1.1", "ts-loader": "^8.4.0", "ts-node": "^10.9.2", "tslint": "^6.1.3", - "ts-jest": "29.1.1", "typescript": "5.3.3", "vite": "5.2.6", "vite-plugin-dts": "3.6.4",