Skip to content

Commit

Permalink
fix: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Coobaha committed Jan 4, 2022
1 parent b83770f commit 51019ff
Show file tree
Hide file tree
Showing 3 changed files with 626 additions and 645 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,35 +7,35 @@
"tfs": "bin/gen.bin.js"
},
"dependencies": {
"crypto-js": "^4.0.0",
"escape-string-regexp": "^4.0.0",
"glob": "^7.1.7",
"crypto-js": "^4.1.1",
"escape-string-regexp": "^5.0.0",
"glob": "^7.2.0",
"json-schema-merge-allof": "^0.8.1",
"json-schema-traverse": "^1.0.0",
"typescript-json-schema": "^0.50.1",
"yargs": "^17.0.1"
"typescript-json-schema": "^0.52.0",
"yargs": "^17.3.1"
},
"devDependencies": {
"@types/crypto-js": "^4.0.2",
"@types/glob": "^7.1.4",
"@types/crypto-js": "^4.1.0",
"@types/glob": "^7.2.0",
"@types/json-schema-merge-allof": "^0.6.1",
"@types/node": "^16.3.2",
"@types/prettier": "^2.3.2",
"@types/node": "^17.0.7",
"@types/prettier": "^2.4.2",
"@types/split2": "^3.2.1",
"@types/tap": "^15.0.5",
"@types/yargs": "^17.0.2",
"fastify": "^3.19.1",
"husky": "^5.1.1",
"lint-staged": "^11.0.1",
"@types/yargs": "^17.0.8",
"fastify": "^3.25.3",
"husky": "^7.0.4",
"lint-staged": "^12.1.5",
"pinst": "^2.1.6",
"prettier": "^2.3.2",
"split2": "^3.2.2",
"syncpack": "^5.7.11",
"tap": "^15.0.9",
"prettier": "^2.5.1",
"split2": "^4.1.0",
"syncpack": "^6.2.0",
"tap": "^15.1.6",
"ts-node-dev": "^1.1.8",
"tsd": "^0.17.0",
"type-fest": "^1.2.2",
"typescript": "^4.3.5"
"tsd": "^0.19.1",
"type-fest": "^2.8.0",
"typescript": "^4.5.4"
},
"directories": {
"test": "test/",
Expand Down
2 changes: 1 addition & 1 deletion test/test_schema.gen.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,5 +257,5 @@
"response": {}
}
},
"$hash": "c164cd6bd2d34892c6a7ff0e78015f6d1088a6ab33515bc4b7bf80cac5b972c2__v0.4.0"
"$hash": "c164cd6bd2d34892c6a7ff0e78015f6d1088a6ab33515bc4b7bf80cac5b972c2__v0.5.0"
}
Loading

0 comments on commit 51019ff

Please sign in to comment.