|
1 | 1 | { |
2 | 2 | "name": "@jupyter-notebook/app", |
3 | | - "version": "7.1.0-beta.0", |
| 3 | + "version": "7.1.0-rc.0", |
4 | 4 | "private": true, |
5 | 5 | "scripts": { |
6 | 6 | "build": "webpack", |
|
12 | 12 | "resolutions": { |
13 | 13 | "@codemirror/state": "~6.2.1", |
14 | 14 | "@codemirror/view": "~6.21.3", |
15 | | - "@jupyter-notebook/application": "~7.1.0-beta.0", |
16 | | - "@jupyter-notebook/application-extension": "~7.1.0-beta.0", |
17 | | - "@jupyter-notebook/console-extension": "~7.1.0-beta.0", |
18 | | - "@jupyter-notebook/docmanager-extension": "~7.1.0-beta.0", |
19 | | - "@jupyter-notebook/documentsearch-extension": "~7.1.0-beta.0", |
20 | | - "@jupyter-notebook/help-extension": "~7.1.0-beta.0", |
21 | | - "@jupyter-notebook/notebook-extension": "~7.1.0-beta.0", |
22 | | - "@jupyter-notebook/terminal-extension": "~7.1.0-beta.0", |
23 | | - "@jupyter-notebook/tree": "~7.1.0-beta.0", |
24 | | - "@jupyter-notebook/tree-extension": "~7.1.0-beta.0", |
25 | | - "@jupyter-notebook/ui-components": "~7.1.0-beta.0", |
| 15 | + "@jupyter-notebook/application": "~7.1.0-rc.0", |
| 16 | + "@jupyter-notebook/application-extension": "~7.1.0-rc.0", |
| 17 | + "@jupyter-notebook/console-extension": "~7.1.0-rc.0", |
| 18 | + "@jupyter-notebook/docmanager-extension": "~7.1.0-rc.0", |
| 19 | + "@jupyter-notebook/documentsearch-extension": "~7.1.0-rc.0", |
| 20 | + "@jupyter-notebook/help-extension": "~7.1.0-rc.0", |
| 21 | + "@jupyter-notebook/notebook-extension": "~7.1.0-rc.0", |
| 22 | + "@jupyter-notebook/terminal-extension": "~7.1.0-rc.0", |
| 23 | + "@jupyter-notebook/tree": "~7.1.0-rc.0", |
| 24 | + "@jupyter-notebook/tree-extension": "~7.1.0-rc.0", |
| 25 | + "@jupyter-notebook/ui-components": "~7.1.0-rc.0", |
26 | 26 | "@jupyter/ydoc": "~1.1.1", |
27 | 27 | "@jupyterlab/application": "~4.1.0", |
28 | 28 | "@jupyterlab/application-extension": "~4.1.0", |
|
120 | 120 | "yjs": "~13.6.8" |
121 | 121 | }, |
122 | 122 | "dependencies": { |
123 | | - "@jupyter-notebook/application": "^7.1.0-beta.0", |
124 | | - "@jupyter-notebook/application-extension": "^7.1.0-beta.0", |
125 | | - "@jupyter-notebook/console-extension": "^7.1.0-beta.0", |
126 | | - "@jupyter-notebook/docmanager-extension": "^7.1.0-beta.0", |
127 | | - "@jupyter-notebook/documentsearch-extension": "^7.1.0-beta.0", |
128 | | - "@jupyter-notebook/help-extension": "^7.1.0-beta.0", |
129 | | - "@jupyter-notebook/notebook-extension": "^7.1.0-beta.0", |
130 | | - "@jupyter-notebook/terminal-extension": "^7.1.0-beta.0", |
131 | | - "@jupyter-notebook/tree": "^7.1.0-beta.0", |
132 | | - "@jupyter-notebook/tree-extension": "^7.1.0-beta.0", |
133 | | - "@jupyter-notebook/ui-components": "^7.1.0-beta.0", |
| 123 | + "@jupyter-notebook/application": "^7.1.0-rc.0", |
| 124 | + "@jupyter-notebook/application-extension": "^7.1.0-rc.0", |
| 125 | + "@jupyter-notebook/console-extension": "^7.1.0-rc.0", |
| 126 | + "@jupyter-notebook/docmanager-extension": "^7.1.0-rc.0", |
| 127 | + "@jupyter-notebook/documentsearch-extension": "^7.1.0-rc.0", |
| 128 | + "@jupyter-notebook/help-extension": "^7.1.0-rc.0", |
| 129 | + "@jupyter-notebook/notebook-extension": "^7.1.0-rc.0", |
| 130 | + "@jupyter-notebook/terminal-extension": "^7.1.0-rc.0", |
| 131 | + "@jupyter-notebook/tree": "^7.1.0-rc.0", |
| 132 | + "@jupyter-notebook/tree-extension": "^7.1.0-rc.0", |
| 133 | + "@jupyter-notebook/ui-components": "^7.1.0-rc.0", |
134 | 134 | "@jupyterlab/application-extension": "^4.1.0", |
135 | 135 | "@jupyterlab/apputils-extension": "^4.1.0", |
136 | 136 | "@jupyterlab/attachments": "^4.1.0", |
|
0 commit comments