@nx/react 16.4.0-beta.3 → 16.4.0-beta.5

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/migrations.json CHANGED
@@ -890,6 +890,15 @@
890
890
  "alwaysAddToPackageJson": false
891
891
  }
892
892
  }
893
+ },
894
+ "16.4.0-beta.4": {
895
+ "version": "16.4.0-beta.4",
896
+ "packages": {
897
+ "stylus": {
898
+ "version": "^0.59.0",
899
+ "alwaysAddToPackageJson": false
900
+ }
901
+ }
893
902
  }
894
903
  }
895
904
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/react",
3
- "version": "16.4.0-beta.3",
3
+ "version": "16.4.0-beta.5",
4
4
  "private": false,
5
5
  "description": "The React plugin for Nx contains executors and generators for managing React applications and libraries within an Nx workspace. It provides:\n\n\n- Integration with libraries such as Jest, Cypress, and Storybook.\n\n- Generators for applications, libraries, components, hooks, and more.\n\n- Library build support for publishing packages to npm or other registries.\n\n- Utilities for automatic workspace refactoring.",
6
6
  "repository": {
@@ -31,11 +31,11 @@
31
31
  "migrations": "./migrations.json"
32
32
  },
33
33
  "dependencies": {
34
- "@nrwl/react": "16.4.0-beta.3",
35
- "@nx/devkit": "16.4.0-beta.3",
36
- "@nx/js": "16.4.0-beta.3",
37
- "@nx/linter": "16.4.0-beta.3",
38
- "@nx/web": "16.4.0-beta.3",
34
+ "@nrwl/react": "16.4.0-beta.5",
35
+ "@nx/devkit": "16.4.0-beta.5",
36
+ "@nx/js": "16.4.0-beta.5",
37
+ "@nx/linter": "16.4.0-beta.5",
38
+ "@nx/web": "16.4.0-beta.5",
39
39
  "@phenomnomnominal/tsquery": "~5.0.1",
40
40
  "@svgr/webpack": "^8.0.1",
41
41
  "chalk": "^4.1.0",
@@ -46,5 +46,5 @@
46
46
  "access": "public"
47
47
  },
48
48
  "types": "./index.d.ts",
49
- "gitHead": "d7f500985ba56117bf17c133bf70d22e42a7af27"
49
+ "gitHead": "94aa566dda725adbc54b4ba31b558377f273e41b"
50
50
  }
@@ -38,7 +38,7 @@ export declare const typesCorsVersion = "~2.8.12";
38
38
  export declare const moduleFederationNodeVersion = "~0.9.9";
39
39
  export declare const lessVersion = "3.12.2";
40
40
  export declare const sassVersion = "^1.55.0";
41
- export declare const stylusVersion = "^0.55.0";
41
+ export declare const stylusVersion = "^0.59.0";
42
42
  export declare const rollupPluginUrlVersion = "^7.0.0";
43
43
  export declare const svgrRollupVersion = "^8.0.1";
44
44
  export declare const swcPluginStyledJsxVersion = "^1.5.67";
@@ -45,7 +45,7 @@ exports.moduleFederationNodeVersion = '~0.9.9';
45
45
  // style preprocessors
46
46
  exports.lessVersion = '3.12.2';
47
47
  exports.sassVersion = '^1.55.0';
48
- exports.stylusVersion = '^0.55.0';
48
+ exports.stylusVersion = '^0.59.0';
49
49
  // rollup plugins (if needed)
50
50
  exports.rollupPluginUrlVersion = '^7.0.0';
51
51
  exports.svgrRollupVersion = '^8.0.1';