adminforth 2.13.0-next.30 → 2.13.0-next.32

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.
@@ -13,47 +13,47 @@
13
13
  "i18n:extract": "echo {} > i18n-empty.json && vue-i18n-extract report --vueFiles \"./src/**/*.{js,vue,ts}\" --output ./i18n-messages.json --languageFiles \"i18n-empty.json\" --add"
14
14
  },
15
15
  "dependencies": {
16
- "@iconify-prerendered/vue-flag": "^0.28.1754899047",
16
+ "@iconify-prerendered/vue-flag": "^0.28.1748584105",
17
17
  "@iconify-prerendered/vue-flowbite": "^0.28.1754899090",
18
- "@unhead/vue": "^1.11.20",
19
- "@vueuse/core": "^10.11.1",
18
+ "@unhead/vue": "^1.9.12",
19
+ "@vueuse/core": "^10.10.0",
20
20
  "apexcharts": "^4.7.0",
21
- "dayjs": "^1.11.19",
22
- "debounce": "^2.2.0",
23
- "flowbite-datepicker": "^1.3.2",
24
- "javascript-time-ago": "^2.5.12",
25
- "pinia": "^2.3.1",
26
- "sanitize-html": "^2.17.0",
27
- "unhead": "^1.11.20",
21
+ "dayjs": "^1.11.11",
22
+ "debounce": "^2.1.0",
23
+ "flowbite-datepicker": "^1.2.6",
24
+ "javascript-time-ago": "^2.5.11",
25
+ "pinia": "^2.1.7",
26
+ "sanitize-html": "^2.13.0",
27
+ "unhead": "^1.9.12",
28
28
  "uuid": "^10.0.0",
29
- "vue": "^3.5.22",
29
+ "vue": "^3.5.12",
30
30
  "vue-diff": "^1.2.4",
31
- "vue-i18n": "^10.0.8",
32
- "vue-router": "^4.6.3",
31
+ "vue-i18n": "^10.0.5",
32
+ "vue-router": "^4.3.0",
33
33
  "vue-slider-component": "^4.1.0-beta.7"
34
34
  },
35
35
  "devDependencies": {
36
- "@rushstack/eslint-patch": "^1.14.1",
37
- "@tsconfig/node20": "^20.1.6",
38
- "@types/node": "^20.19.24",
39
- "@vitejs/plugin-vue": "^5.2.4",
36
+ "@rushstack/eslint-patch": "^1.8.0",
37
+ "@tsconfig/node20": "^20.1.4",
38
+ "@types/node": "^20.12.5",
39
+ "@vitejs/plugin-vue": "^5.0.4",
40
40
  "@vue/eslint-config-typescript": "^13.0.0",
41
- "@vue/tsconfig": "^0.8.1",
42
- "autoprefixer": "^10.4.21",
43
- "eslint": "^8.57.1",
44
- "eslint-plugin-vue": "^9.33.0",
45
- "flag-icons": "^7.5.0",
41
+ "@vue/tsconfig": "^0.5.1",
42
+ "autoprefixer": "^10.4.19",
43
+ "eslint": "^8.57.0",
44
+ "eslint-plugin-vue": "^9.23.0",
45
+ "flag-icons": "^7.2.3",
46
46
  "flowbite": "^3.1.2",
47
- "i18n-iso-countries": "^7.14.0",
48
- "npm-run-all2": "^6.2.6",
49
- "portfinder": "^1.0.38",
50
- "postcss": "^8.5.6",
51
- "sass": "^1.93.3",
52
- "tailwindcss": "^3.4.18",
53
- "typescript": "~5.9.3",
54
- "vite": "^5.4.21",
47
+ "i18n-iso-countries": "^7.12.0",
48
+ "npm-run-all2": "^6.1.2",
49
+ "portfinder": "^1.0.32",
50
+ "postcss": "^8.4.38",
51
+ "sass": "^1.77.2",
52
+ "tailwindcss": "^3.4.17",
53
+ "typescript": "~5.4.0",
54
+ "vite": "^5.2.13",
55
55
  "vue-i18n-extract": "^2.0.7",
56
- "vue-tsc": "^2.2.12",
57
- "vue3-json-viewer": "^2.4.1"
56
+ "vue-tsc": "^2.0.11",
57
+ "vue3-json-viewer": "^2.2.2"
58
58
  }
59
59
  }
@@ -117,7 +117,7 @@ import timezone from 'dayjs/plugin/timezone';
117
117
  import {checkEmptyValues} from '@/utils';
118
118
  import { useRoute, useRouter } from 'vue-router';
119
119
  import { JsonViewer } from "vue3-json-viewer";
120
- import "vue3-json-viewer/dist/vue3-json-viewer.css";
120
+ import "vue3-json-viewer/dist/index.css";
121
121
  import type { AdminForthResourceColumnCommon } from '@/types/Common';
122
122
 
123
123
  import { useCoreStore } from '@/stores/core';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adminforth",
3
- "version": "2.13.0-next.30",
3
+ "version": "2.13.0-next.32",
4
4
  "description": "OpenSource Vue3 powered forth-generation admin panel",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",