Skip to content

Commit

Permalink
feat: bump deps (#153)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Ryzhikov <[email protected]>
  • Loading branch information
Coobaha authored Mar 17, 2024
1 parent f1dc3da commit e8bbe96
Show file tree
Hide file tree
Showing 3 changed files with 278 additions and 272 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,42 +8,42 @@
},
"dependencies": {
"@types/json-schema": "^7.0.15",
"chokidar": "3.5.3",
"chokidar": "3.6.0",
"crypto-js": "^4.2.0",
"glob": "^10.3.10",
"json-schema-merge-allof": "^0.8.1",
"json-schema-traverse": "^1.0.0",
"std-env": "3.7.0",
"type-fest": "^4.9.0",
"typescript-json-schema": "^0.62.0",
"type-fest": "^4.12.0",
"typescript-json-schema": "^0.63.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"@fastify/swagger": "^8.13.0",
"@fastify/swagger-ui": "^2.0.1",
"@types/crypto-js": "^4.2.1",
"@fastify/swagger": "^8.14.0",
"@fastify/swagger-ui": "^3.0.0",
"@types/crypto-js": "^4.2.2",
"@types/glob": "^8.1.0",
"@types/json-schema-merge-allof": "^0.6.5",
"@types/lint-staged": "^13.3.0",
"@types/node": "^20.10.6",
"@types/node": "^20.11.28",
"@types/split2": "^4.2.3",
"@types/tap": "^15.0.11",
"@types/yargs": "^17.0.32",
"ajv-formats": "2.1.1",
"ajv-keywords": "5.1.0",
"coveralls": "3.1.1",
"fastify": "^4.25.2",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"fastify": "^4.26.2",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"pino-pretty": "^10.3.1",
"pinst": "^3.0.0",
"prettier": "^3.1.1",
"prettier": "^3.2.5",
"split2": "^4.2.0",
"syncpack": "^12.3.0",
"tap": "^18.6.1",
"tap": "^18.7.1",
"ts-node-dev": "^2.0.0",
"tsd": "^0.30.1",
"typescript": "^5.3.3"
"tsd": "^0.30.7",
"typescript": "^5.4.2"
},
"directories": {
"test": "test/",
Expand Down
Loading

0 comments on commit e8bbe96

Please sign in to comment.