Skip to content

Commit 2bb965c

Browse files
Update from copier (2025-10-19T05:06:52)
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6157c23 commit 2bb965c

2 files changed

Lines changed: 20 additions & 4 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: 74b8054
2+
_commit: f812aaa
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: false
55
add_extension: jupyter

js/package.json

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"test": "jest --coverage --collectCoverageFrom=src/*.{js}"
4545
},
4646
"dependencies": {
47+
<<<<<<< before updating
4748
"@jupyterlab/application": "^4.4.4",
4849
"@jupyterlab/apputils": "^4.5.5",
4950
"@jupyterlab/filebrowser": "^4.1.5",
@@ -60,6 +61,21 @@
6061
"@babel/preset-env": "^7.27.2",
6162
"@jupyterlab/builder": "^4.4.5",
6263
"babel-jest": "^30.0.2",
64+
=======
65+
"@jupyterlab/application": "^4.4.9",
66+
"@jupyterlab/apputils": "^4.5.9",
67+
"@jupyterlab/notebook": "^4.4.9",
68+
"@jupyterlab/services": "^7.4.9",
69+
"@lumino/disposable": "^2.1.4"
70+
},
71+
"devDependencies": {
72+
"@babel/cli": "^7.28.3",
73+
"@babel/core": "^7.28.4",
74+
"@babel/eslint-parser": "^7.28.4",
75+
"@babel/preset-env": "^7.28.3",
76+
"@jupyterlab/builder": "^4.4.9",
77+
"babel-jest": "^30.2.0",
78+
>>>>>>> after updating
6379
"cpy-cli": "^6.0.0",
6480
"eslint": "^8.57.1",
6581
"eslint-config-airbnb": "^19.0.4",
@@ -68,10 +84,10 @@
6884
"eslint-plugin-import": "^2.32.0",
6985
"eslint-plugin-jest": "^29.0.1",
7086
"eslint-plugin-json": "^3.1.0",
71-
"eslint-plugin-prettier": "^5.4.0",
87+
"eslint-plugin-prettier": "^5.5.4",
7288
"isomorphic-fetch": "^3.0.0",
73-
"jest": "^30.0.0",
74-
"jest-environment-jsdom": "^30.0.2",
89+
"jest": "^30.2.0",
90+
"jest-environment-jsdom": "^30.2.0",
7591
"jest-junit": "^16.0.0",
7692
"jest-transform-css": "^6.0.3",
7793
"mkdirp": "^3.0.1",

0 commit comments

Comments
 (0)