Skip to content

Commit 6bd92f6

Browse files
authored
Merge pull request #804 from ReactTooltip/fix/uuid-version
fix: use uuid v7 instead of v8 to fix jest tests
2 parents 51c3d54 + 5b1500b commit 6bd92f6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
},
5858
"dependencies": {
5959
"prop-types": "^15.8.1",
60-
"uuid": "8.3.2"
60+
"uuid": "^7.0.3"
6161
},
6262
"devDependencies": {
6363
"@babel/cli": "7.19.3",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11912,16 +11912,16 @@ util@~0.12.0:
1191211912
safe-buffer "^5.1.2"
1191311913
which-typed-array "^1.1.2"
1191411914

11915-
11916-
version "8.3.2"
11917-
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
11918-
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
11919-
1192011915
uuid@^3.3.2:
1192111916
version "3.4.0"
1192211917
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
1192311918
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
1192411919

11920+
uuid@^7.0.3:
11921+
version "7.0.3"
11922+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-7.0.3.tgz#c5c9f2c8cf25dc0a372c4df1441c41f5bd0c680b"
11923+
integrity sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==
11924+
1192511925
v8-compile-cache-lib@^3.0.1:
1192611926
version "3.0.1"
1192711927
resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz#6336e8d71965cb3d35a1bbb7868445a7c05264bf"

0 commit comments

Comments
 (0)