@cdek-it/widget 3.9.1 → 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/dist/cdek-widget.es.js +1334 -763
- package/dist/cdek-widget.umd.js +2 -2
- package/package.json +26 -26
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"
|
|
@@ -43,47 +43,47 @@
|
|
|
43
43
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@vueuse/core": "^10.7.
|
|
47
|
-
"axios": "^1.6.
|
|
46
|
+
"@vueuse/core": "^10.7.2",
|
|
47
|
+
"axios": "^1.6.7",
|
|
48
48
|
"lodash-es": "^4.17.21",
|
|
49
49
|
"perfect-scrollbar": "^1.5.5",
|
|
50
50
|
"pinia": "^2.1.7",
|
|
51
|
-
"vue": "^3.
|
|
52
|
-
"vue-i18n": "^9.
|
|
53
|
-
"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",
|
|
54
54
|
"yup": "^1.3.3"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@iconify-json/tabler": "^1.1.
|
|
57
|
+
"@iconify-json/tabler": "^1.1.105",
|
|
58
58
|
"@intlify/unplugin-vue-i18n": "^2.0.0",
|
|
59
59
|
"@types/lodash-es": "^4.17.12",
|
|
60
|
-
"@types/node": "^20.
|
|
61
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
62
|
-
"@typescript-eslint/parser": "^6.
|
|
63
|
-
"@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",
|
|
64
64
|
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
|
65
65
|
"@vue/eslint-config-typescript": "^12.0.0",
|
|
66
|
-
"@yandex/ymaps3-types": "^0.0.
|
|
67
|
-
"autoprefixer": "^10.4.
|
|
68
|
-
"cssnano": "^6.0.
|
|
66
|
+
"@yandex/ymaps3-types": "^0.0.21",
|
|
67
|
+
"autoprefixer": "^10.4.17",
|
|
68
|
+
"cssnano": "^6.0.3",
|
|
69
69
|
"eslint": "^8.56.0",
|
|
70
70
|
"eslint-config-prettier": "^9.1.0",
|
|
71
71
|
"eslint-plugin-import": "^2.29.1",
|
|
72
|
-
"eslint-plugin-prettier": "^5.1.
|
|
73
|
-
"eslint-plugin-vue": "^9.
|
|
74
|
-
"postcss": "^8.4.
|
|
75
|
-
"prettier": "^3.
|
|
76
|
-
"sass": "^1.
|
|
77
|
-
"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",
|
|
78
78
|
"typescript": "^5.3.3",
|
|
79
|
-
"unocss": "^0.58.
|
|
80
|
-
"vite": "^5.0.
|
|
81
|
-
"vite-plugin-css-injected-by-js": "^3.
|
|
82
|
-
"vite-plugin-dts": "^3.
|
|
83
|
-
"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",
|
|
84
84
|
"vite-plugin-transform": "^2.0.1",
|
|
85
85
|
"vite-svg-loader": "^5.1.0",
|
|
86
|
-
"vue-tsc": "^1.8.
|
|
86
|
+
"vue-tsc": "^1.8.27"
|
|
87
87
|
},
|
|
88
88
|
"packageManager": "yarn@4.0.2"
|
|
89
89
|
}
|