@jupyterlab/settingregistry
Advanced tools
Comparing version 4.0.0-alpha.19 to 4.0.0-alpha.20
{ | ||
"name": "@jupyterlab/settingregistry", | ||
"version": "4.0.0-alpha.19", | ||
"version": "4.0.0-alpha.20", | ||
"description": "Settings registry for Jupyterlab", | ||
@@ -24,3 +24,5 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"schema/*.json", | ||
"style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}" | ||
"style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}", | ||
"src/**/*.{ts,tsx}", | ||
"src/plugin-schema.json" | ||
], | ||
@@ -39,8 +41,8 @@ "scripts": { | ||
"dependencies": { | ||
"@jupyterlab/nbformat": "^4.0.0-alpha.19", | ||
"@jupyterlab/statedb": "^4.0.0-alpha.19", | ||
"@lumino/commands": "^2.0.0-beta.1", | ||
"@lumino/coreutils": "^2.0.0-beta.0", | ||
"@lumino/disposable": "^2.0.0-beta.1", | ||
"@lumino/signaling": "^2.0.0-beta.1", | ||
"@jupyterlab/nbformat": "^4.0.0-alpha.20", | ||
"@jupyterlab/statedb": "^4.0.0-alpha.20", | ||
"@lumino/commands": "^2.0.0-rc.0", | ||
"@lumino/coreutils": "^2.0.0-rc.0", | ||
"@lumino/disposable": "^2.0.0-rc.0", | ||
"@lumino/signaling": "^2.0.0-rc.0", | ||
"@rjsf/utils": "^5.1.0", | ||
@@ -51,6 +53,6 @@ "ajv": "^8.12.0", | ||
"devDependencies": { | ||
"@jupyterlab/testing": "^4.0.0-alpha.19", | ||
"@jupyterlab/testing": "^4.0.0-alpha.20", | ||
"@types/jest": "^29.2.0", | ||
"rimraf": "~3.0.0", | ||
"typescript": "~4.7.3" | ||
"typescript": "~5.0.0-beta" | ||
}, | ||
@@ -57,0 +59,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
186941
15
4985