@nx/playwright 19.8.6 → 19.8.8

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