Skip to content

Commit 22b1396

Browse files
committed
Upgrade deps
1 parent b60bbdd commit 22b1396

File tree

6 files changed

+154
-159
lines changed

6 files changed

+154
-159
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,22 +48,22 @@
4848
"dependencies": {
4949
"glob": "~7.1.2",
5050
"json-stable-stringify": "^1.0.1",
51-
"typescript": "^3.0.0",
52-
"yargs": "^11.0.0"
51+
"typescript": "^3.0.1",
52+
"yargs": "^12.0.1"
5353
},
5454
"devDependencies": {
5555
"@types/assertion-error": "^1.1.0",
56-
"@types/chai": "^4.1.3",
56+
"@types/chai": "^4.1.4",
5757
"@types/glob": "^5.0.35",
5858
"@types/json-stable-stringify": "^1.0.32",
59-
"@types/mocha": "^5.2.0",
60-
"@types/node": "^9.4.6",
61-
"ajv": "^6.4.0",
59+
"@types/mocha": "^5.2.5",
60+
"@types/node": "^10.5.4",
61+
"ajv": "^6.5.2",
6262
"chai": "^4.1.2",
63-
"mocha": "^5.1.1",
64-
"source-map-support": "^0.5.5",
63+
"mocha": "^5.2.0",
64+
"source-map-support": "^0.5.6",
6565
"ts-node": "^7.0.0",
66-
"tslint": "^5.9.1"
66+
"tslint": "^5.11.0"
6767
},
6868
"scripts": {
6969
"test": "npm run build && mocha -t 5000 --require source-map-support/register test",

typescript-json-schema-cli.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

typescript-json-schema.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export declare type Definition = {
4444
minItems?: number;
4545
additionalItems?: {
4646
anyOf: Definition[];
47-
};
47+
} | Definition;
4848
enum?: PrimitiveType[] | Definition[];
4949
default?: PrimitiveType | Object;
5050
additionalProperties?: Definition | boolean;

typescript-json-schema.js

Lines changed: 26 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

typescript-json-schema.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)