Skip to content
This repository was archived by the owner on Jan 9, 2022. It is now read-only.

Commit cecd4da

Browse files
committed
feat(demo): upgrade to [email protected]
1 parent 4dc6f75 commit cecd4da

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

demo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"license": "MIT",
99
"dependencies": {
1010
"@vueuse/core": "^5.2.0",
11-
"gitart-vue-dialog": "0.2.0-alpha.3",
11+
"gitart-vue-dialog": "0.2.0-alpha.4",
1212
"vue": "3.2.4"
1313
},
1414
"devDependencies": {

demo/src/components/Interface/TheFooter.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
text="xs gray-400"
77
>
88
<span>
9-
9+
1010
</span>
1111

1212
<span m="l-auto">

demo/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -479,10 +479,10 @@ get-intrinsic@^1.0.2:
479479
has "^1.0.3"
480480
has-symbols "^1.0.1"
481481

482-
483-
version "0.2.0-alpha.3"
484-
resolved "https://registry.yarnpkg.com/gitart-vue-dialog/-/gitart-vue-dialog-0.2.0-alpha.3.tgz#2e3372c327f7fd932ce4050a870ee22a59b64b7f"
485-
integrity sha512-eRzWZc+7O52TkOXrx6r70CahOpfRa9mbVeV5Oq5j39GiZ9IeSwfEUlPIQ65L/lxQ+fTtZ0Xa433U0HyJNgQDew==
482+
483+
version "0.2.0-alpha.4"
484+
resolved "https://registry.yarnpkg.com/gitart-vue-dialog/-/gitart-vue-dialog-0.2.0-alpha.4.tgz#6bb5cf0361fb4f13ae0edf9852fe5d5e836e3b8f"
485+
integrity sha512-HOoeyS2icve0bnBFTkMBocdpUagkVSEXDZ7KzWpeewFWgzzn7yP+zOhZAayfOVSBCBRkaPQcjjYAdNywe7EKfg==
486486

487487
glob-parent@^5.1.2:
488488
version "5.1.2"

0 commit comments

Comments
 (0)