@nx/playwright 19.5.0 → 19.6.0-canary.20240719-83b88a1

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/playwright",
3
- "version": "19.5.0",
3
+ "version": "19.6.0-canary.20240719-83b88a1",
4
4
  "type": "commonjs",
5
5
  "homepage": "https://nx.dev",
6
6
  "private": false,
@@ -35,9 +35,9 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@phenomnomnominal/tsquery": "~5.0.1",
38
- "@nx/devkit": "19.5.0",
39
- "@nx/eslint": "19.5.0",
40
- "@nx/js": "19.5.0",
38
+ "@nx/devkit": "19.6.0-canary.20240719-83b88a1",
39
+ "@nx/eslint": "19.6.0-canary.20240719-83b88a1",
40
+ "@nx/js": "19.6.0-canary.20240719-83b88a1",
41
41
  "tslib": "^2.3.0",
42
42
  "minimatch": "9.0.3"
43
43
  },