Skip to content

Commit c1a227e

Browse files
Dependency minor updates (#4931)
1 parent ca2d7df commit c1a227e

File tree

29 files changed

+1228
-1114
lines changed

29 files changed

+1228
-1114
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"type": "patch",
3+
"area": "improvement",
4+
"workstream": "",
5+
"comment": "Update all dependencies with minor updates",
6+
"packageName": "@azure/communication-react",
7+
"email": "2684369+JamesBurnside@users.noreply.github.com",
8+
"dependentChangeType": "patch"
9+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"type": "patch",
3+
"area": "improvement",
4+
"workstream": "",
5+
"comment": "Update all dependencies with minor updates",
6+
"packageName": "@azure/communication-react",
7+
"email": "2684369+JamesBurnside@users.noreply.github.com",
8+
"dependentChangeType": "patch"
9+
}

common/config/jest/jest.config.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,12 @@ module.exports = {
5656

5757
// Specifies the memory limit for workers before they are recycled and
5858
// is primarily a work- around for https://github.com/jestjs/jest/issues/11956
59-
workerIdleMemoryLimit: 0.85
59+
workerIdleMemoryLimit: 0.85,
60+
61+
moduleNameMapper: {
62+
// Force modules to resolve with the CJS entry point, because Jest does not support package.json.exports. See https://github.com/uuidjs/uuid/issues/451
63+
'^uuid$': require.resolve('uuid'),
64+
'^nanoid$': require.resolve('nanoid'),
65+
'@azure/logger$': require.resolve('@azure/logger')
66+
},
6067
};

0 commit comments

Comments
 (0)