Skip to content

Commit 052a320

Browse files
authored
Upgrade deps (YousefED#338)
1 parent aa0fffa commit 052a320

File tree

3 files changed

+368
-376
lines changed

3 files changed

+368
-376
lines changed

.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ node_modules
88
test/
99
typings/
1010
yarn-error.log
11+
dist/test/*

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -45,24 +45,24 @@
4545
"schema"
4646
],
4747
"dependencies": {
48-
"@types/json-schema": "^7.0.3",
49-
"glob": "~7.1.4",
48+
"@types/json-schema": "^7.0.4",
49+
"glob": "~7.1.6",
5050
"json-stable-stringify": "^1.0.1",
51-
"typescript": "^3.5.3",
52-
"yargs": "^14.0.0"
51+
"typescript": "^3.7.4",
52+
"yargs": "^15.1.0"
5353
},
5454
"devDependencies": {
55-
"@types/chai": "^4.2.0",
55+
"@types/chai": "^4.2.7",
5656
"@types/glob": "^7.1.1",
5757
"@types/json-stable-stringify": "^1.0.32",
5858
"@types/mocha": "^5.2.7",
59-
"@types/node": "^12.7.2",
59+
"@types/node": "^13.1.4",
6060
"ajv": "^6.10.2",
6161
"chai": "^4.2.0",
62-
"mocha": "^6.2.0",
63-
"source-map-support": "^0.5.13",
64-
"ts-node": "^8.3.0",
65-
"tslint": "^5.19.0"
62+
"mocha": "^7.0.0",
63+
"source-map-support": "^0.5.16",
64+
"ts-node": "^8.5.4",
65+
"tslint": "^5.20.1"
6666
},
6767
"scripts": {
6868
"prepublishOnly": "npm run build",

0 commit comments

Comments
 (0)