diff --git a/{{cookiecutter.github_project_name}}/package.json b/{{cookiecutter.github_project_name}}/package.json index dbe7a7e..10a3bed 100644 --- a/{{cookiecutter.github_project_name}}/package.json +++ b/{{cookiecutter.github_project_name}}/package.json @@ -83,9 +83,9 @@ "webpack-cli": "^5.1.4" }, "devDependenciesComments": { - "@jupyterlab/builder": "pinned to the latest JupyterLab 3.x release", - "@lumino/application": "pinned to the latest Lumino 1.x release", - "@lumino/widgets": "pinned to the latest Lumino 1.x release" + "@jupyterlab/builder": "pinned to the latest JupyterLab 4.x release", + "@lumino/application": "pinned to the latest Lumino 2.x release", + "@lumino/widgets": "pinned to the latest Lumino 2.x release" }, "jupyterlab": { "extension": "lib/plugin",