-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies with new patches
- Loading branch information
Showing
10 changed files
with
1,524 additions
and
9,052 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,5 +20,4 @@ out.txt | |
.cache | ||
tsconfig.tsbuildinfo | ||
.yarn | ||
.yarnrc | ||
recompile.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--ignore-engines true | ||
--network-timeout 1000000000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
diff --git a/node_modules/@changesets/cli/dist/cli.cjs.dev.js b/node_modules/@changesets/cli/dist/cli.cjs.dev.js | ||
index f2a2bfc..d81f9de 100644 | ||
--- a/node_modules/@changesets/cli/dist/cli.cjs.dev.js | ||
+++ b/node_modules/@changesets/cli/dist/cli.cjs.dev.js | ||
@@ -556,7 +556,7 @@ async function version(cwd, options, config) { | ||
// @ts-ignore | ||
var isCI = !!(isCI__default['default'] || process.env.GITHUB_ACTIONS); | ||
|
||
-const npmRequestLimit = pLimit__default['default'](40); | ||
+const npmRequestLimit = pLimit__default['default'](3); | ||
const npmPublishLimit = pLimit__default['default'](10); | ||
|
||
function jsonParse(input) { | ||
diff --git a/node_modules/@changesets/cli/dist/cli.esm.js b/node_modules/@changesets/cli/dist/cli.esm.js | ||
index 82f2141..06966b9 100644 | ||
--- a/node_modules/@changesets/cli/dist/cli.esm.js | ||
+++ b/node_modules/@changesets/cli/dist/cli.esm.js | ||
@@ -533,7 +533,7 @@ async function version(cwd, options, config) { | ||
// @ts-ignore | ||
var isCI = !!(isCI$1 || process.env.GITHUB_ACTIONS); | ||
|
||
-const npmRequestLimit = pLimit(40); | ||
+const npmRequestLimit = pLimit(3); | ||
const npmPublishLimit = pLimit(10); | ||
|
||
function jsonParse(input) { |
File renamed without changes.
38 changes: 0 additions & 38 deletions
38
patches/@docusaurus+theme-search-algolia+2.0.0-alpha.fd17476c3.patch
This file was deleted.
Oops, something went wrong.
13 changes: 13 additions & 0 deletions
13
patches/@docusaurus+theme-search-algolia+2.0.0-alpha.ffe8b6106.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/node_modules/@docusaurus/theme-search-algolia/src/theme/SearchBar/index.js b/node_modules/@docusaurus/theme-search-algolia/src/theme/SearchBar/index.js | ||
index 033a105..94e3159 100644 | ||
--- a/node_modules/@docusaurus/theme-search-algolia/src/theme/SearchBar/index.js | ||
+++ b/node_modules/@docusaurus/theme-search-algolia/src/theme/SearchBar/index.js | ||
@@ -101,7 +101,7 @@ function DocSearch({contextualSearch, ...props}) { | ||
|
||
const navigator = useRef({ | ||
navigate({itemUrl}) { | ||
- history.push(itemUrl); | ||
+ window.location.assign(itemUrl); | ||
}, | ||
}).current; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.