diff --git a/package-lock.json b/package-lock.json index 77d04b8..d7734cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "jupyterlab-sql", - "version": "0.3.3-dev", + "version": "0.3.3", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -1158,11 +1158,11 @@ } }, "@jupyterlab/launcher": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@jupyterlab/launcher/-/launcher-1.2.1.tgz", - "integrity": "sha512-me1tmAeohLI2ofRg0i0kWUVZRj/RdgPJV5FAT7+oMF/dX1tj5HdcoOW/l8gRCdjflniO/IHD3Ei5UZoAo9EN7A==", + "version": "1.2.9", + "resolved": "https://registry.npmjs.org/@jupyterlab/launcher/-/launcher-1.2.9.tgz", + "integrity": "sha512-VFICXFK/Vm0SXrfva0ElaqADeLZb9Fy9l65akufKQDZPU7oP23dH+u9MnOa4hmJoVyrnGnGpG+Sk3nfr22C4Qg==", "requires": { - "@jupyterlab/apputils": "^1.2.1", + "@jupyterlab/apputils": "^1.2.9", "@jupyterlab/ui-components": "^1.2.1", "@phosphor/algorithm": "^1.2.0", "@phosphor/commands": "^1.7.0", @@ -1171,6 +1171,47 @@ "@phosphor/properties": "^1.1.3", "@phosphor/widgets": "^1.9.0", "react": "~16.8.4" + }, + "dependencies": { + "@jupyterlab/apputils": { + "version": "1.2.10", + "resolved": "https://registry.npmjs.org/@jupyterlab/apputils/-/apputils-1.2.10.tgz", + "integrity": "sha512-UlfgX33lLmV5a/E7uyQRa0dhu46Rr+TXkcrVWchDCbxm7pp0rG8xa8waxuoyi0GNS0mYg3+N3ThDGo8Jzv6wmQ==", + "requires": { + "@jupyterlab/coreutils": "^3.2.0", + "@jupyterlab/services": "^4.2.3", + "@jupyterlab/ui-components": "^1.2.1", + "@phosphor/algorithm": "^1.2.0", + "@phosphor/commands": "^1.7.0", + "@phosphor/coreutils": "^1.3.1", + "@phosphor/disposable": "^1.3.0", + "@phosphor/domutils": "^1.1.3", + "@phosphor/messaging": "^1.3.0", + "@phosphor/properties": "^1.1.3", + "@phosphor/signaling": "^1.3.0", + "@phosphor/virtualdom": "^1.2.0", + "@phosphor/widgets": "^1.9.0", + "@types/react": "~16.8.18", + "react": "~16.8.4", + "react-dom": "~16.8.4", + "sanitize-html": "~1.20.1" + } + }, + "@jupyterlab/services": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/@jupyterlab/services/-/services-4.2.3.tgz", + "integrity": "sha512-bCPq1j8+qU5pCzsaKvT39e8Aj4snFCchSAoVr12wAOlp0gQZYpUZAgaFhnYtawGo44aBfEYWhQuW5UPol/XUag==", + "requires": { + "@jupyterlab/coreutils": "^3.2.0", + "@jupyterlab/observables": "^2.4.0", + "@phosphor/algorithm": "^1.2.0", + "@phosphor/coreutils": "^1.3.1", + "@phosphor/disposable": "^1.3.0", + "@phosphor/signaling": "^1.3.0", + "node-fetch": "^2.6.0", + "ws": "^7.0.0" + } + } } }, "@jupyterlab/observables": { diff --git a/package.json b/package.json index 1b38040..cd08b06 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "dependencies": { "@jupyterlab/application": "^1.1.0", "@jupyterlab/codeeditor": "^1.1.0", - "@jupyterlab/launcher": "^1.1.0", + "@jupyterlab/launcher": "^1.2.9", "@phosphor/datagrid": "^0.1.6", "@phosphor/messaging": "^1.2.3", "@phosphor/widgets": "^1.8.0",