Skip to content

Commit

Permalink
chore: apply dependency patches to all versions (#2514)
Browse files Browse the repository at this point in the history
<!--
☝️ 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 pnpm/pnpm#8337.

<!-- Describe your changes in detail -->
<!-- Why is this change required? What problem does it solve? -->
  • Loading branch information
tobiasdiez authored Aug 21, 2024
1 parent fc5c89d commit 1ab7bf9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
6 changes: 3 additions & 3 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 1ab7bf9

Please sign in to comment.