From 2d5c297eca02dc862d330f9bba5487bb18e81c9a Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Fri, 27 Aug 2021 16:16:13 +0200 Subject: [PATCH] Fix resolutions --- app/package.json | 90 ++++++++++++++++++++++++------------------------ 1 file changed, 45 insertions(+), 45 deletions(-) diff --git a/app/package.json b/app/package.json index 2807238f..4b443beb 100644 --- a/app/package.json +++ b/app/package.json @@ -15,51 +15,51 @@ "watch": "webpack --config ./webpack.config.watch.js" }, "resolutions": { - "@jupyterlab/application": "~3.1.0-rc.2", - "@jupyterlab/application-extension": "~3.1.0-rc.2", - "@jupyterlab/apputils": "~3.1.0-rc.2", - "@jupyterlab/apputils-extension": "~3.1.0-rc.2", - "@jupyterlab/celltags": "~3.1.0-rc.2", - "@jupyterlab/codeeditor": "~3.1.0-rc.2", - "@jupyterlab/codemirror-extension": "~3.1.0-rc.2", - "@jupyterlab/completer": "~3.1.0-rc.2", - "@jupyterlab/completer-extension": "~3.1.0-rc.2", - "@jupyterlab/console": "~3.1.0-rc.2", - "@jupyterlab/coreutils": "~5.1.0-rc.2", - "@jupyterlab/docmanager": "~3.1.0-rc.2", - "@jupyterlab/docmanager-extension": "~3.1.0-rc.2", - "@jupyterlab/filebrowser": "~3.1.0-rc.2", - "@jupyterlab/filebrowser-extension": "~3.1.0-rc.2", - "@jupyterlab/fileeditor": "~3.1.0-rc.2", - "@jupyterlab/fileeditor-extension": "~3.1.0-rc.2", - "@jupyterlab/hub-extension": "~3.1.0-rc.2", - "@jupyterlab/javascript-extension": "~3.1.0-rc.2", - "@jupyterlab/json-extension": "~3.1.0-rc.2", - "@jupyterlab/mainmenu": "~3.1.0-rc.2", - "@jupyterlab/mainmenu-extension": "~3.1.0-rc.2", - "@jupyterlab/mathjax2-extension": "~3.1.0-rc.2", - "@jupyterlab/notebook": "~3.1.0-rc.2", - "@jupyterlab/notebook-extension": "~3.1.0-rc.2", - "@jupyterlab/observables": "~4.1.0-rc.2", - "@jupyterlab/outputarea": "~3.1.0-rc.2", - "@jupyterlab/pdf-extension": "~3.1.0-rc.2", - "@jupyterlab/rendermime": "~3.1.0-rc.2", - "@jupyterlab/rendermime-extension": "~3.1.0-rc.2", - "@jupyterlab/rendermime-interfaces": "~3.1.0-rc.2", - "@jupyterlab/running-extension": "~3.1.0-rc.2", - "@jupyterlab/services": "~6.1.0-rc.2", - "@jupyterlab/settingregistry": "~3.1.0-rc.2", - "@jupyterlab/shortcuts-extension": "~3.1.0-rc.2", - "@jupyterlab/statedb": "~3.1.0-rc.2", - "@jupyterlab/statusbar": "~3.1.0-rc.2", - "@jupyterlab/terminal": "~3.1.0-rc.2", - "@jupyterlab/terminal-extension": "~3.1.0-rc.2", - "@jupyterlab/theme-dark-extension": "~3.1.0-rc.2", - "@jupyterlab/theme-light-extension": "~3.1.0-rc.2", - "@jupyterlab/tooltip": "~3.1.0-rc.2", - "@jupyterlab/tooltip-extension": "~3.1.0-rc.2", - "@jupyterlab/ui-components": "~3.1.0-rc.2", - "@jupyterlab/vega5-extension": "~3.1.0-rc.2", + "@jupyterlab/application": "~3.1.8", + "@jupyterlab/application-extension": "~3.1.8", + "@jupyterlab/apputils": "~3.1.8", + "@jupyterlab/apputils-extension": "~3.1.9", + "@jupyterlab/celltags": "~3.1.8", + "@jupyterlab/codeeditor": "~3.1.8", + "@jupyterlab/codemirror-extension": "~3.1.8", + "@jupyterlab/completer": "~3.1.8", + "@jupyterlab/completer-extension": "~3.1.8", + "@jupyterlab/console": "~3.1.8", + "@jupyterlab/coreutils": "~5.1.8", + "@jupyterlab/docmanager": "~3.1.8", + "@jupyterlab/docmanager-extension": "~3.1.8", + "@jupyterlab/filebrowser": "~3.1.8", + "@jupyterlab/filebrowser-extension": "~3.1.8", + "@jupyterlab/fileeditor": "~3.1.8", + "@jupyterlab/fileeditor-extension": "~3.1.8", + "@jupyterlab/hub-extension": "~3.1.8", + "@jupyterlab/javascript-extension": "~3.1.9", + "@jupyterlab/json-extension": "~3.1.9", + "@jupyterlab/mainmenu": "~3.1.8", + "@jupyterlab/mainmenu-extension": "~3.1.8", + "@jupyterlab/mathjax2-extension": "~3.1.8", + "@jupyterlab/notebook": "~3.1.8", + "@jupyterlab/notebook-extension": "~3.1.8", + "@jupyterlab/observables": "~4.1.8", + "@jupyterlab/outputarea": "~3.1.8", + "@jupyterlab/pdf-extension": "~3.1.8", + "@jupyterlab/rendermime": "~3.1.8", + "@jupyterlab/rendermime-extension": "~3.1.8", + "@jupyterlab/rendermime-interfaces": "~3.1.8", + "@jupyterlab/running-extension": "~3.1.8", + "@jupyterlab/services": "~6.1.8", + "@jupyterlab/settingregistry": "~3.1.8", + "@jupyterlab/shortcuts-extension": "~3.1.8", + "@jupyterlab/statedb": "~3.1.8", + "@jupyterlab/statusbar": "~3.1.8", + "@jupyterlab/terminal": "~3.1.8", + "@jupyterlab/terminal-extension": "~3.1.8", + "@jupyterlab/theme-dark-extension": "~3.1.8", + "@jupyterlab/theme-light-extension": "~3.1.8", + "@jupyterlab/tooltip": "~3.1.8", + "@jupyterlab/tooltip-extension": "~3.1.8", + "@jupyterlab/ui-components": "~3.1.8", + "@jupyterlab/vega5-extension": "~3.1.9", "@lumino/algorithm": "~1.6.0", "@lumino/application": "~1.20.0", "@lumino/commands": "~1.15.0",