We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca79311 commit 4dc1c03Copy full SHA for 4dc1c03
jupyterlab-server-proxy/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jupyterlab-server-proxy",
3
- "version": "1.0.1",
+ "version": "2.0.0",
4
"description": "Launcher icons for proxied applications",
5
"keywords": [
6
"jupyter",
@@ -30,12 +30,12 @@
30
"watch": "tsc -w"
31
},
32
"dependencies": {
33
- "@jupyterlab/application": "^1.0.0-alpha.9",
34
- "@jupyterlab/launcher": "^1.0.0-alpha.9"
+ "@jupyterlab/application": "^1.0.0",
+ "@jupyterlab/launcher": "^1.0.0"
35
36
"devDependencies": {
37
"rimraf": "^2.6.1",
38
- "typescript": "~3.1.1"
+ "typescript": "~3.5.1"
39
40
"jupyterlab": {
41
"extension": true
0 commit comments