@anzusystems/common-admin 1.9.0 → 1.11.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 CHANGED
@@ -13,7 +13,7 @@
13
13
  "./styles": "./dist/style.css",
14
14
  "./*": "./*"
15
15
  },
16
- "version": "1.9.0",
16
+ "version": "1.11.0",
17
17
  "type": "module",
18
18
  "license": "Apache-2.0",
19
19
  "scripts": {
@@ -40,61 +40,63 @@
40
40
  "@kyvg/vue3-notification": "^2.9.1",
41
41
  "@mdi/font": "^7.2.96",
42
42
  "@rushstack/eslint-patch": "^1.3.2",
43
- "@types/node": "^18.16.19",
43
+ "@types/node": "^18.17.1",
44
+ "@types/sortablejs": "^1.15.1",
44
45
  "@types/webfontloader": "^1.6.35",
45
- "@typescript-eslint/parser": "^6.1.0",
46
+ "@typescript-eslint/parser": "^6.2.0",
46
47
  "@vitejs/plugin-vue": "^4.2.3",
47
48
  "@volar/vue-language-server": "1.6.5",
48
49
  "@volar/vue-language-service": "^1.6.5",
49
- "@vue/eslint-config-prettier": "^7.1.0",
50
+ "@vue/eslint-config-prettier": "^8.0.0",
50
51
  "@vue/eslint-config-typescript": "^11.0.3",
51
52
  "@vue/tsconfig": "0.1.3",
52
53
  "@vuelidate/core": "^2.0.3",
53
54
  "@vuelidate/validators": "^2.0.3",
54
- "@vueuse/core": "^10.2.1",
55
- "@vueuse/integrations": "^10.2.1",
55
+ "@vueuse/core": "^10.3.0",
56
+ "@vueuse/integrations": "^10.3.0",
56
57
  "axios": "^1.4.0",
57
58
  "dayjs": "^1.11.9",
58
- "eslint": "^8.45.0",
59
- "eslint-plugin-vue": "^9.15.1",
59
+ "eslint": "^8.46.0",
60
+ "eslint-plugin-vue": "9.15.1",
60
61
  "flatpickr": "^4.6.13",
61
62
  "npm-run-all": "^4.1.5",
62
- "pinia": "^2.1.4",
63
+ "pinia": "^2.1.6",
63
64
  "postcss-html": "^1.5.0",
64
65
  "postcss-prefix-selector": "^1.16.0",
65
66
  "prettier": "^3.0.0",
66
- "sass": "^1.64.0",
67
+ "sass": "^1.64.1",
67
68
  "shortcut-buttons-flatpickr": "^0.4.0",
69
+ "sortablejs": "^1.15.0",
68
70
  "stylelint": "^15.10.2",
69
71
  "stylelint-config-recommended-vue": "^1.5.0",
70
72
  "stylelint-config-standard-scss": "^10.0.0",
71
73
  "typescript": "4.9.5",
72
74
  "uuid": "^9.0.0",
73
- "vite": "^4.4.4",
74
- "vite-plugin-dts": "^3.3.1",
75
+ "vite": "^4.4.7",
76
+ "vite-plugin-dts": "^3.4.0",
75
77
  "vite-plugin-vuetify": "^1.0.2",
76
- "vitepress": "1.0.0-beta.5",
78
+ "vitepress": "1.0.0-beta.7",
77
79
  "vue": "^3.3.4",
78
80
  "vue-flatpickr-component": "^11.0.3",
79
81
  "vue-i18n": "^9.2.2",
80
82
  "vue-router": "^4.2.4",
81
- "vue-tsc": "1.8.5",
82
- "vuetify": "3.3.9",
83
+ "vue-tsc": "1.8.8",
84
+ "vuetify": "3.3.10",
83
85
  "webfontloader": "^1.6.28"
84
86
  },
85
87
  "peerDependencies": {
86
88
  "@vuelidate/core": "2.0.3",
87
89
  "@vuelidate/validators": "2.0.3",
88
- "@vueuse/core": "10.2.1",
89
- "@vueuse/integrations": "10.2.1",
90
+ "@vueuse/core": "10.3.0",
91
+ "@vueuse/integrations": "10.3.0",
90
92
  "axios": "1.4.0",
91
93
  "dayjs": "1.11.9",
92
94
  "flatpickr": "4.6.13",
93
- "pinia": "^2.1.3",
95
+ "pinia": "^2.1.6",
94
96
  "vue": "3.3.4",
95
97
  "vue-i18n": "9.2.2",
96
98
  "vue-router": "4.2.4",
97
- "vuetify": "3.3.9"
99
+ "vuetify": "3.3.10"
98
100
  },
99
101
  "peerDependenciesMeta": {
100
102
  "@vueuse/core": {