vue-data-ui-cli 3.1.1 → 3.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-data-ui-cli",
3
- "version": "3.1.1",
3
+ "version": "3.1.2",
4
4
  "private": false,
5
5
  "description": "A CLI tool to generate Vue Data UI chart component boilerplates",
6
6
  "main": "index.js",
@@ -16,7 +16,7 @@
16
16
  "boilerplate",
17
17
  "charts"
18
18
  ],
19
- "author": "Alec Lloyd Probert",
19
+ "author": "Alec Lloyd Probert",
20
20
  "license": "MIT",
21
21
  "repository": {
22
22
  "type": "git",
@@ -24,9 +24,9 @@
24
24
  },
25
25
  "homepage": "https://vue-data-ui.graphieros.com/",
26
26
  "dependencies": {
27
- "chalk": "^5.4.0",
28
- "commander": "^12.1.0",
29
- "inquirer": "^12.2.0"
27
+ "chalk": "^5.6.2",
28
+ "commander": "^14.0.0",
29
+ "inquirer": "^12.9.4"
30
30
  },
31
31
  "type": "module",
32
32
  "bin": {