Skip to content

Commit c045b5a

Browse files
committed
fix: include uuid as a dependency in material-management
1 parent 886eba3 commit c045b5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/material-management/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"dependencies": {
2121
"asn1.js": "^5.3.0",
2222
"bn.js": "^5.1.1",
23-
"tslib": "^2.2.0"
23+
"tslib": "^2.2.0",
24+
"uuid": "^10.0.0"
2425
},
2526
"sideEffects": false,
2627
"main": "./build/main/src/index.js",

0 commit comments

Comments
 (0)