We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e0b426 commit 5899bcfCopy full SHA for 5899bcf
.copier-answers.yaml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier
2
-_commit: 9b579a3
+_commit: 9498b78
3
_src_path: https://github.com/python-project-templates/base.git
4
add_docs: true
5
add_extension: jupyter
js/package.json
@@ -43,10 +43,14 @@
43
"test": "jest --coverage --collectCoverageFrom=src/*.{js}"
44
},
45
"dependencies": {
46
- "@jupyterlab/application": "^4.5.1",
+ "@jupyterlab/application": "^4.5.3",
47
"@jupyterlab/apputils": "^4.6.6",
48
"@jupyterlab/notebook": "^4.5.1",
49
+<<<<<<< before updating
50
"@jupyterlab/services": "^7.5.5",
51
+=======
52
+ "@jupyterlab/services": "^7.5.3",
53
+>>>>>>> after updating
54
"@lumino/disposable": "^2.1.5"
55
56
"devDependencies": {
0 commit comments