Skip to content

Commit e8614c6

Browse files
committed
Updated deps
1 parent b4c957a commit e8614c6

File tree

2 files changed

+41
-55
lines changed

2 files changed

+41
-55
lines changed

package-lock.json

+35-49
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@
2323
"prepublishOnly": "npm run clean && npm install --production && npm install -D mocha && npm test"
2424
},
2525
"dependencies": {
26-
"ts-node": "7.0.0"
26+
"ts-node": "7.0.1"
2727
},
2828
"devDependencies": {
29-
"@types/expect": "1.20.3",
30-
"@types/mocha": "^5.2.5",
29+
"@types/expect": "1.20.4",
30+
"@types/mocha": "5.2.6",
3131
"@types/node": "^10.5.6",
3232
"expect": "^23.4.0",
3333
"husky": "0.14.3",
34-
"mocha": "^6.0.0",
35-
"tslint": "^5.11.0",
36-
"typescript": "^3.0.1"
34+
"mocha": "6.0.0",
35+
"tslint": "5.12.1",
36+
"typescript": "3.3.3"
3737
},
3838
"peerDependencies": {
3939
"mocha": "^3.X.X || ^4.X.X || ^5.X.X || ^6.X.X"

0 commit comments

Comments
 (0)