chore(deps): updated and removed unused deps
This commit is contained in:
parent
e55f201d0d
commit
ce261b70f8
4 changed files with 7 additions and 1548 deletions
|
|
@ -13,18 +13,17 @@
|
||||||
"@fastify/jwt": "^9.1.0",
|
"@fastify/jwt": "^9.1.0",
|
||||||
"@fastify/swagger": "^9.6.1",
|
"@fastify/swagger": "^9.6.1",
|
||||||
"@fastify/swagger-ui": "^5.2.3",
|
"@fastify/swagger-ui": "^5.2.3",
|
||||||
"@types/bcrypt": "^6.0.0",
|
|
||||||
"bcrypt": "^6.0.0",
|
"bcrypt": "^6.0.0",
|
||||||
"better-sqlite3": "^11.10.0",
|
"better-sqlite3": "^11.10.0",
|
||||||
"fastify": "^5.6.2",
|
"fastify": "^5.6.2",
|
||||||
"fastify-plugin": "^5.1.0",
|
"fastify-plugin": "^5.1.0",
|
||||||
"joi": "^18.0.2",
|
|
||||||
"otp": "^1.1.2",
|
"otp": "^1.1.2",
|
||||||
"typebox": "^1.0.69",
|
"typebox": "^1.0.69",
|
||||||
"uuidv7": "^1.1.0"
|
"uuidv7": "^1.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/better-sqlite3": "^7.6.13",
|
"@types/better-sqlite3": "^7.6.13",
|
||||||
|
"@types/bcrypt": "^6.0.0",
|
||||||
"@types/node": "^22.19.3"
|
"@types/node": "^22.19.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,9 @@
|
||||||
"./icons",
|
"./icons",
|
||||||
"./user",
|
"./user",
|
||||||
"./auth",
|
"./auth",
|
||||||
"./chat"
|
"./chat",
|
||||||
|
"./pong",
|
||||||
|
"./tic-tac-toe"
|
||||||
],
|
],
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*": [
|
"*": [
|
||||||
|
|
@ -31,7 +33,6 @@
|
||||||
"typescript": "^5.9.3",
|
"typescript": "^5.9.3",
|
||||||
"typescript-eslint": "^8.51.0",
|
"typescript-eslint": "^8.51.0",
|
||||||
"vite": "^7.3.0",
|
"vite": "^7.3.0",
|
||||||
"@redocly/cli": "^2.14.1",
|
|
||||||
"bindings": "^1.5.0"
|
"bindings": "^1.5.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
1498
src/pnpm-lock.yaml
generated
1498
src/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
|
|
@ -1,49 +0,0 @@
|
||||||
apis:
|
|
||||||
auth:
|
|
||||||
root: ./auth/openapi.json
|
|
||||||
user:
|
|
||||||
root: ./user/openapi.json
|
|
||||||
chat:
|
|
||||||
root: ./chat/openapi.json
|
|
||||||
ttt:
|
|
||||||
root: ./tic-tac-toe/openapi.json
|
|
||||||
pong:
|
|
||||||
root: ./pong/openapi.json
|
|
||||||
|
|
||||||
rules:
|
|
||||||
info-license: warn
|
|
||||||
info-license-strict: warn
|
|
||||||
no-ambiguous-paths: warn
|
|
||||||
no-duplicated-tag-names: warn
|
|
||||||
no-empty-servers: error
|
|
||||||
no-enum-type-mismatch: error
|
|
||||||
no-example-value-and-externalValue: error
|
|
||||||
no-identical-paths: error
|
|
||||||
no-invalid-media-type-examples: warn
|
|
||||||
no-invalid-parameter-examples: warn
|
|
||||||
no-invalid-schema-examples: warn
|
|
||||||
no-path-trailing-slash: error
|
|
||||||
no-required-schema-properties-undefined: warn
|
|
||||||
no-schema-type-mismatch: error
|
|
||||||
no-server-example.com: warn
|
|
||||||
no-server-trailing-slash: error
|
|
||||||
no-server-variables-empty-enum: error
|
|
||||||
no-unresolved-refs: error
|
|
||||||
no-unused-components: warn
|
|
||||||
no-undefined-server-variable: error
|
|
||||||
operation-2xx-response: warn
|
|
||||||
operation-4xx-response: warn
|
|
||||||
operation-operationId: warn
|
|
||||||
operation-operationId-unique: error
|
|
||||||
operation-operationId-url-safe: error
|
|
||||||
operation-parameters-unique: error
|
|
||||||
operation-summary: error
|
|
||||||
path-declaration-must-exist: error
|
|
||||||
path-not-include-query: error
|
|
||||||
path-parameters-defined: error
|
|
||||||
path-params-defined: error
|
|
||||||
security-defined: error
|
|
||||||
spec-components-invalid-map-name: error
|
|
||||||
struct: error
|
|
||||||
tag-description: warn
|
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue