@docusaurus/core 0.0.0-5673 → 0.0.0-5675

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.
Files changed (2) hide show
  1. package/bin/beforeCli.mjs +10 -1
  2. package/package.json +10 -10
package/bin/beforeCli.mjs CHANGED
@@ -141,7 +141,16 @@ export default async function beforeCli() {
141
141
  margin: 1,
142
142
  align: 'center',
143
143
  borderColor: 'yellow',
144
- borderStyle: 'round',
144
+ borderStyle: {
145
+ topLeft: ' ',
146
+ topRight: ' ',
147
+ bottomLeft: ' ',
148
+ bottomRight: ' ',
149
+ top: '-',
150
+ bottom: '-',
151
+ left: ' ',
152
+ right: ' ',
153
+ },
145
154
  };
146
155
 
147
156
  const docusaurusUpdateMessage = boxen(
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-5673",
4
+ "version": "0.0.0-5675",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -43,13 +43,13 @@
43
43
  "@babel/runtime": "^7.22.6",
44
44
  "@babel/runtime-corejs3": "^7.22.6",
45
45
  "@babel/traverse": "^7.22.8",
46
- "@docusaurus/cssnano-preset": "0.0.0-5673",
47
- "@docusaurus/logger": "0.0.0-5673",
48
- "@docusaurus/mdx-loader": "0.0.0-5673",
46
+ "@docusaurus/cssnano-preset": "0.0.0-5675",
47
+ "@docusaurus/logger": "0.0.0-5675",
48
+ "@docusaurus/mdx-loader": "0.0.0-5675",
49
49
  "@docusaurus/react-loadable": "5.5.2",
50
- "@docusaurus/utils": "0.0.0-5673",
51
- "@docusaurus/utils-common": "0.0.0-5673",
52
- "@docusaurus/utils-validation": "0.0.0-5673",
50
+ "@docusaurus/utils": "0.0.0-5675",
51
+ "@docusaurus/utils-common": "0.0.0-5675",
52
+ "@docusaurus/utils-validation": "0.0.0-5675",
53
53
  "@slorber/static-site-generator-webpack-plugin": "^4.0.7",
54
54
  "@svgr/webpack": "^6.5.1",
55
55
  "autoprefixer": "^10.4.14",
@@ -106,8 +106,8 @@
106
106
  "webpackbar": "^5.0.2"
107
107
  },
108
108
  "devDependencies": {
109
- "@docusaurus/module-type-aliases": "0.0.0-5673",
110
- "@docusaurus/types": "0.0.0-5673",
109
+ "@docusaurus/module-type-aliases": "0.0.0-5675",
110
+ "@docusaurus/types": "0.0.0-5675",
111
111
  "@types/detect-port": "^1.3.3",
112
112
  "@types/react-dom": "^18.2.7",
113
113
  "@types/react-router-config": "^5.0.7",
@@ -127,5 +127,5 @@
127
127
  "engines": {
128
128
  "node": ">=16.14"
129
129
  },
130
- "gitHead": "92d08bfdd2b6b8a4b7ceddab39573941abf0fe2d"
130
+ "gitHead": "a32aa9f5c3d9ba0a0c781558e2fb2d404b2b27c9"
131
131
  }