bump website dependecies (#2500)

* bump website dependecies

* fix translations
This commit is contained in:
Julius Lungys 2022-03-06 14:49:31 +02:00 committed by GitHub
parent 7b07209b27
commit 81bca6e52c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 1568 additions and 2125 deletions

View File

@ -194,5 +194,32 @@
"theme.tags.tagsPageTitle": { "theme.tags.tagsPageTitle": {
"message": "タグ", "message": "タグ",
"description": "The title of the tag list page" "description": "The title of the tag list page"
},
"theme.blog.post.readMoreLabel": {
"message": "Read more about {title}",
"description": "The ARIA label for the link to full blog posts from excerpts"
},
"theme.colorToggle.ariaLabel": {
"message": "Switch between dark and light mode (currently {mode})",
"description": "The ARIA label for the navbar color mode toggle"
},
"theme.colorToggle.ariaLabel.mode.dark": {
"message": "dark mode",
"description": "The name for the dark color mode"
},
"theme.colorToggle.ariaLabel.mode.light": {
"message": "light mode",
"description": "The name for the light color mode"
},
"theme.docs.DocCard.categoryDescription": {
"message": "{count} items",
"description": "The default description for a category card in the generated index about how many items this category includes"
},
"theme.docs.versionBadge.label": {
"message": "Version: {versionLabel}"
},
"theme.navbar.mobileLanguageDropdown.label": {
"message": "Languages",
"description": "The label for the mobile language switcher dropdown"
} }
} }

View File

@ -194,5 +194,32 @@
"theme.tags.tagsPageTitle": { "theme.tags.tagsPageTitle": {
"message": "Tags", "message": "Tags",
"description": "The title of the tag list page" "description": "The title of the tag list page"
},
"theme.blog.post.readMoreLabel": {
"message": "Read more about {title}",
"description": "The ARIA label for the link to full blog posts from excerpts"
},
"theme.colorToggle.ariaLabel": {
"message": "Switch between dark and light mode (currently {mode})",
"description": "The ARIA label for the navbar color mode toggle"
},
"theme.colorToggle.ariaLabel.mode.dark": {
"message": "dark mode",
"description": "The name for the dark color mode"
},
"theme.colorToggle.ariaLabel.mode.light": {
"message": "light mode",
"description": "The name for the light color mode"
},
"theme.docs.DocCard.categoryDescription": {
"message": "{count} items",
"description": "The default description for a category card in the generated index about how many items this category includes"
},
"theme.docs.versionBadge.label": {
"message": "Version: {versionLabel}"
},
"theme.navbar.mobileLanguageDropdown.label": {
"message": "Languages",
"description": "The label for the mobile language switcher dropdown"
} }
} }

View File

@ -194,5 +194,32 @@
"theme.tags.tagsPageTitle": { "theme.tags.tagsPageTitle": {
"message": "Tags", "message": "Tags",
"description": "The title of the tag list page" "description": "The title of the tag list page"
},
"theme.blog.post.readMoreLabel": {
"message": "Read more about {title}",
"description": "The ARIA label for the link to full blog posts from excerpts"
},
"theme.colorToggle.ariaLabel": {
"message": "Switch between dark and light mode (currently {mode})",
"description": "The ARIA label for the navbar color mode toggle"
},
"theme.colorToggle.ariaLabel.mode.dark": {
"message": "dark mode",
"description": "The name for the dark color mode"
},
"theme.colorToggle.ariaLabel.mode.light": {
"message": "light mode",
"description": "The name for the light color mode"
},
"theme.docs.DocCard.categoryDescription": {
"message": "{count} items",
"description": "The default description for a category card in the generated index about how many items this category includes"
},
"theme.docs.versionBadge.label": {
"message": "Version: {versionLabel}"
},
"theme.navbar.mobileLanguageDropdown.label": {
"message": "Languages",
"description": "The label for the mobile language switcher dropdown"
} }
} }

3588
website/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -15,19 +15,19 @@
"write-heading-ids": "docusaurus write-heading-ids" "write-heading-ids": "docusaurus write-heading-ids"
}, },
"dependencies": { "dependencies": {
"@docusaurus/core": "^2.0.0-beta.15", "@docusaurus/core": "^2.0.0-beta.17",
"@docusaurus/plugin-client-redirects": "^2.0.0-beta.15", "@docusaurus/plugin-client-redirects": "^2.0.0-beta.17",
"@docusaurus/plugin-content-docs": "^2.0.0-beta.14", "@docusaurus/plugin-content-docs": "^2.0.0-beta.17",
"@docusaurus/plugin-content-pages": "^2.0.0-beta.15", "@docusaurus/plugin-content-pages": "^2.0.0-beta.17",
"@docusaurus/plugin-google-analytics": "^2.0.0-beta.17", "@docusaurus/plugin-google-analytics": "^2.0.0-beta.17",
"@docusaurus/theme-classic": "^2.0.0-beta.15", "@docusaurus/theme-classic": "^2.0.0-beta.17",
"@easyops-cn/docusaurus-search-local": "^0.21.1", "@easyops-cn/docusaurus-search-local": "^0.22.0",
"@mdx-js/react": "^1.6.21", "@mdx-js/react": "^1.6.21",
"@svgr/webpack": "^6.2.1", "@svgr/webpack": "^6.2.1",
"clsx": "^1.1.1", "clsx": "^1.1.1",
"file-loader": "^6.2.0", "file-loader": "^6.2.0",
"react": "^17.0.1", "react": "^17.0.2",
"react-dom": "^17.0.1", "react-dom": "^17.0.2",
"url-loader": "^4.1.1" "url-loader": "^4.1.1"
}, },
"browserslist": { "browserslist": {
@ -43,12 +43,12 @@
] ]
}, },
"devDependencies": { "devDependencies": {
"@docusaurus/module-type-aliases": "^2.0.0-beta.15", "@docusaurus/module-type-aliases": "^2.0.0-beta.17",
"@tsconfig/docusaurus": "^1.0.2", "@tsconfig/docusaurus": "^1.0.4",
"@types/react": "^17.0.39", "@types/react": "^17.0.39",
"@types/react-helmet": "^6.1.1", "@types/react-helmet": "^6.1.5",
"@types/react-router-dom": "^5.3.3", "@types/react-router-dom": "^5.3.3",
"typescript": "^4.5.5", "typescript": "^4.6.2",
"dir-compare": "^4.0.0" "dir-compare": "^4.0.0"
} }
} }