@nx/web 23.0.0-pr.33655.cdc3e72 → 23.0.0-pr.35204.e5f1459

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/web",
3
- "version": "23.0.0-pr.33655.cdc3e72",
3
+ "version": "23.0.0-pr.35204.e5f1459",
4
4
  "private": false,
5
5
  "description": "The Nx Plugin for Web Components contains generators for managing Web Component applications and libraries within an Nx workspace. It provides:\n\n\n- Integration with libraries such as Jest, Playwright, Cypress, and Storybook.\n\n- Scaffolding for creating buildable libraries that can be published to npm.\n\n- Utilities for automatic workspace refactoring.",
6
6
  "repository": {
@@ -36,20 +36,20 @@
36
36
  "http-server": "^14.1.0",
37
37
  "picocolors": "^1.1.0",
38
38
  "tslib": "^2.3.0",
39
- "@nx/devkit": "23.0.0-pr.33655.cdc3e72",
40
- "@nx/js": "23.0.0-pr.33655.cdc3e72"
39
+ "@nx/devkit": "23.0.0-pr.35204.e5f1459",
40
+ "@nx/js": "23.0.0-pr.35204.e5f1459"
41
41
  },
42
42
  "devDependencies": {
43
- "nx": "23.0.0-pr.33655.cdc3e72",
44
- "@nx/vitest": "23.0.0-pr.33655.cdc3e72"
43
+ "nx": "23.0.0-pr.35204.e5f1459",
44
+ "@nx/vitest": "23.0.0-pr.35204.e5f1459"
45
45
  },
46
46
  "peerDependencies": {
47
- "@nx/cypress": "23.0.0-pr.33655.cdc3e72",
48
- "@nx/eslint": "23.0.0-pr.33655.cdc3e72",
49
- "@nx/jest": "23.0.0-pr.33655.cdc3e72",
50
- "@nx/playwright": "23.0.0-pr.33655.cdc3e72",
51
- "@nx/vite": "23.0.0-pr.33655.cdc3e72",
52
- "@nx/webpack": "23.0.0-pr.33655.cdc3e72"
47
+ "@nx/cypress": "23.0.0-pr.35204.e5f1459",
48
+ "@nx/eslint": "23.0.0-pr.35204.e5f1459",
49
+ "@nx/jest": "23.0.0-pr.35204.e5f1459",
50
+ "@nx/playwright": "23.0.0-pr.35204.e5f1459",
51
+ "@nx/vite": "23.0.0-pr.35204.e5f1459",
52
+ "@nx/webpack": "23.0.0-pr.35204.e5f1459"
53
53
  },
54
54
  "peerDependenciesMeta": {
55
55
  "@nx/cypress": {
@@ -25,6 +25,7 @@
25
25
  "description": "The file extension to be used for style files.",
26
26
  "type": "string",
27
27
  "default": "css",
28
+ "enum": ["css", "scss"],
28
29
  "x-prompt": {
29
30
  "message": "Which stylesheet format would you like to use?",
30
31
  "type": "list",
@@ -35,11 +36,7 @@
35
36
  },
36
37
  {
37
38
  "value": "scss",
38
- "label": "SASS(.scss) [ https://sass-lang.com ]"
39
- },
40
- {
41
- "value": "less",
42
- "label": "LESS [ https://lesscss.org ]"
39
+ "label": "SASS(.scss) [ https://sass-lang.com ]"
43
40
  }
44
41
  ]
45
42
  }