Bumped all dependencies to latest

This commit is contained in:
Josh Goldberg
2018-08-15 22:39:22 -07:00
parent c2d4b2256f
commit b3ab1c834e
+13 -12
View File
@@ -12,31 +12,31 @@
"description": "Configurable wrapper, recorder, and playback manager around user inputs.",
"devDependencies": {
"@types/chai": "^4.1.4",
"@types/lodash": "^4.14.109",
"@types/lolex": "^2.1.2",
"@types/mocha": "^5.2.2",
"@types/lodash": "^4.14.116",
"@types/lolex": "^2.1.3",
"@types/mocha": "^5.2.5",
"@types/sinon": "^5.0.1",
"@types/sinon-chai": "^3.2.0",
"chai": "^4.1.2",
"concurrently": "^3.5.1",
"concurrently": "^3.6.1",
"glob": "^7.1.2",
"istanbul": "^0.4.5",
"lolex": "^2.7.0",
"lolex": "^2.7.1",
"mkdirp": "^0.5.1",
"mocha": "^5.2.0",
"mocha-headless-chrome": "^2.0.0",
"mocha-headless-chrome": "^2.0.1",
"requirejs": "^2.3.5",
"run-for-every-file": "^1.1.0",
"shenanigans-manager": "^0.2.31",
"sinon": "^6.0.0",
"shenanigans-manager": "^0.2.32",
"sinon": "^6.1.5",
"sinon-chai": "^3.2.0",
"tslint": "5.10.0",
"tslint": "5.11.0",
"tsutils": "^3.0.0",
"typedoc": "^0.11.1",
"typescript": "^2.9.2",
"typescript": "^3.0.1",
"watch": "^1.0.2",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.8"
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0"
},
"license": "MIT",
"name": "inputwritr",
@@ -59,6 +59,7 @@
"src": "npm run src:tsc && npm run src:tslint",
"src:tsc": "tsc -p .",
"src:tslint": "tslint -c tslint.json -p tsconfig.json -t stylish",
"src:tslint:fix": "tslint -c tslint.json --fix -p tsconfig.json -t stylish",
"test": "npm run test:setup && npm run test:run",
"test:coverage": "npm run test:coverage:generate-html && npm run test:coverage:instrument && npm run test:coverage:run && npm run test:coverage:report",
"test:coverage:generate-html": "shenanigans-manager generate-test-html --source instrumented",