Skip to content

Commit

Permalink
Restrict playwright version. Version bump. (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJem committed May 24, 2023
1 parent 9ac37a3 commit 7b645b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardianui/test",
"version": "1.0.0",
"version": "1.0.1",
"description": "<p align=\"center\"> <picture> <source media=\"(prefers-color-scheme: dark)\" srcset=\"https://github.com/GuardianUI/landing-page/blob/main/assets/images/logo.png\"> <img alt=\"guardianui logo\" src=\"https://github.com/GuardianUI/landing-page/blob/main/assets/images/logo.png\" width=\"auto\" height=\"75\"> </picture> </p>",
"main": "./dist/index.js",
"exports": {
Expand Down Expand Up @@ -37,8 +37,8 @@
"webpack-cli": "^5.1.1"
},
"dependencies": {
"@playwright/test": "^1.33.0",
"@playwright/test": "~1.33.0",
"dotenv": "^16.0.3",
"ethers": "5.7.2"
}
}
}

0 comments on commit 7b645b2

Please sign in to comment.