@simsustech/quasar-components 0.11.12 → 0.11.13

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @simsustech/quasar-components
2
2
 
3
+ ## 0.11.13
4
+
5
+ ### Patch Changes
6
+
7
+ - 221c1b4: chore: update dependencies
8
+
3
9
  ## 0.11.12
4
10
 
5
11
  ### Patch Changes
package/dist/md3.js CHANGED
@@ -316,7 +316,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
316
316
  const debouncedToggleMiniState = debounce(toggleMiniState, 500);
317
317
  onClickOutside(drawerRef, () => toggleMiniState(true));
318
318
  onMounted(() => {
319
- console.log($q.screen);
320
319
  if ($q.screen.gt.sm) {
321
320
  toggleMiniState(true);
322
321
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simsustech/quasar-components",
3
- "version": "0.11.12",
3
+ "version": "0.11.13",
4
4
  "author": "Stefan van Herwijnen",
5
5
  "description": "High level components for Quasar Framework",
6
6
  "license": "MIT",
@@ -59,16 +59,16 @@
59
59
  },
60
60
  "devDependencies": {
61
61
  "@iconify-json/flagpack": "^1.2.2",
62
- "@types/node": "^22.15.3",
62
+ "@types/node": "^22.15.17",
63
63
  "@types/validator": "^13.15.0",
64
64
  "@types/ws": "^8.18.1",
65
- "@typescript-eslint/eslint-plugin": "^8.31.1",
66
- "@typescript-eslint/parser": "^8.31.1",
67
- "@vitejs/plugin-vue": "^5.2.3",
65
+ "@typescript-eslint/eslint-plugin": "^8.32.1",
66
+ "@typescript-eslint/parser": "^8.32.1",
67
+ "@vitejs/plugin-vue": "^5.2.4",
68
68
  "@vue/server-renderer": "^3.5.13",
69
- "eslint": "^9.25.1",
70
- "eslint-config-prettier": "^10.1.2",
71
- "eslint-plugin-prettier": "^5.2.6",
69
+ "eslint": "^9.26.0",
70
+ "eslint-config-prettier": "^10.1.5",
71
+ "eslint-plugin-prettier": "^5.4.0",
72
72
  "eslint-plugin-prettier-vue": "^5.0.0",
73
73
  "eslint-plugin-vue": "^10.1.0",
74
74
  "glob": "^11.0.2",
@@ -77,9 +77,9 @@
77
77
  "quasar": "^2.18.1",
78
78
  "rimraf": "^6.0.1",
79
79
  "typescript": "5.8.3",
80
- "typescript-eslint": "^8.31.1",
80
+ "typescript-eslint": "^8.32.1",
81
81
  "unplugin-vue-components": "^28.5.0",
82
- "vite": "^6.3.4",
82
+ "vite": "^6.3.5",
83
83
  "vue": "^3.5.13",
84
84
  "vue-eslint-parser": "^10.1.3",
85
85
  "vue-router": "^4.5.1",
@@ -134,7 +134,6 @@ const debouncedToggleMiniState = debounce(toggleMiniState, 500)
134
134
  onClickOutside(drawerRef, () => toggleMiniState(true))
135
135
 
136
136
  onMounted(() => {
137
- console.log($q.screen)
138
137
  if ($q.screen.gt.sm) {
139
138
  toggleMiniState(true)
140
139
  }