@peng_kai/kit 0.0.16 → 0.1.0
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.
- package/package.json +16 -16
- package/pnpm-lock.yaml +99 -99
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@peng_kai/kit",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0
|
|
4
|
+
"version": "0.1.0",
|
|
5
5
|
"description": "",
|
|
6
6
|
"author": "",
|
|
7
7
|
"license": "ISC",
|
|
@@ -12,34 +12,34 @@
|
|
|
12
12
|
"lint:fix": "eslint . --fix"
|
|
13
13
|
},
|
|
14
14
|
"peerDependencies": {
|
|
15
|
-
"@tanstack/vue-query": "4.
|
|
16
|
-
"@vueuse/core": "10.
|
|
17
|
-
"ant-design-vue": "4.0.
|
|
18
|
-
"axios": "1.6.
|
|
19
|
-
"bignumber.js": "9.
|
|
20
|
-
"dayjs": "1.
|
|
21
|
-
"lodash-es": "4.
|
|
22
|
-
"vue": "3.3.
|
|
23
|
-
"vue-router": "4.2.
|
|
15
|
+
"@tanstack/vue-query": "4.37.1",
|
|
16
|
+
"@vueuse/core": "10.6.1",
|
|
17
|
+
"ant-design-vue": "4.0.7",
|
|
18
|
+
"axios": "1.6.2",
|
|
19
|
+
"bignumber.js": "9.1.2",
|
|
20
|
+
"dayjs": "1.11.10",
|
|
21
|
+
"lodash-es": "4.17.21",
|
|
22
|
+
"vue": "3.3.8",
|
|
23
|
+
"vue-router": "4.2.5"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@tanstack/vue-query": "^4.37.1",
|
|
27
|
-
"@vueuse/core": "^10.
|
|
28
|
-
"ant-design-vue": "^4.0.
|
|
29
|
-
"axios": "^1.6.
|
|
27
|
+
"@vueuse/core": "^10.6.1",
|
|
28
|
+
"ant-design-vue": "^4.0.7",
|
|
29
|
+
"axios": "^1.6.2",
|
|
30
30
|
"bignumber.js": "^9.1.2",
|
|
31
31
|
"dayjs": "^1.11.10",
|
|
32
32
|
"lodash-es": "^4.17.21",
|
|
33
33
|
"nprogress": "^0.2.0",
|
|
34
|
-
"vue": "^3.3.
|
|
34
|
+
"vue": "^3.3.8",
|
|
35
35
|
"vue-router": "^4.2.5"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@antfu/eslint-config": "^1.2.1",
|
|
39
|
-
"@types/lodash-es": "^4.17.
|
|
39
|
+
"@types/lodash-es": "^4.17.11",
|
|
40
40
|
"@types/node": "18",
|
|
41
41
|
"@types/nprogress": "^0.2.3",
|
|
42
|
-
"type-fest": "^4.
|
|
42
|
+
"type-fest": "^4.8.1",
|
|
43
43
|
"typescript": "^5.2.2",
|
|
44
44
|
"vue-component-type-helpers": "^1.8.22"
|
|
45
45
|
}
|
package/pnpm-lock.yaml
CHANGED
|
@@ -7,16 +7,16 @@ settings:
|
|
|
7
7
|
dependencies:
|
|
8
8
|
'@tanstack/vue-query':
|
|
9
9
|
specifier: ^4.37.1
|
|
10
|
-
version: 4.37.1(vue@3.3.
|
|
10
|
+
version: 4.37.1(vue@3.3.8)
|
|
11
11
|
'@vueuse/core':
|
|
12
|
-
specifier: ^10.
|
|
13
|
-
version: 10.
|
|
12
|
+
specifier: ^10.6.1
|
|
13
|
+
version: 10.6.1(vue@3.3.8)
|
|
14
14
|
ant-design-vue:
|
|
15
|
-
specifier: ^4.0.
|
|
16
|
-
version: 4.0.
|
|
15
|
+
specifier: ^4.0.7
|
|
16
|
+
version: 4.0.7(vue@3.3.8)
|
|
17
17
|
axios:
|
|
18
|
-
specifier: ^1.6.
|
|
19
|
-
version: 1.6.
|
|
18
|
+
specifier: ^1.6.2
|
|
19
|
+
version: 1.6.2
|
|
20
20
|
bignumber.js:
|
|
21
21
|
specifier: ^9.1.2
|
|
22
22
|
version: 9.1.2
|
|
@@ -30,19 +30,19 @@ dependencies:
|
|
|
30
30
|
specifier: ^0.2.0
|
|
31
31
|
version: 0.2.0
|
|
32
32
|
vue:
|
|
33
|
-
specifier: ^3.3.
|
|
34
|
-
version: 3.3.
|
|
33
|
+
specifier: ^3.3.8
|
|
34
|
+
version: 3.3.8(typescript@5.2.2)
|
|
35
35
|
vue-router:
|
|
36
36
|
specifier: ^4.2.5
|
|
37
|
-
version: 4.2.5(vue@3.3.
|
|
37
|
+
version: 4.2.5(vue@3.3.8)
|
|
38
38
|
|
|
39
39
|
devDependencies:
|
|
40
40
|
'@antfu/eslint-config':
|
|
41
41
|
specifier: ^1.2.1
|
|
42
42
|
version: 1.2.1(eslint@8.54.0)(typescript@5.2.2)
|
|
43
43
|
'@types/lodash-es':
|
|
44
|
-
specifier: ^4.17.
|
|
45
|
-
version: 4.17.
|
|
44
|
+
specifier: ^4.17.11
|
|
45
|
+
version: 4.17.11
|
|
46
46
|
'@types/node':
|
|
47
47
|
specifier: '18'
|
|
48
48
|
version: 18.18.7
|
|
@@ -50,8 +50,8 @@ devDependencies:
|
|
|
50
50
|
specifier: ^0.2.3
|
|
51
51
|
version: 0.2.3
|
|
52
52
|
type-fest:
|
|
53
|
-
specifier: ^4.
|
|
54
|
-
version: 4.
|
|
53
|
+
specifier: ^4.8.1
|
|
54
|
+
version: 4.8.1
|
|
55
55
|
typescript:
|
|
56
56
|
specifier: ^5.2.2
|
|
57
57
|
version: 5.2.2
|
|
@@ -76,14 +76,14 @@ packages:
|
|
|
76
76
|
resolution: {integrity: sha512-4QBZg8ccyC6LPIRii7A0bZUk3+lEDCLnhB+FVsflGdcWPPmV+j3fire4AwwoqHV/BibgvBmR9ZIo4s867smv+g==}
|
|
77
77
|
dev: false
|
|
78
78
|
|
|
79
|
-
/@ant-design/icons-vue@7.0.1(vue@3.3.
|
|
79
|
+
/@ant-design/icons-vue@7.0.1(vue@3.3.8):
|
|
80
80
|
resolution: {integrity: sha512-eCqY2unfZK6Fe02AwFlDHLfoyEFreP6rBwAZMIJ1LugmfMiVgwWDYlp1YsRugaPtICYOabV1iWxXdP12u9U43Q==}
|
|
81
81
|
peerDependencies:
|
|
82
82
|
vue: '>=3.0.3'
|
|
83
83
|
dependencies:
|
|
84
84
|
'@ant-design/colors': 6.0.0
|
|
85
85
|
'@ant-design/icons-svg': 4.3.1
|
|
86
|
-
vue: 3.3.
|
|
86
|
+
vue: 3.3.8(typescript@5.2.2)
|
|
87
87
|
dev: false
|
|
88
88
|
|
|
89
89
|
/@antfu/eslint-config@1.2.1(eslint@8.54.0)(typescript@5.2.2):
|
|
@@ -370,7 +370,7 @@ packages:
|
|
|
370
370
|
resolution: {integrity: sha512-DJSilV5+ytBP1FbFcEJovv4rnnm/CokuVvrBEtW/Va9DvuJ3HksbXUJEpI0aV1KtuL4ZoO9AVE6PyNLzF7tLeA==}
|
|
371
371
|
dev: false
|
|
372
372
|
|
|
373
|
-
/@tanstack/vue-query@4.37.1(vue@3.3.
|
|
373
|
+
/@tanstack/vue-query@4.37.1(vue@3.3.8):
|
|
374
374
|
resolution: {integrity: sha512-QzCQ94g2oZQcEfI4nfqa6Qr3aFXtXiEH17Jho+QFl73c7epqsWNcyP3ovF1fgJz5jEOE5OYtwgkoaRKIRaSigg==}
|
|
375
375
|
peerDependencies:
|
|
376
376
|
'@vue/composition-api': ^1.1.2
|
|
@@ -382,16 +382,16 @@ packages:
|
|
|
382
382
|
'@tanstack/match-sorter-utils': 8.8.4
|
|
383
383
|
'@tanstack/query-core': 4.36.1
|
|
384
384
|
'@vue/devtools-api': 6.5.1
|
|
385
|
-
vue: 3.3.
|
|
386
|
-
vue-demi: 0.13.11(vue@3.3.
|
|
385
|
+
vue: 3.3.8(typescript@5.2.2)
|
|
386
|
+
vue-demi: 0.13.11(vue@3.3.8)
|
|
387
387
|
dev: false
|
|
388
388
|
|
|
389
389
|
/@types/json-schema@7.0.15:
|
|
390
390
|
resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
|
|
391
391
|
dev: true
|
|
392
392
|
|
|
393
|
-
/@types/lodash-es@4.17.
|
|
394
|
-
resolution: {integrity: sha512-
|
|
393
|
+
/@types/lodash-es@4.17.11:
|
|
394
|
+
resolution: {integrity: sha512-eCw8FYAWHt2DDl77s+AMLLzPn310LKohruumpucZI4oOFJkIgnlaJcy23OKMJxx4r9PeTF13Gv6w+jqjWQaYUg==}
|
|
395
395
|
dependencies:
|
|
396
396
|
'@types/lodash': 4.14.200
|
|
397
397
|
dev: true
|
|
@@ -428,8 +428,8 @@ packages:
|
|
|
428
428
|
resolution: {integrity: sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==}
|
|
429
429
|
dev: true
|
|
430
430
|
|
|
431
|
-
/@types/web-bluetooth@0.0.
|
|
432
|
-
resolution: {integrity: sha512-
|
|
431
|
+
/@types/web-bluetooth@0.0.20:
|
|
432
|
+
resolution: {integrity: sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==}
|
|
433
433
|
dev: false
|
|
434
434
|
|
|
435
435
|
/@typescript-eslint/eslint-plugin@6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2):
|
|
@@ -567,113 +567,113 @@ packages:
|
|
|
567
567
|
resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==}
|
|
568
568
|
dev: true
|
|
569
569
|
|
|
570
|
-
/@vue/compiler-core@3.3.
|
|
571
|
-
resolution: {integrity: sha512-
|
|
570
|
+
/@vue/compiler-core@3.3.8:
|
|
571
|
+
resolution: {integrity: sha512-hN/NNBUECw8SusQvDSqqcVv6gWq8L6iAktUR0UF3vGu2OhzRqcOiAno0FmBJWwxhYEXRlQJT5XnoKsVq1WZx4g==}
|
|
572
572
|
dependencies:
|
|
573
573
|
'@babel/parser': 7.23.0
|
|
574
|
-
'@vue/shared': 3.3.
|
|
574
|
+
'@vue/shared': 3.3.8
|
|
575
575
|
estree-walker: 2.0.2
|
|
576
576
|
source-map-js: 1.0.2
|
|
577
577
|
dev: false
|
|
578
578
|
|
|
579
|
-
/@vue/compiler-dom@3.3.
|
|
580
|
-
resolution: {integrity: sha512
|
|
579
|
+
/@vue/compiler-dom@3.3.8:
|
|
580
|
+
resolution: {integrity: sha512-+PPtv+p/nWDd0AvJu3w8HS0RIm/C6VGBIRe24b9hSyNWOAPEUosFZ5diwawwP8ip5sJ8n0Pe87TNNNHnvjs0FQ==}
|
|
581
581
|
dependencies:
|
|
582
|
-
'@vue/compiler-core': 3.3.
|
|
583
|
-
'@vue/shared': 3.3.
|
|
582
|
+
'@vue/compiler-core': 3.3.8
|
|
583
|
+
'@vue/shared': 3.3.8
|
|
584
584
|
dev: false
|
|
585
585
|
|
|
586
|
-
/@vue/compiler-sfc@3.3.
|
|
587
|
-
resolution: {integrity: sha512-
|
|
586
|
+
/@vue/compiler-sfc@3.3.8:
|
|
587
|
+
resolution: {integrity: sha512-WMzbUrlTjfYF8joyT84HfwwXo+8WPALuPxhy+BZ6R4Aafls+jDBnSz8PDz60uFhuqFbl3HxRfxvDzrUf3THwpA==}
|
|
588
588
|
dependencies:
|
|
589
589
|
'@babel/parser': 7.23.0
|
|
590
|
-
'@vue/compiler-core': 3.3.
|
|
591
|
-
'@vue/compiler-dom': 3.3.
|
|
592
|
-
'@vue/compiler-ssr': 3.3.
|
|
593
|
-
'@vue/reactivity-transform': 3.3.
|
|
594
|
-
'@vue/shared': 3.3.
|
|
590
|
+
'@vue/compiler-core': 3.3.8
|
|
591
|
+
'@vue/compiler-dom': 3.3.8
|
|
592
|
+
'@vue/compiler-ssr': 3.3.8
|
|
593
|
+
'@vue/reactivity-transform': 3.3.8
|
|
594
|
+
'@vue/shared': 3.3.8
|
|
595
595
|
estree-walker: 2.0.2
|
|
596
596
|
magic-string: 0.30.5
|
|
597
597
|
postcss: 8.4.31
|
|
598
598
|
source-map-js: 1.0.2
|
|
599
599
|
dev: false
|
|
600
600
|
|
|
601
|
-
/@vue/compiler-ssr@3.3.
|
|
602
|
-
resolution: {integrity: sha512-
|
|
601
|
+
/@vue/compiler-ssr@3.3.8:
|
|
602
|
+
resolution: {integrity: sha512-hXCqQL/15kMVDBuoBYpUnSYT8doDNwsjvm3jTefnXr+ytn294ySnT8NlsFHmTgKNjwpuFy7XVV8yTeLtNl/P6w==}
|
|
603
603
|
dependencies:
|
|
604
|
-
'@vue/compiler-dom': 3.3.
|
|
605
|
-
'@vue/shared': 3.3.
|
|
604
|
+
'@vue/compiler-dom': 3.3.8
|
|
605
|
+
'@vue/shared': 3.3.8
|
|
606
606
|
dev: false
|
|
607
607
|
|
|
608
608
|
/@vue/devtools-api@6.5.1:
|
|
609
609
|
resolution: {integrity: sha512-+KpckaAQyfbvshdDW5xQylLni1asvNSGme1JFs8I1+/H5pHEhqUKMEQD/qn3Nx5+/nycBq11qAEi8lk+LXI2dA==}
|
|
610
610
|
dev: false
|
|
611
611
|
|
|
612
|
-
/@vue/reactivity-transform@3.3.
|
|
613
|
-
resolution: {integrity: sha512-
|
|
612
|
+
/@vue/reactivity-transform@3.3.8:
|
|
613
|
+
resolution: {integrity: sha512-49CvBzmZNtcHua0XJ7GdGifM8GOXoUMOX4dD40Y5DxI3R8OUhMlvf2nvgUAcPxaXiV5MQQ1Nwy09ADpnLQUqRw==}
|
|
614
614
|
dependencies:
|
|
615
615
|
'@babel/parser': 7.23.0
|
|
616
|
-
'@vue/compiler-core': 3.3.
|
|
617
|
-
'@vue/shared': 3.3.
|
|
616
|
+
'@vue/compiler-core': 3.3.8
|
|
617
|
+
'@vue/shared': 3.3.8
|
|
618
618
|
estree-walker: 2.0.2
|
|
619
619
|
magic-string: 0.30.5
|
|
620
620
|
dev: false
|
|
621
621
|
|
|
622
|
-
/@vue/reactivity@3.3.
|
|
623
|
-
resolution: {integrity: sha512-
|
|
622
|
+
/@vue/reactivity@3.3.8:
|
|
623
|
+
resolution: {integrity: sha512-ctLWitmFBu6mtddPyOKpHg8+5ahouoTCRtmAHZAXmolDtuZXfjL2T3OJ6DL6ezBPQB1SmMnpzjiWjCiMYmpIuw==}
|
|
624
624
|
dependencies:
|
|
625
|
-
'@vue/shared': 3.3.
|
|
625
|
+
'@vue/shared': 3.3.8
|
|
626
626
|
dev: false
|
|
627
627
|
|
|
628
|
-
/@vue/runtime-core@3.3.
|
|
629
|
-
resolution: {integrity: sha512-
|
|
628
|
+
/@vue/runtime-core@3.3.8:
|
|
629
|
+
resolution: {integrity: sha512-qurzOlb6q26KWQ/8IShHkMDOuJkQnQcTIp1sdP4I9MbCf9FJeGVRXJFr2mF+6bXh/3Zjr9TDgURXrsCr9bfjUw==}
|
|
630
630
|
dependencies:
|
|
631
|
-
'@vue/reactivity': 3.3.
|
|
632
|
-
'@vue/shared': 3.3.
|
|
631
|
+
'@vue/reactivity': 3.3.8
|
|
632
|
+
'@vue/shared': 3.3.8
|
|
633
633
|
dev: false
|
|
634
634
|
|
|
635
|
-
/@vue/runtime-dom@3.3.
|
|
636
|
-
resolution: {integrity: sha512-
|
|
635
|
+
/@vue/runtime-dom@3.3.8:
|
|
636
|
+
resolution: {integrity: sha512-Noy5yM5UIf9UeFoowBVgghyGGPIDPy1Qlqt0yVsUdAVbqI8eeMSsTqBtauaEoT2UFXUk5S64aWVNJN4MJ2vRdA==}
|
|
637
637
|
dependencies:
|
|
638
|
-
'@vue/runtime-core': 3.3.
|
|
639
|
-
'@vue/shared': 3.3.
|
|
638
|
+
'@vue/runtime-core': 3.3.8
|
|
639
|
+
'@vue/shared': 3.3.8
|
|
640
640
|
csstype: 3.1.2
|
|
641
641
|
dev: false
|
|
642
642
|
|
|
643
|
-
/@vue/server-renderer@3.3.
|
|
644
|
-
resolution: {integrity: sha512-
|
|
643
|
+
/@vue/server-renderer@3.3.8(vue@3.3.8):
|
|
644
|
+
resolution: {integrity: sha512-zVCUw7RFskvPuNlPn/8xISbrf0zTWsTSdYTsUTN1ERGGZGVnRxM2QZ3x1OR32+vwkkCm0IW6HmJ49IsPm7ilLg==}
|
|
645
645
|
peerDependencies:
|
|
646
|
-
vue: 3.3.
|
|
646
|
+
vue: 3.3.8
|
|
647
647
|
dependencies:
|
|
648
|
-
'@vue/compiler-ssr': 3.3.
|
|
649
|
-
'@vue/shared': 3.3.
|
|
650
|
-
vue: 3.3.
|
|
648
|
+
'@vue/compiler-ssr': 3.3.8
|
|
649
|
+
'@vue/shared': 3.3.8
|
|
650
|
+
vue: 3.3.8(typescript@5.2.2)
|
|
651
651
|
dev: false
|
|
652
652
|
|
|
653
|
-
/@vue/shared@3.3.
|
|
654
|
-
resolution: {integrity: sha512-
|
|
653
|
+
/@vue/shared@3.3.8:
|
|
654
|
+
resolution: {integrity: sha512-8PGwybFwM4x8pcfgqEQFy70NaQxASvOC5DJwLQfpArw1UDfUXrJkdxD3BhVTMS+0Lef/TU7YO0Jvr0jJY8T+mw==}
|
|
655
655
|
dev: false
|
|
656
656
|
|
|
657
|
-
/@vueuse/core@10.
|
|
658
|
-
resolution: {integrity: sha512-
|
|
657
|
+
/@vueuse/core@10.6.1(vue@3.3.8):
|
|
658
|
+
resolution: {integrity: sha512-Pc26IJbqgC9VG1u6VY/xrXXfxD33hnvxBnKrLlA2LJlyHII+BSrRoTPJgGYq7qZOu61itITFUnm6QbacwZ4H8Q==}
|
|
659
659
|
dependencies:
|
|
660
|
-
'@types/web-bluetooth': 0.0.
|
|
661
|
-
'@vueuse/metadata': 10.
|
|
662
|
-
'@vueuse/shared': 10.
|
|
663
|
-
vue-demi: 0.14.6(vue@3.3.
|
|
660
|
+
'@types/web-bluetooth': 0.0.20
|
|
661
|
+
'@vueuse/metadata': 10.6.1
|
|
662
|
+
'@vueuse/shared': 10.6.1(vue@3.3.8)
|
|
663
|
+
vue-demi: 0.14.6(vue@3.3.8)
|
|
664
664
|
transitivePeerDependencies:
|
|
665
665
|
- '@vue/composition-api'
|
|
666
666
|
- vue
|
|
667
667
|
dev: false
|
|
668
668
|
|
|
669
|
-
/@vueuse/metadata@10.
|
|
670
|
-
resolution: {integrity: sha512-
|
|
669
|
+
/@vueuse/metadata@10.6.1:
|
|
670
|
+
resolution: {integrity: sha512-qhdwPI65Bgcj23e5lpGfQsxcy0bMjCAsUGoXkJ7DsoeDUdasbZ2DBa4dinFCOER3lF4gwUv+UD2AlA11zdzMFw==}
|
|
671
671
|
dev: false
|
|
672
672
|
|
|
673
|
-
/@vueuse/shared@10.
|
|
674
|
-
resolution: {integrity: sha512-
|
|
673
|
+
/@vueuse/shared@10.6.1(vue@3.3.8):
|
|
674
|
+
resolution: {integrity: sha512-TECVDTIedFlL0NUfHWncf3zF9Gc4VfdxfQc8JFwoVZQmxpONhLxFrlm0eHQeidHj4rdTPL3KXJa0TZCk1wnc5Q==}
|
|
675
675
|
dependencies:
|
|
676
|
-
vue-demi: 0.14.6(vue@3.3.
|
|
676
|
+
vue-demi: 0.14.6(vue@3.3.8)
|
|
677
677
|
transitivePeerDependencies:
|
|
678
678
|
- '@vue/composition-api'
|
|
679
679
|
- vue
|
|
@@ -721,14 +721,14 @@ packages:
|
|
|
721
721
|
color-convert: 2.0.1
|
|
722
722
|
dev: true
|
|
723
723
|
|
|
724
|
-
/ant-design-vue@4.0.
|
|
725
|
-
resolution: {integrity: sha512-
|
|
724
|
+
/ant-design-vue@4.0.7(vue@3.3.8):
|
|
725
|
+
resolution: {integrity: sha512-oHTtc1GZkfENZTkt2aDvjaD4yoRsowYvCOmxA6+5AGqm5uz/datdJOXsq9nokIhC+vrAMhk6JQVFZ2hh7eU6Pw==}
|
|
726
726
|
engines: {node: '>=12.22.0'}
|
|
727
727
|
peerDependencies:
|
|
728
728
|
vue: '>=3.2.0'
|
|
729
729
|
dependencies:
|
|
730
730
|
'@ant-design/colors': 6.0.0
|
|
731
|
-
'@ant-design/icons-vue': 7.0.1(vue@3.3.
|
|
731
|
+
'@ant-design/icons-vue': 7.0.1(vue@3.3.8)
|
|
732
732
|
'@babel/runtime': 7.23.2
|
|
733
733
|
'@ctrl/tinycolor': 3.6.1
|
|
734
734
|
'@emotion/hash': 0.9.1
|
|
@@ -747,8 +747,8 @@ packages:
|
|
|
747
747
|
shallow-equal: 1.2.1
|
|
748
748
|
stylis: 4.3.0
|
|
749
749
|
throttle-debounce: 5.0.0
|
|
750
|
-
vue: 3.3.
|
|
751
|
-
vue-types: 3.0.2(vue@3.3.
|
|
750
|
+
vue: 3.3.8(typescript@5.2.2)
|
|
751
|
+
vue-types: 3.0.2(vue@3.3.8)
|
|
752
752
|
warning: 4.0.3
|
|
753
753
|
dev: false
|
|
754
754
|
|
|
@@ -778,8 +778,8 @@ packages:
|
|
|
778
778
|
resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==}
|
|
779
779
|
dev: false
|
|
780
780
|
|
|
781
|
-
/axios@1.6.
|
|
782
|
-
resolution: {integrity: sha512-
|
|
781
|
+
/axios@1.6.2:
|
|
782
|
+
resolution: {integrity: sha512-7i24Ri4pmDRfJTR7LDBhsOTtcm+9kjX5WiY1X3wIisx6G9So3pfMkEiU7emUBe46oceVImccTEM3k6C5dbVW8A==}
|
|
783
783
|
dependencies:
|
|
784
784
|
follow-redirects: 1.15.3
|
|
785
785
|
form-data: 4.0.0
|
|
@@ -2482,8 +2482,8 @@ packages:
|
|
|
2482
2482
|
engines: {node: '>=8'}
|
|
2483
2483
|
dev: true
|
|
2484
2484
|
|
|
2485
|
-
/type-fest@4.
|
|
2486
|
-
resolution: {integrity: sha512-
|
|
2485
|
+
/type-fest@4.8.1:
|
|
2486
|
+
resolution: {integrity: sha512-ShaaYnjf+0etG8W/FumARKMjjIToy/haCaTjN2dvcewOSoNqCQzdgG7m2JVOlM5qndGTHjkvsrWZs+k/2Z7E0Q==}
|
|
2487
2487
|
engines: {node: '>=16'}
|
|
2488
2488
|
dev: true
|
|
2489
2489
|
|
|
@@ -2527,7 +2527,7 @@ packages:
|
|
|
2527
2527
|
resolution: {integrity: sha512-LK3wJHs3vJxHG292C8cnsRusgyC5SEZDCzDCD01mdE/AoREFMl2tzLRuzwyuEsOIz13tqgBcnvysN3Lxsa14Fw==}
|
|
2528
2528
|
dev: true
|
|
2529
2529
|
|
|
2530
|
-
/vue-demi@0.13.11(vue@3.3.
|
|
2530
|
+
/vue-demi@0.13.11(vue@3.3.8):
|
|
2531
2531
|
resolution: {integrity: sha512-IR8HoEEGM65YY3ZJYAjMlKygDQn25D5ajNFNoKh9RSDMQtlzCxtfQjdQgv9jjK+m3377SsJXY8ysq8kLCZL25A==}
|
|
2532
2532
|
engines: {node: '>=12'}
|
|
2533
2533
|
hasBin: true
|
|
@@ -2539,10 +2539,10 @@ packages:
|
|
|
2539
2539
|
'@vue/composition-api':
|
|
2540
2540
|
optional: true
|
|
2541
2541
|
dependencies:
|
|
2542
|
-
vue: 3.3.
|
|
2542
|
+
vue: 3.3.8(typescript@5.2.2)
|
|
2543
2543
|
dev: false
|
|
2544
2544
|
|
|
2545
|
-
/vue-demi@0.14.6(vue@3.3.
|
|
2545
|
+
/vue-demi@0.14.6(vue@3.3.8):
|
|
2546
2546
|
resolution: {integrity: sha512-8QA7wrYSHKaYgUxDA5ZC24w+eHm3sYCbp0EzcDwKqN3p6HqtTCGR/GVsPyZW92unff4UlcSh++lmqDWN3ZIq4w==}
|
|
2547
2547
|
engines: {node: '>=12'}
|
|
2548
2548
|
hasBin: true
|
|
@@ -2554,7 +2554,7 @@ packages:
|
|
|
2554
2554
|
'@vue/composition-api':
|
|
2555
2555
|
optional: true
|
|
2556
2556
|
dependencies:
|
|
2557
|
-
vue: 3.3.
|
|
2557
|
+
vue: 3.3.8(typescript@5.2.2)
|
|
2558
2558
|
dev: false
|
|
2559
2559
|
|
|
2560
2560
|
/vue-eslint-parser@9.3.2(eslint@8.54.0):
|
|
@@ -2575,38 +2575,38 @@ packages:
|
|
|
2575
2575
|
- supports-color
|
|
2576
2576
|
dev: true
|
|
2577
2577
|
|
|
2578
|
-
/vue-router@4.2.5(vue@3.3.
|
|
2578
|
+
/vue-router@4.2.5(vue@3.3.8):
|
|
2579
2579
|
resolution: {integrity: sha512-DIUpKcyg4+PTQKfFPX88UWhlagBEBEfJ5A8XDXRJLUnZOvcpMF8o/dnL90vpVkGaPbjvXazV/rC1qBKrZlFugw==}
|
|
2580
2580
|
peerDependencies:
|
|
2581
2581
|
vue: ^3.2.0
|
|
2582
2582
|
dependencies:
|
|
2583
2583
|
'@vue/devtools-api': 6.5.1
|
|
2584
|
-
vue: 3.3.
|
|
2584
|
+
vue: 3.3.8(typescript@5.2.2)
|
|
2585
2585
|
dev: false
|
|
2586
2586
|
|
|
2587
|
-
/vue-types@3.0.2(vue@3.3.
|
|
2587
|
+
/vue-types@3.0.2(vue@3.3.8):
|
|
2588
2588
|
resolution: {integrity: sha512-IwUC0Aq2zwaXqy74h4WCvFCUtoV0iSWr0snWnE9TnU18S66GAQyqQbRf2qfJtUuiFsBf6qp0MEwdonlwznlcrw==}
|
|
2589
2589
|
engines: {node: '>=10.15.0'}
|
|
2590
2590
|
peerDependencies:
|
|
2591
2591
|
vue: ^3.0.0
|
|
2592
2592
|
dependencies:
|
|
2593
2593
|
is-plain-object: 3.0.1
|
|
2594
|
-
vue: 3.3.
|
|
2594
|
+
vue: 3.3.8(typescript@5.2.2)
|
|
2595
2595
|
dev: false
|
|
2596
2596
|
|
|
2597
|
-
/vue@3.3.
|
|
2598
|
-
resolution: {integrity: sha512-
|
|
2597
|
+
/vue@3.3.8(typescript@5.2.2):
|
|
2598
|
+
resolution: {integrity: sha512-5VSX/3DabBikOXMsxzlW8JyfeLKlG9mzqnWgLQLty88vdZL7ZJgrdgBOmrArwxiLtmS+lNNpPcBYqrhE6TQW5w==}
|
|
2599
2599
|
peerDependencies:
|
|
2600
2600
|
typescript: '*'
|
|
2601
2601
|
peerDependenciesMeta:
|
|
2602
2602
|
typescript:
|
|
2603
2603
|
optional: true
|
|
2604
2604
|
dependencies:
|
|
2605
|
-
'@vue/compiler-dom': 3.3.
|
|
2606
|
-
'@vue/compiler-sfc': 3.3.
|
|
2607
|
-
'@vue/runtime-dom': 3.3.
|
|
2608
|
-
'@vue/server-renderer': 3.3.
|
|
2609
|
-
'@vue/shared': 3.3.
|
|
2605
|
+
'@vue/compiler-dom': 3.3.8
|
|
2606
|
+
'@vue/compiler-sfc': 3.3.8
|
|
2607
|
+
'@vue/runtime-dom': 3.3.8
|
|
2608
|
+
'@vue/server-renderer': 3.3.8(vue@3.3.8)
|
|
2609
|
+
'@vue/shared': 3.3.8
|
|
2610
2610
|
typescript: 5.2.2
|
|
2611
2611
|
dev: false
|
|
2612
2612
|
|