Upgraded Karma Dependencies
This commit is contained in:
parent
1ef941c506
commit
931707ea89
3 changed files with 1259 additions and 234 deletions
|
@ -503,3 +503,16 @@
|
|||
:versions:
|
||||
- 1.0.9
|
||||
:when: 2017-11-16 13:02:06.765282000 Z
|
||||
- - :license
|
||||
- JSONStream
|
||||
- MIT
|
||||
- :who: Tim Zallmann
|
||||
:why: https://github.com/dominictarr/JSONStream/blob/master/LICENSE.MIT
|
||||
:versions: []
|
||||
:when: 2018-01-17 22:46:12.367554000 Z
|
||||
- - :approve
|
||||
- uws
|
||||
- :who: Tim Zallmann
|
||||
:why: zlib license + Development Lib + https://github.com/uNetworking/uWebSockets/blob/master/LICENSE
|
||||
:versions: []
|
||||
:when: 2018-01-17 23:46:12.367554000 Z
|
||||
|
|
12
package.json
12
package.json
|
@ -102,13 +102,13 @@
|
|||
"istanbul": "^0.4.5",
|
||||
"jasmine-core": "^2.6.3",
|
||||
"jasmine-jquery": "^2.1.1",
|
||||
"karma": "^1.7.0",
|
||||
"karma-chrome-launcher": "^2.1.1",
|
||||
"karma-coverage-istanbul-reporter": "^0.2.0",
|
||||
"karma-jasmine": "^1.1.0",
|
||||
"karma-mocha-reporter": "^2.2.2",
|
||||
"karma": "^2.0.0",
|
||||
"karma-chrome-launcher": "^2.2.0",
|
||||
"karma-coverage-istanbul-reporter": "^1.3.3",
|
||||
"karma-jasmine": "^1.1.1",
|
||||
"karma-mocha-reporter": "^2.2.5",
|
||||
"karma-sourcemap-loader": "^0.3.7",
|
||||
"karma-webpack": "^2.0.4",
|
||||
"karma-webpack": "2.0.7",
|
||||
"nodemon": "^1.11.0",
|
||||
"prettier": "1.9.2",
|
||||
"webpack-dev-server": "^2.6.1"
|
||||
|
|
Loading…
Reference in a new issue