Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions pnpm-lock.yaml

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

7 changes: 5 additions & 2 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@ minimumReleaseAgeExclude:
- magic-oxfmt-config@1.2.0
- magic-oxlint-config@1.2.0
- magic-tsconfig@1.2.0
# Let the security fix through the global release-age gate.
- brace-expansion@1.1.17
# pnpm 11 no longer reads the `pnpm` key from package.json, and `overrides` has
# no other home, so this file exists for the three pins that used to live in
# yarn's `resolutions`. Yarn's `**/a/b` globs become pnpm's `a>b` selectors.
# no other home, so this file carries the old Yarn pins and scoped security
# fixes. Yarn's `**/a/b` globs become pnpm's `a>b` selectors.
overrides:
"@expo/plist>@xmldom/xmldom": 0.8.13
"@typescript-eslint/typescript-estree>minimatch": 9.0.7
brace-expansion@<1.1.17: ^1.1.17
xcode>uuid: 11.1.1
Loading