@docusaurus/core 0.0.0-4924 → 0.0.0-4928

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.
@@ -4,6 +4,8 @@
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  */
7
+ // Should we translate theme-fallback?
8
+ /* eslint-disable @docusaurus/no-untranslated-text */
7
9
  import React from 'react';
8
10
  import Layout from '@theme/Layout';
9
11
  import ErrorBoundary from '@docusaurus/ErrorBoundary';
@@ -4,6 +4,8 @@
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  */
7
+ // Should we translate theme-fallback?
8
+ /* eslint-disable @docusaurus/no-untranslated-text */
7
9
  import React from 'react';
8
10
  export default function Loading({ error, retry, pastDelay, }) {
9
11
  if (error) {
@@ -4,6 +4,8 @@
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  */
7
+ // Should we translate theme-fallback?
8
+ /* eslint-disable @docusaurus/no-untranslated-text */
7
9
  import React from 'react';
8
10
  import Layout from '@theme/Layout';
9
11
  import Head from '@docusaurus/Head';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@docusaurus/core",
3
3
  "description": "Easy to Maintain Open Source Documentation Websites",
4
- "version": "0.0.0-4924",
4
+ "version": "0.0.0-4928",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -41,13 +41,13 @@
41
41
  "@babel/runtime": "^7.17.9",
42
42
  "@babel/runtime-corejs3": "^7.17.9",
43
43
  "@babel/traverse": "^7.17.9",
44
- "@docusaurus/cssnano-preset": "0.0.0-4924",
45
- "@docusaurus/logger": "0.0.0-4924",
46
- "@docusaurus/mdx-loader": "0.0.0-4924",
44
+ "@docusaurus/cssnano-preset": "0.0.0-4928",
45
+ "@docusaurus/logger": "0.0.0-4928",
46
+ "@docusaurus/mdx-loader": "0.0.0-4928",
47
47
  "@docusaurus/react-loadable": "5.5.2",
48
- "@docusaurus/utils": "0.0.0-4924",
49
- "@docusaurus/utils-common": "0.0.0-4924",
50
- "@docusaurus/utils-validation": "0.0.0-4924",
48
+ "@docusaurus/utils": "0.0.0-4928",
49
+ "@docusaurus/utils-common": "0.0.0-4928",
50
+ "@docusaurus/utils-validation": "0.0.0-4928",
51
51
  "@slorber/static-site-generator-webpack-plugin": "^4.0.4",
52
52
  "@svgr/webpack": "^6.2.1",
53
53
  "autoprefixer": "^10.4.4",
@@ -104,8 +104,8 @@
104
104
  "webpackbar": "^5.0.2"
105
105
  },
106
106
  "devDependencies": {
107
- "@docusaurus/module-type-aliases": "0.0.0-4924",
108
- "@docusaurus/types": "0.0.0-4924",
107
+ "@docusaurus/module-type-aliases": "0.0.0-4928",
108
+ "@docusaurus/types": "0.0.0-4928",
109
109
  "@types/detect-port": "^1.3.2",
110
110
  "@types/react-dom": "^18.0.2",
111
111
  "@types/react-router-config": "^5.0.6",
@@ -125,5 +125,5 @@
125
125
  "engines": {
126
126
  "node": ">=14"
127
127
  },
128
- "gitHead": "9a5e4f9e3588967ccfb235a808f4bfc1447e403c"
128
+ "gitHead": "fc6b6a5b2caee19226c279ad3ec7098ee567a123"
129
129
  }