create-young-proj 0.10.2 → 0.13.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.mjs +9 -9
- package/package.json +1 -1
- package/template-nuxt-admin/README.md +42 -1
- package/template-nuxt-admin/components/layout/Main.vue +2 -2
- package/template-nuxt-admin/components/layout/NavBar.vue +11 -2
- package/template-nuxt-admin/components/layout/SideBar.vue +6 -2
- package/template-nuxt-admin/components/layout/SubMenu.vue +9 -2
- package/template-nuxt-admin/components/layout/TabsBar.vue +4 -5
- package/template-nuxt-admin/composables/api.ts +17 -3
- package/template-nuxt-admin/composables/nav.ts +20 -3
- package/template-nuxt-admin/composables/tags.ts +29 -1
- package/template-nuxt-admin/middleware/auth.global.ts +16 -4
- package/template-nuxt-admin/nuxt.config.ts +5 -1
- package/template-nuxt-admin/package.json +5 -5
- package/template-nuxt-admin/pages/home/[id].vue +2 -2
- package/template-nuxt-admin/pages/index.vue +2 -7
- package/template-nuxt-admin/pages/login.vue +2 -2
- package/template-nuxt-admin/pages/system/menuList.vue +0 -1
- package/template-nuxt-admin/public/bg.webp +0 -0
- package/template-nuxt-admin/public/favicon.svg +2 -0
- package/template-nuxt-admin/public/logo.svg +2 -0
- package/template-nuxt-admin/server/plugins/env.ts +3 -4
- package/template-nuxt-admin/utils/tool.ts +17 -1
- 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-nuxt-admin/public/favicon.ico +0 -0
- 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/template-vue-admin/.vscode/extensions.json +0 -10
- package/template-vue-admin/.vscode/list-add.code-snippets +0 -108
- package/template-vue-admin/.vscode/list-export.code-snippets +0 -72
- package/template-vue-admin/.vscode/list.code-snippets +0 -61
- package/template-vue-admin/.vscode/settings.json +0 -7
- package/template-vue-admin/Dockerfile +0 -42
- package/template-vue-admin/README.md +0 -75
- package/template-vue-admin/_env +0 -8
- package/template-vue-admin/_gitignore +0 -30
- package/template-vue-admin/boot.mjs +0 -16
- package/template-vue-admin/build/custom-plugin.ts +0 -57
- package/template-vue-admin/build/index.ts +0 -7
- package/template-vue-admin/build/plugins.ts +0 -59
- package/template-vue-admin/config/.devrc +0 -2
- package/template-vue-admin/config/.onlinerc +0 -2
- package/template-vue-admin/config/.testrc +0 -2
- package/template-vue-admin/index.html +0 -21
- package/template-vue-admin/nitro.config.ts +0 -19
- package/template-vue-admin/package.json +0 -51
- package/template-vue-admin/plugins/init.ts +0 -31
- package/template-vue-admin/public/vite.svg +0 -1
- package/template-vue-admin/rome.json +0 -26
- package/template-vue-admin/routes/api/[...all].ts +0 -49
- package/template-vue-admin/routes/get/env.ts +0 -18
- package/template-vue-admin/src/App.vue +0 -14
- package/template-vue-admin/src/apis/delete.ts +0 -36
- package/template-vue-admin/src/apis/get.ts +0 -83
- package/template-vue-admin/src/apis/index.ts +0 -10
- package/template-vue-admin/src/apis/patch.ts +0 -78
- package/template-vue-admin/src/apis/post.ts +0 -76
- package/template-vue-admin/src/assets/img/login_background.jpg +0 -0
- package/template-vue-admin/src/auto-components.d.ts +0 -38
- package/template-vue-admin/src/auto-imports.d.ts +0 -302
- package/template-vue-admin/src/layouts/blank.vue +0 -9
- package/template-vue-admin/src/layouts/default/components/Link.vue +0 -23
- package/template-vue-admin/src/layouts/default/components/Logo.vue +0 -20
- package/template-vue-admin/src/layouts/default/components/Menu.vue +0 -54
- package/template-vue-admin/src/layouts/default/components/NavSearch.vue +0 -52
- package/template-vue-admin/src/layouts/default/components/ScrollPane.vue +0 -79
- package/template-vue-admin/src/layouts/default/components/TagsView.vue +0 -137
- package/template-vue-admin/src/layouts/default/components/TopMenu.vue +0 -21
- package/template-vue-admin/src/layouts/default/components/UserCenter.vue +0 -50
- package/template-vue-admin/src/layouts/default/index.vue +0 -95
- package/template-vue-admin/src/main.ts +0 -46
- package/template-vue-admin/src/modules/1-router.ts +0 -48
- package/template-vue-admin/src/modules/2-pinia.ts +0 -10
- package/template-vue-admin/src/modules/3-net.ts +0 -79
- package/template-vue-admin/src/modules/4-auth.ts +0 -124
- package/template-vue-admin/src/modules/5-checkupdate.ts +0 -38
- package/template-vue-admin/src/shims.d.ts +0 -12
- package/template-vue-admin/src/stores/index.ts +0 -9
- package/template-vue-admin/src/stores/local/index.ts +0 -31
- package/template-vue-admin/src/stores/session/index.ts +0 -63
- package/template-vue-admin/src/stores/tags.ts +0 -109
- package/template-vue-admin/src/typings/global.d.ts +0 -70
- package/template-vue-admin/src/typings/index.ts +0 -13
- package/template-vue-admin/src/typings/system.d.ts +0 -46
- package/template-vue-admin/src/views/403.vue +0 -33
- package/template-vue-admin/src/views/[...all_404].vue +0 -557
- package/template-vue-admin/src/views/base/login.vue +0 -194
- package/template-vue-admin/src/views/dashboard/[name].vue +0 -28
- package/template-vue-admin/src/views/index.vue +0 -25
- package/template-vue-admin/src/views/system/api.vue +0 -160
- package/template-vue-admin/src/views/system/hooks/useRole.ts +0 -286
- package/template-vue-admin/src/views/system/menuList.vue +0 -194
- package/template-vue-admin/src/views/system/role.vue +0 -131
- package/template-vue-admin/src/views/system/user.vue +0 -192
- package/template-vue-admin/src/vite-env.d.ts +0 -52
- package/template-vue-admin/tsconfig.json +0 -21
- package/template-vue-admin/tsconfig.node.json +0 -9
- package/template-vue-admin/unocss.config.ts +0 -47
- package/template-vue-admin/vite.config.ts +0 -32
@@ -1,6 +1,9 @@
|
|
1
1
|
lockfileVersion: '6.0'
|
2
2
|
|
3
3
|
dependencies:
|
4
|
+
'@bluesyoung/http':
|
5
|
+
specifier: ^1.0.1
|
6
|
+
version: 1.0.1
|
4
7
|
'@bluesyoung/utils':
|
5
8
|
specifier: ^0.2.1
|
6
9
|
version: 0.2.1
|
@@ -43,9 +46,6 @@ dependencies:
|
|
43
46
|
'@dcloudio/uni-quickapp-webview':
|
44
47
|
specifier: 3.0.0-3080720230703001
|
45
48
|
version: 3.0.0-3080720230703001(postcss@8.4.27)(vue@3.2.45)
|
46
|
-
'@uni-helper/axios-adapter':
|
47
|
-
specifier: ^1.4.0
|
48
|
-
version: 1.4.0
|
49
49
|
dayjs:
|
50
50
|
specifier: ^1.11.9
|
51
51
|
version: 1.11.9
|
@@ -85,8 +85,8 @@ dependencies:
|
|
85
85
|
|
86
86
|
devDependencies:
|
87
87
|
'@antfu/eslint-config':
|
88
|
-
specifier: ^0.
|
89
|
-
version: 0.
|
88
|
+
specifier: ^0.42.0
|
89
|
+
version: 0.42.0(eslint@8.48.0)(jest@27.0.4)(typescript@4.9.4)
|
90
90
|
'@dcloudio/types':
|
91
91
|
specifier: ^3.3.2
|
92
92
|
version: 3.3.2
|
@@ -132,9 +132,6 @@ devDependencies:
|
|
132
132
|
'@vue/tsconfig':
|
133
133
|
specifier: ^0.1.3
|
134
134
|
version: 0.1.3
|
135
|
-
axios:
|
136
|
-
specifier: ^1.4.0
|
137
|
-
version: 1.4.0
|
138
135
|
eslint:
|
139
136
|
specifier: ^8.48.0
|
140
137
|
version: 8.48.0
|
@@ -177,24 +174,25 @@ packages:
|
|
177
174
|
'@jridgewell/gen-mapping': 0.3.3
|
178
175
|
'@jridgewell/trace-mapping': 0.3.18
|
179
176
|
|
180
|
-
/@antfu/eslint-config-basic@0.
|
181
|
-
resolution: {integrity: sha512-
|
177
|
+
/@antfu/eslint-config-basic@0.42.0(@typescript-eslint/eslint-plugin@6.7.2)(@typescript-eslint/parser@6.7.2)(eslint@8.48.0)(typescript@4.9.4):
|
178
|
+
resolution: {integrity: sha512-vPy2qYCc8G8nd7RuHV4z05RUhvFOwtulcBwzEYPQTbd4IqbqJ9UA8ISgp1qYcJvbz74eR3mUl8r4b0OzxngPkg==}
|
182
179
|
peerDependencies:
|
183
180
|
eslint: '>=7.4.0'
|
184
181
|
dependencies:
|
185
182
|
eslint: 8.48.0
|
186
|
-
eslint-plugin-antfu: 0.
|
183
|
+
eslint-plugin-antfu: 0.42.0(eslint@8.48.0)(typescript@4.9.4)
|
187
184
|
eslint-plugin-eslint-comments: 3.2.0(eslint@8.48.0)
|
188
185
|
eslint-plugin-html: 7.1.0
|
189
|
-
eslint-plugin-import: /eslint-plugin-i@2.28.
|
186
|
+
eslint-plugin-import: /eslint-plugin-i@2.28.1(@typescript-eslint/parser@6.7.2)(eslint@8.48.0)
|
187
|
+
eslint-plugin-jsdoc: 46.8.1(eslint@8.48.0)
|
190
188
|
eslint-plugin-jsonc: 2.9.0(eslint@8.48.0)
|
191
189
|
eslint-plugin-markdown: 3.0.1(eslint@8.48.0)
|
192
|
-
eslint-plugin-n: 16.0
|
190
|
+
eslint-plugin-n: 16.1.0(eslint@8.48.0)
|
193
191
|
eslint-plugin-no-only-tests: 3.1.0
|
194
192
|
eslint-plugin-promise: 6.1.1(eslint@8.48.0)
|
195
193
|
eslint-plugin-unicorn: 48.0.1(eslint@8.48.0)
|
196
|
-
eslint-plugin-unused-imports: 3.0.0(@typescript-eslint/eslint-plugin@6.
|
197
|
-
eslint-plugin-yml: 1.
|
194
|
+
eslint-plugin-unused-imports: 3.0.0(@typescript-eslint/eslint-plugin@6.7.2)(eslint@8.48.0)
|
195
|
+
eslint-plugin-yml: 1.9.0(eslint@8.48.0)
|
198
196
|
jsonc-eslint-parser: 2.3.0
|
199
197
|
yaml-eslint-parser: 1.2.2
|
200
198
|
transitivePeerDependencies:
|
@@ -206,17 +204,17 @@ packages:
|
|
206
204
|
- typescript
|
207
205
|
dev: true
|
208
206
|
|
209
|
-
/@antfu/eslint-config-ts@0.
|
210
|
-
resolution: {integrity: sha512-
|
207
|
+
/@antfu/eslint-config-ts@0.42.0(eslint@8.48.0)(jest@27.0.4)(typescript@4.9.4):
|
208
|
+
resolution: {integrity: sha512-XYnWaNYhGeSgXZLpgPUsn0qHaBCJoNJVPD712fwLEGTJ5a5QctT5v04TRERJmeqfk67EaVMlsuDveLx3fqVuyQ==}
|
211
209
|
peerDependencies:
|
212
210
|
eslint: '>=7.4.0'
|
213
211
|
typescript: '>=3.9'
|
214
212
|
dependencies:
|
215
|
-
'@antfu/eslint-config-basic': 0.
|
216
|
-
'@typescript-eslint/eslint-plugin': 6.
|
217
|
-
'@typescript-eslint/parser': 6.
|
213
|
+
'@antfu/eslint-config-basic': 0.42.0(@typescript-eslint/eslint-plugin@6.7.2)(@typescript-eslint/parser@6.7.2)(eslint@8.48.0)(typescript@4.9.4)
|
214
|
+
'@typescript-eslint/eslint-plugin': 6.7.2(@typescript-eslint/parser@6.7.2)(eslint@8.48.0)(typescript@4.9.4)
|
215
|
+
'@typescript-eslint/parser': 6.7.2(eslint@8.48.0)(typescript@4.9.4)
|
218
216
|
eslint: 8.48.0
|
219
|
-
eslint-plugin-jest: 27.2.3(@typescript-eslint/eslint-plugin@6.
|
217
|
+
eslint-plugin-jest: 27.2.3(@typescript-eslint/eslint-plugin@6.7.2)(eslint@8.48.0)(jest@27.0.4)(typescript@4.9.4)
|
220
218
|
typescript: 4.9.4
|
221
219
|
transitivePeerDependencies:
|
222
220
|
- eslint-import-resolver-typescript
|
@@ -225,13 +223,13 @@ packages:
|
|
225
223
|
- supports-color
|
226
224
|
dev: true
|
227
225
|
|
228
|
-
/@antfu/eslint-config-vue@0.
|
229
|
-
resolution: {integrity: sha512-
|
226
|
+
/@antfu/eslint-config-vue@0.42.0(@typescript-eslint/eslint-plugin@6.7.2)(@typescript-eslint/parser@6.7.2)(eslint@8.48.0)(jest@27.0.4)(typescript@4.9.4):
|
227
|
+
resolution: {integrity: sha512-QiD16D5bk99EImRc/z0mnO4TeP0cMMPIOMO8RamJ1ChD/lIluEZFjBTRykTesRyc7+YsdJYit4M/t6hu8YeSww==}
|
230
228
|
peerDependencies:
|
231
229
|
eslint: '>=7.4.0'
|
232
230
|
dependencies:
|
233
|
-
'@antfu/eslint-config-basic': 0.
|
234
|
-
'@antfu/eslint-config-ts': 0.
|
231
|
+
'@antfu/eslint-config-basic': 0.42.0(@typescript-eslint/eslint-plugin@6.7.2)(@typescript-eslint/parser@6.7.2)(eslint@8.48.0)(typescript@4.9.4)
|
232
|
+
'@antfu/eslint-config-ts': 0.42.0(eslint@8.48.0)(jest@27.0.4)(typescript@4.9.4)
|
235
233
|
eslint: 8.48.0
|
236
234
|
eslint-plugin-vue: 9.17.0(eslint@8.48.0)
|
237
235
|
local-pkg: 0.4.3
|
@@ -245,24 +243,24 @@ packages:
|
|
245
243
|
- typescript
|
246
244
|
dev: true
|
247
245
|
|
248
|
-
/@antfu/eslint-config@0.
|
249
|
-
resolution: {integrity: sha512-
|
246
|
+
/@antfu/eslint-config@0.42.0(eslint@8.48.0)(jest@27.0.4)(typescript@4.9.4):
|
247
|
+
resolution: {integrity: sha512-RdTn+ggGF/mctHjnzLvImx/+RV18HwVTvC/jeHSF4bKBTA3eTftq+FrxWuCpmrEQRIb+J/tn2gmNpzizUo1PLQ==}
|
250
248
|
peerDependencies:
|
251
249
|
eslint: '>=7.4.0'
|
252
250
|
dependencies:
|
253
|
-
'@antfu/eslint-config-vue': 0.
|
254
|
-
'@typescript-eslint/eslint-plugin': 6.
|
255
|
-
'@typescript-eslint/parser': 6.
|
251
|
+
'@antfu/eslint-config-vue': 0.42.0(@typescript-eslint/eslint-plugin@6.7.2)(@typescript-eslint/parser@6.7.2)(eslint@8.48.0)(jest@27.0.4)(typescript@4.9.4)
|
252
|
+
'@typescript-eslint/eslint-plugin': 6.7.2(@typescript-eslint/parser@6.7.2)(eslint@8.48.0)(typescript@4.9.4)
|
253
|
+
'@typescript-eslint/parser': 6.7.2(eslint@8.48.0)(typescript@4.9.4)
|
256
254
|
eslint: 8.48.0
|
257
255
|
eslint-plugin-eslint-comments: 3.2.0(eslint@8.48.0)
|
258
256
|
eslint-plugin-html: 7.1.0
|
259
|
-
eslint-plugin-import: /eslint-plugin-i@2.28.
|
257
|
+
eslint-plugin-import: /eslint-plugin-i@2.28.1(@typescript-eslint/parser@6.7.2)(eslint@8.48.0)
|
260
258
|
eslint-plugin-jsonc: 2.9.0(eslint@8.48.0)
|
261
|
-
eslint-plugin-n: 16.0
|
259
|
+
eslint-plugin-n: 16.1.0(eslint@8.48.0)
|
262
260
|
eslint-plugin-promise: 6.1.1(eslint@8.48.0)
|
263
261
|
eslint-plugin-unicorn: 48.0.1(eslint@8.48.0)
|
264
262
|
eslint-plugin-vue: 9.17.0(eslint@8.48.0)
|
265
|
-
eslint-plugin-yml: 1.
|
263
|
+
eslint-plugin-yml: 1.9.0(eslint@8.48.0)
|
266
264
|
jsonc-eslint-parser: 2.3.0
|
267
265
|
yaml-eslint-parser: 1.2.2
|
268
266
|
transitivePeerDependencies:
|
@@ -1477,6 +1475,16 @@ packages:
|
|
1477
1475
|
resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==}
|
1478
1476
|
dev: true
|
1479
1477
|
|
1478
|
+
/@bluesyoung/http@1.0.1:
|
1479
|
+
resolution: {integrity: sha512-Bu0m2daLil8t9yJWI2k4P8cWRXUF1KuWswyWtDSIKs+g2hbteYaoDdLZj9/4jtX17hr8IopdG669/j8K5BsK3g==}
|
1480
|
+
dependencies:
|
1481
|
+
'@uni-helper/axios-adapter': 1.5.1(axios@1.5.0)
|
1482
|
+
axios: 1.5.0
|
1483
|
+
defu: 6.1.2
|
1484
|
+
transitivePeerDependencies:
|
1485
|
+
- debug
|
1486
|
+
dev: false
|
1487
|
+
|
1480
1488
|
/@bluesyoung/utils@0.2.1:
|
1481
1489
|
resolution: {integrity: sha512-urUyNhVJ2vqA0ug0iZIXqEVr5KvnHDGhWpIqVLYisPRD0ZoNjcUfGs1qtcPTMt/W7yNXZ3O7LK38z2hDlQHSXg==}
|
1482
1490
|
dev: false
|
@@ -2518,6 +2526,15 @@ packages:
|
|
2518
2526
|
- vue
|
2519
2527
|
dev: true
|
2520
2528
|
|
2529
|
+
/@es-joy/jsdoccomment@0.40.1:
|
2530
|
+
resolution: {integrity: sha512-YORCdZSusAlBrFpZ77pJjc5r1bQs5caPWtAu+WWmiSo+8XaUzseapVrfAtiRFbQWnrBxxLLEwF6f6ZG/UgCQCg==}
|
2531
|
+
engines: {node: '>=16'}
|
2532
|
+
dependencies:
|
2533
|
+
comment-parser: 1.4.0
|
2534
|
+
esquery: 1.5.0
|
2535
|
+
jsdoc-type-pratt-parser: 4.0.0
|
2536
|
+
dev: true
|
2537
|
+
|
2521
2538
|
/@esbuild/android-arm64@0.16.17:
|
2522
2539
|
resolution: {integrity: sha512-MIGl6p5sc3RDTLLkYL1MyL8BMRN4tLMRCn+yRJJmEDvYZ2M7tmAf80hx1kbNEUX2KJ50RRtxZ4JHLvCfuB6kBg==}
|
2523
2540
|
engines: {node: '>=12'}
|
@@ -3914,8 +3931,8 @@ packages:
|
|
3914
3931
|
'@types/yargs-parser': 21.0.0
|
3915
3932
|
dev: true
|
3916
3933
|
|
3917
|
-
/@typescript-eslint/eslint-plugin@6.
|
3918
|
-
resolution: {integrity: sha512-
|
3934
|
+
/@typescript-eslint/eslint-plugin@6.7.2(@typescript-eslint/parser@6.7.2)(eslint@8.48.0)(typescript@4.9.4):
|
3935
|
+
resolution: {integrity: sha512-ooaHxlmSgZTM6CHYAFRlifqh1OAr3PAQEwi7lhYhaegbnXrnh7CDcHmc3+ihhbQC7H0i4JF0psI5ehzkF6Yl6Q==}
|
3919
3936
|
engines: {node: ^16.0.0 || >=18.0.0}
|
3920
3937
|
peerDependencies:
|
3921
3938
|
'@typescript-eslint/parser': ^6.0.0 || ^6.0.0-alpha
|
@@ -3926,11 +3943,11 @@ packages:
|
|
3926
3943
|
optional: true
|
3927
3944
|
dependencies:
|
3928
3945
|
'@eslint-community/regexpp': 4.8.0
|
3929
|
-
'@typescript-eslint/parser': 6.
|
3930
|
-
'@typescript-eslint/scope-manager': 6.
|
3931
|
-
'@typescript-eslint/type-utils': 6.
|
3932
|
-
'@typescript-eslint/utils': 6.
|
3933
|
-
'@typescript-eslint/visitor-keys': 6.
|
3946
|
+
'@typescript-eslint/parser': 6.7.2(eslint@8.48.0)(typescript@4.9.4)
|
3947
|
+
'@typescript-eslint/scope-manager': 6.7.2
|
3948
|
+
'@typescript-eslint/type-utils': 6.7.2(eslint@8.48.0)(typescript@4.9.4)
|
3949
|
+
'@typescript-eslint/utils': 6.7.2(eslint@8.48.0)(typescript@4.9.4)
|
3950
|
+
'@typescript-eslint/visitor-keys': 6.7.2
|
3934
3951
|
debug: 4.3.4
|
3935
3952
|
eslint: 8.48.0
|
3936
3953
|
graphemer: 1.4.0
|
@@ -3943,8 +3960,8 @@ packages:
|
|
3943
3960
|
- supports-color
|
3944
3961
|
dev: true
|
3945
3962
|
|
3946
|
-
/@typescript-eslint/parser@6.
|
3947
|
-
resolution: {integrity: sha512-
|
3963
|
+
/@typescript-eslint/parser@6.7.2(eslint@8.48.0)(typescript@4.9.4):
|
3964
|
+
resolution: {integrity: sha512-KA3E4ox0ws+SPyxQf9iSI25R6b4Ne78ORhNHeVKrPQnoYsb9UhieoiRoJgrzgEeKGOXhcY1i8YtOeCHHTDa6Fw==}
|
3948
3965
|
engines: {node: ^16.0.0 || >=18.0.0}
|
3949
3966
|
peerDependencies:
|
3950
3967
|
eslint: ^7.0.0 || ^8.0.0
|
@@ -3953,10 +3970,10 @@ packages:
|
|
3953
3970
|
typescript:
|
3954
3971
|
optional: true
|
3955
3972
|
dependencies:
|
3956
|
-
'@typescript-eslint/scope-manager': 6.
|
3957
|
-
'@typescript-eslint/types': 6.
|
3958
|
-
'@typescript-eslint/typescript-estree': 6.
|
3959
|
-
'@typescript-eslint/visitor-keys': 6.
|
3973
|
+
'@typescript-eslint/scope-manager': 6.7.2
|
3974
|
+
'@typescript-eslint/types': 6.7.2
|
3975
|
+
'@typescript-eslint/typescript-estree': 6.7.2(typescript@4.9.4)
|
3976
|
+
'@typescript-eslint/visitor-keys': 6.7.2
|
3960
3977
|
debug: 4.3.4
|
3961
3978
|
eslint: 8.48.0
|
3962
3979
|
typescript: 4.9.4
|
@@ -3972,16 +3989,16 @@ packages:
|
|
3972
3989
|
'@typescript-eslint/visitor-keys': 5.62.0
|
3973
3990
|
dev: true
|
3974
3991
|
|
3975
|
-
/@typescript-eslint/scope-manager@6.
|
3976
|
-
resolution: {integrity: sha512-
|
3992
|
+
/@typescript-eslint/scope-manager@6.7.2:
|
3993
|
+
resolution: {integrity: sha512-bgi6plgyZjEqapr7u2mhxGR6E8WCzKNUFWNh6fkpVe9+yzRZeYtDTbsIBzKbcxI+r1qVWt6VIoMSNZ4r2A+6Yw==}
|
3977
3994
|
engines: {node: ^16.0.0 || >=18.0.0}
|
3978
3995
|
dependencies:
|
3979
|
-
'@typescript-eslint/types': 6.
|
3980
|
-
'@typescript-eslint/visitor-keys': 6.
|
3996
|
+
'@typescript-eslint/types': 6.7.2
|
3997
|
+
'@typescript-eslint/visitor-keys': 6.7.2
|
3981
3998
|
dev: true
|
3982
3999
|
|
3983
|
-
/@typescript-eslint/type-utils@6.
|
3984
|
-
resolution: {integrity: sha512-
|
4000
|
+
/@typescript-eslint/type-utils@6.7.2(eslint@8.48.0)(typescript@4.9.4):
|
4001
|
+
resolution: {integrity: sha512-36F4fOYIROYRl0qj95dYKx6kybddLtsbmPIYNK0OBeXv2j9L5nZ17j9jmfy+bIDHKQgn2EZX+cofsqi8NPATBQ==}
|
3985
4002
|
engines: {node: ^16.0.0 || >=18.0.0}
|
3986
4003
|
peerDependencies:
|
3987
4004
|
eslint: ^7.0.0 || ^8.0.0
|
@@ -3990,8 +4007,8 @@ packages:
|
|
3990
4007
|
typescript:
|
3991
4008
|
optional: true
|
3992
4009
|
dependencies:
|
3993
|
-
'@typescript-eslint/typescript-estree': 6.
|
3994
|
-
'@typescript-eslint/utils': 6.
|
4010
|
+
'@typescript-eslint/typescript-estree': 6.7.2(typescript@4.9.4)
|
4011
|
+
'@typescript-eslint/utils': 6.7.2(eslint@8.48.0)(typescript@4.9.4)
|
3995
4012
|
debug: 4.3.4
|
3996
4013
|
eslint: 8.48.0
|
3997
4014
|
ts-api-utils: 1.0.2(typescript@4.9.4)
|
@@ -4005,8 +4022,8 @@ packages:
|
|
4005
4022
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
4006
4023
|
dev: true
|
4007
4024
|
|
4008
|
-
/@typescript-eslint/types@6.
|
4009
|
-
resolution: {integrity: sha512-
|
4025
|
+
/@typescript-eslint/types@6.7.2:
|
4026
|
+
resolution: {integrity: sha512-flJYwMYgnUNDAN9/GAI3l8+wTmvTYdv64fcH8aoJK76Y+1FCZ08RtI5zDerM/FYT5DMkAc+19E4aLmd5KqdFyg==}
|
4010
4027
|
engines: {node: ^16.0.0 || >=18.0.0}
|
4011
4028
|
dev: true
|
4012
4029
|
|
@@ -4031,8 +4048,8 @@ packages:
|
|
4031
4048
|
- supports-color
|
4032
4049
|
dev: true
|
4033
4050
|
|
4034
|
-
/@typescript-eslint/typescript-estree@6.
|
4035
|
-
resolution: {integrity: sha512-
|
4051
|
+
/@typescript-eslint/typescript-estree@6.7.2(typescript@4.9.4):
|
4052
|
+
resolution: {integrity: sha512-kiJKVMLkoSciGyFU0TOY0fRxnp9qq1AzVOHNeN1+B9erKFCJ4Z8WdjAkKQPP+b1pWStGFqezMLltxO+308dJTQ==}
|
4036
4053
|
engines: {node: ^16.0.0 || >=18.0.0}
|
4037
4054
|
peerDependencies:
|
4038
4055
|
typescript: '*'
|
@@ -4040,8 +4057,8 @@ packages:
|
|
4040
4057
|
typescript:
|
4041
4058
|
optional: true
|
4042
4059
|
dependencies:
|
4043
|
-
'@typescript-eslint/types': 6.
|
4044
|
-
'@typescript-eslint/visitor-keys': 6.
|
4060
|
+
'@typescript-eslint/types': 6.7.2
|
4061
|
+
'@typescript-eslint/visitor-keys': 6.7.2
|
4045
4062
|
debug: 4.3.4
|
4046
4063
|
globby: 11.1.0
|
4047
4064
|
is-glob: 4.0.3
|
@@ -4072,8 +4089,8 @@ packages:
|
|
4072
4089
|
- typescript
|
4073
4090
|
dev: true
|
4074
4091
|
|
4075
|
-
/@typescript-eslint/utils@6.
|
4076
|
-
resolution: {integrity: sha512-
|
4092
|
+
/@typescript-eslint/utils@6.7.2(eslint@8.48.0)(typescript@4.9.4):
|
4093
|
+
resolution: {integrity: sha512-ZCcBJug/TS6fXRTsoTkgnsvyWSiXwMNiPzBUani7hDidBdj1779qwM1FIAmpH4lvlOZNF3EScsxxuGifjpLSWQ==}
|
4077
4094
|
engines: {node: ^16.0.0 || >=18.0.0}
|
4078
4095
|
peerDependencies:
|
4079
4096
|
eslint: ^7.0.0 || ^8.0.0
|
@@ -4081,9 +4098,9 @@ packages:
|
|
4081
4098
|
'@eslint-community/eslint-utils': 4.4.0(eslint@8.48.0)
|
4082
4099
|
'@types/json-schema': 7.0.12
|
4083
4100
|
'@types/semver': 7.5.1
|
4084
|
-
'@typescript-eslint/scope-manager': 6.
|
4085
|
-
'@typescript-eslint/types': 6.
|
4086
|
-
'@typescript-eslint/typescript-estree': 6.
|
4101
|
+
'@typescript-eslint/scope-manager': 6.7.2
|
4102
|
+
'@typescript-eslint/types': 6.7.2
|
4103
|
+
'@typescript-eslint/typescript-estree': 6.7.2(typescript@4.9.4)
|
4087
4104
|
eslint: 8.48.0
|
4088
4105
|
semver: 7.5.4
|
4089
4106
|
transitivePeerDependencies:
|
@@ -4099,18 +4116,22 @@ packages:
|
|
4099
4116
|
eslint-visitor-keys: 3.4.3
|
4100
4117
|
dev: true
|
4101
4118
|
|
4102
|
-
/@typescript-eslint/visitor-keys@6.
|
4103
|
-
resolution: {integrity: sha512-
|
4119
|
+
/@typescript-eslint/visitor-keys@6.7.2:
|
4120
|
+
resolution: {integrity: sha512-uVw9VIMFBUTz8rIeaUT3fFe8xIUx8r4ywAdlQv1ifH+6acn/XF8Y6rwJ7XNmkNMDrTW+7+vxFFPIF40nJCVsMQ==}
|
4104
4121
|
engines: {node: ^16.0.0 || >=18.0.0}
|
4105
4122
|
dependencies:
|
4106
|
-
'@typescript-eslint/types': 6.
|
4123
|
+
'@typescript-eslint/types': 6.7.2
|
4107
4124
|
eslint-visitor-keys: 3.4.3
|
4108
4125
|
dev: true
|
4109
4126
|
|
4110
|
-
/@uni-helper/axios-adapter@1.
|
4111
|
-
resolution: {integrity: sha512-
|
4127
|
+
/@uni-helper/axios-adapter@1.5.1(axios@1.5.0):
|
4128
|
+
resolution: {integrity: sha512-G2lD51l5CPSy4LyQvkl83ha5N8PxmwT1nKivzmeVgB8y8hpyAdgZNhu0ik3Zmj25rO1ZMWKuszw6fLZkh5MpEA==}
|
4129
|
+
peerDependencies:
|
4130
|
+
axios: ^1.5.0
|
4112
4131
|
dependencies:
|
4113
|
-
|
4132
|
+
axios: 1.5.0
|
4133
|
+
local-pkg: 0.4.3
|
4134
|
+
unplugin: 1.4.0
|
4114
4135
|
dev: false
|
4115
4136
|
|
4116
4137
|
/@uni-helper/pages-json-schema@0.2.3:
|
@@ -4945,6 +4966,11 @@ packages:
|
|
4945
4966
|
normalize-path: 3.0.0
|
4946
4967
|
picomatch: 2.3.1
|
4947
4968
|
|
4969
|
+
/are-docs-informative@0.0.2:
|
4970
|
+
resolution: {integrity: sha512-ixiS0nLNNG5jNQzgZJNoUpBKdo9yTYZMGJ+QgT2jmjR7G7+QHRCc4v6LQ3NgE7EBJq+o0ams3waJwkrlBom8Ig==}
|
4971
|
+
engines: {node: '>=14'}
|
4972
|
+
dev: true
|
4973
|
+
|
4948
4974
|
/argparse@1.0.10:
|
4949
4975
|
resolution: {integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==}
|
4950
4976
|
dependencies:
|
@@ -4982,15 +5008,15 @@ packages:
|
|
4982
5008
|
postcss: 8.4.27
|
4983
5009
|
postcss-value-parser: 4.2.0
|
4984
5010
|
|
4985
|
-
/axios@1.
|
4986
|
-
resolution: {integrity: sha512-
|
5011
|
+
/axios@1.5.0:
|
5012
|
+
resolution: {integrity: sha512-D4DdjDo5CY50Qms0qGQTTw6Q44jl7zRwY7bthds06pUGfChBCTcQs+N743eFWGEd6pRTMd6A+I87aWyFV5wiZQ==}
|
4987
5013
|
dependencies:
|
4988
5014
|
follow-redirects: 1.15.2
|
4989
5015
|
form-data: 4.0.0
|
4990
5016
|
proxy-from-env: 1.1.0
|
4991
5017
|
transitivePeerDependencies:
|
4992
5018
|
- debug
|
4993
|
-
dev:
|
5019
|
+
dev: false
|
4994
5020
|
|
4995
5021
|
/babel-jest@27.5.1(@babel/core@7.22.9):
|
4996
5022
|
resolution: {integrity: sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==}
|
@@ -5401,6 +5427,11 @@ packages:
|
|
5401
5427
|
engines: {node: ^12.20.0 || >=14}
|
5402
5428
|
dev: true
|
5403
5429
|
|
5430
|
+
/comment-parser@1.4.0:
|
5431
|
+
resolution: {integrity: sha512-QLyTNiZ2KDOibvFPlZ6ZngVsZ/0gYnE6uTXi5aoDg8ed3AkJAz4sEje3Y8a29hQ1s6A99MZXe47fLAXQ1rTqaw==}
|
5432
|
+
engines: {node: '>= 12.0.0'}
|
5433
|
+
dev: true
|
5434
|
+
|
5404
5435
|
/compare-versions@3.6.0:
|
5405
5436
|
resolution: {integrity: sha512-W6Af2Iw1z4CB7q4uU4hv646dW9GQuBM+YpC0UvUCWSD8w90SJjp+ujJuXaEMtAXBtSqGfMPuFOVn4/+FlaqfBA==}
|
5406
5437
|
|
@@ -5602,7 +5633,6 @@ packages:
|
|
5602
5633
|
|
5603
5634
|
/defu@6.1.2:
|
5604
5635
|
resolution: {integrity: sha512-+uO4+qr7msjNNWKYPHqN/3+Dx3NFkmIzayk2L1MyZQlvgZb/J1A0fo410dpKrN2SnqFjt8n4JL8fDJE0wIgjFQ==}
|
5605
|
-
dev: true
|
5606
5636
|
|
5607
5637
|
/delayed-stream@1.0.0:
|
5608
5638
|
resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==}
|
@@ -5853,7 +5883,7 @@ packages:
|
|
5853
5883
|
- supports-color
|
5854
5884
|
dev: true
|
5855
5885
|
|
5856
|
-
/eslint-module-utils@2.8.0(@typescript-eslint/parser@6.
|
5886
|
+
/eslint-module-utils@2.8.0(@typescript-eslint/parser@6.7.2)(eslint-import-resolver-node@0.3.9)(eslint@8.48.0):
|
5857
5887
|
resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==}
|
5858
5888
|
engines: {node: '>=4'}
|
5859
5889
|
peerDependencies:
|
@@ -5874,7 +5904,7 @@ packages:
|
|
5874
5904
|
eslint-import-resolver-webpack:
|
5875
5905
|
optional: true
|
5876
5906
|
dependencies:
|
5877
|
-
'@typescript-eslint/parser': 6.
|
5907
|
+
'@typescript-eslint/parser': 6.7.2(eslint@8.48.0)(typescript@4.9.4)
|
5878
5908
|
debug: 3.2.7
|
5879
5909
|
eslint: 8.48.0
|
5880
5910
|
eslint-import-resolver-node: 0.3.9
|
@@ -5882,10 +5912,10 @@ packages:
|
|
5882
5912
|
- supports-color
|
5883
5913
|
dev: true
|
5884
5914
|
|
5885
|
-
/eslint-plugin-antfu@0.
|
5886
|
-
resolution: {integrity: sha512-
|
5915
|
+
/eslint-plugin-antfu@0.42.0(eslint@8.48.0)(typescript@4.9.4):
|
5916
|
+
resolution: {integrity: sha512-Oztd2iw0SiwqCLyy9vygQycITIpH4VTtglUKbPvr6bMs5DfEZE8qpFihcHVyUjAVKJAjzMl+Pkz1hm+HVwT+2g==}
|
5887
5917
|
dependencies:
|
5888
|
-
'@typescript-eslint/utils': 6.
|
5918
|
+
'@typescript-eslint/utils': 6.7.2(eslint@8.48.0)(typescript@4.9.4)
|
5889
5919
|
transitivePeerDependencies:
|
5890
5920
|
- eslint
|
5891
5921
|
- supports-color
|
@@ -5920,8 +5950,8 @@ packages:
|
|
5920
5950
|
htmlparser2: 8.0.2
|
5921
5951
|
dev: true
|
5922
5952
|
|
5923
|
-
/eslint-plugin-i@2.28.
|
5924
|
-
resolution: {integrity: sha512-
|
5953
|
+
/eslint-plugin-i@2.28.1(@typescript-eslint/parser@6.7.2)(eslint@8.48.0):
|
5954
|
+
resolution: {integrity: sha512-a4oVt0j3ixNhGhvV4XF6NS7OWRFK2rrJ0Q5C4S2dSRb8FxZi31J0uUd5WJLL58wnVJ/OiQ1BxiXnFA4dWQO1Cg==}
|
5925
5955
|
engines: {node: '>=12'}
|
5926
5956
|
peerDependencies:
|
5927
5957
|
eslint: ^7.2.0 || ^8
|
@@ -5930,7 +5960,7 @@ packages:
|
|
5930
5960
|
doctrine: 2.1.0
|
5931
5961
|
eslint: 8.48.0
|
5932
5962
|
eslint-import-resolver-node: 0.3.9
|
5933
|
-
eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.
|
5963
|
+
eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.7.2)(eslint-import-resolver-node@0.3.9)(eslint@8.48.0)
|
5934
5964
|
get-tsconfig: 4.7.0
|
5935
5965
|
is-glob: 4.0.3
|
5936
5966
|
minimatch: 3.1.2
|
@@ -5943,7 +5973,7 @@ packages:
|
|
5943
5973
|
- supports-color
|
5944
5974
|
dev: true
|
5945
5975
|
|
5946
|
-
/eslint-plugin-jest@27.2.3(@typescript-eslint/eslint-plugin@6.
|
5976
|
+
/eslint-plugin-jest@27.2.3(@typescript-eslint/eslint-plugin@6.7.2)(eslint@8.48.0)(jest@27.0.4)(typescript@4.9.4):
|
5947
5977
|
resolution: {integrity: sha512-sRLlSCpICzWuje66Gl9zvdF6mwD5X86I4u55hJyFBsxYOsBCmT5+kSUjf+fkFWVMMgpzNEupjW8WzUqi83hJAQ==}
|
5948
5978
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
5949
5979
|
peerDependencies:
|
@@ -5956,7 +5986,7 @@ packages:
|
|
5956
5986
|
jest:
|
5957
5987
|
optional: true
|
5958
5988
|
dependencies:
|
5959
|
-
'@typescript-eslint/eslint-plugin': 6.
|
5989
|
+
'@typescript-eslint/eslint-plugin': 6.7.2(@typescript-eslint/parser@6.7.2)(eslint@8.48.0)(typescript@4.9.4)
|
5960
5990
|
'@typescript-eslint/utils': 5.62.0(eslint@8.48.0)(typescript@4.9.4)
|
5961
5991
|
eslint: 8.48.0
|
5962
5992
|
jest: 27.0.4
|
@@ -5965,6 +5995,26 @@ packages:
|
|
5965
5995
|
- typescript
|
5966
5996
|
dev: true
|
5967
5997
|
|
5998
|
+
/eslint-plugin-jsdoc@46.8.1(eslint@8.48.0):
|
5999
|
+
resolution: {integrity: sha512-uTce7IBluPKXIQMWJkIwFsI1gv7sZRmLjctca2K5DIxPi8fSBj9f4iru42XmGwuiMyH2f3nfc60sFmnSGv4Z/A==}
|
6000
|
+
engines: {node: '>=16'}
|
6001
|
+
peerDependencies:
|
6002
|
+
eslint: ^7.0.0 || ^8.0.0
|
6003
|
+
dependencies:
|
6004
|
+
'@es-joy/jsdoccomment': 0.40.1
|
6005
|
+
are-docs-informative: 0.0.2
|
6006
|
+
comment-parser: 1.4.0
|
6007
|
+
debug: 4.3.4
|
6008
|
+
escape-string-regexp: 4.0.0
|
6009
|
+
eslint: 8.48.0
|
6010
|
+
esquery: 1.5.0
|
6011
|
+
is-builtin-module: 3.2.1
|
6012
|
+
semver: 7.5.4
|
6013
|
+
spdx-expression-parse: 3.0.1
|
6014
|
+
transitivePeerDependencies:
|
6015
|
+
- supports-color
|
6016
|
+
dev: true
|
6017
|
+
|
5968
6018
|
/eslint-plugin-jsonc@2.9.0(eslint@8.48.0):
|
5969
6019
|
resolution: {integrity: sha512-RK+LeONVukbLwT2+t7/OY54NJRccTXh/QbnXzPuTLpFMVZhPuq1C9E07+qWenGx7rrQl0kAalAWl7EmB+RjpGA==}
|
5970
6020
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
@@ -5989,8 +6039,8 @@ packages:
|
|
5989
6039
|
- supports-color
|
5990
6040
|
dev: true
|
5991
6041
|
|
5992
|
-
/eslint-plugin-n@16.0
|
5993
|
-
resolution: {integrity: sha512-
|
6042
|
+
/eslint-plugin-n@16.1.0(eslint@8.48.0):
|
6043
|
+
resolution: {integrity: sha512-3wv/TooBst0N4ND+pnvffHuz9gNPmk/NkLwAxOt2JykTl/hcuECe6yhTtLJcZjIxtZwN+GX92ACp/QTLpHA3Hg==}
|
5994
6044
|
engines: {node: '>=16.0.0'}
|
5995
6045
|
peerDependencies:
|
5996
6046
|
eslint: '>=7.0.0'
|
@@ -5999,10 +6049,11 @@ packages:
|
|
5999
6049
|
builtins: 5.0.1
|
6000
6050
|
eslint: 8.48.0
|
6001
6051
|
eslint-plugin-es-x: 7.2.0(eslint@8.48.0)
|
6052
|
+
get-tsconfig: 4.7.0
|
6002
6053
|
ignore: 5.2.4
|
6003
|
-
is-core-module: 2.
|
6054
|
+
is-core-module: 2.13.0
|
6004
6055
|
minimatch: 3.1.2
|
6005
|
-
resolve: 1.22.
|
6056
|
+
resolve: 1.22.4
|
6006
6057
|
semver: 7.5.4
|
6007
6058
|
dev: true
|
6008
6059
|
|
@@ -6044,7 +6095,7 @@ packages:
|
|
6044
6095
|
strip-indent: 3.0.0
|
6045
6096
|
dev: true
|
6046
6097
|
|
6047
|
-
/eslint-plugin-unused-imports@3.0.0(@typescript-eslint/eslint-plugin@6.
|
6098
|
+
/eslint-plugin-unused-imports@3.0.0(@typescript-eslint/eslint-plugin@6.7.2)(eslint@8.48.0):
|
6048
6099
|
resolution: {integrity: sha512-sduiswLJfZHeeBJ+MQaG+xYzSWdRXoSw61DpU13mzWumCkR0ufD0HmO4kdNokjrkluMHpj/7PJeN35pgbhW3kw==}
|
6049
6100
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
6050
6101
|
peerDependencies:
|
@@ -6054,7 +6105,7 @@ packages:
|
|
6054
6105
|
'@typescript-eslint/eslint-plugin':
|
6055
6106
|
optional: true
|
6056
6107
|
dependencies:
|
6057
|
-
'@typescript-eslint/eslint-plugin': 6.
|
6108
|
+
'@typescript-eslint/eslint-plugin': 6.7.2(@typescript-eslint/parser@6.7.2)(eslint@8.48.0)(typescript@4.9.4)
|
6058
6109
|
eslint: 8.48.0
|
6059
6110
|
eslint-rule-composer: 0.3.0
|
6060
6111
|
dev: true
|
@@ -6077,8 +6128,8 @@ packages:
|
|
6077
6128
|
- supports-color
|
6078
6129
|
dev: true
|
6079
6130
|
|
6080
|
-
/eslint-plugin-yml@1.
|
6081
|
-
resolution: {integrity: sha512-
|
6131
|
+
/eslint-plugin-yml@1.9.0(eslint@8.48.0):
|
6132
|
+
resolution: {integrity: sha512-ayuC57WyVQ5+QZ02y62GiB//5+zsiyzUGxUX/mrhLni+jfsKA4KoITjkbR65iUdjjhWpyTJHPcAIFLKQIOwgsw==}
|
6082
6133
|
engines: {node: ^14.17.0 || >=16.0.0}
|
6083
6134
|
peerDependencies:
|
6084
6135
|
eslint: '>=6.0.0'
|
@@ -6410,7 +6461,7 @@ packages:
|
|
6410
6461
|
peerDependenciesMeta:
|
6411
6462
|
debug:
|
6412
6463
|
optional: true
|
6413
|
-
dev:
|
6464
|
+
dev: false
|
6414
6465
|
|
6415
6466
|
/form-data@3.0.1:
|
6416
6467
|
resolution: {integrity: sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==}
|
@@ -6428,6 +6479,7 @@ packages:
|
|
6428
6479
|
asynckit: 0.4.0
|
6429
6480
|
combined-stream: 1.0.8
|
6430
6481
|
mime-types: 2.1.35
|
6482
|
+
dev: false
|
6431
6483
|
|
6432
6484
|
/forwarded@0.2.0:
|
6433
6485
|
resolution: {integrity: sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==}
|
@@ -6793,11 +6845,6 @@ packages:
|
|
6793
6845
|
builtin-modules: 3.3.0
|
6794
6846
|
dev: true
|
6795
6847
|
|
6796
|
-
/is-core-module@2.12.1:
|
6797
|
-
resolution: {integrity: sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==}
|
6798
|
-
dependencies:
|
6799
|
-
has: 1.0.3
|
6800
|
-
|
6801
6848
|
/is-core-module@2.13.0:
|
6802
6849
|
resolution: {integrity: sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==}
|
6803
6850
|
dependencies:
|
@@ -7424,6 +7471,11 @@ packages:
|
|
7424
7471
|
argparse: 2.0.1
|
7425
7472
|
dev: true
|
7426
7473
|
|
7474
|
+
/jsdoc-type-pratt-parser@4.0.0:
|
7475
|
+
resolution: {integrity: sha512-YtOli5Cmzy3q4dP26GraSOeAhqecewG04hoO8DY56CH4KJ9Fvv5qKWUCCo3HZob7esJQHCv6/+bnTy72xZZaVQ==}
|
7476
|
+
engines: {node: '>=12.0.0'}
|
7477
|
+
dev: true
|
7478
|
+
|
7427
7479
|
/jsdom@16.7.0:
|
7428
7480
|
resolution: {integrity: sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==}
|
7429
7481
|
engines: {node: '>=10'}
|
@@ -7628,7 +7680,6 @@ packages:
|
|
7628
7680
|
/local-pkg@0.4.3:
|
7629
7681
|
resolution: {integrity: sha512-SFppqq5p42fe2qcZQqqEOiVRXl+WCP1MdT6k7BDEW1j++sp5fIY+/fdRQitvKgB5BrBcmrs5m/L0v2FrU5MY1g==}
|
7630
7682
|
engines: {node: '>=14'}
|
7631
|
-
dev: true
|
7632
7683
|
|
7633
7684
|
/localstorage-polyfill@1.0.1:
|
7634
7685
|
resolution: {integrity: sha512-m4iHVZxFH5734oQcPKU08025gIz2+4bjWR9lulP8ZYxEJR0BpA0w32oJmkzh8y3UI9ci7xCBehQDc3oA1X+VHw==}
|
@@ -8285,7 +8336,7 @@ packages:
|
|
8285
8336
|
postcss: 8.4.27
|
8286
8337
|
postcss-value-parser: 4.2.0
|
8287
8338
|
read-cache: 1.0.0
|
8288
|
-
resolve: 1.22.
|
8339
|
+
resolve: 1.22.4
|
8289
8340
|
|
8290
8341
|
/postcss-load-config@3.1.4(postcss@8.4.27):
|
8291
8342
|
resolution: {integrity: sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==}
|
@@ -8410,7 +8461,7 @@ packages:
|
|
8410
8461
|
|
8411
8462
|
/proxy-from-env@1.1.0:
|
8412
8463
|
resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==}
|
8413
|
-
dev:
|
8464
|
+
dev: false
|
8414
8465
|
|
8415
8466
|
/psl@1.9.0:
|
8416
8467
|
resolution: {integrity: sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==}
|
@@ -8586,7 +8637,7 @@ packages:
|
|
8586
8637
|
resolution: {integrity: sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==}
|
8587
8638
|
hasBin: true
|
8588
8639
|
dependencies:
|
8589
|
-
is-core-module: 2.
|
8640
|
+
is-core-module: 2.13.0
|
8590
8641
|
path-parse: 1.0.7
|
8591
8642
|
supports-preserve-symlinks-flag: 1.0.0
|
8592
8643
|
|
@@ -9446,7 +9497,6 @@ packages:
|
|
9446
9497
|
chokidar: 3.5.3
|
9447
9498
|
webpack-sources: 3.2.3
|
9448
9499
|
webpack-virtual-modules: 0.5.0
|
9449
|
-
dev: true
|
9450
9500
|
|
9451
9501
|
/unquote@1.1.1:
|
9452
9502
|
resolution: {integrity: sha512-vRCqFv6UhXpWxZPyGDh/F3ZpNv8/qo7w6iufLpQg9aKnQ71qM4B5KiI7Mia9COcjEhrO9LueHpMYjYzsWH3OIg==}
|
@@ -9683,7 +9733,6 @@ packages:
|
|
9683
9733
|
|
9684
9734
|
/webpack-virtual-modules@0.5.0:
|
9685
9735
|
resolution: {integrity: sha512-kyDivFZ7ZM0BVOUteVbDFhlRt7Ah/CSPwJdi8hBpkK7QLumUqdLtVfm/PX/hkcnrvr0i77fO5+TjZ94Pe+C9iw==}
|
9686
|
-
dev: true
|
9687
9736
|
|
9688
9737
|
/webpack@5.88.2:
|
9689
9738
|
resolution: {integrity: sha512-JmcgNZ1iKj+aiR0OvTYtWQqJwq37Pf683dY9bVORwVbUrDhLhdn/PlO2sHsFHPkj7sHNQF3JwaAkp49V+Sq1tQ==}
|
@@ -1,10 +1,10 @@
|
|
1
1
|
/*
|
2
2
|
* @Author: zhangyang
|
3
3
|
* @Date: 2023-07-18 15:35:24
|
4
|
-
* @LastEditTime: 2023-09-
|
4
|
+
* @LastEditTime: 2023-09-19 10:19:08
|
5
5
|
* @Description:
|
6
6
|
*/
|
7
|
-
import { useHttp } from '
|
7
|
+
import { useHttp } from '@bluesyoung/http/uni'
|
8
8
|
import { useGet, usePost } from './requests'
|
9
9
|
|
10
10
|
/**
|