Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ZheSun88 committed Jan 28, 2025
1 parent a70e0b6 commit 92d1ede
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 30 deletions.
50 changes: 23 additions & 27 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "UNLICENSED",
"type": "module",
"dependencies": {
"@playwright/test": "^1.48.2",
"@playwright/test": "^1.50.0",
"@polymer/polymer": "3.5.2",
"@vaadin/bundles": "24.6.3",
"@vaadin/common-frontend": "0.0.19",
Expand Down Expand Up @@ -125,7 +125,7 @@
"workbox-core": "7.3.0",
"workbox-precaching": "7.3.0"
},
"hash": "0cf80c3a17f3d0c094819510ebf4f2d9b671aaa5b1b2bf76bfa0804ec5b0e22c"
"hash": "10b72642c3d6950560e4f18ae7e63fc01196ef3af77d392d4c84a5415d70da22"
},
"overrides": {
"@vaadin/bundles": "$@vaadin/bundles",
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<dependency>
<groupId>com.microsoft.playwright</groupId>
<artifactId>playwright</artifactId>
<version>1.49.0</version>
<version>LATEST</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 92d1ede

Please sign in to comment.