Skip to content

Commit d7439bd

Browse files
chore: bump playwright and next (#6560)
noticed playwright fails to download a bunch, maybe a bump will help. bumped next too cause it complained about peer dep range <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Upgraded the core application framework to version 15.1.7 across various projects for enhanced stability, performance, and potential feature improvements. - Updated testing utilities to version 1.50.1 for a more reliable and robust development experience. - Refined code quality standards to ensure consistency across the board. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent be1c31e commit d7439bd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: pnpm install
4040

4141
- name: Install playwright
42-
run: pnpm playwright install chromium
42+
run: pnpm exec playwright install chromium
4343

4444
- name: Next.js cache
4545
uses: actions/cache@v3

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@trpc/react-query": "npm:@trpc/react-query@next",
4848
"@trpc/server": "npm:@trpc/server@next",
4949
"clsx": "^2.0.0",
50-
"next": "^15.1.3",
50+
"next": "^15.1.7",
5151
"next-auth": "npm:next-auth@^4.24.11",
5252
"react": "^19.0.0",
5353
"react-dom": "^19.0.0",
@@ -57,15 +57,15 @@
5757
"zod": "^3.24.2"
5858
},
5959
"devDependencies": {
60-
"@playwright/test": "^1.26.1",
60+
"@playwright/test": "^1.50.1",
6161
"@tanstack/react-query-devtools": "^5.64.2",
6262
"@types/node": "^22.13.5",
6363
"@types/react": "^19.0.0",
6464
"@types/ws": "^8.2.0",
6565
"autoprefixer": "^10.4.7",
6666
"cross-env": "^7.0.3",
6767
"eslint": "^9.21.0",
68-
"eslint-config-next": "^15.0.2",
68+
"eslint-config-next": "^15.1.7",
6969
"eslint-plugin-react": "^7.37.2",
7070
"eslint-plugin-react-hooks": "^5.1.0",
7171
"npm-run-all": "^4.1.5",

0 commit comments

Comments
 (0)