From 8329945e1b338db7a5cc9d2ef6e94d6a09c70b08 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 26 Oct 2025 05:06:51 +0000 Subject: [PATCH] Update from copier (2025-10-26T05:06:51) Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- .copier-answers.yaml | 2 +- js/package.json | 22 +++++++++++++++++++--- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index c996170..82b8983 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 74b8054 +_commit: f812aaa _src_path: https://github.com/python-project-templates/base.git add_docs: false add_extension: jupyter diff --git a/js/package.json b/js/package.json index 947cfc1..8a87349 100644 --- a/js/package.json +++ b/js/package.json @@ -44,6 +44,7 @@ "test": "jest --coverage --collectCoverageFrom=src/*.{js}" }, "dependencies": { +<<<<<<< before updating "@jupyterlab/application": "^4.4.4", "@jupyterlab/apputils": "^4.5.5", "@jupyterlab/filebrowser": "^4.1.5", @@ -60,6 +61,21 @@ "@babel/preset-env": "^7.27.2", "@jupyterlab/builder": "^4.4.5", "babel-jest": "^30.0.2", +======= + "@jupyterlab/application": "^4.4.9", + "@jupyterlab/apputils": "^4.5.9", + "@jupyterlab/notebook": "^4.4.9", + "@jupyterlab/services": "^7.4.9", + "@lumino/disposable": "^2.1.4" + }, + "devDependencies": { + "@babel/cli": "^7.28.3", + "@babel/core": "^7.28.4", + "@babel/eslint-parser": "^7.28.4", + "@babel/preset-env": "^7.28.3", + "@jupyterlab/builder": "^4.4.9", + "babel-jest": "^30.2.0", +>>>>>>> after updating "cpy-cli": "^6.0.0", "eslint": "^8.57.1", "eslint-config-airbnb": "^19.0.4", @@ -68,10 +84,10 @@ "eslint-plugin-import": "^2.32.0", "eslint-plugin-jest": "^29.0.1", "eslint-plugin-json": "^3.1.0", - "eslint-plugin-prettier": "^5.4.0", + "eslint-plugin-prettier": "^5.5.4", "isomorphic-fetch": "^3.0.0", - "jest": "^30.0.0", - "jest-environment-jsdom": "^30.0.2", + "jest": "^30.2.0", + "jest-environment-jsdom": "^30.2.0", "jest-junit": "^16.0.0", "jest-transform-css": "^6.0.3", "mkdirp": "^3.0.1",