@mythpe/quasar-ui-qui 0.1.80 → 0.1.81

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.
Files changed (2) hide show
  1. package/package.json +16 -36
  2. package/tsconfig.json +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mythpe/quasar-ui-qui",
3
- "version": "0.1.80",
3
+ "version": "0.1.81",
4
4
  "description": "MyTh Quasar UI Kit App Extension",
5
5
  "author": {
6
6
  "name": "MyTh Ahmed Faiz",
@@ -12,7 +12,7 @@
12
12
  "type": "module",
13
13
  "module": "src/index.esm.js",
14
14
  "main": "src/index.common.js",
15
- "types": "types.d.ts",
15
+ "types": "./types.d.ts",
16
16
  "scripts": {
17
17
  "lint": "eslint ./src --ext .js,.ts,.vue ./",
18
18
  "lint:fix": "eslint --fix --ext .js,.ts,.vue ./src",
@@ -28,31 +28,21 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@ckeditor/ckeditor5-vue": "^7.3.0",
31
- "@vee-validate/i18n": "^4.15.0",
32
- "@vee-validate/rules": "^4.15.0",
33
- "axios": "^1.9.0",
34
- "ckeditor5": "^45.0.0",
31
+ "@vee-validate/i18n": "^4.14.7",
32
+ "@vee-validate/rules": "^4.14.7",
33
+ "axios": "^1.7.8",
34
+ "ckeditor5": "^43.3.1",
35
35
  "lodash": "^4.17.21",
36
36
  "lodash-inflection": "^1.5.0",
37
- "qs": "^6.14.0",
37
+ "qs": "^6.13.1",
38
38
  "typed.js": "^2.1.0",
39
- "vee-validate": "^4.15.0",
40
- "vue-i18n": "^11.1.3",
39
+ "vee-validate": "^4.14.7",
40
+ "vue-i18n": "^11.0.0-beta.2",
41
41
  "vue3-signature": "^0.2.4"
42
42
  },
43
43
  "devDependencies": {
44
- "@capacitor/app": "^7.0.1",
45
- "@capacitor/cli": "^7.2.0",
46
- "@capacitor/core": "^7.2.0",
47
- "@capacitor/push-notifications": "^7.0.1",
48
- "@capacitor/splash-screen": "^7.0.1",
49
- "@eslint/js": "^9.14.0",
50
- "@intlify/unplugin-vue-i18n": "^4.0.0",
51
- "@originjs/vite-plugin-commonjs": "^1.0.3",
52
- "@quasar/app-vite": "^2.2.0",
53
- "@quasar/app-webpack": "^4.2.0",
54
- "@quasar/cli": "^2.5.0",
55
- "@quasar/extras": "^1.16.17",
44
+ "@quasar/app-webpack": "^3.15.1",
45
+ "@quasar/extras": "^1.16.13",
56
46
  "@rollup/plugin-buble": "^1.0.3",
57
47
  "@rollup/plugin-json": "^6.1.0",
58
48
  "@rollup/plugin-node-resolve": "^15.3.0",
@@ -75,27 +65,17 @@
75
65
  "fs-extra": "^11.2.0",
76
66
  "open": "^10.1.0",
77
67
  "postcss": "^8.4.49",
78
- "quasar": "^2.17.0",
79
- "globals": "^15.12.0",
80
- "laravel-echo": "^2.0.2",
81
- "pusher-js": "^8.4.0",
68
+ "quasar": "^2.17.4",
82
69
  "rimraf": "^6.0.1",
83
70
  "rollup": "^4.27.4",
84
71
  "rtlcss": "^4.3.0",
85
- "sass": "^1.87.0",
72
+ "sass": "^1.81.0",
86
73
  "typescript": "~5.5.3",
87
74
  "uglify-js": "^3.19.3",
88
75
  "vite-plugin-checker": "^0.8.0",
89
76
  "vue": "^3.5.13",
90
- "vue-router": "^4.5.1",
91
- "vue-tsc": "^2.0.29",
92
- "workbox-build": "^7.0.0",
93
- "workbox-cacheable-response": "^7.0.0",
94
- "workbox-core": "^7.0.0",
95
- "workbox-expiration": "^7.0.0",
96
- "workbox-precaching": "^7.0.0",
97
- "workbox-routing": "^7.0.0",
98
- "workbox-strategies": "^7.0.0",
77
+ "vue-router": "^4.5.0",
78
+ "vue-tsc": "^2.1.10",
99
79
  "zlib": "^1.0.5"
100
80
  },
101
81
  "browserslist": [
@@ -109,7 +89,7 @@
109
89
  "last 4 iOS versions"
110
90
  ],
111
91
  "engines": {
112
- "node": "^28 || ^26 || ^24 || ^22 || ^20 || ^18",
92
+ "node": "^24 || ^22 || ^20 || ^18",
113
93
  "npm": ">= 6.13.4",
114
94
  "yarn": ">= 1.21.1"
115
95
  }
package/tsconfig.json CHANGED
@@ -25,7 +25,7 @@
25
25
  "vite/client"
26
26
  ],
27
27
  "noImplicitAny": false,
28
- "moduleResolution": "Bundler",
28
+ "moduleResolution": "node",
29
29
  "newLine": "lf"
30
30
  }
31
31
  }