Bumped all to latest

This commit is contained in:
Josh Goldberg
2018-08-30 01:31:38 -04:00
parent 288cff5ac2
commit d5d3b6abe5
2 changed files with 6036 additions and 12 deletions
+6026 -1
View File
File diff suppressed because it is too large Load Diff
+10 -11
View File
@@ -7,35 +7,34 @@
"bugs": {
"url": "https://github.com/FullScreenShenanigans/InputWritr/issues"
},
"dependencies": {
},
"dependencies": {},
"description": "Configurable wrapper, recorder, and playback manager around user inputs.",
"devDependencies": {
"@types/chai": "^4.1.4",
"@types/lodash": "^4.14.116",
"@types/lolex": "^2.1.3",
"@types/mocha": "^5.2.5",
"@types/sinon": "^5.0.1",
"@types/sinon": "^5.0.2",
"@types/sinon-chai": "^3.2.0",
"chai": "^4.1.2",
"concurrently": "^3.6.1",
"glob": "^7.1.2",
"concurrently": "^4.0.1",
"glob": "^7.1.3",
"istanbul": "^0.4.5",
"lolex": "^2.7.1",
"mkdirp": "^0.5.1",
"mocha": "^5.2.0",
"mocha-headless-chrome": "^2.0.1",
"requirejs": "^2.3.5",
"requirejs": "^2.3.6",
"run-for-every-file": "^1.1.0",
"shenanigans-manager": "^0.2.33",
"shenanigans-manager": "^0.2.34",
"sinon": "^6.1.5",
"sinon-chai": "^3.2.0",
"tslint": "5.11.0",
"tsutils": "^3.0.0",
"typedoc": "^0.11.1",
"typescript": "^3.0.1",
"typedoc": "^0.12.0",
"typescript": "^3.0.3",
"watch": "^1.0.2",
"webpack": "^4.16.5",
"webpack": "^4.17.1",
"webpack-cli": "^3.1.0"
},
"license": "MIT",
@@ -82,4 +81,4 @@
},
"types": "./src/index.d.ts",
"version": "0.7.2"
}
}