@vueuse/nuxt 13.1.0 → 13.2.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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -41,7 +41,7 @@ The following utils are **disabled** from auto-import for Nuxt to avoid conflict
41
41
  - `useStorage`
42
42
  - `useImage`
43
43
 
44
- You can always use them by explicitly import from `@vueuse/core`
44
+ You can always use them by explicitly importing from `@vueuse/core`
45
45
 
46
46
  ## License
47
47
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vueuse/nuxt",
3
3
  "type": "module",
4
- "version": "13.1.0",
4
+ "version": "13.2.0",
5
5
  "description": "VueUse Nuxt Module",
6
6
  "author": "Anthony Fu <https://github.com/antfu>",
7
7
  "license": "MIT",
@@ -40,15 +40,15 @@
40
40
  "vue": "^3.5.0"
41
41
  },
42
42
  "dependencies": {
43
- "@nuxt/kit": "^3.16.2",
43
+ "@nuxt/kit": "^3.17.3",
44
44
  "local-pkg": "^1.1.1",
45
- "@vueuse/core": "13.1.0",
46
- "@vueuse/metadata": "13.1.0"
45
+ "@vueuse/core": "13.2.0",
46
+ "@vueuse/metadata": "13.2.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@nuxt/schema": "^3.16.2",
50
- "nuxt": "^3.16.2",
51
- "unimport": "^4.1.3"
49
+ "@nuxt/schema": "^3.17.3",
50
+ "nuxt": "^3.17.3",
51
+ "unimport": "^5.0.1"
52
52
  },
53
53
  "scripts": {
54
54
  "build": "rollup --config=rollup.config.ts --configPlugin=rollup-plugin-esbuild",