@peng_kai/kit 0.2.14 → 0.2.15
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 +24 -24
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@peng_kai/kit",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.15",
|
|
5
5
|
"description": "",
|
|
6
6
|
"author": "",
|
|
7
7
|
"license": "ISC",
|
|
@@ -13,27 +13,27 @@
|
|
|
13
13
|
"lint:fix": "eslint . --fix"
|
|
14
14
|
},
|
|
15
15
|
"peerDependencies": {
|
|
16
|
-
"ant-design-vue": "4.1
|
|
17
|
-
"vue": "3.4.
|
|
18
|
-
"vue-router": "4.3.
|
|
16
|
+
"ant-design-vue": "4.2.1",
|
|
17
|
+
"vue": "3.4.25",
|
|
18
|
+
"vue-router": "4.3.2"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@aws-sdk/client-s3": "^3.
|
|
22
|
-
"@aws-sdk/lib-storage": "^3.
|
|
23
|
-
"@babel/generator": "^7.
|
|
24
|
-
"@babel/parser": "^7.24.
|
|
25
|
-
"@babel/traverse": "^7.24.
|
|
21
|
+
"@aws-sdk/client-s3": "^3.564.0",
|
|
22
|
+
"@aws-sdk/lib-storage": "^3.564.0",
|
|
23
|
+
"@babel/generator": "^7.24.4",
|
|
24
|
+
"@babel/parser": "^7.24.4",
|
|
25
|
+
"@babel/traverse": "^7.24.1",
|
|
26
26
|
"@babel/types": "^7.24.0",
|
|
27
27
|
"@ckeditor/ckeditor5-vue": "^5.1.0",
|
|
28
|
-
"@fingerprintjs/fingerprintjs": "^4.
|
|
29
|
-
"@tanstack/vue-query": "^5.
|
|
28
|
+
"@fingerprintjs/fingerprintjs": "^4.3.0",
|
|
29
|
+
"@tanstack/vue-query": "^5.32.0",
|
|
30
30
|
"@vueuse/components": "^10.9.0",
|
|
31
31
|
"@vueuse/core": "^10.9.0",
|
|
32
32
|
"@vueuse/router": "^10.9.0",
|
|
33
|
-
"a-calc": "^1.3.
|
|
34
|
-
"ant-design-vue": "^4.1
|
|
35
|
-
"archiver": "^
|
|
36
|
-
"axios": "^1.6.
|
|
33
|
+
"a-calc": "^1.3.12",
|
|
34
|
+
"ant-design-vue": "^4.2.1",
|
|
35
|
+
"archiver": "^7.0.1",
|
|
36
|
+
"axios": "^1.6.8",
|
|
37
37
|
"bignumber.js": "^9.1.2",
|
|
38
38
|
"chokidar": "^3.6.0",
|
|
39
39
|
"crypto-es": "^2.1.0",
|
|
@@ -41,14 +41,14 @@
|
|
|
41
41
|
"echarts": "^5.4.3",
|
|
42
42
|
"execa": "^8.0.1",
|
|
43
43
|
"fast-glob": "^3.3.2",
|
|
44
|
-
"localstorage-slim": "^2.7.
|
|
44
|
+
"localstorage-slim": "^2.7.1",
|
|
45
45
|
"lodash-es": "^4.17.21",
|
|
46
46
|
"nprogress": "^0.2.0",
|
|
47
47
|
"pinia": "^2.1.7",
|
|
48
|
-
"tsx": "^4.7.
|
|
49
|
-
"vue": "^3.4.
|
|
50
|
-
"vue-i18n": "^9.
|
|
51
|
-
"vue-router": "^4.3.
|
|
48
|
+
"tsx": "^4.7.3",
|
|
49
|
+
"vue": "^3.4.25",
|
|
50
|
+
"vue-i18n": "^9.13.1",
|
|
51
|
+
"vue-router": "^4.3.2"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@ckeditor/ckeditor5-adapter-ckfinder": "^41.1.0",
|
|
@@ -86,10 +86,10 @@
|
|
|
86
86
|
"@types/archiver": "^6.0.2",
|
|
87
87
|
"@types/crypto-js": "^4.2.2",
|
|
88
88
|
"@types/lodash-es": "^4.17.12",
|
|
89
|
-
"@types/node": "18.19.
|
|
89
|
+
"@types/node": "^18.19.31",
|
|
90
90
|
"@types/nprogress": "^0.2.3",
|
|
91
|
-
"type-fest": "^4.
|
|
92
|
-
"typescript": "^5.4.
|
|
93
|
-
"vue-component-type-helpers": "^2.0.
|
|
91
|
+
"type-fest": "^4.17.0",
|
|
92
|
+
"typescript": "^5.4.5",
|
|
93
|
+
"vue-component-type-helpers": "^2.0.14"
|
|
94
94
|
}
|
|
95
95
|
}
|