Skip to content

Commit 1d8cbae

Browse files
Update from copier (2026-04-05T06:13:29)
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 61385e8 commit 1d8cbae

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.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: '1246721'
2+
_commit: 9b579a3
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: true
55
add_extension: jupyter

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,12 @@ dmypy.json
112112
/site
113113
index.md
114114
docs/_build/
115-
docs/src/_build/
116115
docs/api
117-
docs/index.md
118116
docs/html
117+
docs/index.md
119118
docs/jupyter_execute
119+
docs/src/_build/
120+
docs/superpowers
120121
index.md
121122

122123
# JS

js/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,13 @@
5050
"@lumino/disposable": "^2.1.5"
5151
},
5252
"devDependencies": {
53+
<<<<<<< before updating
5354
"@babel/cli": "^7.28.6",
5455
"@babel/core": "^7.29.0",
56+
=======
57+
"@babel/cli": "^7.28.3",
58+
"@babel/core": "^7.28.5",
59+
>>>>>>> after updating
5560
"@babel/eslint-parser": "^7.28.6",
5661
"@babel/preset-env": "^7.29.2",
5762
"@jupyterlab/builder": "^4.5.6",

0 commit comments

Comments
 (0)