Skip to content

Commit

Permalink
Merge pull request #45 from sacconazzo:develop
Browse files Browse the repository at this point in the history
upgrade deps
  • Loading branch information
sacconazzo authored Sep 14, 2024
2 parents d929662 + 26e0f01 commit bea5e10
Show file tree
Hide file tree
Showing 2 changed files with 579 additions and 498 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "directus-extension-api-docs",
"version": "2.1.3",
"version": "2.1.4",
"description": "directus extension for swagger interface and openapi including custom endpoints definitions // custom endpoint validations middleware based on openapi",
"licence": "MIT",
"icon": "api",
Expand Down Expand Up @@ -40,33 +40,33 @@
},
"dependencies": {
"@pnpm/find-workspace-dir": "^7.0.1",
"express-openapi-validator": "^5.3.1",
"express-openapi-validator": "^5.3.6",
"js-yaml": "^4.1.0",
"swagger-ui-express": "^5.0.1"
},
"devDependencies": {
"@directus/extensions-sdk": "^11.0.10",
"@directus/shared": "^9.24.0",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/node": "^18.19.44",
"@types/jest": "^29.5.13",
"@types/node": "^18.19.50",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-prettier": "^4.2.1",
"express": "^4.19.2",
"express": "^4.21.0",
"jest": "^29.7.0",
"jest-extended": "^3.2.4",
"openapi-schema-validator": "^12.1.3",
"pinia": "^2.2.2",
"pino": "^8.21.0",
"prettier": "^2.8.8",
"rollup": "2.63.0",
"ts-jest": "^29.2.4",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^4.9.5",
"vue": "^3.4.38"
"vue": "^3.5.5"
}
}
Loading

0 comments on commit bea5e10

Please sign in to comment.