@docusaurus/core 0.0.0-5502 → 0.0.0-5503

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/#baseurl" style="font-weight: bold;">baseUrl configuration</a>.</p>
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>
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-5502",
4
+ "version": "0.0.0-5503",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -43,13 +43,13 @@
43
43
  "@babel/runtime": "^7.20.7",
44
44
  "@babel/runtime-corejs3": "^7.20.7",
45
45
  "@babel/traverse": "^7.20.12",
46
- "@docusaurus/cssnano-preset": "0.0.0-5502",
47
- "@docusaurus/logger": "0.0.0-5502",
48
- "@docusaurus/mdx-loader": "0.0.0-5502",
46
+ "@docusaurus/cssnano-preset": "0.0.0-5503",
47
+ "@docusaurus/logger": "0.0.0-5503",
48
+ "@docusaurus/mdx-loader": "0.0.0-5503",
49
49
  "@docusaurus/react-loadable": "5.5.2",
50
- "@docusaurus/utils": "0.0.0-5502",
51
- "@docusaurus/utils-common": "0.0.0-5502",
52
- "@docusaurus/utils-validation": "0.0.0-5502",
50
+ "@docusaurus/utils": "0.0.0-5503",
51
+ "@docusaurus/utils-common": "0.0.0-5503",
52
+ "@docusaurus/utils-validation": "0.0.0-5503",
53
53
  "@slorber/static-site-generator-webpack-plugin": "^4.0.7",
54
54
  "@svgr/webpack": "^6.5.1",
55
55
  "autoprefixer": "^10.4.13",
@@ -106,8 +106,8 @@
106
106
  "webpackbar": "^5.0.2"
107
107
  },
108
108
  "devDependencies": {
109
- "@docusaurus/module-type-aliases": "0.0.0-5502",
110
- "@docusaurus/types": "0.0.0-5502",
109
+ "@docusaurus/module-type-aliases": "0.0.0-5503",
110
+ "@docusaurus/types": "0.0.0-5503",
111
111
  "@types/detect-port": "^1.3.2",
112
112
  "@types/react-dom": "^18.0.10",
113
113
  "@types/react-router-config": "^5.0.6",
@@ -127,5 +127,5 @@
127
127
  "engines": {
128
128
  "node": ">=16.14"
129
129
  },
130
- "gitHead": "bb58b0fd3442b2ce9b251199c6d9982923d102ca"
130
+ "gitHead": "b5b97e4146d074d92640a01b133df61c5fddf2fb"
131
131
  }