@nx/react 16.3.0-beta.8 → 16.3.0-beta.9

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
@@ -884,6 +884,10 @@
884
884
  "react-router-dom": {
885
885
  "version": "6.11.2",
886
886
  "alwaysAddToPackageJson": false
887
+ },
888
+ "@svgr/rollup": {
889
+ "version": "^8.0.1",
890
+ "alwaysAddToPackageJson": false
887
891
  }
888
892
  }
889
893
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/react",
3
- "version": "16.3.0-beta.8",
3
+ "version": "16.3.0-beta.9",
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,13 +31,13 @@
31
31
  "migrations": "./migrations.json"
32
32
  },
33
33
  "dependencies": {
34
- "@nrwl/react": "16.3.0-beta.8",
35
- "@nx/devkit": "16.3.0-beta.8",
36
- "@nx/js": "16.3.0-beta.8",
37
- "@nx/linter": "16.3.0-beta.8",
38
- "@nx/web": "16.3.0-beta.8",
34
+ "@nrwl/react": "16.3.0-beta.9",
35
+ "@nx/devkit": "16.3.0-beta.9",
36
+ "@nx/js": "16.3.0-beta.9",
37
+ "@nx/linter": "16.3.0-beta.9",
38
+ "@nx/web": "16.3.0-beta.9",
39
39
  "@phenomnomnominal/tsquery": "~5.0.1",
40
- "@svgr/webpack": "^6.1.2",
40
+ "@svgr/webpack": "^8.0.1",
41
41
  "chalk": "^4.1.0",
42
42
  "file-loader": "^6.2.0",
43
43
  "minimatch": "3.0.5"
@@ -46,5 +46,5 @@
46
46
  "access": "public"
47
47
  },
48
48
  "types": "./index.d.ts",
49
- "gitHead": "1b21c824ec666988e43c996307f381fbf53e9154"
49
+ "gitHead": "6f61d9bc9d813cf68671239a39bcda0eaa18712d"
50
50
  }
@@ -40,4 +40,4 @@ export declare const lessVersion = "3.12.2";
40
40
  export declare const sassVersion = "^1.55.0";
41
41
  export declare const stylusVersion = "^0.55.0";
42
42
  export declare const rollupPluginUrlVersion = "^7.0.0";
43
- export declare const svgrRollupVersion = "^6.1.2";
43
+ export declare const svgrRollupVersion = "^8.0.1";
@@ -48,5 +48,5 @@ exports.sassVersion = '^1.55.0';
48
48
  exports.stylusVersion = '^0.55.0';
49
49
  // rollup plugins (if needed)
50
50
  exports.rollupPluginUrlVersion = '^7.0.0';
51
- exports.svgrRollupVersion = '^6.1.2';
51
+ exports.svgrRollupVersion = '^8.0.1';
52
52
  //# sourceMappingURL=versions.js.map