Skip to content

Commit

Permalink
chore(changeset): update patch
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Jan 21, 2021
1 parent a6ce578 commit 5107766
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion packages/handlers/json-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@graphql-mesh/types": "0.29.0",
"@graphql-mesh/utils": "0.8.5",
"aggregate-error": "3.1.0",
"@ardatan/aggregate-error": "0.0.6",
"ajv": "7.0.3",
"fetchache": "0.0.4",
"lodash": "4.17.20",
Expand Down
2 changes: 1 addition & 1 deletion packages/handlers/thrift/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"@types/url-join": "4.0.0"
},
"dependencies": {
"@ardatan/aggregate-error": "0.0.6",
"@creditkarma/thrift-client": "0.16.1",
"@creditkarma/thrift-parser": "1.2.0",
"@creditkarma/thrift-server-core": "0.16.1",
"@graphql-mesh/types": "0.29.0",
"@graphql-mesh/utils": "0.8.5",
"aggregate-error": "3.1.0",
"fetchache": "0.0.4",
"graphql-scalars": "1.7.0",
"url-join": "4.0.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
diff --git a/node_modules/@changesets/cli/dist/cli.cjs.dev.js b/node_modules/@changesets/cli/dist/cli.cjs.dev.js
index 9f43a72..b64b8e0 100644
index 70a3e8d..0d16210 100644
--- a/node_modules/@changesets/cli/dist/cli.cjs.dev.js
+++ b/node_modules/@changesets/cli/dist/cli.cjs.dev.js
@@ -550,7 +550,7 @@ async function version(cwd, options, config) {
@@ -549,7 +549,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);

function jsonParse(input) {
try {
diff --git a/node_modules/@changesets/cli/dist/cli.cjs.prod.js b/node_modules/@changesets/cli/dist/cli.cjs.prod.js
index 9731f22..2830245 100644
index 84f9bbe..d850905 100644
--- a/node_modules/@changesets/cli/dist/cli.cjs.prod.js
+++ b/node_modules/@changesets/cli/dist/cli.cjs.prod.js
@@ -315,7 +315,7 @@ async function version(cwd, options, config) {

var isCI = !(!isCI__default.default && !process.env.GITHUB_ACTIONS);

-const npmRequestLimit = pLimit__default.default(40);
+const npmRequestLimit = pLimit__default.default(3);

function jsonParse(input) {
try {
diff --git a/node_modules/@changesets/cli/dist/cli.esm.js b/node_modules/@changesets/cli/dist/cli.esm.js
index 674ab7f..20b77ff 100644
index 5c6d033..b1eab10 100644
--- a/node_modules/@changesets/cli/dist/cli.esm.js
+++ b/node_modules/@changesets/cli/dist/cli.esm.js
@@ -527,7 +527,7 @@ async function version(cwd, options, config) {
@@ -526,7 +526,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);

function jsonParse(input) {
try {
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4768,7 +4768,7 @@ agentkeepalive@^4.1.0:
depd "^1.1.2"
humanize-ms "^1.2.1"

aggregate-error@3.1.0, aggregate-error@^3.0.0:
aggregate-error@^3.0.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/aggregate-error/-/aggregate-error-3.1.0.tgz#92670ff50f5359bdb7a3e0d40d0ec30c5737687a"
integrity sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==
Expand Down

0 comments on commit 5107766

Please sign in to comment.