@jupyterlab/help-extension 3.3.4 → 3.4.0-rc.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 +3 -3
  2. package/package.json +12 -12
package/lib/index.js CHANGED
@@ -67,7 +67,7 @@ const about = {
67
67
  const externalLinks = (React.createElement("span", { className: "jp-About-externalLinks" },
68
68
  React.createElement("a", { href: contributorsURL, target: "_blank", rel: "noopener noreferrer", className: "jp-Button-flat" }, trans.__('CONTRIBUTOR LIST')),
69
69
  React.createElement("a", { href: jupyterURL, target: "_blank", rel: "noopener noreferrer", className: "jp-Button-flat" }, trans.__('ABOUT PROJECT JUPYTER'))));
70
- const copyright = (React.createElement("span", { className: "jp-About-copyright" }, trans.__('© 2015-2021 Project Jupyter Contributors')));
70
+ const copyright = (React.createElement("span", { className: "jp-About-copyright" }, trans.__('© 2015-2022 Project Jupyter Contributors')));
71
71
  const body = (React.createElement("div", { className: "jp-About-body" },
72
72
  externalLinks,
73
73
  copyright));
@@ -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.4",
3
+ "version": "3.4.0-rc.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.4",
41
- "@jupyterlab/apputils": "^3.3.4",
42
- "@jupyterlab/coreutils": "^5.3.4",
43
- "@jupyterlab/mainmenu": "^3.3.4",
44
- "@jupyterlab/services": "^6.3.4",
45
- "@jupyterlab/translation": "^3.3.4",
46
- "@jupyterlab/ui-components": "^3.3.4",
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-rc.0",
41
+ "@jupyterlab/apputils": "^3.4.0-rc.0",
42
+ "@jupyterlab/coreutils": "^5.4.0-rc.0",
43
+ "@jupyterlab/mainmenu": "^3.4.0-rc.0",
44
+ "@jupyterlab/services": "^6.4.0-rc.0",
45
+ "@jupyterlab/translation": "^3.4.0-rc.0",
46
+ "@jupyterlab/ui-components": "^3.4.0-rc.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": {