Skip to content

Commit 4ccae5a

Browse files
Update from copier (2025-05-09T19:10:26)
1 parent 38b79f2 commit 4ccae5a

File tree

2 files changed

+21
-15
lines changed

2 files changed

+21
-15
lines changed

.copier-answers.yml

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

js/package.json

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -42,35 +42,41 @@
4242
"test": "jest --coverage --collectCoverageFrom=src/*.{js}"
4343
},
4444
"dependencies": {
45-
"@jupyterlab/application": "^4.1.5",
46-
"@jupyterlab/apputils": "^4.2.5",
47-
"@jupyterlab/notebook": "^4.1.5",
48-
"@jupyterlab/services": "^7.1.5",
49-
"@lumino/disposable": "^2.1.2"
45+
"@jupyterlab/application": "^4.4.2",
46+
"@jupyterlab/apputils": "^4.5.2",
47+
"@jupyterlab/notebook": "^4.4.2",
48+
"@jupyterlab/services": "^7.4.2",
49+
"@lumino/disposable": "^2.1.4"
5050
},
5151
"devDependencies": {
52-
"@babel/cli": "^7.24.1",
53-
"@babel/core": "^7.24.3",
54-
"@babel/eslint-parser": "^7.24.1",
55-
"@babel/preset-env": "^7.24.3",
56-
"@jupyterlab/builder": "^4.1.5",
52+
"@babel/cli": "^7.27.2",
53+
"@babel/core": "^7.27.1",
54+
"@babel/eslint-parser": "^7.27.1",
55+
"@babel/preset-env": "^7.27.2",
56+
"@jupyterlab/builder": "^4.4.2",
5757
"babel-jest": "^29.7.0",
5858
"cpy-cli": "^5.0.0",
59-
"eslint": "^8.57.0",
59+
"eslint": "^8.57.1",
6060
"eslint-config-airbnb": "^19.0.4",
6161
"eslint-config-airbnb-base": "^15.0.0",
62+
<<<<<<< before updating
6263
"eslint-config-prettier": "^10.0.1",
6364
"eslint-plugin-import": "^2.29.1",
6465
"eslint-plugin-jest": "^28.5.0",
66+
=======
67+
"eslint-config-prettier": "^10.1.5",
68+
"eslint-plugin-import": "^2.31.0",
69+
"eslint-plugin-jest": "^28.11.0",
70+
>>>>>>> after updating
6571
"eslint-plugin-json": "^3.1.0",
66-
"eslint-plugin-prettier": "^5.1.3",
72+
"eslint-plugin-prettier": "^5.4.0",
6773
"isomorphic-fetch": "^3.0.0",
6874
"jest": "^29.7.0",
6975
"jest-environment-jsdom": "^29.7.0",
7076
"jest-junit": "^16.0.0",
71-
"jest-transform-css": "^6.0.1",
77+
"jest-transform-css": "^6.0.2",
7278
"mkdirp": "^3.0.1",
73-
"prettier": "^3.2.5",
79+
"prettier": "^3.5.3",
7480
"rimraf": "^6.0.1"
7581
}
7682
}

0 commit comments

Comments
 (0)