Skip to content

Commit

Permalink
Update jupyterlab-ihaskell for 4.x (#1426)
Browse files Browse the repository at this point in the history
* [WIP] Update jupyterlab-ihaskell for 4.x

* Address feedback

* jupyterlab-ihaskell: more updates

* jupyterlab-ihaskell: don't minify

* jupyterlab-ihaskell: update

* jupyterlab-ihaskell: change mimetype

* jupyterlab-ihaskell: update

* jupyterlab-ihaskell: works with JupyterLab 4

* jupyterlab-ihaskell: update id

* jupyterlab-ihaskell: simplify

* jupyterlab-ihaskell: update
  • Loading branch information
vaibhavsagar committed Apr 21, 2024
1 parent 851c770 commit 0d647a9
Show file tree
Hide file tree
Showing 15 changed files with 5,399 additions and 6,394 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ result
default.nix
dist-*/
cabal.project.local
cabal.config
cabal.config
tsconfig.tsbuildinfo
1 change: 0 additions & 1 deletion ihaskell.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ data-files:
html/logo-64x64.svg
jupyterlab-ihaskell/labextension/package.json
jupyterlab-ihaskell/labextension/static/*.js
jupyterlab-ihaskell/labextension/static/*.json

flag use-hlint
description: Include HLint support
Expand Down
16 changes: 7 additions & 9 deletions jupyterlab-ihaskell/labextension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,25 +29,23 @@
"watch": "tsc -w"
},
"dependencies": {
"@jupyterlab/application": ">=3.0.0",
"@jupyterlab/codemirror": ">=3.0.0",
"@jupyterlab/apputils": ">=3.0.0",
"@jupyterlab/docregistry": ">=3.0.0",
"@jupyterlab/notebook": ">=3.0.0",
"@jupyterlab/services": ">=6.0.0"
"@jupyterlab/application": ">=4.0.0",
"@jupyterlab/codemirror": ">=4.0.0",
"@jupyterlab/apputils": ">=4.0.0",
"@jupyterlab/notebook": ">=4.0.0"
},
"devDependencies": {
"rimraf": "^3.0.0",
"typescript": "~3.7.3",
"typescript": "~5.0.4",
"@types/codemirror": ">=0.0.0",
"@jupyterlab/builder": ">=3.0.0"
"@jupyterlab/builder": ">=4.0.0"
},
"jupyterlab": {
"extension": true,
"outputDir": "labextension",
"webpackConfig": "./webpack.config.js",
"_build": {
"load": "static/remoteEntry-ddc4c9d791a676e50bb9.js",
"load": "static/remoteEntry-33e79930ce2a88033aa3.js",
"extension": "./extension"
}
}
Expand Down

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

0 comments on commit 0d647a9

Please sign in to comment.