@jupyterlab/help-extension 3.3.3 → 3.4.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/index.js +2 -2
  2. package/package.json +12 -12
package/lib/index.js CHANGED
@@ -152,11 +152,11 @@ const resources = {
152
152
  const resources = [
153
153
  {
154
154
  text: trans.__('JupyterLab Reference'),
155
- url: 'https://jupyterlab.readthedocs.io/en/3.3.x/'
155
+ url: 'https://jupyterlab.readthedocs.io/en/3.4.x/'
156
156
  },
157
157
  {
158
158
  text: trans.__('JupyterLab FAQ'),
159
- url: 'https://jupyterlab.readthedocs.io/en/3.3.x/getting_started/faq.html'
159
+ url: 'https://jupyterlab.readthedocs.io/en/3.4.x/getting_started/faq.html'
160
160
  },
161
161
  {
162
162
  text: trans.__('Jupyter Reference'),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/help-extension",
3
- "version": "3.3.3",
3
+ "version": "3.4.0-beta.0",
4
4
  "description": "JupyterLab - Help Extension",
5
5
  "homepage": "https://github.com/jupyterlab/jupyterlab",
6
6
  "bugs": {
@@ -37,17 +37,17 @@
37
37
  "watch": "tsc -b --watch"
38
38
  },
39
39
  "dependencies": {
40
- "@jupyterlab/application": "^3.3.3",
41
- "@jupyterlab/apputils": "^3.3.3",
42
- "@jupyterlab/coreutils": "^5.3.3",
43
- "@jupyterlab/mainmenu": "^3.3.3",
44
- "@jupyterlab/services": "^6.3.3",
45
- "@jupyterlab/translation": "^3.3.3",
46
- "@jupyterlab/ui-components": "^3.3.3",
47
- "@lumino/coreutils": "^1.5.3",
48
- "@lumino/signaling": "^1.4.3",
49
- "@lumino/virtualdom": "^1.8.0",
50
- "@lumino/widgets": "^1.19.0",
40
+ "@jupyterlab/application": "^3.4.0-beta.0",
41
+ "@jupyterlab/apputils": "^3.4.0-beta.0",
42
+ "@jupyterlab/coreutils": "^5.4.0-beta.0",
43
+ "@jupyterlab/mainmenu": "^3.4.0-beta.0",
44
+ "@jupyterlab/services": "^6.4.0-beta.0",
45
+ "@jupyterlab/translation": "^3.4.0-beta.0",
46
+ "@jupyterlab/ui-components": "^3.4.0-beta.0",
47
+ "@lumino/coreutils": "^1.11.0",
48
+ "@lumino/signaling": "^1.10.0",
49
+ "@lumino/virtualdom": "^1.14.0",
50
+ "@lumino/widgets": "^1.30.0",
51
51
  "react": "^17.0.1"
52
52
  },
53
53
  "devDependencies": {