Skip to content

Commit

Permalink
Merge pull request #3656 from iclanton/load-themed-styles-peerdep
Browse files Browse the repository at this point in the history
[loader-load-themed-styles] Make @microsoft/load-themed-styles a peerDependency of @microsoft/loader-load-themed-styles.
  • Loading branch information
iclanton authored Sep 28, 2022
2 parents beddcf7 + c26d5ca commit 0cbcd77
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@microsoft/loader-load-themed-styles",
"comment": "Make @microsoft/load-themed-styles a peer dependency.",
"type": "major"
}
],
"packageName": "@microsoft/loader-load-themed-styles"
}
2 changes: 1 addition & 1 deletion common/config/rush/pnpm-lock.yaml

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

7 changes: 4 additions & 3 deletions webpack/loader-load-themed-styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,17 @@
}
},
"peerDependencies": {
"@types/webpack": "^4"
"@types/webpack": "^4",
"@microsoft/load-themed-styles": "^1 || ^2"
},
"dependencies": {
"@microsoft/load-themed-styles": "workspace:*",
"loader-utils": "~1.1.0"
},
"devDependencies": {
"@microsoft/load-themed-styles": "workspace:*",
"@rushstack/eslint-config": "workspace:*",
"@rushstack/heft": "workspace:*",
"@rushstack/heft-node-rig": "workspace:*",
"@rushstack/heft": "workspace:*",
"@types/heft-jest": "1.0.1",
"@types/loader-utils": "1.1.3",
"@types/node": "12.20.24",
Expand Down

0 comments on commit 0cbcd77

Please sign in to comment.