@anzusystems/common-admin 1.40.0-alpha3 → 1.40.0-alpha30

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": "@anzusystems/common-admin",
3
- "packageManager": "yarn@3.6.4",
3
+ "packageManager": "yarn@4.0.2",
4
4
  "files": [
5
5
  "dist"
6
6
  ],
@@ -13,7 +13,7 @@
13
13
  "./styles": "./dist/style.css",
14
14
  "./*": "./*"
15
15
  },
16
- "version": "1.40.0-alpha3",
16
+ "version": "1.40.0-alpha30",
17
17
  "type": "module",
18
18
  "license": "Apache-2.0",
19
19
  "scripts": {
@@ -36,71 +36,74 @@
36
36
  "test": "exit 0"
37
37
  },
38
38
  "devDependencies": {
39
- "@intlify/unplugin-vue-i18n": "^1.5.0",
40
- "@kyvg/vue3-notification": "^3.0.2",
41
- "@mdi/font": "^7.3.67",
42
- "@rushstack/eslint-patch": "^1.6.0",
43
- "@types/node": "^20.10.3",
39
+ "@intlify/unplugin-vue-i18n": "^2.0.0",
40
+ "@kyvg/vue3-notification": "^3.1.3",
41
+ "@mdi/font": "^7.4.47",
42
+ "@rushstack/eslint-patch": "^1.6.1",
43
+ "@stylistic/eslint-plugin": "^1.5.1",
44
+ "@tsconfig/node18": "^18.2.2",
45
+ "@types/node": "^20.10.5",
46
+ "@types/rusha": "^0.8.3",
44
47
  "@types/sortablejs": "^1.15.7",
45
48
  "@types/webfontloader": "^1.6.38",
46
- "@typescript-eslint/parser": "^6.13.2",
47
- "@vitejs/plugin-vue": "^4.5.1",
49
+ "@typescript-eslint/parser": "^6.16.0",
50
+ "@vitejs/plugin-vue": "^5.0.0",
48
51
  "@vue/eslint-config-prettier": "^8.0.0",
49
52
  "@vue/eslint-config-typescript": "^12.0.0",
50
- "@vue/language-server": "^1.8.25",
51
- "@vue/language-service": "^1.8.25",
52
- "@vue/tsconfig": "0.1.3",
53
+ "@vue/language-server": "^1.8.27",
54
+ "@vue/language-service": "^1.8.27",
55
+ "@vue/tsconfig": "^0.5.1",
53
56
  "@vuelidate/core": "^2.0.3",
54
57
  "@vuelidate/validators": "^2.0.4",
55
- "@vueuse/core": "^10.7.0",
56
- "@vueuse/integrations": "^10.7.0",
57
- "axios": "1.6.2",
58
+ "@vueuse/core": "^10.7.1",
59
+ "@vueuse/integrations": "^10.7.1",
60
+ "axios": "1.6.3",
58
61
  "cropperjs": "^1.6.1",
59
62
  "dayjs": "1.11.10",
60
- "eslint": "8.52.0",
63
+ "eslint": "8.56.0",
61
64
  "eslint-plugin-vue": "9.19.2",
62
65
  "flatpickr": "^4.6.13",
63
- "js-sha1": "^0.6.0",
64
66
  "npm-run-all": "^4.1.5",
65
67
  "pinia": "2.1.7",
66
68
  "postcss": "^8.4.32",
67
69
  "postcss-html": "^1.5.0",
68
70
  "postcss-prefix-selector": "^1.16.0",
69
- "prettier": "^3.1.0",
71
+ "prettier": "^3.1.1",
72
+ "rusha": "^0.8.14",
70
73
  "sass": "^1.69.5",
71
74
  "shortcut-buttons-flatpickr": "^0.4.0",
75
+ "socket.io-client": "^4.7.2",
72
76
  "sortablejs": "^1.15.1",
73
- "stylelint": "^15.11.0",
77
+ "stylelint": "16.1.0",
74
78
  "stylelint-config-recommended-vue": "^1.5.0",
75
- "stylelint-config-standard-scss": "^11.1.0",
76
- "typescript": "4.9.5",
79
+ "stylelint-config-standard-scss": "^12.0.0",
80
+ "typescript": "5.3.3",
77
81
  "uuid": "^9.0.1",
78
- "vite": "4.5.1",
79
- "vite-plugin-dts": "^3.6.4",
80
- "vite-plugin-vuetify": "^1.0.2",
81
- "vitepress": "1.0.0-rc.31",
82
- "vue": "3.3.10",
83
- "vue-cropperjs": "^5.0.0",
82
+ "vite": "5.0.10",
83
+ "vite-plugin-dts": "^3.7.0",
84
+ "vite-plugin-vuetify": "^2.0.1",
85
+ "vitepress": "1.0.0-rc.33",
86
+ "vue": "3.3.13",
84
87
  "vue-flatpickr-component": "^11.0.3",
85
88
  "vue-i18n": "9.8.0",
86
89
  "vue-router": "4.2.5",
87
- "vue-tsc": "1.8.25",
88
- "vuetify": "3.4.5",
90
+ "vue-tsc": "1.8.27",
91
+ "vuetify": "3.4.8",
89
92
  "webfontloader": "^1.6.28"
90
93
  },
91
94
  "peerDependencies": {
92
95
  "@vuelidate/core": "2.0.3",
93
96
  "@vuelidate/validators": "2.0.4",
94
- "@vueuse/core": "10.7.0",
95
- "@vueuse/integrations": "10.7.0",
96
- "axios": "1.6.2",
97
+ "@vueuse/core": "10.7.1",
98
+ "@vueuse/integrations": "10.7.1",
99
+ "axios": "1.6.3",
97
100
  "dayjs": "1.11.10",
98
101
  "flatpickr": "4.6.13",
99
102
  "pinia": "2.1.7",
100
- "vue": "3.3.10",
103
+ "vue": "3.3.13",
101
104
  "vue-i18n": "9.8.0",
102
105
  "vue-router": "4.2.5",
103
- "vuetify": "3.4.5"
106
+ "vuetify": "3.4.8"
104
107
  },
105
108
  "peerDependenciesMeta": {
106
109
  "@vueuse/core": {