@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cdek-it/widget",
3
- "version": "3.9.0",
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": "github:cdek-it/widget",
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.0",
44
- "axios": "^1.6.2",
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.3.13",
49
- "vue-i18n": "^9.8.0",
50
- "vue-yandex-maps": "2.0.0-rc.10",
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.102",
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.10.5",
58
- "@typescript-eslint/eslint-plugin": "^6.15.0",
59
- "@typescript-eslint/parser": "^6.15.0",
60
- "@vitejs/plugin-vue": "^4.5.2",
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.20",
64
- "autoprefixer": "^10.4.16",
65
- "cssnano": "^6.0.2",
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.2",
70
- "eslint-plugin-vue": "^9.19.2",
71
- "postcss": "^8.4.32",
72
- "prettier": "^3.1.1",
73
- "sass": "^1.69.5",
74
- "terser": "^5.26.0",
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.0",
77
- "vite": "^5.0.10",
78
- "vite-plugin-css-injected-by-js": "^3.3.1",
79
- "vite-plugin-dts": "^3.6.4",
80
- "vite-plugin-static-copy": "^1.0.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.26"
86
+ "vue-tsc": "^1.8.27"
84
87
  },
85
88
  "packageManager": "yarn@4.0.2"
86
89
  }