@cdek-it/widget 3.9.0 → 3.9.2
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/README.md +2 -3
- package/dist/cdek-widget.es.js +1344 -766
- package/dist/cdek-widget.umd.js +2 -2
- package/package.json +30 -27
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cdek-it/widget",
|
|
3
|
-
"version": "3.9.
|
|
3
|
+
"version": "3.9.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -14,7 +14,10 @@
|
|
|
14
14
|
"require": "./dist/cdek-widget.umd.js"
|
|
15
15
|
}
|
|
16
16
|
},
|
|
17
|
-
"repository":
|
|
17
|
+
"repository": {
|
|
18
|
+
"type": "git",
|
|
19
|
+
"url": "https://github.com/cdek-it/widget.git"
|
|
20
|
+
},
|
|
18
21
|
"homepage": "https://widget.cdek.ru",
|
|
19
22
|
"bugs": {
|
|
20
23
|
"url": "https://github.com/cdek-it/widget/issues",
|
|
@@ -40,47 +43,47 @@
|
|
|
40
43
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix"
|
|
41
44
|
},
|
|
42
45
|
"dependencies": {
|
|
43
|
-
"@vueuse/core": "^10.7.
|
|
44
|
-
"axios": "^1.6.
|
|
46
|
+
"@vueuse/core": "^10.7.2",
|
|
47
|
+
"axios": "^1.6.7",
|
|
45
48
|
"lodash-es": "^4.17.21",
|
|
46
49
|
"perfect-scrollbar": "^1.5.5",
|
|
47
50
|
"pinia": "^2.1.7",
|
|
48
|
-
"vue": "^3.
|
|
49
|
-
"vue-i18n": "^9.
|
|
50
|
-
"vue-yandex-maps": "2.0.0-rc.
|
|
51
|
+
"vue": "^3.4.15",
|
|
52
|
+
"vue-i18n": "^9.9.1",
|
|
53
|
+
"vue-yandex-maps": "2.0.0-rc.12",
|
|
51
54
|
"yup": "^1.3.3"
|
|
52
55
|
},
|
|
53
56
|
"devDependencies": {
|
|
54
|
-
"@iconify-json/tabler": "^1.1.
|
|
57
|
+
"@iconify-json/tabler": "^1.1.105",
|
|
55
58
|
"@intlify/unplugin-vue-i18n": "^2.0.0",
|
|
56
59
|
"@types/lodash-es": "^4.17.12",
|
|
57
|
-
"@types/node": "^20.
|
|
58
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
59
|
-
"@typescript-eslint/parser": "^6.
|
|
60
|
-
"@vitejs/plugin-vue": "^4.
|
|
60
|
+
"@types/node": "^20.11.16",
|
|
61
|
+
"@typescript-eslint/eslint-plugin": "^6.20.0",
|
|
62
|
+
"@typescript-eslint/parser": "^6.20.0",
|
|
63
|
+
"@vitejs/plugin-vue": "^4.6.2",
|
|
61
64
|
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
|
62
65
|
"@vue/eslint-config-typescript": "^12.0.0",
|
|
63
|
-
"@yandex/ymaps3-types": "^0.0.
|
|
64
|
-
"autoprefixer": "^10.4.
|
|
65
|
-
"cssnano": "^6.0.
|
|
66
|
+
"@yandex/ymaps3-types": "^0.0.21",
|
|
67
|
+
"autoprefixer": "^10.4.17",
|
|
68
|
+
"cssnano": "^6.0.3",
|
|
66
69
|
"eslint": "^8.56.0",
|
|
67
70
|
"eslint-config-prettier": "^9.1.0",
|
|
68
71
|
"eslint-plugin-import": "^2.29.1",
|
|
69
|
-
"eslint-plugin-prettier": "^5.1.
|
|
70
|
-
"eslint-plugin-vue": "^9.
|
|
71
|
-
"postcss": "^8.4.
|
|
72
|
-
"prettier": "^3.
|
|
73
|
-
"sass": "^1.
|
|
74
|
-
"terser": "^5.
|
|
72
|
+
"eslint-plugin-prettier": "^5.1.3",
|
|
73
|
+
"eslint-plugin-vue": "^9.21.1",
|
|
74
|
+
"postcss": "^8.4.33",
|
|
75
|
+
"prettier": "^3.2.5",
|
|
76
|
+
"sass": "^1.70.0",
|
|
77
|
+
"terser": "^5.27.0",
|
|
75
78
|
"typescript": "^5.3.3",
|
|
76
|
-
"unocss": "^0.58.
|
|
77
|
-
"vite": "^5.0.
|
|
78
|
-
"vite-plugin-css-injected-by-js": "^3.
|
|
79
|
-
"vite-plugin-dts": "^3.
|
|
80
|
-
"vite-plugin-static-copy": "^1.0.
|
|
79
|
+
"unocss": "^0.58.5",
|
|
80
|
+
"vite": "^5.0.12",
|
|
81
|
+
"vite-plugin-css-injected-by-js": "^3.4.0",
|
|
82
|
+
"vite-plugin-dts": "^3.7.2",
|
|
83
|
+
"vite-plugin-static-copy": "^1.0.1",
|
|
81
84
|
"vite-plugin-transform": "^2.0.1",
|
|
82
85
|
"vite-svg-loader": "^5.1.0",
|
|
83
|
-
"vue-tsc": "^1.8.
|
|
86
|
+
"vue-tsc": "^1.8.27"
|
|
84
87
|
},
|
|
85
88
|
"packageManager": "yarn@4.0.2"
|
|
86
89
|
}
|