@vueuse/integrations 11.0.0 → 11.0.3

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 (1) hide show
  1. package/package.json +3 -20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vueuse/integrations",
3
- "version": "11.0.0",
3
+ "version": "11.0.3",
4
4
  "description": "Integration wrappers for utility libraries",
5
5
  "author": "Anthony Fu <https://github.com/antfu>",
6
6
  "license": "MIT",
@@ -145,25 +145,8 @@
145
145
  }
146
146
  },
147
147
  "dependencies": {
148
- "@vueuse/core": "11.0.0",
149
- "@vueuse/shared": "11.0.0",
148
+ "@vueuse/core": "11.0.3",
149
+ "@vueuse/shared": "11.0.3",
150
150
  "vue-demi": ">=0.14.10"
151
- },
152
- "devDependencies": {
153
- "@types/nprogress": "^0.2.3",
154
- "@types/qrcode": "^1.5.5",
155
- "@types/sortablejs": "^1.15.8",
156
- "async-validator": "^4.2.5",
157
- "axios": "^1.7.4",
158
- "change-case": "^5.4.4",
159
- "drauu": "^0.4.0",
160
- "focus-trap": "^7.5.4",
161
- "fuse.js": "^7.0.0",
162
- "idb-keyval": "^6.2.1",
163
- "jwt-decode": "^4.0.0",
164
- "nprogress": "^0.2.0",
165
- "qrcode": "^1.5.4",
166
- "sortablejs": "^1.15.2",
167
- "universal-cookie": "^7.2.0"
168
151
  }
169
152
  }