@docusaurus/core 0.0.0-5502 → 0.0.0-5504
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.
|
@@ -24,7 +24,7 @@ function createInlineHtmlBanner(baseUrl) {
|
|
|
24
24
|
return `
|
|
25
25
|
<div id="${BannerId}" style="border: thick solid red; background-color: rgb(255, 230, 179); margin: 20px; padding: 20px; font-size: 20px;">
|
|
26
26
|
<p style="font-weight: bold; font-size: 30px;">Your Docusaurus site did not load properly.</p>
|
|
27
|
-
<p>A very common reason is a wrong site <a href="https://docusaurus.io/docs/docusaurus.config.js/#
|
|
27
|
+
<p>A very common reason is a wrong site <a href="https://docusaurus.io/docs/docusaurus.config.js/#baseUrl" style="font-weight: bold;">baseUrl configuration</a>.</p>
|
|
28
28
|
<p>Current configured baseUrl = <span style="font-weight: bold; color: red;">${baseUrl}</span> ${baseUrl === '/' ? ' (default value)' : ''}</p>
|
|
29
29
|
<p>We suggest trying baseUrl = <span id="${SuggestionContainerId}" style="font-weight: bold; color: green;"></span></p>
|
|
30
30
|
</div>
|
|
@@ -7,5 +7,5 @@
|
|
|
7
7
|
/// <reference types="@docusaurus/module-type-aliases" />
|
|
8
8
|
import React from 'react';
|
|
9
9
|
import type { Props } from '@docusaurus/Link';
|
|
10
|
-
declare const _default: React.ForwardRefExoticComponent<
|
|
10
|
+
declare const _default: React.ForwardRefExoticComponent<Omit<Props, "ref"> & React.RefAttributes<HTMLAnchorElement>>;
|
|
11
11
|
export default _default;
|
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-
|
|
4
|
+
"version": "0.0.0-5504",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -34,22 +34,22 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@babel/core": "^7.20.12",
|
|
37
|
-
"@babel/generator": "^7.
|
|
37
|
+
"@babel/generator": "^7.21.1",
|
|
38
38
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
39
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
39
|
+
"@babel/plugin-transform-runtime": "^7.21.0",
|
|
40
40
|
"@babel/preset-env": "^7.20.2",
|
|
41
41
|
"@babel/preset-react": "^7.18.6",
|
|
42
|
-
"@babel/preset-typescript": "^7.
|
|
43
|
-
"@babel/runtime": "^7.
|
|
44
|
-
"@babel/runtime-corejs3": "^7.
|
|
45
|
-
"@babel/traverse": "^7.
|
|
46
|
-
"@docusaurus/cssnano-preset": "0.0.0-
|
|
47
|
-
"@docusaurus/logger": "0.0.0-
|
|
48
|
-
"@docusaurus/mdx-loader": "0.0.0-
|
|
42
|
+
"@babel/preset-typescript": "^7.21.0",
|
|
43
|
+
"@babel/runtime": "^7.21.0",
|
|
44
|
+
"@babel/runtime-corejs3": "^7.21.0",
|
|
45
|
+
"@babel/traverse": "^7.21.2",
|
|
46
|
+
"@docusaurus/cssnano-preset": "0.0.0-5504",
|
|
47
|
+
"@docusaurus/logger": "0.0.0-5504",
|
|
48
|
+
"@docusaurus/mdx-loader": "0.0.0-5504",
|
|
49
49
|
"@docusaurus/react-loadable": "5.5.2",
|
|
50
|
-
"@docusaurus/utils": "0.0.0-
|
|
51
|
-
"@docusaurus/utils-common": "0.0.0-
|
|
52
|
-
"@docusaurus/utils-validation": "0.0.0-
|
|
50
|
+
"@docusaurus/utils": "0.0.0-5504",
|
|
51
|
+
"@docusaurus/utils-common": "0.0.0-5504",
|
|
52
|
+
"@docusaurus/utils-validation": "0.0.0-5504",
|
|
53
53
|
"@slorber/static-site-generator-webpack-plugin": "^4.0.7",
|
|
54
54
|
"@svgr/webpack": "^6.5.1",
|
|
55
55
|
"autoprefixer": "^10.4.13",
|
|
@@ -58,19 +58,19 @@
|
|
|
58
58
|
"boxen": "^6.2.1",
|
|
59
59
|
"chalk": "^4.1.2",
|
|
60
60
|
"chokidar": "^3.5.3",
|
|
61
|
-
"clean-css": "^5.3.
|
|
61
|
+
"clean-css": "^5.3.2",
|
|
62
62
|
"cli-table3": "^0.6.3",
|
|
63
63
|
"combine-promises": "^1.1.0",
|
|
64
64
|
"commander": "^5.1.0",
|
|
65
65
|
"copy-webpack-plugin": "^11.0.0",
|
|
66
|
-
"core-js": "^3.
|
|
66
|
+
"core-js": "^3.29.0",
|
|
67
67
|
"css-loader": "^6.7.3",
|
|
68
68
|
"css-minimizer-webpack-plugin": "^4.2.2",
|
|
69
|
-
"cssnano": "^5.1.
|
|
69
|
+
"cssnano": "^5.1.15",
|
|
70
70
|
"del": "^6.1.1",
|
|
71
71
|
"detect-port": "^1.5.1",
|
|
72
72
|
"escape-html": "^1.0.3",
|
|
73
|
-
"eta": "^2.0.
|
|
73
|
+
"eta": "^2.0.1",
|
|
74
74
|
"file-loader": "^6.2.0",
|
|
75
75
|
"fs-extra": "^11.1.0",
|
|
76
76
|
"html-minifier-terser": "^7.1.0",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"import-fresh": "^3.3.0",
|
|
80
80
|
"leven": "^3.1.0",
|
|
81
81
|
"lodash": "^4.17.21",
|
|
82
|
-
"mini-css-extract-plugin": "^2.7.
|
|
82
|
+
"mini-css-extract-plugin": "^2.7.3",
|
|
83
83
|
"postcss": "^8.4.21",
|
|
84
84
|
"postcss-loader": "^7.0.2",
|
|
85
85
|
"prompts": "^2.4.2",
|
|
@@ -94,22 +94,22 @@
|
|
|
94
94
|
"semver": "^7.3.8",
|
|
95
95
|
"serve-handler": "^6.1.5",
|
|
96
96
|
"shelljs": "^0.8.5",
|
|
97
|
-
"terser-webpack-plugin": "^5.3.
|
|
98
|
-
"tslib": "^2.
|
|
97
|
+
"terser-webpack-plugin": "^5.3.7",
|
|
98
|
+
"tslib": "^2.5.0",
|
|
99
99
|
"update-notifier": "^6.0.2",
|
|
100
100
|
"url-loader": "^4.1.1",
|
|
101
101
|
"wait-on": "^7.0.1",
|
|
102
|
-
"webpack": "^5.
|
|
103
|
-
"webpack-bundle-analyzer": "^4.
|
|
102
|
+
"webpack": "^5.76.0",
|
|
103
|
+
"webpack-bundle-analyzer": "^4.8.0",
|
|
104
104
|
"webpack-dev-server": "^4.11.1",
|
|
105
105
|
"webpack-merge": "^5.8.0",
|
|
106
106
|
"webpackbar": "^5.0.2"
|
|
107
107
|
},
|
|
108
108
|
"devDependencies": {
|
|
109
|
-
"@docusaurus/module-type-aliases": "0.0.0-
|
|
110
|
-
"@docusaurus/types": "0.0.0-
|
|
109
|
+
"@docusaurus/module-type-aliases": "0.0.0-5504",
|
|
110
|
+
"@docusaurus/types": "0.0.0-5504",
|
|
111
111
|
"@types/detect-port": "^1.3.2",
|
|
112
|
-
"@types/react-dom": "^18.0.
|
|
112
|
+
"@types/react-dom": "^18.0.11",
|
|
113
113
|
"@types/react-router-config": "^5.0.6",
|
|
114
114
|
"@types/rtl-detect": "^1.0.0",
|
|
115
115
|
"@types/serve-handler": "^6.1.1",
|
|
@@ -127,5 +127,5 @@
|
|
|
127
127
|
"engines": {
|
|
128
128
|
"node": ">=16.14"
|
|
129
129
|
},
|
|
130
|
-
"gitHead": "
|
|
130
|
+
"gitHead": "845b09e59ffae7495a109e6d5b05fa778f8c0c58"
|
|
131
131
|
}
|