@lumino/commands
Advanced tools
Comparing version 1.8.0 to 1.8.1
{ | ||
"name": "@lumino/commands", | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"description": "Lumino Commands", | ||
@@ -9,2 +9,6 @@ "homepage": "https://github.com/jupyterlab/lumino", | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/jupyterlab/lumino.git" | ||
}, | ||
"license": "BSD-3-Clause", | ||
@@ -27,6 +31,2 @@ "author": "S. Chris Colbert <sccolbert@gmail.com>", | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/jupyterlab/lumino.git" | ||
}, | ||
"scripts": { | ||
@@ -36,3 +36,3 @@ "api": "api-extractor run --local --verbose", | ||
"build:test": "tsc --build tests && cd tests && webpack", | ||
"clean": "rimraf lib", | ||
"clean": "rimraf lib && rimraf *.tsbuildinfo", | ||
"clean:test": "rimraf tests/build", | ||
@@ -47,8 +47,8 @@ "docs": "typedoc --options tdoptions.json src", | ||
"dependencies": { | ||
"@lumino/algorithm": "^1.2.1", | ||
"@lumino/coreutils": "^1.4.0", | ||
"@lumino/disposable": "^1.3.2", | ||
"@lumino/domutils": "^1.1.5", | ||
"@lumino/keyboard": "^1.1.4", | ||
"@lumino/signaling": "^1.3.2" | ||
"@lumino/algorithm": "^1.2.2", | ||
"@lumino/coreutils": "^1.4.1", | ||
"@lumino/disposable": "^1.3.3", | ||
"@lumino/domutils": "^1.1.6", | ||
"@lumino/keyboard": "^1.1.5", | ||
"@lumino/signaling": "^1.3.3" | ||
}, | ||
@@ -61,3 +61,3 @@ "devDependencies": { | ||
"es6-promise": "^4.0.5", | ||
"karma": "^1.5.0", | ||
"karma": "^4.4.1", | ||
"karma-chrome-launcher": "^2.0.0", | ||
@@ -68,8 +68,9 @@ "karma-firefox-launcher": "^1.0.0", | ||
"karma-mocha-reporter": "^2.2.2", | ||
"mocha": "^3.2.0", | ||
"mocha": "^6.2.2", | ||
"rimraf": "^2.5.2", | ||
"simulate-event": "^1.4.0", | ||
"typedoc": "~0.12.0", | ||
"typescript": "~3.0.3", | ||
"webpack": "^2.2.1" | ||
"typedoc": "~0.15.0", | ||
"typescript": "~3.6.4", | ||
"webpack": "^4.41.3", | ||
"webpack-cli": "^3.3.10" | ||
}, | ||
@@ -79,3 +80,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "15fff95b04349ef7247e8e2e7a5f54c61171d613" | ||
"gitHead": "53ec13d322579e356862268970649f9c1213a7ac" | ||
} |
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
63524
18
Updated@lumino/algorithm@^1.2.2
Updated@lumino/coreutils@^1.4.1
Updated@lumino/disposable@^1.3.3
Updated@lumino/domutils@^1.1.6
Updated@lumino/keyboard@^1.1.5
Updated@lumino/signaling@^1.3.3