Skip to content

Commit

Permalink
feat: Update dependencies (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
Coobaha committed Apr 1, 2024
1 parent 0a81580 commit decf9fb
Show file tree
Hide file tree
Showing 2 changed files with 344 additions and 346 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"@types/json-schema": "^7.0.15",
"chokidar": "3.6.0",
"crypto-js": "^4.2.0",
"glob": "^10.3.10",
"glob": "^10.3.12",
"json-schema-merge-allof": "^0.8.1",
"json-schema-traverse": "^1.0.0",
"std-env": "3.7.0",
"type-fest": "^4.12.0",
"type-fest": "^4.14.0",
"typescript-json-schema": "^0.63.0",
"yargs": "^17.7.2"
},
Expand All @@ -25,25 +25,25 @@
"@types/glob": "^8.1.0",
"@types/json-schema-merge-allof": "^0.6.5",
"@types/lint-staged": "^13.3.0",
"@types/node": "^20.11.28",
"@types/node": "^20.12.2",
"@types/split2": "^4.2.3",
"@types/tap": "^15.0.11",
"@types/yargs": "^17.0.32",
"ajv-formats": "2.1.1",
"ajv-formats": "3.0.1",
"ajv-keywords": "5.1.0",
"coveralls": "3.1.1",
"fastify": "^4.26.2",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"pino-pretty": "^10.3.1",
"pino-pretty": "^11.0.0",
"pinst": "^3.0.0",
"prettier": "^3.2.5",
"split2": "^4.2.0",
"syncpack": "^12.3.0",
"tap": "^18.7.1",
"tap": "^18.7.2",
"ts-node-dev": "^2.0.0",
"tsd": "^0.30.7",
"typescript": "^5.4.2"
"tsd": "^0.31.0",
"typescript": "^5.4.3"
},
"directories": {
"test": "test/",
Expand Down Expand Up @@ -77,8 +77,8 @@
"scripts": {
"build": "tsc -p src && tsc -p generator",
"format": "prettier --cache --write .",
"postinstall": "husky install",
"postpublish": "pinst --enable",
"prepare": "husky",
"prepublishOnly": "pinst --disable",
"preserver": "tsnd generator/gen.bin.ts gen 'test/test_schema.ts'",
"pretest": "tsnd generator/gen.bin.ts gen 'test/test_schema.ts'",
Expand Down
Loading

0 comments on commit decf9fb

Please sign in to comment.