Skip to content

Commit

Permalink
chore: bump playwright version
Browse files Browse the repository at this point in the history
  • Loading branch information
amihajlovski committed Jan 30, 2025
1 parent 182fab1 commit 175588f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/adyen-retail-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"upload-env": "upload-env",
"get-env": "get-env",
"prepare:dev": "rm -f ./node_modules/.bin/include-env && rm -rf ./node_modules/@adyen/adyen-salesforce-pwa && cd ../adyen-salesforce-pwa && rm -rf dist && npm run build-prod",
"start:env": "include-env -p=npm run start",
"start:env": "npm run prepare:dev && npm link @adyen/adyen-salesforce-pwa && include-env -p=npm run start",
"push:env": "include-env -p=npm run push"
},
"bundlesize": [
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.39.0"
"@playwright/test": "^1.45.0"
}
}

0 comments on commit 175588f

Please sign in to comment.