From 1ab7bf91ce8de9a81654debeb372c45b78c27041 Mon Sep 17 00:00:00 2001 From: Tobias Diez Date: Wed, 21 Aug 2024 13:02:19 +0200 Subject: [PATCH] chore: apply dependency patches to all versions (#2514) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### ๐Ÿ”— Linked issue ### ๐Ÿ“š Description Following https://github.com/pnpm/pnpm/pull/8337. --- package.json | 6 +++--- pnpm-lock.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index b6799cd1a..60bd0375f 100644 --- a/package.json +++ b/package.json @@ -166,9 +166,9 @@ "packageManager": "pnpm@9.7.0", "pnpm": { "patchedDependencies": { - "mount-vue-component@0.10.2": "patches/mount-vue-component@0.10.2.patch", - "@vue/apollo-util@4.0.0-beta.6": "patches/@vue__apollo-util@4.0.0-beta.6.patch", - "nitropack@2.9.7": "patches/nitropack@2.9.7.patch" + "mount-vue-component": "patches/mount-vue-component@0.10.2.patch", + "@vue/apollo-util": "patches/@vue__apollo-util@4.0.0-beta.6.patch", + "nitropack": "patches/nitropack@2.9.7.patch" } } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 40ad65d6d..a6d2476ce 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -5,13 +5,13 @@ settings: excludeLinksFromLockfile: false patchedDependencies: - '@vue/apollo-util@4.0.0-beta.6': + '@vue/apollo-util': hash: nx6ppuoaxc6uiuxgqwwjniqmce path: patches/@vue__apollo-util@4.0.0-beta.6.patch - mount-vue-component@0.10.2: + mount-vue-component: hash: kp7uettlb2x55t6hsmpjeazm5m path: patches/mount-vue-component@0.10.2.patch - nitropack@2.9.7: + nitropack: hash: i7fsivvt52bwxcdhgprlrzxqpy path: patches/nitropack@2.9.7.patch