@docusaurus/core 0.0.0-4160 → 0.0.0-4174
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.
- package/bin/beforeCli.js +1 -1
- package/package.json +8 -8
package/bin/beforeCli.js
CHANGED
|
@@ -67,7 +67,7 @@ function ignoreUpdate(update) {
|
|
|
67
67
|
if (
|
|
68
68
|
notifier.config &&
|
|
69
69
|
notifier.update &&
|
|
70
|
-
notifier.update.current
|
|
70
|
+
semver.lt(notifier.update.current, notifier.update.latest)
|
|
71
71
|
) {
|
|
72
72
|
// Because notifier clears cached data after reading it, leading to notifier not consistently displaying the update
|
|
73
73
|
// See https://github.com/yeoman/update-notifier/issues/209
|
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-4174",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"url": "https://github.com/facebook/docusaurus/issues"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@docusaurus/module-type-aliases": "0.0.0-
|
|
34
|
+
"@docusaurus/module-type-aliases": "0.0.0-4174",
|
|
35
35
|
"@types/copy-webpack-plugin": "^8.0.1",
|
|
36
36
|
"@types/css-minimizer-webpack-plugin": "^3.0.2",
|
|
37
37
|
"@types/detect-port": "^1.3.0",
|
|
@@ -54,12 +54,12 @@
|
|
|
54
54
|
"@babel/runtime": "^7.15.4",
|
|
55
55
|
"@babel/runtime-corejs3": "^7.15.4",
|
|
56
56
|
"@babel/traverse": "^7.12.13",
|
|
57
|
-
"@docusaurus/cssnano-preset": "0.0.0-
|
|
57
|
+
"@docusaurus/cssnano-preset": "0.0.0-4174",
|
|
58
58
|
"@docusaurus/react-loadable": "5.5.2",
|
|
59
|
-
"@docusaurus/types": "0.0.0-
|
|
60
|
-
"@docusaurus/utils": "0.0.0-
|
|
61
|
-
"@docusaurus/utils-common": "0.0.0-
|
|
62
|
-
"@docusaurus/utils-validation": "0.0.0-
|
|
59
|
+
"@docusaurus/types": "0.0.0-4174",
|
|
60
|
+
"@docusaurus/utils": "0.0.0-4174",
|
|
61
|
+
"@docusaurus/utils-common": "0.0.0-4174",
|
|
62
|
+
"@docusaurus/utils-validation": "0.0.0-4174",
|
|
63
63
|
"@slorber/static-site-generator-webpack-plugin": "^4.0.0",
|
|
64
64
|
"@svgr/webpack": "^5.5.0",
|
|
65
65
|
"autoprefixer": "^10.3.5",
|
|
@@ -129,5 +129,5 @@
|
|
|
129
129
|
"engines": {
|
|
130
130
|
"node": ">=14"
|
|
131
131
|
},
|
|
132
|
-
"gitHead": "
|
|
132
|
+
"gitHead": "a0e023ecaee9ac9d47fbee127eccccec96ef3fab"
|
|
133
133
|
}
|