|
@@ -1,6 +1,6 @@
|
|
|
{
|
|
|
"private": true,
|
|
|
- "name": "@jupyterlab/.",
|
|
|
+ "name": "@jupyterlab/tests-all",
|
|
|
"scripts": {
|
|
|
"coverage": "webpack --config webpack-cov.conf.js && python run-test.py karma-cov.conf.js",
|
|
|
"test": "npm run test:firefox",
|
|
@@ -13,8 +13,6 @@
|
|
|
"@jupyterlab/application": "^0.1.0",
|
|
|
"@jupyterlab/apputils": "^0.1.0",
|
|
|
"@jupyterlab/cells": "^0.1.0",
|
|
|
- "@jupyterlab/cells/model": "^0.1.0",
|
|
|
- "@jupyterlab/cells/widget": "^0.1.0",
|
|
|
"@jupyterlab/codeeditor": "^0.1.0",
|
|
|
"@jupyterlab/codemirror": "^0.1.0",
|
|
|
"@jupyterlab/completer": "^0.1.0",
|
|
@@ -48,19 +46,19 @@
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
"@types/chai": "^3.4.35",
|
|
|
- "@types/d3-dsv": "^1.0.29",
|
|
|
+ "@types/d3-dsv": "^1.0.30",
|
|
|
"@types/expect.js": "^0.3.29",
|
|
|
"@types/marked": "0.0.28",
|
|
|
"@types/mathjax": "0.0.31",
|
|
|
"@types/mocha": "^2.2.32",
|
|
|
"@types/node": "0.0.1",
|
|
|
"@types/sanitize-html": "^1.13.31",
|
|
|
- "@types/semver": "^5.3.30",
|
|
|
+ "@types/semver": "^5.3.31",
|
|
|
"chai": "^3.5.0",
|
|
|
"concurrently": "^2.0.0",
|
|
|
"css-loader": "^0.23.1",
|
|
|
"expect.js": "^0.3.1",
|
|
|
- "file-loader": "^0.8.5",
|
|
|
+ "file-loader": "^0.9.0",
|
|
|
"font-awesome": "^4.6.3",
|
|
|
"fs-extra": "^0.26.4",
|
|
|
"istanbul-instrumenter-loader": "^0.1.3",
|
|
@@ -77,14 +75,14 @@
|
|
|
"karma-sourcemap-loader": "^0.3.7",
|
|
|
"mocha": "^2.3.4",
|
|
|
"raw-loader": "^0.5.1",
|
|
|
- "rimraf": "^2.5.0",
|
|
|
+ "rimraf": "^2.5.2",
|
|
|
"simulate-event": "^1.2.0",
|
|
|
- "style-loader": "^0.13.0",
|
|
|
+ "style-loader": "^0.13.1",
|
|
|
"typedoc": "^0.5.0",
|
|
|
- "typescript": "~2.1.6",
|
|
|
+ "typescript": "^2.2.1",
|
|
|
"url-loader": "^0.5.7",
|
|
|
- "watch": "^0.17.1",
|
|
|
- "webpack": "^1.12.11"
|
|
|
+ "watch": "^0.18.0",
|
|
|
+ "webpack": "^2.2.1"
|
|
|
},
|
|
|
"version": "0.1.0"
|
|
|
}
|