Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: upgrade deps
  • Loading branch information
domoritz committed Sep 17, 2021
commit f04b9dc4535d2cc69427ed998179fdf43a916895
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,25 +45,25 @@
"schema"
],
"dependencies": {
"@types/json-schema": "^7.0.7",
"@types/node": "^14.14.33",
"glob": "^7.1.6",
"@types/json-schema": "^7.0.9",
"@types/node": "^16.9.2",
"glob": "^7.1.7",
"json-stable-stringify": "^1.0.1",
"ts-node": "^9.1.1",
"ts-node": "^10.2.1",
"typescript": "~4.2.3",
"yargs": "^16.2.0"
"yargs": "^17.1.1"
},
"devDependencies": {
"@types/chai": "^4.2.15",
"@types/glob": "^7.1.3",
"@types/json-stable-stringify": "^1.0.32",
"@types/mocha": "^8.2.1",
"ajv": "^7.2.1",
"ajv-formats": "^1.5.1",
"chai": "^4.3.3",
"mocha": "^8.3.1",
"prettier": "^2.2.1",
"source-map-support": "^0.5.19",
"@types/chai": "^4.2.21",
"@types/glob": "^7.1.4",
"@types/json-stable-stringify": "^1.0.33",
"@types/mocha": "^9.0.0",
"ajv": "^8.6.3",
"ajv-formats": "^2.1.1",
"chai": "^4.3.4",
"mocha": "^9.1.1",
"prettier": "^2.4.1",
"source-map-support": "^0.5.20",
"tslint": "^6.1.3"
},
"scripts": {
Expand Down
Loading