@gx-design-vue/create-gx-cli 0.1.9 → 0.1.10

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gx-design-vue/create-gx-cli",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "license": "MIT",
5
5
  "description": "a cli to bootstrap gx project",
6
6
  "main": "src/index.js",
package/src/main.js CHANGED
@@ -25,10 +25,6 @@ const gitRepositoryList = [
25
25
  url: 'https://github.com/gx12358/vue3-antd-admin.git',
26
26
  }
27
27
  ]
28
- },
29
- {
30
- name: 'gx-design-thin',
31
- url: 'https://gitee.com/gx12358/gx-admin-thin.git'
32
28
  }
33
29
  ]
34
30
 
@@ -11,7 +11,7 @@
11
11
  },
12
12
  "dependencies": {
13
13
  "@gx-design-vue/pro-hooks": "^0.2.0-beta.19",
14
- "@gx-design-vue/pro-utils": "^0.2.0-beta.26",
14
+ "@gx-design-vue/pro-utils": "^0.2.0-beta.27",
15
15
  "@vueuse/core": "^10.7.2",
16
16
  "@vueuse/shared": "^10.7.2",
17
17
  "axios": "^1.6.7",