Skip to content

Commit

Permalink
Update remaining beta dependencies on identity (#18472)
Browse files Browse the repository at this point in the history
Related to #14581

A few cases of beta dependencies were missed in #18470 as they were not pinned as expected. This PR covers these cases and updates the Identity dependencies to use the GA versions
  • Loading branch information
ramya-rao-a authored Nov 3, 2021
1 parent 28a9162 commit 639f54a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sdk/identity/identity/test/manual/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"tslib": "1.9.3"
},
"devDependencies": {
"@azure/identity-cache-persistence": "^1.0.0-beta.2",
"@azure/identity-cache-persistence": "^1.0.0",
"@types/express": "^4.16.0",
"@types/node": "12.0.0",
"@types/react": "^16.8.24",
Expand Down
4 changes: 2 additions & 2 deletions sdk/identity/perf-tests/identity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"author": "",
"license": "ISC",
"dependencies": {
"@azure/identity": "^2.0.0-beta.6",
"@azure/identity-cache-persistence": "~1.0.0-beta.1",
"@azure/identity": "^2.0.1",
"@azure/identity-cache-persistence": "^1.0.0",
"@azure/test-utils-perf": "^1.0.0",
"dotenv": "^8.2.0"
},
Expand Down

0 comments on commit 639f54a

Please sign in to comment.