Skip to content

Commit

Permalink
Update pnpm config again.
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 00ddcf7b2d0b1851f7c52360ea2dbfb73afaf355
  • Loading branch information
cpojer committed Mar 10, 2025
1 parent fa71432 commit 5c08298
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,16 @@
"overrides": {
"react@^18.0.0": "19.0.0-rc.1",
"rollup@^2.0.0": "^4.16.4"
},
"patchedDependencies": {
"cordova-plugin-purchase": "patches/cordova-plugin-purchase.patch",
"eslint-plugin-import": "patches/eslint-plugin-import.patch",
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]",
"jest-image-snapshot": "patches/jest-image-snapshot.patch",
"require-in-the-middle": "patches/require-in-the-middle.patch",
"resend": "patches/resend.patch",
"typescript": "patches/typescript.patch"
}
}
}
10 changes: 0 additions & 10 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,3 @@ packages:
- 'twitch'
- 'ui'
- 'zeus'

patchedDependencies:
cordova-plugin-purchase: patches/cordova-plugin-purchase.patch
eslint-plugin-import: patches/eslint-plugin-import.patch
[email protected]: patches/[email protected]
[email protected]: patches/[email protected]
jest-image-snapshot: patches/jest-image-snapshot.patch
require-in-the-middle: patches/require-in-the-middle.patch
resend: patches/resend.patch
typescript: patches/typescript.patch

0 comments on commit 5c08298

Please sign in to comment.