We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ed83cb commit a80b6f2Copy full SHA for a80b6f2
test/package.json
@@ -2,7 +2,7 @@
2
"license": "MIT",
3
"#": "We must put jest in a sub-directory otherwise VS Code somehow picks up the types and generates conflicts with mocha.",
4
"devDependencies": {
5
- "@playwright/test": "^1.12.1",
+ "@playwright/test": "^1.16.3",
6
"@types/jest": "^27.0.2",
7
"@types/jsdom": "^16.2.13",
8
"@types/node-fetch": "^2.5.8",
@@ -13,7 +13,7 @@
13
"jest-fetch-mock": "^3.0.3",
14
"jsdom": "^16.4.0",
15
"node-fetch": "^2.6.1",
16
- "playwright": "^1.12.1",
+ "playwright": "^1.16.3",
17
"supertest": "^6.1.6",
18
"ts-jest": "^27.0.7",
19
"wtfnode": "^0.9.1"
0 commit comments