Skip to content

Commit 9ea5826

Browse files
authored
fix: use uuid v7 instead of v8 to fix jest tests
2 parents 4a7a875 + 6bd92f6 commit 9ea5826

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release workflow
33
on:
44
push:
55
branches:
6-
- master
6+
- releases
77

88
jobs:
99
lint:

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

100755100644
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8277,9 +8277,9 @@ module-deps@^6.2.3:
82778277
xtend "^4.0.0"
82788278

82798279
moment-timezone@^0.5.23:
8280-
version "0.5.34"
8281-
resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.34.tgz#a75938f7476b88f155d3504a9343f7519d9a405c"
8282-
integrity sha512-3zAEHh2hKUs3EXLESx/wsgw6IQdusOT8Bxm3D9UrHPQR7zlMmzwybC8zHEM1tQ4LJwP7fcxrWr8tuBg05fFCbg==
8280+
version "0.5.37"
8281+
resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.37.tgz#adf97f719c4e458fdb12e2b4e87b8bec9f4eef1e"
8282+
integrity sha512-uEDzDNFhfaywRl+vwXxffjjq1q0Vzr+fcQpQ1bU0kbzorfS7zVtZnCnGc8mhWmF39d4g4YriF6kwA75mJKE/Zg==
82838283
dependencies:
82848284
moment ">= 2.9.0"
82858285

@@ -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)