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.
Files changed (36) hide show
  1. package/package.json +1 -1
  2. package/template-nuxt-admin/package.json +5 -5
  3. package/template-nuxt-admin/yarn.lock +706 -854
  4. package/template-uni-app/auto-imports.d.ts +9 -6
  5. package/template-uni-app/custom-plugins/index.ts +1 -2
  6. package/template-uni-app/dist/dev/mp-weixin/apis/index.js +5 -6
  7. package/template-uni-app/dist/dev/mp-weixin/apis/requests/get.js +2 -2
  8. package/template-uni-app/dist/dev/mp-weixin/apis/requests/post.js +4 -4
  9. package/template-uni-app/dist/dev/mp-weixin/app.js +4 -5
  10. package/template-uni-app/dist/dev/mp-weixin/common/vendor.js +1448 -2471
  11. package/template-uni-app/dist/dev/mp-weixin/components/young-navbar/young-navbar.js +7 -8
  12. package/template-uni-app/dist/dev/mp-weixin/components/young-navbar/young-navbar.wxml +1 -1
  13. package/template-uni-app/dist/dev/mp-weixin/components/young-tabbar/young-tabbar.js +7 -8
  14. package/template-uni-app/dist/dev/mp-weixin/components/young-tabbar/young-tabbar.wxml +1 -1
  15. package/template-uni-app/dist/dev/mp-weixin/layouts/default.js +1 -2
  16. package/template-uni-app/dist/dev/mp-weixin/layouts/tabbar.wxml +1 -1
  17. package/template-uni-app/dist/dev/mp-weixin/pages/demo/index.js +4 -5
  18. package/template-uni-app/dist/dev/mp-weixin/pages/demo/index.wxml +1 -1
  19. package/template-uni-app/dist/dev/mp-weixin/pages/index.js +4 -5
  20. package/template-uni-app/dist/dev/mp-weixin/pages/index.wxml +1 -1
  21. package/template-uni-app/dist/dev/mp-weixin/pages/my.wxml +1 -1
  22. package/template-uni-app/dist/dev/mp-weixin/project.config.json +1 -2
  23. package/template-uni-app/dist/dev/mp-weixin/project.private.config.json +6 -0
  24. package/template-uni-app/dist/dev/mp-weixin/store/local/index.js +3 -1
  25. package/template-uni-app/dist/dev/mp-weixin/utils/modal.js +10 -14
  26. package/template-uni-app/dist/dev/mp-weixin/utils/route.js +4 -6
  27. package/template-uni-app/dist/dev/mp-weixin/utils/system.js +4 -4
  28. package/template-uni-app/package.json +2 -3
  29. package/template-uni-app/pnpm-lock.yaml +154 -105
  30. package/template-uni-app/src/apis/index.ts +2 -2
  31. package/template-uni-app/src/apis/requests/get.ts +5 -5
  32. package/template-uni-app/src/apis/requests/post.ts +5 -5
  33. package/template-uni-app/vite.config.ts +2 -3
  34. package/template-uni-app/custom-plugins/polyfill.ts +0 -32
  35. package/template-uni-app/dist/dev/mp-weixin/apis/lib/index.js +0 -90
  36. package/template-uni-app/src/apis/lib/index.ts +0 -235
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-young-proj",
3
- "version": "0.12.0",
3
+ "version": "0.13.0",
4
4
  "description": "create project from template",
5
5
  "author": "BluesYoung-web",
6
6
  "license": "MIT",
@@ -13,9 +13,9 @@
13
13
  },
14
14
  "dependencies": {
15
15
  "@bluesyoung/casdoor-auth": "^0.1.0",
16
- "@bluesyoung/http": "^0.3.4",
16
+ "@bluesyoung/http": "^1.0.1",
17
17
  "@bluesyoung/ui-vue3": "^0.1.1",
18
- "@bluesyoung/ui-vue3-element-plus": "0.11.6",
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.41.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.5.9",
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.1",
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",