Skip to content

Commit 095ecc3

Browse files
committed
chore: adds uuid to dev deps where needed
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
1 parent f1b7911 commit 095ecc3

File tree

3 files changed

+39
-2
lines changed

3 files changed

+39
-2
lines changed

package-lock.json

+29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/abstractions/package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,9 @@
4141
},
4242
"browserslist": [
4343
"defaults"
44-
]
44+
],
45+
"devDependencies": {
46+
"@types/uuid": "^10.0.0",
47+
"uuid": "^11.0.5"
48+
}
4549
}

packages/serialization/text/package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,9 @@
4747
},
4848
"browserslist": [
4949
"defaults"
50-
]
50+
],
51+
"devDependencies": {
52+
"@types/uuid": "^10.0.0",
53+
"uuid": "^11.0.5"
54+
}
5155
}

0 commit comments

Comments
 (0)