Updated all to latest

This commit is contained in:
Josh Goldberg
2019-04-07 18:38:14 -04:00
parent f76b40ceed
commit 90a4eae5d9
2 changed files with 452 additions and 121 deletions
+441 -110
View File
File diff suppressed because it is too large Load Diff
+11 -11
View File
@@ -14,10 +14,10 @@
"description": "A GUI layer on top of InputWritr for touch events.",
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/lodash": "^4.14.122",
"@types/lolex": "^3.1.0",
"@types/lodash": "^4.14.123",
"@types/lolex": "^3.1.1",
"@types/mocha": "^5.2.6",
"@types/sinon": "^7.0.9",
"@types/sinon": "^7.0.11",
"@types/sinon-chai": "^3.2.2",
"chai": "^4.2.0",
"concurrently": "^4.1.0",
@@ -25,21 +25,21 @@
"istanbul": "^0.4.5",
"lolex": "^3.1.0",
"mkdirp": "^0.5.1",
"mocha": "^6.0.2",
"mocha": "^6.1.0",
"mocha-headless-chrome": "^2.0.2",
"npm-check-updates": "^3.0.4",
"npm-check-updates": "^3.1.4",
"requirejs": "^2.3.6",
"run-for-every-file": "^1.1.0",
"shenanigans-manager": "^0.2.35",
"sinon": "^7.2.7",
"shenanigans-manager": "^0.2.36",
"sinon": "^7.3.1",
"sinon-chai": "^3.3.0",
"tslint": "5.13.1",
"tsutils": "^3.9.0",
"tslint": "5.15.0",
"tsutils": "^3.10.0",
"typedoc": "^0.14.2",
"typescript": "^3.3.3333",
"typescript": "^3.4.2",
"watch": "^1.0.2",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3"
"webpack-cli": "^3.3.0"
},
"license": "MIT",
"name": "touchpassr",