Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions openbas-front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"jsdom": "26.0.0",
"monocart-coverage-reports": "2.12.3",
"monocart-reporter": "2.9.16",
"swagger-typescript-api": "13.0.25",
"swagger-typescript-api": "13.0.27",
"typescript": "5.8.2",
"typescript-eslint": "8.27.0",
"vite": "6.2.2",
Expand All @@ -133,7 +133,7 @@
"lint": "cross-env DEBUG=eslint:eslint TIMING=1 eslint --max-warnings 0 --cache --rule \"{'import/namespace': 'error', 'import/no-cycle': ['error', {'ignoreExternal': true, 'disableScc': true}]}\" .",
"control": "yarn audit --groups dependencies --summary",
"check-ts": "tsc",
"generate-types-from-api": "swagger-typescript-api --no-client -p http://localhost:8080/api-docs -o src/utils -n api-types.d.ts --sort-types",
"generate-types-from-api": "swagger-typescript-api generate --no-client -p http://localhost:8080/api-docs -o src/utils -n api-types.d.ts --sort-types",
"test": "vitest run",
"test:e2e": "yarn playwright test --workers=1 --retries=2",
"test:e2e:ui": "yarn playwright test --ui --workers=1",
Expand Down
10 changes: 5 additions & 5 deletions openbas-front/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9424,7 +9424,7 @@ __metadata:
remark-parse: "npm:11.0.0"
rxjs: "npm:7.8.2"
seamless-immutable: "npm:7.1.4"
swagger-typescript-api: "npm:13.0.25"
swagger-typescript-api: "npm:13.0.27"
tss-react: "npm:4.9.15"
typescript: "npm:5.8.2"
typescript-eslint: "npm:8.27.0"
Expand Down Expand Up @@ -11395,9 +11395,9 @@ __metadata:
languageName: node
linkType: hard

"swagger-typescript-api@npm:13.0.25":
version: 13.0.25
resolution: "swagger-typescript-api@npm:13.0.25"
"swagger-typescript-api@npm:13.0.27":
version: 13.0.27
resolution: "swagger-typescript-api@npm:13.0.27"
dependencies:
"@types/swagger-schema-official": "npm:^2.0.25"
citty: "npm:^0.1.6"
Expand All @@ -11414,7 +11414,7 @@ __metadata:
bin:
sta: ./dist/cli.js
swagger-typescript-api: ./dist/cli.js
checksum: 10c0/5b3fb22ff0aa80c51e8d44d4dc191160a2230d11964d344845b17589c0eadf6c121d386aca61f23a4ce583ee54409b8d7e47445343af08c76c65f00607da37c7
checksum: 10c0/1652aeb0f676339fcda70076903be8e3943f10f91f96d127f80dc42acece9848219663e4b5e15b6d67f8ed3444135affc2ded43837834506aee99d097f664cc3
languageName: node
linkType: hard

Expand Down