Skip to content
This repository was archived by the owner on Feb 14, 2024. It is now read-only.

Commit e27ec6e

Browse files
authored
Merge pull request #5 from martinRenou/fix_build
Fix build
2 parents 7e919a7 + 70a6881 commit e27ec6e

File tree

3 files changed

+48
-46
lines changed

3 files changed

+48
-46
lines changed

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ include webpack.config.js
99

1010
graft jupyterlite_xeus_python/labextension
1111

12+
graft docs
13+
1214
# Javascript files
1315
graft src
1416
graft style

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@jupyterlite/server": "^0.1.0-alpha.14"
6060
},
6161
"devDependencies": {
62-
"@jupyterlab/builder": "^3.1.0",
62+
"@jupyterlab/builder": "^3.4.1",
6363
"@typescript-eslint/eslint-plugin": "^4.8.1",
6464
"@typescript-eslint/parser": "^4.8.1",
6565
"copy-webpack-plugin": "^9.0.1",

yarn.lock

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@
6262
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
6363
integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==
6464

65-
"@jupyterlab/builder@^3.1.0":
66-
version "3.4.0"
67-
resolved "https://registry.yarnpkg.com/@jupyterlab/builder/-/builder-3.4.0.tgz#6ffbc922b363ea0b7febe455474d8b8eb5dcaf4b"
68-
integrity sha512-3QjDPPOHZ04K8FN/1jBRQmRwcMfJZNCSrk87wjk6FXLC+AhHtIgspZZfgR0Gawe+Y0Pp7HtrSvQ2ssuKNeTL2A==
65+
"@jupyterlab/builder@^3.4.1":
66+
version "3.4.1"
67+
resolved "https://registry.yarnpkg.com/@jupyterlab/builder/-/builder-3.4.1.tgz#7430666cd9660f868b3581c9c977e1be8ee2f4b0"
68+
integrity sha512-IT/LNRRkV0f3e3Th65idp6iB2DjZFr00keq0a9GRwVfkcpOFwQYeKIkiP/REhaPrjo5b6+OhTNQOqJyfC+G8uw==
6969
dependencies:
70-
"@jupyterlab/buildutils" "^3.4.0"
70+
"@jupyterlab/buildutils" "^3.4.1"
7171
"@lumino/algorithm" "^1.9.0"
7272
"@lumino/application" "^1.27.0"
7373
"@lumino/commands" "^1.19.0"
@@ -103,10 +103,10 @@
103103
webpack-merge "^5.1.2"
104104
worker-loader "^3.0.2"
105105

106-
"@jupyterlab/buildutils@^3.4.0":
107-
version "3.4.0"
108-
resolved "https://registry.yarnpkg.com/@jupyterlab/buildutils/-/buildutils-3.4.0.tgz#318f96dbe3b50623c4206800a42c761ed828ee39"
109-
integrity sha512-Du0ZbIGy9oKuy82+U+waVEZD+VyxY1Yl7CTnvdrLNhGz8GPieFvOquVIEdBtnR12KAjnxGoqVuQozqRMTJqlwQ==
106+
"@jupyterlab/buildutils@^3.4.1":
107+
version "3.4.1"
108+
resolved "https://registry.yarnpkg.com/@jupyterlab/buildutils/-/buildutils-3.4.1.tgz#c16bec8e6c8ec6f0ceeca21b81a89b0e35aff58f"
109+
integrity sha512-jSbs75ApGQpjYGUs2oKTNSt7Wb0BBmD5SG+gWxafeZfa540PDtXD8bBjR3sMXQ3Hgx1k/dpXuY7V+xKo8agW9g==
110110
dependencies:
111111
"@lumino/coreutils" "^1.11.0"
112112
"@yarnpkg/lockfile" "^1.1.0"
@@ -127,10 +127,10 @@
127127
typescript "~4.1.3"
128128
verdaccio "^5.1.1"
129129

130-
"@jupyterlab/coreutils@^5.4.0", "@jupyterlab/coreutils@~5.4.0":
131-
version "5.4.0"
132-
resolved "https://registry.yarnpkg.com/@jupyterlab/coreutils/-/coreutils-5.4.0.tgz#9c40baf8bc2421f992f19c66b6db94331e235d1a"
133-
integrity sha512-OOmmfSsa22H76Gt6K8Mzc3aA0TOu82i6JiLXouYSsC7KZqUiTZsqkXSFMFCrsTzK4oduK9vZoxQdf/K38a8psQ==
130+
"@jupyterlab/coreutils@^5.4.0", "@jupyterlab/coreutils@^5.4.1", "@jupyterlab/coreutils@~5.4.0":
131+
version "5.4.1"
132+
resolved "https://registry.yarnpkg.com/@jupyterlab/coreutils/-/coreutils-5.4.1.tgz#309ef96021321d395c51e3e3e30b44b019a36af8"
133+
integrity sha512-JpAc4U27mPDFUSAgVR8B49KtI8zB0gTijymHWp2NEWPgbi32C8vRjV4DYzJveCiHY90IkhtYkPx12ZVACZIbOw==
134134
dependencies:
135135
"@lumino/coreutils" "^1.11.0"
136136
"@lumino/disposable" "^1.10.0"
@@ -140,17 +140,17 @@
140140
path-browserify "^1.0.0"
141141
url-parse "~1.5.1"
142142

143-
"@jupyterlab/nbformat@^3.4.0", "@jupyterlab/nbformat@~3.4.0":
144-
version "3.4.0"
145-
resolved "https://registry.yarnpkg.com/@jupyterlab/nbformat/-/nbformat-3.4.0.tgz#cfcc3981ba9ad7826a6eec536d32aa375e67a792"
146-
integrity sha512-IXtqT3Cnl07fvs9S3u6QkWSdQd2ZxEPlJjqyDNyv4pyhJRi6RuzR70EZLpcjvIt/hy3v4KWvipm6mKkEJwz7Eg==
143+
"@jupyterlab/nbformat@^3.4.1", "@jupyterlab/nbformat@~3.4.0":
144+
version "3.4.1"
145+
resolved "https://registry.yarnpkg.com/@jupyterlab/nbformat/-/nbformat-3.4.1.tgz#6c86791503a33e647b2cd355a661a4f5b46d22ff"
146+
integrity sha512-TmQ9nK24lAla0oqdx02ziZpBAnhMzqj7jIKLWTZwDAeENfeuUTdbsmpLXkDPs5NZki1fwNww9TgrHPgkAUNmHw==
147147
dependencies:
148148
"@lumino/coreutils" "^1.11.0"
149149

150-
"@jupyterlab/observables@^4.4.0", "@jupyterlab/observables@~4.4.0":
151-
version "4.4.0"
152-
resolved "https://registry.yarnpkg.com/@jupyterlab/observables/-/observables-4.4.0.tgz#a8def017c5f2c367bda6a8faa2c0f2cc201f3140"
153-
integrity sha512-pXuXU2dORZYZDWuCRvomzIqnCUY4CYAMjSV3Kgb6pS6NYtrp+/W4fAxKOtApgCWsTmUPuRAv2R+zqh0miy0o4w==
150+
"@jupyterlab/observables@^4.4.1", "@jupyterlab/observables@~4.4.0":
151+
version "4.4.1"
152+
resolved "https://registry.yarnpkg.com/@jupyterlab/observables/-/observables-4.4.1.tgz#af3eb59dc8b39711980bdea699a336f1d07477c1"
153+
integrity sha512-3k6QL5IQCXo37AeK/sGO5Iokt5lPI7b/2WSabktj1Hc+AKDNgUawhFfrFvwSAsfee9DR4Tcz7p8OnnvqQ9RoSw==
154154
dependencies:
155155
"@lumino/algorithm" "^1.9.0"
156156
"@lumino/coreutils" "^1.11.0"
@@ -159,15 +159,15 @@
159159
"@lumino/signaling" "^1.10.0"
160160

161161
"@jupyterlab/services@~6.4.0":
162-
version "6.4.0"
163-
resolved "https://registry.yarnpkg.com/@jupyterlab/services/-/services-6.4.0.tgz#462252e051c460585b0231cca9de70646425d552"
164-
integrity sha512-0jv50PVifda3sMHbMh1WEX5cC8YDT9zt1iNlgu25WIUxSXTIBRzrZ7qZL9djYKe9KU8A2FJhEB8aFOgK6S3QBg==
165-
dependencies:
166-
"@jupyterlab/coreutils" "^5.4.0"
167-
"@jupyterlab/nbformat" "^3.4.0"
168-
"@jupyterlab/observables" "^4.4.0"
169-
"@jupyterlab/settingregistry" "^3.4.0"
170-
"@jupyterlab/statedb" "^3.4.0"
162+
version "6.4.1"
163+
resolved "https://registry.yarnpkg.com/@jupyterlab/services/-/services-6.4.1.tgz#59eaf48c0feff32e7f7a434360ebf6499c193ef2"
164+
integrity sha512-spU216GvAGWZ3CYBx1YP/0YrK6qpnYiek7B8WwrR027rJItYE5NOH7QFPOKJZKKoEf1W68RNEiFQfWyaf5MDrQ==
165+
dependencies:
166+
"@jupyterlab/coreutils" "^5.4.1"
167+
"@jupyterlab/nbformat" "^3.4.1"
168+
"@jupyterlab/observables" "^4.4.1"
169+
"@jupyterlab/settingregistry" "^3.4.1"
170+
"@jupyterlab/statedb" "^3.4.1"
171171
"@lumino/algorithm" "^1.9.0"
172172
"@lumino/coreutils" "^1.11.0"
173173
"@lumino/disposable" "^1.10.0"
@@ -176,23 +176,23 @@
176176
node-fetch "^2.6.0"
177177
ws "^7.4.6"
178178

179-
"@jupyterlab/settingregistry@^3.4.0", "@jupyterlab/settingregistry@~3.4.0":
180-
version "3.4.0"
181-
resolved "https://registry.yarnpkg.com/@jupyterlab/settingregistry/-/settingregistry-3.4.0.tgz#5b69ad618e2cc7f7d0ad6adad7069bf42c12346e"
182-
integrity sha512-9wCOdv3dcY3DEyNSJ03XnAnQSVQvriSDITg+AqiSOY8j+WSnDwwg06SQv014w9Irr+SpzTWcrvJtayEVyRl9Qw==
179+
"@jupyterlab/settingregistry@^3.4.1", "@jupyterlab/settingregistry@~3.4.0":
180+
version "3.4.1"
181+
resolved "https://registry.yarnpkg.com/@jupyterlab/settingregistry/-/settingregistry-3.4.1.tgz#461651bb21fd9ae1f064ccdc6be261570f0d8e7b"
182+
integrity sha512-CCfVAI/KiK5ifH5k9Ai5GSBG+rUcvVAoaIGQ3dweLdQgncQ6eqS7ag0pWGszsDJ2XJZcqtn3SySNcqECrMX3Sg==
183183
dependencies:
184-
"@jupyterlab/statedb" "^3.4.0"
184+
"@jupyterlab/statedb" "^3.4.1"
185185
"@lumino/commands" "^1.19.0"
186186
"@lumino/coreutils" "^1.11.0"
187187
"@lumino/disposable" "^1.10.0"
188188
"@lumino/signaling" "^1.10.0"
189189
ajv "^6.12.3"
190190
json5 "^2.1.1"
191191

192-
"@jupyterlab/statedb@^3.4.0", "@jupyterlab/statedb@~3.4.0":
193-
version "3.4.0"
194-
resolved "https://registry.yarnpkg.com/@jupyterlab/statedb/-/statedb-3.4.0.tgz#66da1085162389004317b2a960ce80c117ac4a41"
195-
integrity sha512-D+GO3e9APOvPWxYuvsXRJlcvDEUhG3VtUr5vvODDRxPF4PdAcq5rnkcCc3FIuZ5s0d5u+XKCoCE59Gqa553yMA==
192+
"@jupyterlab/statedb@^3.4.1", "@jupyterlab/statedb@~3.4.0":
193+
version "3.4.1"
194+
resolved "https://registry.yarnpkg.com/@jupyterlab/statedb/-/statedb-3.4.1.tgz#d455b493af6c292b230c8262ca8ef97fd1d7402e"
195+
integrity sha512-xrceo1aXANNzCBNdsnm2aqB3UGnq15T7b0KrycweZk+AH/AQOBW97T3hxOyOIL0akefKpheGg3nBRg9BwHEcvA==
196196
dependencies:
197197
"@lumino/commands" "^1.19.0"
198198
"@lumino/coreutils" "^1.11.0"
@@ -1162,9 +1162,9 @@ callsites@^3.0.0:
11621162
integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==
11631163

11641164
caniuse-lite@^1.0.30001332:
1165-
version "1.0.30001339"
1166-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001339.tgz#f9aece4ea8156071613b27791547ba0b33f176cf"
1167-
integrity sha512-Es8PiVqCe+uXdms0Gu5xP5PF2bxLR7OBp3wUzUnuO7OHzhOfCyg3hdiGWVPVxhiuniOzng+hTc1u3fEQ0TlkSQ==
1165+
version "1.0.30001340"
1166+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001340.tgz#029a2f8bfc025d4820fafbfaa6259fd7778340c7"
1167+
integrity sha512-jUNz+a9blQTQVu4uFcn17uAD8IDizPzQkIKh3LCJfg9BkyIqExYYdyc/ZSlWUSKb8iYiXxKsxbv4zYSvkqjrxw==
11681168

11691169
caseless@~0.12.0:
11701170
version "0.12.0"
@@ -2442,9 +2442,9 @@ glob@~7.1.6:
24422442
path-is-absolute "^1.0.0"
24432443

24442444
globals@^13.6.0, globals@^13.9.0:
2445-
version "13.14.0"
2446-
resolved "https://registry.yarnpkg.com/globals/-/globals-13.14.0.tgz#daf3ff9b4336527cf56e98330b6f64bea9aff9df"
2447-
integrity sha512-ERO68sOYwm5UuLvSJTY7w7NP2c8S4UcXs3X1GBX8cwOr+ShOcDBbCY5mH4zxz0jsYCdJ8ve8Mv9n2YGJMB1aeg==
2445+
version "13.15.0"
2446+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.15.0.tgz#38113218c907d2f7e98658af246cef8b77e90bac"
2447+
integrity sha512-bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog==
24482448
dependencies:
24492449
type-fest "^0.20.2"
24502450

0 commit comments

Comments
 (0)