Skip to content

Commit 87463eb

Browse files
authored
[notification-hubs] add missing rollup plugin dev dependencies (Azure#24839)
to fix build break. Previously, the pipeline may be lucky to be able to re-use dependencies that were installed from other packages.
1 parent 2d467a2 commit 87463eb

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

common/config/rush/pnpm-lock.yaml

Lines changed: 10 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/notificationhubs/notification-hubs/package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,13 @@
102102
"@azure-tools/test-recorder": "^2.1.0",
103103
"@azure/test-utils": "^1.0.0",
104104
"@microsoft/api-extractor": "^7.31.1",
105+
"@rollup/plugin-commonjs": "^24.0.0",
106+
"@rollup/plugin-inject": "^5.0.0",
107+
"@rollup/plugin-json": "^6.0.0",
108+
"@rollup/plugin-multi-entry": "^6.0.0",
109+
"@rollup/plugin-node-resolve": "^13.1.3",
110+
"@rollup/plugin-replace": "^5.0.0",
111+
"@rollup/plugin-typescript": "^11.0.0",
105112
"@types/chai": "^4.3.1",
106113
"@types/mocha": "^7.0.2",
107114
"@types/node": "^14.0.0",
@@ -133,7 +140,6 @@
133140
"rollup": "^2.0.0",
134141
"rollup-plugin-shim": "^1.0.0",
135142
"rollup-plugin-sourcemaps": "^0.6.3",
136-
"@rollup/plugin-typescript": "^11.0.0",
137143
"ts-node": "^10.8.1",
138144
"typescript": "~4.8.0",
139145
"util": "^0.12.4"

0 commit comments

Comments
 (0)