@nx/playwright 19.1.0-canary.20240522-89fdd42 → 19.1.0-canary.20240523-261b0ff

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +7 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/playwright",
3
- "version": "19.1.0-canary.20240522-89fdd42",
3
+ "version": "19.1.0-canary.20240523-261b0ff",
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.1.0-canary.20240522-89fdd42",
37
- "@nx/eslint": "19.1.0-canary.20240522-89fdd42",
38
- "@nx/js": "19.1.0-canary.20240522-89fdd42",
38
+ "@nx/devkit": "19.1.0-canary.20240523-261b0ff",
39
+ "@nx/eslint": "19.1.0-canary.20240523-261b0ff",
40
+ "@nx/js": "19.1.0-canary.20240523-261b0ff",
39
41
  "tslib": "^2.3.0",
40
42
  "minimatch": "9.0.3"
41
43
  },