@jupyterlab/application-extension
Advanced tools
Comparing version 4.0.0-alpha.19 to 4.0.0-alpha.20
{ | ||
"name": "@jupyterlab/application-extension", | ||
"version": "4.0.0-alpha.19", | ||
"version": "4.0.0-alpha.20", | ||
"description": "JupyterLab - Application Extension", | ||
@@ -31,3 +31,4 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"style/**/*.css", | ||
"style/index.js" | ||
"style/index.js", | ||
"src/**/*.{ts,tsx}" | ||
], | ||
@@ -41,16 +42,16 @@ "scripts": { | ||
"dependencies": { | ||
"@jupyterlab/application": "^4.0.0-alpha.19", | ||
"@jupyterlab/apputils": "^4.0.0-alpha.19", | ||
"@jupyterlab/coreutils": "^6.0.0-alpha.19", | ||
"@jupyterlab/property-inspector": "^4.0.0-alpha.19", | ||
"@jupyterlab/settingregistry": "^4.0.0-alpha.19", | ||
"@jupyterlab/statedb": "^4.0.0-alpha.19", | ||
"@jupyterlab/statusbar": "^4.0.0-alpha.19", | ||
"@jupyterlab/translation": "^4.0.0-alpha.19", | ||
"@jupyterlab/ui-components": "^4.0.0-alpha.34", | ||
"@lumino/algorithm": "^2.0.0-beta.0", | ||
"@lumino/commands": "^2.0.0-beta.1", | ||
"@lumino/coreutils": "^2.0.0-beta.0", | ||
"@lumino/disposable": "^2.0.0-beta.1", | ||
"@lumino/widgets": "^2.0.0-beta.1", | ||
"@jupyterlab/application": "^4.0.0-alpha.20", | ||
"@jupyterlab/apputils": "^4.0.0-alpha.20", | ||
"@jupyterlab/coreutils": "^6.0.0-alpha.20", | ||
"@jupyterlab/property-inspector": "^4.0.0-alpha.20", | ||
"@jupyterlab/settingregistry": "^4.0.0-alpha.20", | ||
"@jupyterlab/statedb": "^4.0.0-alpha.20", | ||
"@jupyterlab/statusbar": "^4.0.0-alpha.20", | ||
"@jupyterlab/translation": "^4.0.0-alpha.20", | ||
"@jupyterlab/ui-components": "^4.0.0-alpha.35", | ||
"@lumino/algorithm": "^2.0.0-rc.0", | ||
"@lumino/commands": "^2.0.0-rc.0", | ||
"@lumino/coreutils": "^2.0.0-rc.0", | ||
"@lumino/disposable": "^2.0.0-rc.0", | ||
"@lumino/widgets": "^2.0.0-rc.0", | ||
"react": "^18.2.0" | ||
@@ -60,4 +61,4 @@ }, | ||
"rimraf": "~3.0.0", | ||
"typedoc": "~0.22.10", | ||
"typescript": "~4.7.3" | ||
"typedoc": "~0.23.25", | ||
"typescript": "~5.0.0-beta" | ||
}, | ||
@@ -64,0 +65,0 @@ "publishConfig": { |
147283
18
3040
Updated@lumino/commands@^2.0.0-rc.0
Updated@lumino/widgets@^2.0.0-rc.0