@nx/playwright 19.0.6 → 19.0.7
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +7 -5
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@nx/playwright",
|
3
|
-
"version": "19.0.
|
3
|
+
"version": "19.0.7",
|
4
4
|
"type": "commonjs",
|
5
5
|
"homepage": "https://nx.dev",
|
6
6
|
"private": false,
|
@@ -17,7 +17,9 @@
|
|
17
17
|
"Nest",
|
18
18
|
"Jest",
|
19
19
|
"Playwright",
|
20
|
-
"CLI"
|
20
|
+
"CLI",
|
21
|
+
"Testing",
|
22
|
+
"Front-end"
|
21
23
|
],
|
22
24
|
"main": "./index.js",
|
23
25
|
"typings": "./index.d.ts",
|
@@ -33,9 +35,9 @@
|
|
33
35
|
},
|
34
36
|
"dependencies": {
|
35
37
|
"@phenomnomnominal/tsquery": "~5.0.1",
|
36
|
-
"@nx/devkit": "19.0.
|
37
|
-
"@nx/eslint": "19.0.
|
38
|
-
"@nx/js": "19.0.
|
38
|
+
"@nx/devkit": "19.0.7",
|
39
|
+
"@nx/eslint": "19.0.7",
|
40
|
+
"@nx/js": "19.0.7",
|
39
41
|
"tslib": "^2.3.0",
|
40
42
|
"minimatch": "9.0.3"
|
41
43
|
},
|