Skip to content

Commit 6b832ea

Browse files
committed
Bump vue-data-ui to 2.15.3
1 parent 4933f17 commit 6b832ea

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ const supportedComponents = {
476476
})()
477477

478478
program
479-
.version('1.10.2')
479+
.version('1.10.3')
480480
.description('CLI to generate Vue Data UI component boilerplates')
481481
.action(async () => {
482482
const answers = await inquirer.prompt([

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"peerDependencies": {
3636
"prettier": "^3.4.2",
37-
"vue-data-ui": "^2.15.2",
37+
"vue-data-ui": "^2.15.3",
3838
"vue": "^3.5.14"
3939
}
4040
}

0 commit comments

Comments
 (0)