Skip to content

Commit f7c11a3

Browse files
committed
Update versions for 0.3.0
1 parent 718103f commit f7c11a3

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@parente/jupyterlab-quickopen",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Quickly open a file in JupyterLab by part of its name",
55
"keywords": [
66
"jupyter",

yarn.lock

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
path-posix "~1.0.0"
138138
url-parse "~1.4.3"
139139

140-
"@jupyterlab/docmanager@^1.0.0":
140+
"@jupyterlab/docmanager@^1.0.0", "@jupyterlab/docmanager@^1.0.2":
141141
version "1.0.2"
142142
resolved "https://registry.yarnpkg.com/@jupyterlab/docmanager/-/docmanager-1.0.2.tgz#02e27c8f0d5ef1597d9cd144679037c83ee07a35"
143143
integrity sha512-Nc4v7Xn7eUjJpU0Vw/ezvGyKkvbXuEfL1go7QW9UFX4HfcEfelXIaT69EzoTYW6mVCZp2Z1UTYXM9YnaMHkQMg==
@@ -176,6 +176,27 @@
176176
"@phosphor/signaling" "^1.2.3"
177177
"@phosphor/widgets" "^1.8.0"
178178

179+
"@jupyterlab/filebrowser@^1.0.1":
180+
version "1.0.3"
181+
resolved "https://registry.yarnpkg.com/@jupyterlab/filebrowser/-/filebrowser-1.0.3.tgz#9fe887372d4f0488fadd30fa18ea6e00096758fb"
182+
integrity sha512-i55vRjA8NZzRy/IHJrtYh6xjOnHj62xEhHp7OU/FqYjvyQ5B1wXQpTag8nkpxLKKQzuCLxqLO8Q+RZ273LS2mA==
183+
dependencies:
184+
"@jupyterlab/apputils" "^1.0.2"
185+
"@jupyterlab/coreutils" "^3.0.0"
186+
"@jupyterlab/docmanager" "^1.0.2"
187+
"@jupyterlab/docregistry" "^1.0.2"
188+
"@jupyterlab/services" "^4.0.2"
189+
"@jupyterlab/statusbar" "^1.0.2"
190+
"@phosphor/algorithm" "^1.1.3"
191+
"@phosphor/coreutils" "^1.3.1"
192+
"@phosphor/disposable" "^1.2.0"
193+
"@phosphor/domutils" "^1.1.3"
194+
"@phosphor/dragdrop" "^1.3.3"
195+
"@phosphor/messaging" "^1.2.3"
196+
"@phosphor/signaling" "^1.2.3"
197+
"@phosphor/widgets" "^1.8.0"
198+
react "~16.8.4"
199+
179200
"@jupyterlab/observables@^2.2.0":
180201
version "2.2.0"
181202
resolved "https://registry.yarnpkg.com/@jupyterlab/observables/-/observables-2.2.0.tgz#be29c6cadad88c202e7963ace2410bbe7b101226"

0 commit comments

Comments
 (0)