Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .copier-answers.yaml
Original file line number Diff line number Diff line change
@@ -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: true
add_extension: jupyter
Expand Down
15 changes: 15 additions & 0 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,17 @@
"test": "jest --coverage --collectCoverageFrom=src/*.{js}"
},
"dependencies": {
<<<<<<< before updating
"@jupyterlab/application": "^4.4.4",
"@jupyterlab/apputils": "^4.5.7",
"@jupyterlab/notebook": "^4.4.9",
"@jupyterlab/services": "^7.4.4",
=======
"@jupyterlab/application": "^4.4.9",
"@jupyterlab/apputils": "^4.5.9",
"@jupyterlab/notebook": "^4.4.9",
"@jupyterlab/services": "^7.4.9",
>>>>>>> after updating
"@lumino/disposable": "^2.1.4"
},
"devDependencies": {
Expand All @@ -54,7 +61,11 @@
"@babel/eslint-parser": "^7.28.4",
"@babel/preset-env": "^7.28.3",
"@jupyterlab/builder": "^4.4.9",
<<<<<<< before updating
"babel-jest": "^30.1.2",
=======
"babel-jest": "^30.2.0",
>>>>>>> after updating
"cpy-cli": "^6.0.0",
"eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4",
Expand All @@ -65,7 +76,11 @@
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-prettier": "^5.5.4",
"isomorphic-fetch": "^3.0.0",
<<<<<<< before updating
"jest": "^30.0.0",
=======
"jest": "^30.2.0",
>>>>>>> after updating
"jest-environment-jsdom": "^30.2.0",
"jest-junit": "^16.0.0",
"jest-transform-css": "^6.0.3",
Expand Down
Loading