Skip to content

Commit 2d4b339

Browse files
Fix versions (#22)
1 parent 65c1bf5 commit 2d4b339

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Dockerfile.development

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN mkdir -p ~/miniconda3 &&wget https://repo.anaconda.com/miniconda/Miniconda3-
99

1010
#RUN pipx install copier
1111

12-
RUN ~/miniconda3/bin/conda create -y -n failscomponents --override-channels --strict-channel-priority -c conda-forge -c nodefaults jupyterlab=4.4 notebook=7.4 nodejs=18 git copier=7 jinja2-time jupyterlite-core=0.6.2 jupyterlite-pyodide-kernel=0.6.1 jupyterlite-xeus=4.0.3
12+
RUN ~/miniconda3/bin/conda create -y -n failscomponents --override-channels --strict-channel-priority -c conda-forge -c nodefaults jupyterlab=4.4 notebook=7.4 nodejs=22 git copier=7 jinja2-time jupyterlite-core=0.6.2 jupyterlite-pyodide-kernel=0.6.1 jupyterlite-xeus=4.0.3
1313

1414

1515

packages/applet-view/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,12 @@
125125
"sharedPackages": {
126126
"@fails-components/jupyter-launcher": {
127127
"singleton": true,
128-
"requiredVersion": "^0.0.1-alpha.18",
128+
"requiredVersion": "^0.0.4",
129129
"import": false
130130
},
131131
"@fails-components/jupyter-interceptor": {
132132
"singleton": true,
133-
"requiredVersion": "^0.0.1-alpha.18",
133+
"requiredVersion": "^0.0.4",
134134
"import": false
135135
}
136136
}

packages/interceptor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"sharedPackages": {
117117
"@fails-components/jupyter-launcher": {
118118
"singleton": true,
119-
"requiredVersion": "^0.0.1-alpha.18",
119+
"requiredVersion": "^0.0.4",
120120
"import": false
121121
}
122122
}

packages/launcher/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"sharedPackages": {
118118
"@fails-components/jupyter-filesystem-extension": {
119119
"singleton": true,
120-
"requiredVersion": "^0.0.1-alpha.18",
120+
"requiredVersion": "^0.0.4",
121121
"import": false
122122
}
123123
}

0 commit comments

Comments
 (0)