Skip to content

Commit

Permalink
fix: downgrade for node compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
restfulhead committed May 11, 2024
1 parent 9a27455 commit ca70cda
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 23 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@endemolshinegroup/cosmiconfig-typescript-loader": "^3.0.2",
"@octokit/core": "4.2.4",
"@octokit/plugin-enterprise-compatibility": "2.0.5",
"@octokit/plugin-retry": "5.0.3",
"@octokit/plugin-retry": "4.1.6",
"@octokit/plugin-throttling": "6.1.0",
"@octokit/plugin-rest-endpoint-methods": "7.2.1",
"@octokit/plugin-paginate-rest": "6.1.2",
Expand Down
27 changes: 5 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@octokit/plugin-enterprise-compatibility" "2.0.5"
"@octokit/plugin-paginate-rest" "6.1.2"
"@octokit/plugin-rest-endpoint-methods" "7.2.1"
"@octokit/plugin-retry" "5.0.3"
"@octokit/plugin-retry" "4.1.6"
"@octokit/plugin-throttling" "6.1.0"
"@octokit/rest" "19.0.13"
await-to-js "^3.0.0"
Expand Down Expand Up @@ -1917,12 +1917,11 @@
dependencies:
"@octokit/types" "^9.3.1"

"@octokit/plugin-retry@5.0.3":
version "5.0.3"
resolved "https://registry.yarnpkg.com/@octokit/plugin-retry/-/plugin-retry-5.0.3.tgz#19012e882fd8bf9d55a9c455e8572bbcabf7973f"
integrity sha512-Lc2zM9J4LdWHq+Nb5U1Jl+7DJmnrtZBPDT8gNFE1wlEqQ18GWX2ohmUb82mxysAPHAtiszEv2fdewCqTzQyUhw==
"@octokit/plugin-retry@4.1.6":
version "4.1.6"
resolved "https://registry.yarnpkg.com/@octokit/plugin-retry/-/plugin-retry-4.1.6.tgz#e33b1e520f0bd24d515c9901676b55df64dfc795"
integrity sha512-obkYzIgEC75r8+9Pnfiiqy3y/x1bc3QLE5B7qvv9wi9Kj0R5tGQFC6QMBg1154WQ9lAVypuQDGyp3hNpp15gQQ==
dependencies:
"@octokit/request-error" "^4.0.1"
"@octokit/types" "^9.0.0"
bottleneck "^2.15.3"

Expand Down Expand Up @@ -1952,15 +1951,6 @@
deprecation "^2.0.0"
once "^1.4.0"

"@octokit/request-error@^4.0.1":
version "4.0.2"
resolved "https://registry.yarnpkg.com/@octokit/request-error/-/request-error-4.0.2.tgz#0e16802f3e688e1dd6807e81c7810f419b2c530d"
integrity sha512-uqwUEmZw3x4I9DGYq9fODVAAvcLsPQv97NRycP6syEFu5916M189VnNBW2zANNwqg3OiligNcAey7P0SET843w==
dependencies:
"@octokit/types" "^10.0.0"
deprecation "^2.0.0"
once "^1.4.0"

"@octokit/request@^5.6.0", "@octokit/request@^5.6.3":
version "5.6.3"
resolved "https://registry.yarnpkg.com/@octokit/request/-/request-5.6.3.tgz#19a022515a5bba965ac06c9d1334514eb50c48b0"
Expand Down Expand Up @@ -2020,13 +2010,6 @@
resolved "https://registry.yarnpkg.com/@octokit/tsconfig/-/tsconfig-1.0.2.tgz#59b024d6f3c0ed82f00d08ead5b3750469125af7"
integrity sha512-I0vDR0rdtP8p2lGMzvsJzbhdOWy405HcGovrspJ8RRibHnyRgggUSNO5AIox5LmqiwmatHKYsvj6VGFHkqS7lA==

"@octokit/types@^10.0.0":
version "10.0.0"
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-10.0.0.tgz#7ee19c464ea4ada306c43f1a45d444000f419a4a"
integrity sha512-Vm8IddVmhCgU1fxC1eyinpwqzXPEYu0NrYzD3YZjlGjyftdLBTeqNblRC0jmJmgxbJIsQlyogVeGnrNaaMVzIg==
dependencies:
"@octokit/openapi-types" "^18.0.0"

"@octokit/types@^6.0.3", "@octokit/types@^6.16.1", "@octokit/types@^6.40.0":
version "6.41.0"
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.41.0.tgz#e58ef78d78596d2fb7df9c6259802464b5f84a04"
Expand Down

0 comments on commit ca70cda

Please sign in to comment.