Skip to content

Commit 5899bcf

Browse files
Update from copier (2026-04-10T03:22:13)
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5e0b426 commit 5899bcf

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.copier-answers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: 9b579a3
2+
_commit: 9498b78
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: true
55
add_extension: jupyter

js/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,14 @@
4343
"test": "jest --coverage --collectCoverageFrom=src/*.{js}"
4444
},
4545
"dependencies": {
46-
"@jupyterlab/application": "^4.5.1",
46+
"@jupyterlab/application": "^4.5.3",
4747
"@jupyterlab/apputils": "^4.6.6",
4848
"@jupyterlab/notebook": "^4.5.1",
49+
<<<<<<< before updating
4950
"@jupyterlab/services": "^7.5.5",
51+
=======
52+
"@jupyterlab/services": "^7.5.3",
53+
>>>>>>> after updating
5054
"@lumino/disposable": "^2.1.5"
5155
},
5256
"devDependencies": {

0 commit comments

Comments
 (0)