Skip to content

Commit 79c359f

Browse files
Smoke test failure due to rollup peer dependency error (Azure#11372)
* Change to move @rollup/plugin-json as dev dependency
1 parent 3f29c59 commit 79c359f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdk/identity/identity/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Release History
22

33
## 1.2.0-beta.2 (Unreleased)
4-
4+
- Reverted change in 1.2.0-beta.1 which moved @rollup/plugin-json from devDependencies to dependencies
55

66
## 1.2.0-beta.1 (2020-09-08)
77

sdk/identity/identity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@
8989
"msal": "^1.0.2",
9090
"open": "^7.0.0",
9191
"qs": "^6.7.0",
92-
"@rollup/plugin-json": "^4.0.0",
9392
"axios": "^0.19.2",
9493
"tslib": "^2.0.0",
9594
"uuid": "^8.1.0"
@@ -102,6 +101,7 @@
102101
"@azure/abort-controller": "^1.0.0",
103102
"@microsoft/api-extractor": "7.7.11",
104103
"@rollup/plugin-commonjs": "11.0.2",
104+
"@rollup/plugin-json": "^4.0.0",
105105
"@rollup/plugin-multi-entry": "^3.0.0",
106106
"@rollup/plugin-node-resolve": "^8.0.0",
107107
"@rollup/plugin-replace": "^2.2.0",

0 commit comments

Comments
 (0)