@docusaurus/theme-common 0.0.0-6035 → 0.0.0-6037
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.
|
@@ -42,7 +42,7 @@ export const translateBlogAuthorsListPageTitle = () => translate({
|
|
|
42
42
|
});
|
|
43
43
|
export function BlogAuthorsListViewAllLabel() {
|
|
44
44
|
return (<Translate id="theme.blog.authorsList.viewAll" description="The label of the link targeting the blog authors page">
|
|
45
|
-
View
|
|
45
|
+
View all authors
|
|
46
46
|
</Translate>);
|
|
47
47
|
}
|
|
48
48
|
//# sourceMappingURL=blogTranslations.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@docusaurus/theme-common",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-6037",
|
|
4
4
|
"description": "Common code for Docusaurus themes.",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"types": "./lib/index.d.ts",
|
|
@@ -30,10 +30,10 @@
|
|
|
30
30
|
},
|
|
31
31
|
"license": "MIT",
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@docusaurus/mdx-loader": "0.0.0-
|
|
34
|
-
"@docusaurus/module-type-aliases": "0.0.0-
|
|
35
|
-
"@docusaurus/utils": "0.0.0-
|
|
36
|
-
"@docusaurus/utils-common": "0.0.0-
|
|
33
|
+
"@docusaurus/mdx-loader": "0.0.0-6037",
|
|
34
|
+
"@docusaurus/module-type-aliases": "0.0.0-6037",
|
|
35
|
+
"@docusaurus/utils": "0.0.0-6037",
|
|
36
|
+
"@docusaurus/utils-common": "0.0.0-6037",
|
|
37
37
|
"@types/history": "^4.7.11",
|
|
38
38
|
"@types/react": "*",
|
|
39
39
|
"@types/react-router-config": "*",
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"utility-types": "^3.10.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@docusaurus/core": "0.0.0-
|
|
48
|
-
"@docusaurus/types": "0.0.0-
|
|
47
|
+
"@docusaurus/core": "0.0.0-6037",
|
|
48
|
+
"@docusaurus/types": "0.0.0-6037",
|
|
49
49
|
"fs-extra": "^11.1.1",
|
|
50
50
|
"lodash": "^4.17.21",
|
|
51
51
|
"schema-dts": "^1.1.2"
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"engines": {
|
|
59
59
|
"node": ">=18.0"
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "7ea37586607008a19578869727ec5e725e62a456"
|
|
62
62
|
}
|