@jupyterlab/running
Advanced tools
Comparing version 0.18.5 to 0.19.1-alpha.0
@@ -0,0 +0,0 @@ import { Message } from '@phosphor/messaging'; |
@@ -190,2 +190,1 @@ "use strict"; | ||
exports.RunningSessions = RunningSessions; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@jupyterlab/running", | ||
"version": "0.18.5", | ||
"version": "0.19.1-alpha.0", | ||
"description": "JupyterLab - Running Sessions Panel", | ||
@@ -27,11 +27,12 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"scripts": { | ||
"build": "tsc", | ||
"build": "tsc -b src", | ||
"clean": "rimraf lib", | ||
"docs": "typedoc --options tdoptions.json --theme ../../typedoc-theme src", | ||
"prepublishOnly": "npm run build", | ||
"watch": "tsc -w --listEmittedFiles" | ||
"watch": "tsc -b src --watch" | ||
}, | ||
"dependencies": { | ||
"@jupyterlab/apputils": "^0.18.4", | ||
"@jupyterlab/coreutils": "^2.1.4", | ||
"@jupyterlab/services": "^3.1.4", | ||
"@jupyterlab/apputils": "^0.19.1-alpha.0", | ||
"@jupyterlab/coreutils": "^2.2.1-alpha.0", | ||
"@jupyterlab/services": "^3.2.1-alpha.0", | ||
"@phosphor/algorithm": "^1.1.2", | ||
@@ -41,9 +42,11 @@ "@phosphor/messaging": "^1.2.2", | ||
"@phosphor/widgets": "^1.6.0", | ||
"react": "~16.4.0", | ||
"react-dom": "~16.4.0" | ||
"react": "~16.4.2", | ||
"react-dom": "~16.4.2" | ||
}, | ||
"devDependencies": { | ||
"rimraf": "~2.6.2", | ||
"typescript": "~2.9.2" | ||
} | ||
"typedoc": "~0.12.0", | ||
"typescript": "~3.1.1" | ||
}, | ||
"gitHead": "9d6193d318872a4a3600ee96fe6f3996312ffe07" | ||
} |
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
15460
3
5
3
7
0
49
+ Added@jupyterlab/apputils@0.19.1(transitive)
+ Added@types/prop-types@15.7.14(transitive)
+ Added@types/react@16.4.18(transitive)
+ Addedansi-styles@3.2.1(transitive)
+ Addedarray-uniq@1.0.3(transitive)
+ Addedchalk@2.4.2(transitive)
+ Addedcolor-convert@1.9.3(transitive)
+ Addedcolor-name@1.1.3(transitive)
+ Addedcsstype@2.6.21(transitive)
+ Addedescape-string-regexp@1.0.5(transitive)
+ Addedhas-flag@3.0.0(transitive)
+ Addedlodash.clonedeep@4.5.0(transitive)
+ Addedlodash.isplainobject@4.0.6(transitive)
+ Addedlodash.isstring@4.0.1(transitive)
+ Addedlodash.mergewith@4.6.2(transitive)
+ Addednumber-is-nan@1.0.1(transitive)
+ Addedpostcss@6.0.23(transitive)
+ Addedsanitize-html@1.18.5(transitive)
+ Addedsource-map@0.6.1(transitive)
+ Addedsrcset@1.0.0(transitive)
+ Addedsupports-color@5.5.0(transitive)
- Removed@jupyterlab/apputils@0.18.4(transitive)
- Removed@types/react@16.0.41(transitive)
- Removedsanitize-html@1.14.3(transitive)
Updatedreact@~16.4.2
Updatedreact-dom@~16.4.2