@vueuse/integrations 10.7.0 → 10.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/README.md +3 -3
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -6,9 +6,9 @@
6
6
 
7
7
  ## Install
8
8
 
9
- <pre class='language-bash'>
10
- npm i <b>@vueuse/integrations</b>
11
- </pre>
9
+ ```bash
10
+ npm i @vueuse/integrations
11
+ ```
12
12
 
13
13
  ## Functions
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vueuse/integrations",
3
- "version": "10.7.0",
3
+ "version": "10.7.1",
4
4
  "description": "Integration wrappers for utility libraries",
5
5
  "author": "Anthony Fu <https://github.com/antfu>",
6
6
  "license": "MIT",
@@ -107,10 +107,10 @@
107
107
  "universal-cookie": "*"
108
108
  },
109
109
  "peerDependenciesMeta": {
110
- "axios": {
110
+ "async-validator": {
111
111
  "optional": true
112
112
  },
113
- "async-validator": {
113
+ "axios": {
114
114
  "optional": true
115
115
  },
116
116
  "change-case": {
@@ -137,16 +137,16 @@
137
137
  "qrcode": {
138
138
  "optional": true
139
139
  },
140
- "universal-cookie": {
140
+ "sortablejs": {
141
141
  "optional": true
142
142
  },
143
- "sortablejs": {
143
+ "universal-cookie": {
144
144
  "optional": true
145
145
  }
146
146
  },
147
147
  "dependencies": {
148
- "@vueuse/core": "10.7.0",
149
- "@vueuse/shared": "10.7.0",
148
+ "@vueuse/core": "10.7.1",
149
+ "@vueuse/shared": "10.7.1",
150
150
  "vue-demi": ">=0.14.6"
151
151
  },
152
152
  "devDependencies": {
@@ -154,7 +154,7 @@
154
154
  "@types/qrcode": "^1.5.5",
155
155
  "@types/sortablejs": "^1.15.7",
156
156
  "async-validator": "^4.2.5",
157
- "axios": "^1.6.2",
157
+ "axios": "^1.6.3",
158
158
  "change-case": "^4.1.2",
159
159
  "drauu": "^0.3.7",
160
160
  "focus-trap": "^7.5.4",