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

Commit b689277

Browse files
committed
build(demo): upgrade to 0.0.15
1 parent 6261efd commit b689277

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "gitart-vue-dialog-demo",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"scripts": {
55
"dev": "vite",
66
"build": "vue-tsc --noEmit && vite build"
77
},
88
"license": "MIT",
99
"dependencies": {
10-
"gitart-vue-dialog": "0.0.14",
10+
"gitart-vue-dialog": "0.0.15",
1111
"vue": "3.2.0-beta.7"
1212
},
1313
"devDependencies": {

demo/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -515,10 +515,10 @@ get-intrinsic@^1.0.2:
515515
has "^1.0.3"
516516
has-symbols "^1.0.1"
517517

518-
519-
version "0.0.14"
520-
resolved "https://registry.yarnpkg.com/gitart-vue-dialog/-/gitart-vue-dialog-0.0.14.tgz#321a301b9db6df07941ab84a2b44027a454ff699"
521-
integrity sha512-RlVLe0YDttF3aimasnK9p97XqM5pKrDlJfZ6r37JoB2cqB2c+x9UlRkcrbvLgQCCuNybh4dJSPsD3qaUTV6xpg==
518+
519+
version "0.0.15"
520+
resolved "https://registry.yarnpkg.com/gitart-vue-dialog/-/gitart-vue-dialog-0.0.15.tgz#c8286e42070414e7af9e141aa6bc9f16d564f63e"
521+
integrity sha512-tdJYCEJU8kdn1QXQtq4/cTRX0rNkCDQPjzjk6KZAhB1b4qSW5hHqTMUpv+W2rQPpRt+JKlHa4r5t6iqvRpFVxA==
522522

523523
glob-parent@^5.1.2:
524524
version "5.1.2"

0 commit comments

Comments
 (0)