Skip to content

Commit c6ae6d9

Browse files
authored
fix: Update e2e deps for react and next (#192)
1 parent 742fb33 commit c6ae6d9

File tree

15 files changed

+27630
-36432
lines changed

15 files changed

+27630
-36432
lines changed

bin/setup

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ set -e
33

44
# Install or upgrade dependencies
55
echo "Installing dependencies..."
6-
pnpm install
6+
pnpm install;
7+
cd e2e-tests && pnpm install;

e2e-tests/pnpm-lock.yaml

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

e2e-tests/pnpm-workspace.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
minimumReleaseAge: 1440
2+
minimumReleaseAgeExclude:
3+
4+
5+
6+
7+
8+
9+
10+
11+
12+
packages:
13+
- 'test-applications/**'

e2e-tests/test-applications/nextjs-app-router-test-app/pnpm-lock.yaml

Lines changed: 0 additions & 353 deletions
This file was deleted.

0 commit comments

Comments
 (0)