Archived
1
0

chore(deps): add resolution for newest playwright

This commit is contained in:
Joe Previte
2021-04-13 17:31:24 -07:00
parent 7ea6d22b3e
commit 6c3bb101cd
3 changed files with 17 additions and 28 deletions

View File

@ -10,8 +10,11 @@
"jest": "^26.6.3",
"jsdom": "^16.4.0",
"node-fetch": "^2.6.1",
"playwright": "^1.8.0",
"playwright": "^1.11.0-next-alpha-apr-13-2021",
"supertest": "^6.1.1",
"ts-jest": "^26.4.4"
},
"resolutions": {
"@playwright/test/playwright": "^1.11.0-next-alpha-apr-13-2021"
}
}