@jupyterlab/coreutils
Advanced tools
Comparing version 0.11.1 to 0.12.0
{ | ||
"name": "@jupyterlab/coreutils", | ||
"version": "0.11.1", | ||
"version": "0.12.0", | ||
"description": "JupyterLab - Core Utilities", | ||
@@ -31,19 +31,18 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"dependencies": { | ||
"@phosphor/algorithm": "^1.1.1", | ||
"@phosphor/coreutils": "^1.2.0", | ||
"@phosphor/disposable": "^1.1.1", | ||
"@phosphor/messaging": "^1.2.1", | ||
"@phosphor/signaling": "^1.2.1", | ||
"ajv": "~5.1.5", | ||
"@phosphor/algorithm": "^1.1.2", | ||
"@phosphor/coreutils": "^1.3.0", | ||
"@phosphor/disposable": "^1.1.2", | ||
"@phosphor/messaging": "^1.2.2", | ||
"@phosphor/signaling": "^1.2.2", | ||
"ajv": "~5.1.6", | ||
"minimist": "~1.2.0", | ||
"moment": "~2.17.1", | ||
"path-posix": "~1.0.0", | ||
"url-parse": "~1.1.8" | ||
"url-parse": "~1.1.9" | ||
}, | ||
"devDependencies": { | ||
"@types/ajv": "^1.0.0", | ||
"@types/minimist": "^1.2.0", | ||
"rimraf": "^2.5.2", | ||
"typescript": "~2.4.1" | ||
"@types/minimist": "~1.2.0", | ||
"rimraf": "~2.6.2", | ||
"typescript": "~2.4.2" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3
359647
Updated@phosphor/algorithm@^1.1.2
Updated@phosphor/coreutils@^1.3.0
Updated@phosphor/disposable@^1.1.2
Updated@phosphor/messaging@^1.2.2
Updated@phosphor/signaling@^1.2.2
Updatedajv@~5.1.6
Updatedurl-parse@~1.1.9