@vueuse/components 6.5.3 → 6.7.1

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/index.d.ts +1 -1
  2. package/package.json +3 -3
package/index.d.ts CHANGED
@@ -5,7 +5,7 @@ import { MaybeRef } from '@vueuse/shared';
5
5
 
6
6
  interface RenderableComponent {
7
7
  /**
8
- * The elment that the component should be rendered as
8
+ * The element that the component should be rendered as
9
9
  *
10
10
  * @default 'div'
11
11
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vueuse/components",
3
- "version": "6.5.3",
3
+ "version": "6.7.1",
4
4
  "description": "Renderless components for VueUse",
5
5
  "keywords": [
6
6
  "vue",
@@ -31,8 +31,8 @@
31
31
  },
32
32
  "homepage": "https://github.com/vueuse/vueuse/tree/main/packages/components#readme",
33
33
  "dependencies": {
34
- "@vueuse/core": "6.5.3",
35
- "@vueuse/shared": "6.5.3",
34
+ "@vueuse/core": "6.7.1",
35
+ "@vueuse/shared": "6.7.1",
36
36
  "vue-demi": "*"
37
37
  }
38
38
  }