Skip to content

Commit

Permalink
dedupe
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 committed Sep 18, 2023
1 parent ffd7490 commit dacdb8a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 30 deletions.
4 changes: 2 additions & 2 deletions incubator/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"test": "rnx-kit-scripts test"
},
"dependencies": {
"@octokit/core": "^4.0.0",
"@octokit/plugin-rest-endpoint-methods": "^7.0.0",
"@octokit/core": "^4.2.4",
"@octokit/plugin-rest-endpoint-methods": "7.2.1",
"@octokit/request-error": "^3.0.0",
"@rnx-kit/config": "^0.6.0",
"env-paths": "^3.0.0",
Expand Down
40 changes: 12 additions & 28 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2776,7 +2776,7 @@ __metadata:
languageName: node
linkType: hard

"@octokit/core@npm:^4.0.0":
"@octokit/core@npm:^4.2.4":
version: 4.2.4
resolution: "@octokit/core@npm:4.2.4"
dependencies:
Expand Down Expand Up @@ -2813,28 +2813,21 @@ __metadata:
languageName: node
linkType: hard

"@octokit/openapi-types@npm:^17.2.0":
version: 17.2.0
resolution: "@octokit/openapi-types@npm:17.2.0"
checksum: 29995e34f98d9d64ba234d64a7ae9486c66d2bb6ac0d30d9a42decdbb4b03b13e811769b1e1505a1748ff20c22d35724985e6c128cd11a3f14f8322201520093
languageName: node
linkType: hard

"@octokit/openapi-types@npm:^18.0.0":
version: 18.0.0
resolution: "@octokit/openapi-types@npm:18.0.0"
checksum: d487d6c6c1965e583eee417d567e4fe3357a98953fc49bce1a88487e7908e9b5dbb3e98f60dfa340e23b1792725fbc006295aea071c5667a813b9c098185b56f
languageName: node
linkType: hard

"@octokit/plugin-rest-endpoint-methods@npm:^7.0.0":
version: 7.2.3
resolution: "@octokit/plugin-rest-endpoint-methods@npm:7.2.3"
"@octokit/plugin-rest-endpoint-methods@npm:7.2.1":
version: 7.2.1
resolution: "@octokit/plugin-rest-endpoint-methods@npm:7.2.1"
dependencies:
"@octokit/types": ^10.0.0
"@octokit/types": ^9.3.1
peerDependencies:
"@octokit/core": ">=3"
checksum: 21dfb98514dbe900c29cddb13b335bbce43d613800c6b17eba3c1fd31d17e69c1960f3067f7bf864bb38fdd5043391f4a23edee42729d8c7fbabd00569a80336
checksum: 069e52305f9d2e85fb83819a80860e526b9da2e0936640975f749a2c63020674053e6f4b5af771651a93320172579b0779bf3d663c8adcd090f152aac29f4ad4
languageName: node
linkType: hard

Expand Down Expand Up @@ -2863,21 +2856,12 @@ __metadata:
languageName: node
linkType: hard

"@octokit/types@npm:^10.0.0":
version: 10.0.0
resolution: "@octokit/types@npm:10.0.0"
"@octokit/types@npm:^9.0.0, @octokit/types@npm:^9.3.1":
version: 9.3.2
resolution: "@octokit/types@npm:9.3.2"
dependencies:
"@octokit/openapi-types": ^18.0.0
checksum: 8aafba2ff0cd2435fb70c291bf75ed071c0fa8a865cf6169648732068a35dec7b85a345851f18920ec5f3e94ee0e954988485caac0da09ec3f6781cc44fe153a
languageName: node
linkType: hard

"@octokit/types@npm:^9.0.0":
version: 9.2.3
resolution: "@octokit/types@npm:9.2.3"
dependencies:
"@octokit/openapi-types": ^17.2.0
checksum: 6806413089f20a8302237ef85aa2e83bace7499e95fdc3db2d304f9e6dc6e87fb6766452f92e08ddf475046b69753e11beabaeff6733c38bdaf3e21dfd7d3341
checksum: f55d096aaed3e04b8308d4422104fb888f355988056ba7b7ef0a4c397b8a3e54290d7827b06774dbe0c9ce55280b00db486286954f9c265aa6b03091026d9da8
languageName: node
linkType: hard

Expand Down Expand Up @@ -3457,8 +3441,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@rnx-kit/build@workspace:incubator/build"
dependencies:
"@octokit/core": ^4.0.0
"@octokit/plugin-rest-endpoint-methods": ^7.0.0
"@octokit/core": ^4.2.4
"@octokit/plugin-rest-endpoint-methods": 7.2.1
"@octokit/request-error": ^3.0.0
"@rnx-kit/config": ^0.6.0
"@rnx-kit/scripts": "*"
Expand Down

0 comments on commit dacdb8a

Please sign in to comment.