@nrwl/react 13.4.3-beta.1 → 13.4.4-beta.3

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": "@nrwl/react",
3
- "version": "13.4.3-beta.1",
3
+ "version": "13.4.4-beta.3",
4
4
  "description": "React Plugin for Nx",
5
5
  "repository": {
6
6
  "type": "git",
@@ -31,20 +31,20 @@
31
31
  "dependencies": {
32
32
  "@babel/core": "^7.15.0",
33
33
  "@babel/preset-react": "^7.14.5",
34
- "@nrwl/cypress": "13.4.3-beta.1",
35
- "@nrwl/devkit": "13.4.3-beta.1",
36
- "@nrwl/jest": "13.4.3-beta.1",
37
- "@nrwl/js": "13.4.3-beta.1",
38
- "@nrwl/linter": "13.4.3-beta.1",
39
- "@nrwl/storybook": "13.4.3-beta.1",
40
- "@nrwl/web": "13.4.3-beta.1",
41
- "@nrwl/workspace": "13.4.3-beta.1",
34
+ "@nrwl/cypress": "13.4.4-beta.3",
35
+ "@nrwl/devkit": "13.4.4-beta.3",
36
+ "@nrwl/jest": "13.4.4-beta.3",
37
+ "@nrwl/js": "13.4.4-beta.3",
38
+ "@nrwl/linter": "13.4.4-beta.3",
39
+ "@nrwl/storybook": "13.4.4-beta.3",
40
+ "@nrwl/web": "13.4.4-beta.3",
41
+ "@nrwl/workspace": "13.4.4-beta.3",
42
42
  "@pmmmwh/react-refresh-webpack-plugin": "^0.5.1",
43
43
  "@svgr/webpack": "^6.1.2",
44
44
  "chalk": "4.1.0",
45
45
  "eslint-plugin-import": "^2.25.2",
46
- "eslint-plugin-jsx-a11y": "^6.4.1",
47
- "eslint-plugin-react": "^7.23.1",
46
+ "eslint-plugin-jsx-a11y": "^6.5.1",
47
+ "eslint-plugin-react": "^7.27.0",
48
48
  "eslint-plugin-react-hooks": "^4.2.0",
49
49
  "react-refresh": "^0.10.0",
50
50
  "url-loader": "^4.1.1",
@@ -19,7 +19,7 @@ export declare const reduxjsToolkitVersion = "1.6.2";
19
19
  export declare const reactReduxVersion = "7.2.5";
20
20
  export declare const reactTestRendererVersion = "17.0.2";
21
21
  export declare const eslintPluginImportVersion = "2.25.2";
22
- export declare const eslintPluginJsxA11yVersion = "6.4.1";
23
- export declare const eslintPluginReactVersion = "7.26.1";
22
+ export declare const eslintPluginJsxA11yVersion = "6.5.1";
23
+ export declare const eslintPluginReactVersion = "7.27.0";
24
24
  export declare const eslintPluginReactHooksVersion = "4.2.0";
25
25
  export declare const babelPluginStyledComponentsVersion = "1.10.7";
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.babelPluginStyledComponentsVersion = exports.eslintPluginReactHooksVersion = exports.eslintPluginReactVersion = exports.eslintPluginJsxA11yVersion = exports.eslintPluginImportVersion = exports.reactTestRendererVersion = exports.reactReduxVersion = exports.reduxjsToolkitVersion = exports.testingLibraryReactHooksVersion = exports.testingLibraryReactVersion = exports.typesReactRouterDomVersion = exports.reactRouterDomVersion = exports.styledJsxVersion = exports.emotionBabelPlugin = exports.emotionReactVersion = exports.emotionStyledVersion = exports.typesStyledComponentsVersion = exports.styledComponentsVersion = exports.typesReactIsVersion = exports.typesReactDomVersion = exports.typesReactVersion = exports.reactIsVersion = exports.reactDomVersion = exports.reactVersion = exports.nxVersion = void 0;
4
- exports.nxVersion = '13.4.3-beta.1';
4
+ exports.nxVersion = '13.4.4-beta.3';
5
5
  exports.reactVersion = '17.0.2';
6
6
  exports.reactDomVersion = '17.0.2';
7
7
  exports.reactIsVersion = '17.0.2';
@@ -22,8 +22,8 @@ exports.reduxjsToolkitVersion = '1.6.2';
22
22
  exports.reactReduxVersion = '7.2.5';
23
23
  exports.reactTestRendererVersion = '17.0.2';
24
24
  exports.eslintPluginImportVersion = '2.25.2';
25
- exports.eslintPluginJsxA11yVersion = '6.4.1';
26
- exports.eslintPluginReactVersion = '7.26.1';
25
+ exports.eslintPluginJsxA11yVersion = '6.5.1';
26
+ exports.eslintPluginReactVersion = '7.27.0';
27
27
  exports.eslintPluginReactHooksVersion = '4.2.0';
28
28
  exports.babelPluginStyledComponentsVersion = '1.10.7';
29
29
  //# sourceMappingURL=versions.js.map
package/jest.config.js DELETED
@@ -1,10 +0,0 @@
1
- module.exports = {
2
- preset: '../../jest.preset.js',
3
- transform: {
4
- '^.+\\.[tj]sx?$': 'ts-jest',
5
- },
6
- moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'html'],
7
- globals: { 'ts-jest': { tsconfig: '<rootDir>/tsconfig.spec.json' } },
8
- displayName: 'react',
9
- testEnvironment: 'node',
10
- };