Skip to content

Commit

Permalink
fix(deps): update vueuse to v11 (major) (#2922)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: TAKAHASHI Shuuji <[email protected]>
  • Loading branch information
renovate[bot] and shuuji3 committed Oct 21, 2024
1 parent 36b064a commit 6d0d517
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 31 deletions.
2 changes: 1 addition & 1 deletion composables/idb/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export async function useAsyncIDBKeyval<T>(

const data = (shallow ? shallowRef : ref)(initialValue) as Ref<T>

const rawInit: T = toValue(initialValue)
const rawInit: T = toValue<T>(initialValue)

async function read() {
if (!isIDBSupported)
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@
"@upstash/redis": "^1.27.1",
"@vercel/kv": "^2.0.0",
"@vue-macros/nuxt": "^1.6.0",
"@vueuse/core": "^10.9.0",
"@vueuse/core": "^11.0.0",
"@vueuse/gesture": "^2.0.0",
"@vueuse/integrations": "^10.8.0",
"@vueuse/math": "^10.8.0",
"@vueuse/integrations": "^11.0.0",
"@vueuse/math": "^11.0.0",
"@vueuse/motion": "2.2.3",
"@vueuse/nuxt": "^10.8.0",
"@vueuse/nuxt": "^11.0.0",
"blurhash": "^2.0.5",
"browser-fs-access": "^0.35.0",
"cheerio": "^1.0.0",
Expand Down
125 changes: 99 additions & 26 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6d0d517

Please sign in to comment.