Skip to content

Commit

Permalink
Incldue a missing dependency in rush-sdk. (#4872)
Browse files Browse the repository at this point in the history
  • Loading branch information
iclanton authored Aug 8, 2024
1 parent 9a6fcbb commit fc81708
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 6 deletions.
10 changes: 10 additions & 0 deletions common/changes/@microsoft/rush/main_2024-08-08-23-20.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@microsoft/rush",
"comment": "Include a missing dependency in `@rushstack/rush-sdk`.",
"type": "none"
}
],
"packageName": "@microsoft/rush"
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions common/config/subspaces/build-tests-subspace/repo-state.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
{
"pnpmShrinkwrapHash": "c0913bff408b4b5b4199bb79136507654411840d",
"pnpmShrinkwrapHash": "f94d51b110226486a9836ddc17b3e95022520ef6",
"preferredVersionsHash": "ce857ea0536b894ec8f346aaea08cfd85a5af648",
"packageJsonInjectedDependenciesHash": "41bcc1ae799e99853393c22bcf0c649e0e330e14"
"packageJsonInjectedDependenciesHash": "c24ee2dc8281e8a5ac88833da2d53980baf2e71c"
}
6 changes: 3 additions & 3 deletions common/config/subspaces/default/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libraries/rush-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
},
"license": "MIT",
"dependencies": {
"@rushstack/lookup-by-path": "workspace:*",
"@rushstack/node-core-library": "workspace:*",
"@rushstack/terminal": "workspace:*",
"@types/node-fetch": "2.6.2",
Expand All @@ -48,7 +49,6 @@
"@rushstack/heft": "workspace:*",
"local-node-rig": "workspace:*",
"@rushstack/heft-webpack5-plugin": "workspace:*",
"@rushstack/lookup-by-path": "workspace:*",
"@rushstack/stream-collator": "workspace:*",
"@rushstack/ts-command-line": "workspace:*",
"@rushstack/webpack-preserve-dynamic-require-plugin": "workspace:*",
Expand Down

0 comments on commit fc81708

Please sign in to comment.