@tb-dev/vue 3.4.1 → 3.4.2

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/dist/index.js +1 -1
  2. package/package.json +8 -8
package/dist/index.js CHANGED
@@ -294,7 +294,7 @@ function useWidthDiff(element, lhs) {
294
294
  return computed(() => lhsRef.value - width.value);
295
295
  }
296
296
 
297
- const breakpointsKey = Symbol();
297
+ const breakpointsKey = /* @__PURE__ */ Symbol();
298
298
  function useBreakpoints() {
299
299
  return tryInjectOrElse(breakpointsKey, () => {
300
300
  return useBreakpoints$1(breakpointsTailwind);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tb-dev/vue",
3
- "version": "3.4.1",
3
+ "version": "3.4.2",
4
4
  "description": "Vue utilities",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -24,20 +24,20 @@
24
24
  "composables"
25
25
  ],
26
26
  "dependencies": {
27
- "@tb-dev/utils": "^7.0.19",
27
+ "@tb-dev/utils": "^7.1.1",
28
28
  "@vueuse/core": "^14.1.0",
29
- "es-toolkit": "^1.42.0",
30
- "vue": "^3.5.25"
29
+ "es-toolkit": "^1.43.0",
30
+ "vue": "^3.5.26"
31
31
  },
32
32
  "devDependencies": {
33
- "@tb-dev/eslint-config": "^8.2.0",
34
- "@types/node": "^24.10.1",
35
- "eslint": "^9.39.1",
33
+ "@tb-dev/eslint-config": "^8.2.2",
34
+ "@types/node": "^25.0.3",
35
+ "eslint": "^9.39.2",
36
36
  "tslib": "^2.8.1",
37
37
  "typedoc": "^0.28.15",
38
38
  "typedoc-plugin-mdn-links": "^5.0.10",
39
39
  "typescript": "~5.9.3",
40
- "vite": "^7.2.4",
40
+ "vite": "^7.3.0",
41
41
  "vite-plugin-dts": "^4.5.4"
42
42
  },
43
43
  "files": [