@jupyter-notebook/help-extension 7.6.0-alpha.3 → 7.6.0-alpha.4
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.
- package/lib/index.js +1 -1
- package/package.json +7 -7
package/lib/index.js
CHANGED
|
@@ -75,7 +75,7 @@ const about = {
|
|
|
75
75
|
React.createElement("a", { href: notebookURL, target: "_blank", rel: "noopener noreferrer", className: "jp-Button-flat jp-AboutNotebook-about-externalLinks" }, aboutJupyter),
|
|
76
76
|
React.createElement("a", { href: contributorURL, target: "_blank", rel: "noopener noreferrer", className: "jp-Button-flat jp-AboutNotebook-about-externalLinks" }, contributorList)));
|
|
77
77
|
const version = trans.__('Version: %1', app.version);
|
|
78
|
-
const copyright = trans.__('© 2021-
|
|
78
|
+
const copyright = trans.__('© 2021-2025 Jupyter Notebook Contributors');
|
|
79
79
|
const body = (React.createElement(React.Fragment, null,
|
|
80
80
|
React.createElement("span", { className: "jp-AboutNotebook-version" }, version),
|
|
81
81
|
React.createElement("div", null, externalLinks),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jupyter-notebook/help-extension",
|
|
3
|
-
"version": "7.6.0-alpha.
|
|
3
|
+
"version": "7.6.0-alpha.4",
|
|
4
4
|
"description": "Jupyter Notebook - Help Extension",
|
|
5
5
|
"homepage": "https://github.com/jupyter/notebook",
|
|
6
6
|
"bugs": {
|
|
@@ -38,17 +38,17 @@
|
|
|
38
38
|
"watch": "tsc -b --watch"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@jupyter-notebook/ui-components": "^7.6.0-alpha.
|
|
42
|
-
"@jupyterlab/application": "~4.6.0-alpha.
|
|
43
|
-
"@jupyterlab/apputils": "~4.7.0-alpha.
|
|
44
|
-
"@jupyterlab/mainmenu": "~4.6.0-alpha.
|
|
45
|
-
"@jupyterlab/translation": "~4.6.0-alpha.
|
|
41
|
+
"@jupyter-notebook/ui-components": "^7.6.0-alpha.4",
|
|
42
|
+
"@jupyterlab/application": "~4.6.0-alpha.4",
|
|
43
|
+
"@jupyterlab/apputils": "~4.7.0-alpha.4",
|
|
44
|
+
"@jupyterlab/mainmenu": "~4.6.0-alpha.4",
|
|
45
|
+
"@jupyterlab/translation": "~4.6.0-alpha.4",
|
|
46
46
|
"react": "^18.2.0",
|
|
47
47
|
"react-dom": "^18.2.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"rimraf": "^3.0.2",
|
|
51
|
-
"typescript": "~5.
|
|
51
|
+
"typescript": "~5.9.3"
|
|
52
52
|
},
|
|
53
53
|
"publishConfig": {
|
|
54
54
|
"access": "public"
|