@vue-dnd-kit/core 0.5.4 → 0.5.5

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/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -126,15 +126,15 @@ Roadmap:
126
126
  Choose your preferred package manager:
127
127
 
128
128
  ```bash
129
- npm install @vue-dnd-kit/core
129
+ npm install @vue-dnd-kit/core @vueuse/core
130
130
  ```
131
131
 
132
132
  ```bash
133
- yarn add @vue-dnd-kit/core
133
+ yarn add @vue-dnd-kit/core @vueuse/core
134
134
  ```
135
135
 
136
136
  ```bash
137
- pnpm install @vue-dnd-kit/core
137
+ pnpm install @vue-dnd-kit/core @vueuse/core
138
138
  ```
139
139
 
140
140
  ## Setup
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vue-dnd-kit/core",
3
- "version": "0.5.4",
3
+ "version": "0.5.5",
4
4
  "description": "Core functionality for Vue DnD Kit - a lightweight Vue 3 library for building performant and accessible drag and drop interfaces",
5
5
  "author": "ZiZIGY",
6
6
  "license": "MIT",