chore(deps): Removed unused deps and updated lockfiles

This commit is contained in:
Maieul BOYER 2025-12-01 15:29:42 +01:00 committed by apetitco
parent 6643d495bd
commit 79c7edb30f
11 changed files with 190 additions and 1059 deletions

View file

@ -23,20 +23,17 @@
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@openapitools/openapi-generator-cli": "^2.25.2",
"@typescript-eslint/eslint-plugin": "^8.48.1",
"@typescript-eslint/parser": "^8.48.1",
"@typescript-eslint/eslint-plugin": "^8.49.0",
"@typescript-eslint/parser": "^8.49.0",
"eslint": "^9.39.1",
"husky": "^9.1.7",
"lint-staged": "^16.2.7",
"openapi-generator-cli": "^1.0.0",
"openapi-typescript": "^7.10.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.48.1",
"vite": "^7.2.6"
"typescript-eslint": "^8.49.0",
"vite": "^7.2.7"
},
"dependencies": {
"@redocly/cli": "^2.12.3",
"@redocly/cli": "^2.12.5",
"bindings": "^1.5.0"
}
}