@anzusystems/common-admin 1.47.0-beta.21 → 1.47.0-beta.210

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,20 +1,24 @@
1
1
  {
2
2
  "name": "@anzusystems/common-admin",
3
- "packageManager": "yarn@4.4.0",
3
+ "packageManager": "yarn@4.9.2",
4
4
  "files": [
5
5
  "dist"
6
6
  ],
7
7
  "module": "./dist/common-admin.es.js",
8
- "types": "./dist/common-admin.es.d.ts",
8
+ "types": "./dist/common-admin.d.ts",
9
9
  "exports": {
10
10
  ".": {
11
- "import": "./dist/common-admin.es.js"
11
+ "import": "./dist/common-admin.js",
12
+ "types": "./dist/common-admin.d.ts"
13
+ },
14
+ "./styles": "./dist/common-admin.css",
15
+ "./labs": {
16
+ "import": "./dist/labs.js",
17
+ "types": "./dist/labs.d.ts"
12
18
  },
13
- "./styles": "./dist/style.css",
14
19
  "./*": "./*"
15
20
  },
16
- "version": "1.47.0-beta.21",
17
- "type": "module",
21
+ "version": "1.47.0-beta.210",
18
22
  "license": "Apache-2.0",
19
23
  "scripts": {
20
24
  "docs:dev": "vitepress dev docs",
@@ -29,9 +33,9 @@
29
33
  "lib:build": "vite build --config vite.config.lib.ts",
30
34
  "ci": "run-s --print-name lint:tsc lint:eslint lint:stylelint",
31
35
  "lint": "yarn ci",
32
- "lint:tsc": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
33
- "lint:eslint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore",
34
- "lint:eslint:fix": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
36
+ "lint:tsc": "NODE_OPTIONS=--max-old-space-size=4096 vue-tsc --build",
37
+ "lint:eslint": "eslint",
38
+ "lint:eslint:fix": "eslint --fix",
35
39
  "lint:stylelint": "stylelint src/**/*.{scss,vue}",
36
40
  "lint:stylelint:fix": "stylelint src/**/*.{scss,vue} --fix",
37
41
  "lint:prettier": "prettier -c \"src/**/*.{ts,vue}\"",
@@ -40,72 +44,78 @@
40
44
  },
41
45
  "devDependencies": {
42
46
  "@anzusystems/common-admin": "workspace:*",
43
- "@intlify/unplugin-vue-i18n": "^4.0.0",
44
- "@kyvg/vue3-notification": "^3.2.1",
47
+ "@intlify/unplugin-vue-i18n": "^6.0.8",
48
+ "@kyvg/vue3-notification": "^3.4.1",
45
49
  "@mdi/font": "^7.4.47",
46
- "@rushstack/eslint-patch": "^1.10.4",
47
- "@shikijs/vitepress-twoslash": "^1.12.1",
48
- "@stylistic/eslint-plugin": "^2.6.1",
49
- "@tsconfig/node18": "^18.2.4",
50
- "@types/node": "^20.14.14",
50
+ "@sentry/vue": "^9.29.0",
51
+ "@shikijs/vitepress-twoslash": "^3.6.0",
52
+ "@stylistic/eslint-plugin": "^4.4.1",
53
+ "@tsconfig/node22": "^22.0.2",
54
+ "@types/node": "^22.15.32",
51
55
  "@types/rusha": "^0.8.3",
52
56
  "@types/sortablejs": "^1.15.8",
53
57
  "@types/webfontloader": "^1.6.38",
54
- "@typescript-eslint/parser": "^8.0.1",
55
- "@vitejs/plugin-vue": "^5.1.2",
56
- "@vue/eslint-config-prettier": "^9.0.0",
57
- "@vue/eslint-config-typescript": "^13.0.0",
58
- "@vue/tsconfig": "^0.5.1",
58
+ "@vitejs/plugin-vue": "^5.2.4",
59
+ "@vue/eslint-config-prettier": "^10.2.0",
60
+ "@vue/eslint-config-typescript": "^14.5.0",
61
+ "@vue/tsconfig": "0.7.0",
59
62
  "@vuelidate/core": "^2.0.3",
60
63
  "@vuelidate/validators": "^2.0.4",
61
- "@vueuse/core": "^10.11.0",
62
- "@vueuse/integrations": "^10.11.0",
63
- "axios": "1.7.3",
64
+ "@vueuse/core": "^13.3.0",
65
+ "@vueuse/integrations": "^13.3.0",
66
+ "axios": "1.10.0",
64
67
  "cropperjs": "^1.6.2",
65
- "dayjs": "1.11.12",
66
- "eslint": "8.57.0",
67
- "eslint-plugin-vue": "9.27.0",
68
+ "dayjs": "1.11.13",
69
+ "eslint": "9.29.0",
70
+ "eslint-plugin-vue": "10.2.0",
68
71
  "npm-run-all": "^4.1.5",
69
- "pinia": "2.2.1",
70
- "postcss": "^8.4.41",
71
- "postcss-html": "^1.7.0",
72
- "postcss-prefix-selector": "^1.16.1",
73
- "prettier": "^3.3.3",
72
+ "pinia": "3.0.3",
73
+ "postcss": "^8.5.5",
74
+ "postcss-html": "^1.8.0",
75
+ "postcss-prefix-selector": "^2.1.1",
76
+ "prettier": "^3.5.3",
74
77
  "rusha": "^0.8.14",
75
- "sass": "^1.77.8",
76
- "socket.io-client": "4.7.5",
77
- "sortablejs": "^1.15.2",
78
- "stylelint": "16.8.1",
79
- "stylelint-config-recommended-vue": "^1.5.0",
80
- "stylelint-config-standard-scss": "^13.1.0",
81
- "typescript": "5.5.4",
82
- "uuid": "^10.0.0",
83
- "vite": "5.3.5",
84
- "vite-plugin-dts": "^4.0.1",
85
- "vite-plugin-vuetify": "^2.0.4",
86
- "vitepress": "1.3.2",
87
- "vue": "3.4.36",
88
- "vue-i18n": "9.13.1",
89
- "vue-router": "4.4.3",
90
- "vue-tsc": "2.0.29",
91
- "vuetify": "3.6.14",
78
+ "sass": "^1.89.2",
79
+ "socket.io-client": "4.8.1",
80
+ "sortablejs": "^1.15.6",
81
+ "stylelint": "16.20.0",
82
+ "stylelint-config-recommended-vue": "^1.6.0",
83
+ "stylelint-config-standard-scss": "^15.0.1",
84
+ "typescript": "5.7.3",
85
+ "unplugin": "2.3.5",
86
+ "uuid": "^11.1.0",
87
+ "vite": "6.3.5",
88
+ "vite-plugin-dts": "4.5.4",
89
+ "vite-plugin-vuetify": "^2.1.1",
90
+ "vitepress": "1.6.3",
91
+ "vue": "3.5.16",
92
+ "vue-eslint-parser": "^10.1.3",
93
+ "vue-i18n": "11.1.5",
94
+ "vue-router": "4.5.1",
95
+ "vue-tsc": "2.2.10",
96
+ "vuetify": "3.8.9",
92
97
  "webfontloader": "^1.6.28"
93
98
  },
94
99
  "peerDependencies": {
100
+ "@sentry/vue": "^9.15.0",
95
101
  "@vuelidate/core": "2.0.3",
96
102
  "@vuelidate/validators": "2.0.4",
97
- "@vueuse/core": "10.11.0",
98
- "@vueuse/integrations": "10.11.0",
99
- "axios": "1.7.3",
100
- "dayjs": "1.11.12",
101
- "pinia": "2.2.1",
102
- "socket.io-client": "4.7.5",
103
- "vue": "3.4.36",
104
- "vue-i18n": "9.13.1",
105
- "vue-router": "4.4.3",
106
- "vuetify": "3.6.14"
103
+ "@vueuse/core": "13.3.0",
104
+ "@vueuse/integrations": "13.3.0",
105
+ "axios": "1.10.0",
106
+ "dayjs": "1.11.13",
107
+ "pinia": "3.0.3",
108
+ "socket.io-client": "4.8.1",
109
+ "unplugin": "2.3.5",
110
+ "vue": "3.5.16",
111
+ "vue-i18n": "11.1.5",
112
+ "vue-router": "4.5.1",
113
+ "vuetify": "3.8.9"
107
114
  },
108
115
  "peerDependenciesMeta": {
116
+ "@sentry/vue": {
117
+ "optional": true
118
+ },
109
119
  "@vueuse/core": {
110
120
  "optional": true
111
121
  },