@nx/playwright 20.1.0-canary.20241107-fd2e8d0 → 20.1.0-canary.20241109-77d6704
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@nx/playwright",
|
3
|
-
"version": "20.1.0-canary.
|
3
|
+
"version": "20.1.0-canary.20241109-77d6704",
|
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": "20.1.0-canary.
|
39
|
-
"@nx/eslint": "20.1.0-canary.
|
40
|
-
"@nx/webpack": "20.1.0-canary.
|
41
|
-
"@nx/vite": "20.1.0-canary.
|
42
|
-
"@nx/js": "20.1.0-canary.
|
38
|
+
"@nx/devkit": "20.1.0-canary.20241109-77d6704",
|
39
|
+
"@nx/eslint": "20.1.0-canary.20241109-77d6704",
|
40
|
+
"@nx/webpack": "20.1.0-canary.20241109-77d6704",
|
41
|
+
"@nx/vite": "20.1.0-canary.20241109-77d6704",
|
42
|
+
"@nx/js": "20.1.0-canary.20241109-77d6704",
|
43
43
|
"tslib": "^2.3.0",
|
44
44
|
"minimatch": "9.0.3"
|
45
45
|
},
|
@@ -137,7 +137,7 @@ async function normalizeOptions(tree, options) {
|
|
137
137
|
let linter = options.linter;
|
138
138
|
if (isTsSolutionSetup) {
|
139
139
|
linter ??= await (0, prompt_1.promptWhenInteractive)({
|
140
|
-
type: '
|
140
|
+
type: 'autocomplete',
|
141
141
|
name: 'linter',
|
142
142
|
message: `Which linter would you like to use?`,
|
143
143
|
choices: [{ name: 'none' }, { name: 'eslint' }],
|
@@ -146,7 +146,7 @@ async function normalizeOptions(tree, options) {
|
|
146
146
|
}
|
147
147
|
else {
|
148
148
|
linter ??= await (0, prompt_1.promptWhenInteractive)({
|
149
|
-
type: '
|
149
|
+
type: 'autocomplete',
|
150
150
|
name: 'linter',
|
151
151
|
message: `Which linter would you like to use?`,
|
152
152
|
choices: [{ name: 'eslint' }, { name: 'none' }],
|