Skip to content

Commit 40f7feb

Browse files
committed
web: add uuid package
1 parent 8799fc9 commit 40f7feb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

web/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"react-scripts": "3.3.0",
2323
"redux": "^4.0.5",
2424
"redux-thunk": "^2.3.0",
25-
"typescript": "^3.7.4"
25+
"typescript": "^3.7.4",
26+
"uuid": "^3.4.0"
2627
},
2728
"scripts": {
2829
"start": "react-app-rewired start",

web/yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10479,6 +10479,11 @@ uuid@^3.0.1, uuid@^3.3.2:
1047910479
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.3.tgz#4568f0216e78760ee1dbf3a4d2cf53e224112866"
1048010480
integrity sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ==
1048110481

10482+
uuid@^3.4.0:
10483+
version "3.4.0"
10484+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
10485+
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
10486+
1048210487
v8-compile-cache@^2.0.3:
1048310488
version "2.1.0"
1048410489
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.1.0.tgz#e14de37b31a6d194f5690d67efc4e7f6fc6ab30e"

0 commit comments

Comments
 (0)