create-young-proj 0.12.0 → 0.13.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/template-nuxt-admin/package.json +5 -5
- package/template-nuxt-admin/yarn.lock +706 -854
- package/template-uni-app/auto-imports.d.ts +9 -6
- package/template-uni-app/custom-plugins/index.ts +1 -2
- package/template-uni-app/dist/dev/mp-weixin/apis/index.js +5 -6
- package/template-uni-app/dist/dev/mp-weixin/apis/requests/get.js +2 -2
- package/template-uni-app/dist/dev/mp-weixin/apis/requests/post.js +4 -4
- package/template-uni-app/dist/dev/mp-weixin/app.js +4 -5
- package/template-uni-app/dist/dev/mp-weixin/common/vendor.js +1448 -2471
- package/template-uni-app/dist/dev/mp-weixin/components/young-navbar/young-navbar.js +7 -8
- package/template-uni-app/dist/dev/mp-weixin/components/young-navbar/young-navbar.wxml +1 -1
- package/template-uni-app/dist/dev/mp-weixin/components/young-tabbar/young-tabbar.js +7 -8
- package/template-uni-app/dist/dev/mp-weixin/components/young-tabbar/young-tabbar.wxml +1 -1
- package/template-uni-app/dist/dev/mp-weixin/layouts/default.js +1 -2
- package/template-uni-app/dist/dev/mp-weixin/layouts/tabbar.wxml +1 -1
- package/template-uni-app/dist/dev/mp-weixin/pages/demo/index.js +4 -5
- package/template-uni-app/dist/dev/mp-weixin/pages/demo/index.wxml +1 -1
- package/template-uni-app/dist/dev/mp-weixin/pages/index.js +4 -5
- package/template-uni-app/dist/dev/mp-weixin/pages/index.wxml +1 -1
- package/template-uni-app/dist/dev/mp-weixin/pages/my.wxml +1 -1
- package/template-uni-app/dist/dev/mp-weixin/project.config.json +1 -2
- package/template-uni-app/dist/dev/mp-weixin/project.private.config.json +6 -0
- package/template-uni-app/dist/dev/mp-weixin/store/local/index.js +3 -1
- package/template-uni-app/dist/dev/mp-weixin/utils/modal.js +10 -14
- package/template-uni-app/dist/dev/mp-weixin/utils/route.js +4 -6
- package/template-uni-app/dist/dev/mp-weixin/utils/system.js +4 -4
- package/template-uni-app/package.json +2 -3
- package/template-uni-app/pnpm-lock.yaml +154 -105
- package/template-uni-app/src/apis/index.ts +2 -2
- package/template-uni-app/src/apis/requests/get.ts +5 -5
- package/template-uni-app/src/apis/requests/post.ts +5 -5
- package/template-uni-app/vite.config.ts +2 -3
- package/template-uni-app/custom-plugins/polyfill.ts +0 -32
- package/template-uni-app/dist/dev/mp-weixin/apis/lib/index.js +0 -90
- package/template-uni-app/src/apis/lib/index.ts +0 -235
package/package.json
CHANGED
@@ -13,9 +13,9 @@
|
|
13
13
|
},
|
14
14
|
"dependencies": {
|
15
15
|
"@bluesyoung/casdoor-auth": "^0.1.0",
|
16
|
-
"@bluesyoung/http": "^0.
|
16
|
+
"@bluesyoung/http": "^1.0.1",
|
17
17
|
"@bluesyoung/ui-vue3": "^0.1.1",
|
18
|
-
"@bluesyoung/ui-vue3-element-plus": "0.
|
18
|
+
"@bluesyoung/ui-vue3-element-plus": "0.13.0",
|
19
19
|
"@bluesyoung/utils": "0.2.1",
|
20
20
|
"@wangeditor/editor": "^5.1.23",
|
21
21
|
"@wangeditor/editor-for-vue": "^5.1.12",
|
@@ -29,7 +29,7 @@
|
|
29
29
|
"vue-cropper": "^1.0.9"
|
30
30
|
},
|
31
31
|
"devDependencies": {
|
32
|
-
"@antfu/eslint-config": "^0.
|
32
|
+
"@antfu/eslint-config": "^0.42.0",
|
33
33
|
"@bluesyoung/logger": "^0.0.1",
|
34
34
|
"@element-plus/nuxt": "^1.0.5",
|
35
35
|
"@iconify/json": "^2.2.93",
|
@@ -37,7 +37,7 @@
|
|
37
37
|
"@pinia/nuxt": "^0.4.11",
|
38
38
|
"@types/file-saver": "^2.0.5",
|
39
39
|
"@types/md5": "^2.3.2",
|
40
|
-
"@types/node": "20.
|
40
|
+
"@types/node": "20.6.2",
|
41
41
|
"@types/qrcode": "^1.5.1",
|
42
42
|
"@unocss/nuxt": "^0.55.6",
|
43
43
|
"@vant/nuxt": "^1.0.2",
|
@@ -47,7 +47,7 @@
|
|
47
47
|
"element-plus": "^2.3.8",
|
48
48
|
"eslint": "^8.48.0",
|
49
49
|
"lint-staged": "^14.0.1",
|
50
|
-
"nuxt": "^3.7.
|
50
|
+
"nuxt": "^3.7.3",
|
51
51
|
"nuxt-lazy-load": "^3.0.4",
|
52
52
|
"pinia": "^2.1.4",
|
53
53
|
"sass": "^1.64.0",
|