@nrwl/react 14.5.0-beta.4 → 14.5.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/CHANGELOG.md CHANGED
@@ -3,6 +3,6 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- # [14.5.0-beta.4](https://github.com/nrwl/nx/compare/14.4.2...14.5.0-beta.4) (2022-07-22)
6
+ # [14.5.0-beta.5](https://github.com/nrwl/nx/compare/14.4.2...14.5.0-beta.5) (2022-07-26)
7
7
 
8
8
  **Note:** Version bump only for package @nrwl/react
package/migrations.json CHANGED
@@ -555,6 +555,15 @@
555
555
  "alwaysAddToPackageJson": false
556
556
  }
557
557
  }
558
+ },
559
+ "14.5.0": {
560
+ "version": "14.5.0-beta.0",
561
+ "packages": {
562
+ "eslint-plugin-jsx-a11y": {
563
+ "version": "6.6.1",
564
+ "alwaysAddToPackageJson": false
565
+ }
566
+ }
558
567
  }
559
568
  }
560
569
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/react",
3
- "version": "14.5.0-beta.4",
3
+ "version": "14.5.0-beta.5",
4
4
  "description": "The React plugin 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.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -32,14 +32,14 @@
32
32
  "dependencies": {
33
33
  "@babel/core": "^7.15.0",
34
34
  "@babel/preset-react": "^7.14.5",
35
- "@nrwl/cypress": "14.5.0-beta.4",
36
- "@nrwl/devkit": "14.5.0-beta.4",
37
- "@nrwl/jest": "14.5.0-beta.4",
38
- "@nrwl/js": "14.5.0-beta.4",
39
- "@nrwl/linter": "14.5.0-beta.4",
40
- "@nrwl/storybook": "14.5.0-beta.4",
41
- "@nrwl/web": "14.5.0-beta.4",
42
- "@nrwl/workspace": "14.5.0-beta.4",
35
+ "@nrwl/cypress": "14.5.0-beta.5",
36
+ "@nrwl/devkit": "14.5.0-beta.5",
37
+ "@nrwl/jest": "14.5.0-beta.5",
38
+ "@nrwl/js": "14.5.0-beta.5",
39
+ "@nrwl/linter": "14.5.0-beta.5",
40
+ "@nrwl/storybook": "14.5.0-beta.5",
41
+ "@nrwl/web": "14.5.0-beta.5",
42
+ "@nrwl/workspace": "14.5.0-beta.5",
43
43
  "@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
44
44
  "@storybook/node-logger": "6.1.20",
45
45
  "@svgr/webpack": "^6.1.2",
@@ -54,5 +54,5 @@
54
54
  "webpack": "^5.58.1",
55
55
  "webpack-merge": "^5.8.0"
56
56
  },
57
- "gitHead": "1a900d4f2bed833d0a5b93324f9b07269c9447c7"
57
+ "gitHead": "3c2ad25cfd787e40f917646bebe40d460ddb74ff"
58
58
  }
@@ -19,7 +19,7 @@ export declare const reduxjsToolkitVersion = "1.8.3";
19
19
  export declare const reactReduxVersion = "8.0.2";
20
20
  export declare const reactTestRendererVersion = "18.2.0";
21
21
  export declare const eslintPluginImportVersion = "2.26.0";
22
- export declare const eslintPluginJsxA11yVersion = "6.6.0";
22
+ export declare const eslintPluginJsxA11yVersion = "6.6.1";
23
23
  export declare const eslintPluginReactVersion = "7.30.1";
24
24
  export declare const eslintPluginReactHooksVersion = "4.6.0";
25
25
  export declare const babelPluginStyledComponentsVersion = "1.10.7";
@@ -23,7 +23,7 @@ exports.reduxjsToolkitVersion = '1.8.3';
23
23
  exports.reactReduxVersion = '8.0.2';
24
24
  exports.reactTestRendererVersion = '18.2.0';
25
25
  exports.eslintPluginImportVersion = '2.26.0';
26
- exports.eslintPluginJsxA11yVersion = '6.6.0';
26
+ exports.eslintPluginJsxA11yVersion = '6.6.1';
27
27
  exports.eslintPluginReactVersion = '7.30.1';
28
28
  exports.eslintPluginReactHooksVersion = '4.6.0';
29
29
  exports.babelPluginStyledComponentsVersion = '1.10.7';