@anzusystems/common-admin 1.1.1 → 1.3.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.1.1",
16
+ "version": "1.3.0",
17
17
  "type": "module",
18
18
  "license": "Apache-2.0",
19
19
  "scripts": {
@@ -24,7 +24,7 @@
24
24
  "playground:build": "vite build",
25
25
  "build": "vite build --config vite.config.lib.ts",
26
26
  "lib:build": "vite build --config vite.config.lib.ts",
27
- "ci": "run-s --print-name --continue-on-error lint:tsc lint:eslint lint:stylelint",
27
+ "ci": "run-s --print-name lint:tsc lint:eslint lint:stylelint",
28
28
  "lint": "yarn ci",
29
29
  "lint:tsc": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
30
30
  "lint:eslint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore",
@@ -39,10 +39,10 @@
39
39
  "@intlify/unplugin-vue-i18n": "^0.11.0",
40
40
  "@kyvg/vue3-notification": "^2.9.1",
41
41
  "@mdi/font": "^7.2.96",
42
- "@rushstack/eslint-patch": "^1.3.0",
43
- "@types/node": "^18.16.16",
42
+ "@rushstack/eslint-patch": "^1.3.1",
43
+ "@types/node": "^18.16.18",
44
44
  "@types/webfontloader": "^1.6.35",
45
- "@typescript-eslint/parser": "^5.59.9",
45
+ "@typescript-eslint/parser": "^5.59.11",
46
46
  "@vitejs/plugin-vue": "^4.2.3",
47
47
  "@vue/eslint-config-prettier": "^7.1.0",
48
48
  "@vue/eslint-config-typescript": "^11.0.3",
@@ -61,7 +61,7 @@
61
61
  "postcss-html": "^1.5.0",
62
62
  "postcss-prefix-selector": "^1.16.0",
63
63
  "prettier": "^2.8.8",
64
- "sass": "^1.62.1",
64
+ "sass": "^1.63.4",
65
65
  "shortcut-buttons-flatpickr": "^0.4.0",
66
66
  "stylelint": "^15.7.0",
67
67
  "stylelint-config-recommended-vue": "^1.4.0",
@@ -71,13 +71,13 @@
71
71
  "vite": "^4.3.9",
72
72
  "vite-plugin-dts": "^2.3.0",
73
73
  "vite-plugin-vuetify": "^1.0.2",
74
- "vitepress": "^1.0.0-beta.1",
74
+ "vitepress": "1.0.0-beta.2",
75
75
  "vue": "^3.3.4",
76
76
  "vue-flatpickr-component": "^11.0.3",
77
77
  "vue-i18n": "^9.2.2",
78
78
  "vue-router": "^4.2.2",
79
79
  "vue-tsc": "1.6.5",
80
- "vuetify": "3.3.2",
80
+ "vuetify": "3.3.4",
81
81
  "webfontloader": "^1.6.28"
82
82
  },
83
83
  "peerDependencies": {
@@ -86,13 +86,13 @@
86
86
  "@vueuse/core": "10.1.2",
87
87
  "@vueuse/integrations": "10.1.2",
88
88
  "axios": "1.4.0",
89
- "dayjs": "1.11.7",
89
+ "dayjs": "1.11.8",
90
90
  "flatpickr": "4.6.13",
91
91
  "pinia": "^2.1.3",
92
92
  "vue": "3.3.4",
93
93
  "vue-i18n": "9.2.2",
94
94
  "vue-router": "4.2.2",
95
- "vuetify": "3.3.2"
95
+ "vuetify": "3.3.4"
96
96
  },
97
97
  "peerDependenciesMeta": {
98
98
  "@vueuse/core": {