From 22b5e2b9d62d697525907319c4a8dd8426723b09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Jun 2022 23:12:32 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- docs/package.json | 6 +++--- package.json | 2 +- playground/package.json | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/package.json b/docs/package.json index fb314c0a..92692664 100755 --- a/docs/package.json +++ b/docs/package.json @@ -9,12 +9,12 @@ "preview": "nuxi preview" }, "devDependencies": { - "@docus/docs-theme": "npm:@docus/docs-theme-edge@3.0.0-1138f93", - "@docus/github": "npm:@docus/github-edge@1.2.6-1138f93", + "@docus/docs-theme": "npm:@docus/docs-theme-edge@3.0.0-eb0d2fd", + "@docus/github": "npm:@docus/github-edge@1.2.6-eb0d2fd", "nuxt": "^3.0.0-rc.4", "vue-plausible": "^1.3.1" }, "resolutions": { - "@vercel/nft": "0.18.2" + "@vercel/nft": "0.20.0" } } diff --git a/package.json b/package.json index 18d4a102..91d1a016 100644 --- a/package.json +++ b/package.json @@ -85,5 +85,5 @@ "resolutions": { "nuxt-ionic": "link:." }, - "packageManager": "pnpm@7.2.1" + "packageManager": "pnpm@7.3.0" } diff --git a/playground/package.json b/playground/package.json index ed72ab26..4a0a9d1e 100644 --- a/playground/package.json +++ b/playground/package.json @@ -9,9 +9,9 @@ }, "devDependencies": { "@capacitor/core": "3.6.0", - "@capacitor/camera": "^1.0.0", - "@capacitor/filesystem": "^1.0.0", - "@capacitor/storage": "^1.0.0", + "@capacitor/camera": "^1.3.1", + "@capacitor/filesystem": "^1.1.0", + "@capacitor/storage": "^1.2.5", "nuxt": "^3.0.0-rc.4", "nuxt-ionic": "latest" }