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: false
add_extension: jupyter
Expand Down
22 changes: 19 additions & 3 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"test": "jest --coverage --collectCoverageFrom=src/*.{js}"
},
"dependencies": {
<<<<<<< before updating
"@jupyterlab/application": "^4.4.4",
"@jupyterlab/apputils": "^4.5.5",
"@jupyterlab/filebrowser": "^4.1.5",
Expand All @@ -60,6 +61,21 @@
"@babel/preset-env": "^7.27.2",
"@jupyterlab/builder": "^4.4.5",
"babel-jest": "^30.0.2",
=======
"@jupyterlab/application": "^4.4.9",
"@jupyterlab/apputils": "^4.5.9",
"@jupyterlab/notebook": "^4.4.9",
"@jupyterlab/services": "^7.4.9",
"@lumino/disposable": "^2.1.4"
},
"devDependencies": {
"@babel/cli": "^7.28.3",
"@babel/core": "^7.28.4",
"@babel/eslint-parser": "^7.28.4",
"@babel/preset-env": "^7.28.3",
"@jupyterlab/builder": "^4.4.9",
"babel-jest": "^30.2.0",
>>>>>>> after updating
"cpy-cli": "^6.0.0",
"eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4",
Expand All @@ -68,10 +84,10 @@
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jest": "^29.0.1",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-prettier": "^5.4.0",
"eslint-plugin-prettier": "^5.5.4",
"isomorphic-fetch": "^3.0.0",
"jest": "^30.0.0",
"jest-environment-jsdom": "^30.0.2",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"jest-junit": "^16.0.0",
"jest-transform-css": "^6.0.3",
"mkdirp": "^3.0.1",
Expand Down
Loading