Skip to content

Commit 69f2511

Browse files
Michael.KryvoruchkoMichael.Kryvoruchko
Michael.Kryvoruchko
authored and
Michael.Kryvoruchko
committedMar 14, 2022
feat: upgrade giart-vue-dialog to 2.0.3
1 parent 4bce8ee commit 69f2511

File tree

2 files changed

+5
-22
lines changed

2 files changed

+5
-22
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@types/node": "^17.0.17",
2020
"@vueuse/core": "^7.6.1",
21-
"gitart-vue-dialog": "2.0.0",
21+
"gitart-vue-dialog": "2.0.3",
2222
"vue": "^3.2.30"
2323
},
2424
"devDependencies": {

‎yarn.lock

+4-21
Original file line numberDiff line numberDiff line change
@@ -614,28 +614,13 @@
614614
"@vueuse/shared" "7.6.1"
615615
vue-demi "*"
616616

617-
"@vueuse/core@^7.7.1":
618-
version "7.7.1"
619-
resolved "https://registry.yarnpkg.com/@vueuse/core/-/core-7.7.1.tgz#fc284f4103de73c7fb79bc06579d8066790db511"
620-
integrity sha512-PRRgbATMpoeUmkCEBtUeJgOwtew8s+4UsEd+Pm7MhkjL2ihCNrSqxNVtM6NFE4uP2sWnkGcZpCjPuNSxowJ1Ow==
621-
dependencies:
622-
"@vueuse/shared" "7.7.1"
623-
vue-demi "*"
624-
625617
"@vueuse/shared@7.6.1":
626618
version "7.6.1"
627619
resolved "https://registry.yarnpkg.com/@vueuse/shared/-/shared-7.6.1.tgz#48db62a4ad160838353ae78d0dcbfc7c9c94c89c"
628620
integrity sha512-VhURBjuyELYLW94TLqwyM+tUZ0uyWAOjp8zDnJts5wwyHZlGt/yabLbuEl70cKmt0zR9psVyAyHC+LTgRrA1Zw==
629621
dependencies:
630622
vue-demi "*"
631623

632-
"@vueuse/shared@7.7.1":
633-
version "7.7.1"
634-
resolved "https://registry.yarnpkg.com/@vueuse/shared/-/shared-7.7.1.tgz#77e312de7275380efce86b0079bd7938791a076b"
635-
integrity sha512-rN2qd22AUl7VdBxihagWyhUNHCyVk9IpvBTTfHoLH9G7rGE552X1f+zeCfehuno0zXif13jPw+icW/wn2a0rnQ==
636-
dependencies:
637-
vue-demi "*"
638-
639624
"@windicss/config@1.7.0":
640625
version "1.7.0"
641626
resolved "https://registry.yarnpkg.com/@windicss/config/-/config-1.7.0.tgz#bdfe45f80d483fc112a374af1ea39da5b68d56ba"
@@ -1601,12 +1586,10 @@ get-symbol-description@^1.0.0:
16011586
call-bind "^1.0.2"
16021587
get-intrinsic "^1.1.1"
16031588

1604-
gitart-vue-dialog@2.0.0:
1605-
version "2.0.0"
1606-
resolved "https://registry.yarnpkg.com/gitart-vue-dialog/-/gitart-vue-dialog-2.0.0.tgz#30d569cfc691d52d6f85ff12b5045e947b3d872b"
1607-
integrity sha512-SkwATUpKYCwb7WA3uGf5LOPgjq9qePx0jOpUkBr7QMdBsyOCwZvdlEc1dYPRiCOoN0h+abyhxrOWT//k9sAldg==
1608-
dependencies:
1609-
"@vueuse/core" "^7.7.1"
1589+
gitart-vue-dialog@2.0.3:
1590+
version "2.0.3"
1591+
resolved "https://registry.yarnpkg.com/gitart-vue-dialog/-/gitart-vue-dialog-2.0.3.tgz#46f007031ef81f26ad246ea3bf529f7d92b482a0"
1592+
integrity sha512-ke2biieP50I41Mfmxhp0ii/qh0xa7Hsn8Q2/oTg7SdnRk21jICECSDQwMtcHv9OWhfyZVq2E3VT5BaOfAwr7iQ==
16101593

16111594
glob-parent@^5.1.2, glob-parent@~5.1.2:
16121595
version "5.1.2"

0 commit comments

Comments
 (0)