From 1ab7bf91ce8de9a81654debeb372c45b78c27041 Mon Sep 17 00:00:00 2001 From: Tobias Diez <code@tobiasdiez.com> 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 <!-- โ๏ธ PR title should follow conventional commits (https://conventionalcommits.org). In particular, the title should start with one of the following types: - docs: ๐ Documentation (updates to the documentation or readme) - fix: ๐ Bug fix (a non-breaking change that fixes an issue) - feat: โจ New feature/enhancement (a non-breaking change that adds functionality or improves existing one) - feat!/fix!: โ ๏ธ Breaking change (fix or feature that would cause existing functionality to change) - chore: ๐งน Chore (updates to the build process or auxiliary tools and libraries) --> ### ๐ Linked issue <!-- If it resolves an open issue, please link the issue here. For example "Resolves #123" --> ### ๐ Description Following https://github.com/pnpm/pnpm/pull/8337. <!-- Describe your changes in detail --> <!-- Why is this change required? What problem does it solve? --> --- 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