Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for JupyterLab 0.35 #162

Merged
merged 6 commits into from
Oct 5, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@ install:
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="$HOME/miniconda/bin:$PATH"
- hash -r
- conda config --set always_yes yes --set changeps1 no
- conda config --set always_yes yes --set changeps1 no --set show_channel_urls yes
- conda config --remove channels defaults
- conda config --add channels conda-forge
- conda update -q conda
- conda info -a
- conda install nodejs notebook
- which pip
- pip --version
- pip install --pre jupyterlab
script:
- yarn
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"tslint-plugin-prettier": "^1.3.0"
},
"resolutions": {
"@types/react": "16.3.13",
"@types/react": "~16.4.13",
"@types/react-dom": "16.0.3"
},
"workspaces": [
Expand Down
48 changes: 24 additions & 24 deletions packages/fasta-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,37 @@
"name": "@jupyterlab/fasta-extension",
"version": "0.17.2",
"description": "Fasta renderer for JupyterLab",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"keywords": [
"jupyter",
"jupyterlab",
"jupyterlab-extension"
],
"homepage": "https://github.com/jupyterlab/jupyter-renderers",
"bugs": {
"url": "https://github.com/jupyterlab/jupyter-renderers/issues"
},
"license": "BSD-3-Clause",
"author": "Project Jupyter",
"files": [
"lib/*.d.ts",
"lib/*.js",
"style/*.*"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"directories": {
"lib": "lib/"
},
"repository": {
"type": "git",
"url": "https://github.com/jupyterlab/jupyter-renderers.git"
},
"scripts": {
"build": "tsc",
"clean": "rimraf lib",
"prepack": "npm run clean && npm run build",
"watch": "tsc -w"
},
"jupyterlab": {
"mimeExtension": true
},
"dependencies": {
"@jupyterlab/rendermime-interfaces": "^1.1.2",
"@phosphor/messaging": "^1.2.2",
Expand All @@ -26,24 +41,9 @@
},
"devDependencies": {
"rimraf": "~2.6.2",
"typescript": "~2.9.1"
"typescript": "~3.1.1"
},
"files": [
"lib/*.d.ts",
"lib/*.js",
"style/*.*"
],
"directories": {
"lib": "lib/"
},
"repository": {
"type": "git",
"url": "https://github.com/jupyterlab/jupyter-renderers.git"
},
"author": "Project Jupyter",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/jupyterlab/jupyter-renderers/issues"
},
"homepage": "https://github.com/jupyterlab/jupyter-renderers"
"jupyterlab": {
"mimeExtension": true
}
}
52 changes: 26 additions & 26 deletions packages/geojson-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,36 @@
"name": "@jupyterlab/geojson-extension",
"version": "0.17.1",
"description": "GeoJSON renderer for JupyterLab",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"keywords": [
"jupyter",
"jupyterlab",
"jupyterlab-extension"
],
"homepage": "https://github.com/jupyterlab/jupyter-renderers",
"bugs": {
"url": "https://github.com/jupyterlab/jupyter-renderers/issues"
},
"license": "BSD-3-Clause",
"author": "Project Jupyter",
"files": [
"lib/*.d.ts",
"lib/*.js",
"style/*.*"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"directories": {
"lib": "lib/"
},
"keywords": [
"jupyter",
"jupyterlab",
"jupyterlab-extension"
],
"jupyterlab": {
"mimeExtension": true
"repository": {
"type": "git",
"url": "https://github.com/jupyterlab/jupyter-renderers.git"
},
"scripts": {
"build": "tsc",
"clean": "rimraf lib",
"prepack": "npm run clean && npm run build",
"watch": "tsc -w"
},
"dependencies": {
"@jupyterlab/rendermime-interfaces": "^1.1.2",
Expand All @@ -29,22 +42,9 @@
"devDependencies": {
"@types/leaflet": "^1.2.0",
"rimraf": "~2.6.2",
"typescript": "~2.9.1"
},
"scripts": {
"build": "tsc",
"clean": "rimraf lib",
"prepack": "npm run clean && npm run build",
"watch": "tsc -w"
"typescript": "~3.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/jupyterlab/jupyter-renderers.git"
},
"author": "Project Jupyter",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/jupyterlab/jupyter-renderers/issues"
},
"homepage": "https://github.com/jupyterlab/jupyter-renderers"
"jupyterlab": {
"mimeExtension": true
}
}
56 changes: 28 additions & 28 deletions packages/katex-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,50 +2,50 @@
"name": "@jupyterlab/katex-extension",
"version": "0.18.1",
"description": "KaTeX math renderer for JupyterLab",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"keywords": [
"jupyter",
"jupyterlab",
"jupyterlab-extension",
"katex"
],
"homepage": "https://github.com/jupyterlab/jupyter-renderers",
"bugs": {
"url": "https://github.com/jupyterlab/jupyter-renderers/issues"
},
"license": "BSD-3-Clause",
"author": "Project Jupyter",
"files": [
"lib/*.d.ts",
"lib/*.js",
"style/*.*"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"directories": {
"lib": "lib/"
},
"keywords": [
"jupyter",
"jupyterlab",
"jupyterlab-extension",
"katex"
],
"repository": {
"type": "git",
"url": "https://github.com/jupyterlab/jupyter-renderers.git"
},
"scripts": {
"build": "tsc",
"clean": "rimraf lib",
"prepack": "npm run clean && npm run build",
"watch": "tsc -w"
},
"dependencies": {
"@jupyterlab/application": "^0.18.0",
"@jupyterlab/rendermime": "^0.18.0",
"@jupyterlab/application": "^0.19.1",
"@jupyterlab/rendermime": "^0.19.1",
"@jupyterlab/rendermime-interfaces": "^1.1.2",
"katex": "^0.9.0"
},
"devDependencies": {
"@types/katex": "^0.5.0",
"rimraf": "~2.6.2",
"typescript": "~2.9.1"
},
"scripts": {
"build": "tsc",
"clean": "rimraf lib",
"prepack": "npm run clean && npm run build",
"watch": "tsc -w"
"typescript": "~3.1.1"
},
"jupyterlab": {
"extension": true
},
"repository": {
"type": "git",
"url": "https://github.com/jupyterlab/jupyter-renderers.git"
},
"author": "Project Jupyter",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/jupyterlab/jupyter-renderers/issues"
},
"homepage": "https://github.com/jupyterlab/jupyter-renderers"
}
}
52 changes: 26 additions & 26 deletions packages/mathjax3-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,30 @@
"name": "@jupyterlab/mathjax3-extension",
"version": "0.2.1",
"description": "MathJax 3 math renderer for JupyterLab",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"keywords": [
"jupyter",
"jupyterlab",
"mathjax"
],
"homepage": "https://github.com/jupyterlab/jupyter-renderers",
"bugs": {
"url": "https://github.com/jupyterlab/jupyter-renderers/issues"
},
"license": "BSD-3-Clause",
"author": "Project Jupyter",
"files": [
"lib/*.d.ts",
"lib/*.js",
"style/*.css"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"directories": {
"lib": "lib/"
},
"keywords": [
"jupyter",
"jupyterlab",
"mathjax"
],
"dependencies": {
"@jupyterlab/application": "^0.18.0",
"@jupyterlab/rendermime": "^0.18.0",
"mathjax3": "3.0.0-beta.1"
},
"devDependencies": {
"rimraf": "^2.6.2",
"typescript": "~2.9.2"
"repository": {
"type": "git",
"url": "https://github.com/jupyterlab/jupyter-renderers.git"
},
"scripts": {
"build": "tsc",
Expand All @@ -33,17 +34,16 @@
"prepack": "npm run clean && npm run build",
"watch": "tsc -w"
},
"jupyterlab": {
"extension": true
},
"repository": {
"type": "git",
"url": "https://github.com/jupyterlab/jupyter-renderers.git"
"dependencies": {
"@jupyterlab/application": "^0.19.1",
"@jupyterlab/rendermime": "^0.19.1",
"mathjax3": "3.0.0-beta.1"
},
"author": "Project Jupyter",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/jupyterlab/jupyter-renderers/issues"
"devDependencies": {
"rimraf": "^2.6.2",
"typescript": "~3.1.1"
},
"homepage": "https://github.com/jupyterlab/jupyter-renderers"
"jupyterlab": {
"extension": true
}
}
52 changes: 26 additions & 26 deletions packages/plotly-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,36 @@
"name": "@jupyterlab/plotly-extension",
"version": "0.17.1",
"description": "Plotly renderer for JupyterLab",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"keywords": [
"jupyter",
"jupyterlab",
"jupyterlab-extension"
],
"homepage": "https://github.com/jupyterlab/jupyter-renderers",
"bugs": {
"url": "https://github.com/jupyterlab/jupyter-renderers/issues"
},
"license": "BSD-3-Clause",
"author": "Project Jupyter",
"files": [
"lib/*.d.ts",
"lib/*.js",
"style/*.*"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"directories": {
"lib": "lib/"
},
"keywords": [
"jupyter",
"jupyterlab",
"jupyterlab-extension"
],
"jupyterlab": {
"mimeExtension": true
"repository": {
"type": "git",
"url": "https://github.com/jupyterlab/jupyter-renderers.git"
},
"scripts": {
"build": "tsc",
"clean": "rimraf lib",
"prepack": "npm run clean && npm run build",
"watch": "tsc -w"
},
"dependencies": {
"@jupyterlab/rendermime-interfaces": "^1.1.2",
Expand All @@ -29,22 +42,9 @@
"devDependencies": {
"@types/plotly.js": "^1.28.3",
"rimraf": "~2.6.2",
"typescript": "~2.9.1"
},
"scripts": {
"build": "tsc",
"clean": "rimraf lib",
"prepack": "npm run clean && npm run build",
"watch": "tsc -w"
"typescript": "~3.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/jupyterlab/jupyter-renderers.git"
},
"author": "Project Jupyter",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/jupyterlab/jupyter-renderers/issues"
},
"homepage": "https://github.com/jupyterlab/jupyter-renderers"
"jupyterlab": {
"mimeExtension": true
}
}
Loading