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
4 changes: 2 additions & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
cache-dependency-path: pnpm-lock.yaml

- name: Install dependencies
run: pnpm install
run: pnpm install --frozen-lockfile

- name: Check
run: pnpm run check
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
cache-dependency-path: pnpm-lock.yaml

- name: Install dependencies
run: pnpm install
run: pnpm install --frozen-lockfile

- name: Run Playwright tests
run: pnpm run test:e2e --shard=${{ matrix.shard }}/3
Expand Down
49 changes: 19 additions & 30 deletions pnpm-lock.yaml

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

7 changes: 7 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ onlyBuiltDependencies:
- core-js
- es5-ext
- esbuild

ignoredBuiltDependencies:
- protobufjs

minimumReleaseAgeExclude:
Expand All @@ -16,6 +18,11 @@ minimumReleaseAgeExclude:
- ox
- viem

overrides:
protobufjs: '>=7.5.5'
tar: '>=7.5.13'
dompurify: '>=3.4.0'

patchedDependencies:
'@braintree/sanitize-url@7.1.2': patches/@braintree__sanitize-url@7.1.2.patch
dayjs@1.11.20: patches/dayjs@1.11.20.patch
Loading