Skip to content

Commit

Permalink
chore: Moved @types/jsonwebtoken to dependencies (microsoft#4640)
Browse files Browse the repository at this point in the history
* Moved @types/jsonwebtoken to dependencies

* Fixed lint error

---------

Co-authored-by: Tracy Boehrer <[email protected]>
  • Loading branch information
tracyboehrer and Tracy Boehrer authored Apr 3, 2024
1 parent 7ceb965 commit 606dde4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,9 @@ export class DialogStateManager {
// Get memory scope to search over
const scope = this.getMemoryScope(segments[0].toString());
if (scope == undefined) {
console.warn(`DialogStateManager.getValue: a scope of '${segments[0]}' wasn't found for '${pathExpression}'.`);
console.warn(
`DialogStateManager.getValue: a scope of '${segments[0]}' wasn't found for '${pathExpression}'.`
);
return returnDefault();
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"**/@babel/plugin-proposal-class-properties/@babel/core": "^7.23.2",
"follow-redirects": "^1.15.4",
"@types/ramda": "0.26.0",
"@types/jsonwebtoken": "7.2.8",
"@azure/msal-browser": "^2.38.3",
"@azure/msal-node": "^1.18.4",
"axios": "0.28.0",
Expand All @@ -69,7 +70,6 @@
"@microsoft/api-extractor": "^7.38.2",
"@standardlabs/downlevel-dts": "^0.7.5",
"@standardlabs/is-private": "^1.0.1",
"@types/jsonwebtoken": "7.2.8",
"@types/lodash": "^4.14.134",
"@types/mocha": "^5.2.7",
"@types/sinon": "^9.0.11",
Expand Down

0 comments on commit 606dde4

Please sign in to comment.