@jupyterlab/rendermime
Advanced tools
Comparing version 4.0.0-alpha.19 to 4.0.0-alpha.20
{ | ||
"name": "@jupyterlab/rendermime", | ||
"version": "4.0.0-alpha.19", | ||
"version": "4.0.0-alpha.20", | ||
"description": "JupyterLab - RenderMime", | ||
@@ -30,3 +30,4 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"style/*.css", | ||
"style/index.js" | ||
"style/index.js", | ||
"src/**/*.{ts,tsx}" | ||
], | ||
@@ -45,17 +46,17 @@ "scripts": { | ||
"dependencies": { | ||
"@jupyterlab/apputils": "^4.0.0-alpha.19", | ||
"@jupyterlab/coreutils": "^6.0.0-alpha.19", | ||
"@jupyterlab/nbformat": "^4.0.0-alpha.19", | ||
"@jupyterlab/observables": "^5.0.0-alpha.19", | ||
"@jupyterlab/rendermime-interfaces": "^3.8.0-alpha.19", | ||
"@jupyterlab/services": "^7.0.0-alpha.19", | ||
"@jupyterlab/translation": "^4.0.0-alpha.19", | ||
"@lumino/coreutils": "^2.0.0-beta.0", | ||
"@lumino/messaging": "^2.0.0-beta.0", | ||
"@lumino/signaling": "^2.0.0-beta.1", | ||
"@lumino/widgets": "^2.0.0-beta.1", | ||
"@jupyterlab/apputils": "^4.0.0-alpha.20", | ||
"@jupyterlab/coreutils": "^6.0.0-alpha.20", | ||
"@jupyterlab/nbformat": "^4.0.0-alpha.20", | ||
"@jupyterlab/observables": "^5.0.0-alpha.20", | ||
"@jupyterlab/rendermime-interfaces": "^3.8.0-alpha.20", | ||
"@jupyterlab/services": "^7.0.0-alpha.20", | ||
"@jupyterlab/translation": "^4.0.0-alpha.20", | ||
"@lumino/coreutils": "^2.0.0-rc.0", | ||
"@lumino/messaging": "^2.0.0-rc.0", | ||
"@lumino/signaling": "^2.0.0-rc.0", | ||
"@lumino/widgets": "^2.0.0-rc.0", | ||
"lodash.escape": "^4.0.1" | ||
}, | ||
"devDependencies": { | ||
"@jupyterlab/testing": "^4.0.0-alpha.19", | ||
"@jupyterlab/testing": "^4.0.0-alpha.20", | ||
"@types/jest": "^29.2.0", | ||
@@ -65,4 +66,4 @@ "@types/lodash.escape": "^4.0.6", | ||
"rimraf": "~3.0.0", | ||
"typedoc": "~0.22.10", | ||
"typescript": "~4.7.3" | ||
"typedoc": "~0.23.25", | ||
"typescript": "~5.0.0-beta" | ||
}, | ||
@@ -69,0 +70,0 @@ "publishConfig": { |
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
282965
49
7322
Updated@lumino/widgets@^2.0.0-rc.0