Skip to content

Commit 84dfff7

Browse files
authored
chore: overrides @types/estree to fix type duplicates (#557)
1 parent fb5e40d commit 84dfff7

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.github/workflows/ci-rsc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: install rolldown
5959
if: ${{ matrix.rolldown }}
6060
run: |
61-
echo 'overrides: { vite: "npm:rolldown-vite@latest" }' >> pnpm-workspace.yaml
61+
sed -i '/^overrides:/a\ vite: "npm:rolldown-vite@latest"' pnpm-workspace.yaml
6262
pnpm i --no-frozen-lockfile
6363
- run: pnpm -C packages/plugin-rsc exec playwright install ${{ matrix.browser }}
6464
- run: pnpm -C packages/plugin-rsc test-e2e-ci --project=${{ matrix.browser }}

pnpm-lock.yaml

Lines changed: 4 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ packages:
77
catalogs:
88
rolldown-vite:
99
vite: npm:rolldown-vite@^7.0.5
10+
11+
overrides:
12+
'@types/estree': ^1.0.8

0 commit comments

Comments
 (0)