@vueuse/integrations 13.0.0-beta.2 → 13.0.0

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 +8 -7
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vueuse/integrations",
3
3
  "type": "module",
4
- "version": "13.0.0-beta.2",
4
+ "version": "13.0.0",
5
5
  "description": "Integration wrappers for utility libraries",
6
6
  "author": "Anthony Fu <https://github.com/antfu>",
7
7
  "license": "MIT",
@@ -62,7 +62,8 @@
62
62
  "nprogress": "^0.2",
63
63
  "qrcode": "^1.5",
64
64
  "sortablejs": "^1",
65
- "universal-cookie": "^7"
65
+ "universal-cookie": "^7",
66
+ "vue": "^3.5.0"
66
67
  },
67
68
  "peerDependenciesMeta": {
68
69
  "async-validator": {
@@ -103,16 +104,15 @@
103
104
  }
104
105
  },
105
106
  "dependencies": {
106
- "vue": "^3.5.13",
107
- "@vueuse/shared": "13.0.0-beta.2",
108
- "@vueuse/core": "13.0.0-beta.2"
107
+ "@vueuse/shared": "13.0.0",
108
+ "@vueuse/core": "13.0.0"
109
109
  },
110
110
  "devDependencies": {
111
111
  "@types/nprogress": "^0.2.3",
112
112
  "@types/qrcode": "^1.5.5",
113
113
  "@types/sortablejs": "^1.15.8",
114
114
  "async-validator": "^4.2.5",
115
- "axios": "^1.8.1",
115
+ "axios": "^1.8.2",
116
116
  "change-case": "^5.4.4",
117
117
  "drauu": "^0.4.3",
118
118
  "focus-trap": "^7.6.4",
@@ -125,6 +125,7 @@
125
125
  "universal-cookie": "^7.2.2"
126
126
  },
127
127
  "scripts": {
128
- "build": "rollup --config=rollup.config.ts --configPlugin=rollup-plugin-esbuild"
128
+ "build": "rollup --config=rollup.config.ts --configPlugin=rollup-plugin-esbuild",
129
+ "test:attw": "attw --pack --config-path ../../.attw.json ."
129
130
  }
130
131
  }