Skip to content

Commit 2f42ebf

Browse files
Update from copier (2026-05-21T19:46:57)
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 548de83 commit 2f42ebf

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

.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: 2f2c13b
2+
_commit: b5fb449
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: true
55
add_extension: jupyter

js/package.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,26 @@
4545
"dependencies": {
4646
"@jupyterlab/application": "^4.5.7",
4747
"@jupyterlab/apputils": "^4.6.7",
48+
<<<<<<< before updating
4849
"@jupyterlab/notebook": "^4.5.1",
4950
"@jupyterlab/services": "^7.5.5",
51+
=======
52+
"@jupyterlab/notebook": "^4.5.7",
53+
"@jupyterlab/services": "^7.5.7",
54+
>>>>>>> after updating
5055
"@lumino/disposable": "^2.1.5"
5156
},
5257
"devDependencies": {
5358
"@babel/cli": "^7.28.6",
5459
"@babel/core": "^7.29.0",
5560
"@babel/eslint-parser": "^7.28.6",
61+
<<<<<<< before updating
5662
"@babel/preset-env": "^7.29.3",
5763
"@jupyterlab/builder": "^4.5.7",
64+
=======
65+
"@babel/preset-env": "^7.29.2",
66+
"@jupyterlab/builder": "^4.5.6",
67+
>>>>>>> after updating
5868
"babel-jest": "^30.4.1",
5969
"cpy-cli": "^6.0.0",
6070
"eslint": "^8.57.1",
@@ -76,7 +86,7 @@
7686
},
7787
"pnpm": {
7888
"overrides": {
79-
"webpack": "5.105.4"
89+
"webpack": "5.76.1"
8090
}
8191
}
8292
}

0 commit comments

Comments
 (0)