Skip to content

Commit

Permalink
[notification-hubs] add missing rollup plugin dev dependencies (#24839)
Browse files Browse the repository at this point in the history
to fix build break. Previously, the pipeline may be lucky to be able to
re-use dependencies that were installed from other packages.
  • Loading branch information
jeremymeng authored Feb 14, 2023
1 parent 2d467a2 commit 87463eb
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
14 changes: 10 additions & 4 deletions common/config/rush/pnpm-lock.yaml

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

8 changes: 7 additions & 1 deletion sdk/notificationhubs/notification-hubs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,13 @@
"@azure-tools/test-recorder": "^2.1.0",
"@azure/test-utils": "^1.0.0",
"@microsoft/api-extractor": "^7.31.1",
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-inject": "^5.0.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-multi-entry": "^6.0.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-replace": "^5.0.0",
"@rollup/plugin-typescript": "^11.0.0",
"@types/chai": "^4.3.1",
"@types/mocha": "^7.0.2",
"@types/node": "^14.0.0",
Expand Down Expand Up @@ -133,7 +140,6 @@
"rollup": "^2.0.0",
"rollup-plugin-shim": "^1.0.0",
"rollup-plugin-sourcemaps": "^0.6.3",
"@rollup/plugin-typescript": "^11.0.0",
"ts-node": "^10.8.1",
"typescript": "~4.8.0",
"util": "^0.12.4"
Expand Down

0 comments on commit 87463eb

Please sign in to comment.