@nrwl/react 13.8.6 → 13.8.8-beta.1
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/LICENSE +22 -0
- package/migrations.json +61 -0
- package/package.json +9 -9
- package/src/utils/versions.d.ts +14 -14
- package/src/utils/versions.js +15 -15
- package/src/utils/versions.js.map +1 -1
package/LICENSE
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
(The MIT License)
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2017-2022 Narwhal Technologies Inc.
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
6
|
+
a copy of this software and associated documentation files (the
|
|
7
|
+
'Software'), to deal in the Software without restriction, including
|
|
8
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
9
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
10
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
11
|
+
the following conditions:
|
|
12
|
+
|
|
13
|
+
The above copyright notice and this permission notice shall be
|
|
14
|
+
included in all copies or substantial portions of the Software.
|
|
15
|
+
|
|
16
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
17
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
18
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
19
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
20
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
21
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
22
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
package/migrations.json
CHANGED
|
@@ -606,6 +606,67 @@
|
|
|
606
606
|
"alwaysAddToPackageJson": false
|
|
607
607
|
}
|
|
608
608
|
}
|
|
609
|
+
},
|
|
610
|
+
"13.8.8": {
|
|
611
|
+
"version": "13.8.8-beta.1",
|
|
612
|
+
"packages": {
|
|
613
|
+
"@types/react": {
|
|
614
|
+
"version": "17.0.40",
|
|
615
|
+
"alwaysAddToPackageJson": false
|
|
616
|
+
},
|
|
617
|
+
"@types/react-dom": {
|
|
618
|
+
"version": "17.0.13",
|
|
619
|
+
"alwaysAddToPackageJson": false
|
|
620
|
+
},
|
|
621
|
+
"@types/react-is": {
|
|
622
|
+
"version": "17.0.3",
|
|
623
|
+
"alwaysAddToPackageJson": false
|
|
624
|
+
},
|
|
625
|
+
"@types/styled-components": {
|
|
626
|
+
"version": "5.1.24",
|
|
627
|
+
"alwaysAddToPackageJson": false
|
|
628
|
+
},
|
|
629
|
+
"@emotion/styled": {
|
|
630
|
+
"version": "11.8.1",
|
|
631
|
+
"alwaysAddToPackageJson": false
|
|
632
|
+
},
|
|
633
|
+
"@emotion/react": {
|
|
634
|
+
"version": "11.8.2",
|
|
635
|
+
"alwaysAddToPackageJson": false
|
|
636
|
+
},
|
|
637
|
+
"@emotion/babel-plugin": {
|
|
638
|
+
"version": "11.7.2",
|
|
639
|
+
"alwaysAddToPackageJson": false
|
|
640
|
+
},
|
|
641
|
+
"styled-jsx": {
|
|
642
|
+
"version": "5.0.0",
|
|
643
|
+
"alwaysAddToPackageJson": false
|
|
644
|
+
},
|
|
645
|
+
"@types/react-router-dom": {
|
|
646
|
+
"version": "5.3.3",
|
|
647
|
+
"alwaysAddToPackageJson": false
|
|
648
|
+
},
|
|
649
|
+
"@testing-library/react": {
|
|
650
|
+
"version": "12.1.4",
|
|
651
|
+
"alwaysAddToPackageJson": false
|
|
652
|
+
},
|
|
653
|
+
"@reduxjs/toolkit": {
|
|
654
|
+
"version": "1.8.0",
|
|
655
|
+
"alwaysAddToPackageJson": false
|
|
656
|
+
},
|
|
657
|
+
"react-redux": {
|
|
658
|
+
"version": "7.2.6",
|
|
659
|
+
"alwaysAddToPackageJson": false
|
|
660
|
+
},
|
|
661
|
+
"eslint-plugin-import": {
|
|
662
|
+
"version": "2.25.4",
|
|
663
|
+
"alwaysAddToPackageJson": false
|
|
664
|
+
},
|
|
665
|
+
"eslint-plugin-react": {
|
|
666
|
+
"version": "7.29.3",
|
|
667
|
+
"alwaysAddToPackageJson": false
|
|
668
|
+
}
|
|
669
|
+
}
|
|
609
670
|
}
|
|
610
671
|
}
|
|
611
672
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nrwl/react",
|
|
3
|
-
"version": "13.8.
|
|
3
|
+
"version": "13.8.8-beta.1",
|
|
4
4
|
"description": "React Plugin for Nx",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -31,14 +31,14 @@
|
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@babel/core": "^7.15.0",
|
|
33
33
|
"@babel/preset-react": "^7.14.5",
|
|
34
|
-
"@nrwl/cypress": "13.8.
|
|
35
|
-
"@nrwl/devkit": "13.8.
|
|
36
|
-
"@nrwl/jest": "13.8.
|
|
37
|
-
"@nrwl/js": "13.8.
|
|
38
|
-
"@nrwl/linter": "13.8.
|
|
39
|
-
"@nrwl/storybook": "13.8.
|
|
40
|
-
"@nrwl/web": "13.8.
|
|
41
|
-
"@nrwl/workspace": "13.8.
|
|
34
|
+
"@nrwl/cypress": "13.8.8-beta.1",
|
|
35
|
+
"@nrwl/devkit": "13.8.8-beta.1",
|
|
36
|
+
"@nrwl/jest": "13.8.8-beta.1",
|
|
37
|
+
"@nrwl/js": "13.8.8-beta.1",
|
|
38
|
+
"@nrwl/linter": "13.8.8-beta.1",
|
|
39
|
+
"@nrwl/storybook": "13.8.8-beta.1",
|
|
40
|
+
"@nrwl/web": "13.8.8-beta.1",
|
|
41
|
+
"@nrwl/workspace": "13.8.8-beta.1",
|
|
42
42
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.1",
|
|
43
43
|
"@svgr/webpack": "^6.1.2",
|
|
44
44
|
"chalk": "4.1.0",
|
package/src/utils/versions.d.ts
CHANGED
|
@@ -2,24 +2,24 @@ export declare const nxVersion = "*";
|
|
|
2
2
|
export declare const reactVersion = "17.0.2";
|
|
3
3
|
export declare const reactDomVersion = "17.0.2";
|
|
4
4
|
export declare const reactIsVersion = "17.0.2";
|
|
5
|
-
export declare const typesReactVersion = "17.0.
|
|
6
|
-
export declare const typesReactDomVersion = "17.0.
|
|
7
|
-
export declare const typesReactIsVersion = "17.0.
|
|
5
|
+
export declare const typesReactVersion = "17.0.40";
|
|
6
|
+
export declare const typesReactDomVersion = "17.0.13";
|
|
7
|
+
export declare const typesReactIsVersion = "17.0.3";
|
|
8
8
|
export declare const styledComponentsVersion = "5.3.3";
|
|
9
|
-
export declare const typesStyledComponentsVersion = "5.1.
|
|
10
|
-
export declare const emotionStyledVersion = "11.
|
|
11
|
-
export declare const emotionReactVersion = "11.
|
|
12
|
-
export declare const emotionBabelPlugin = "11.
|
|
13
|
-
export declare const styledJsxVersion = "
|
|
9
|
+
export declare const typesStyledComponentsVersion = "5.1.24";
|
|
10
|
+
export declare const emotionStyledVersion = "11.8.1";
|
|
11
|
+
export declare const emotionReactVersion = "11.8.2";
|
|
12
|
+
export declare const emotionBabelPlugin = "11.7.2";
|
|
13
|
+
export declare const styledJsxVersion = "5.0.0";
|
|
14
14
|
export declare const reactRouterDomVersion = "5.3.0";
|
|
15
|
-
export declare const typesReactRouterDomVersion = "5.3.
|
|
16
|
-
export declare const testingLibraryReactVersion = "12.1.
|
|
15
|
+
export declare const typesReactRouterDomVersion = "5.3.3";
|
|
16
|
+
export declare const testingLibraryReactVersion = "12.1.4";
|
|
17
17
|
export declare const testingLibraryReactHooksVersion = "7.0.2";
|
|
18
|
-
export declare const reduxjsToolkitVersion = "1.
|
|
19
|
-
export declare const reactReduxVersion = "7.2.
|
|
18
|
+
export declare const reduxjsToolkitVersion = "1.8.0";
|
|
19
|
+
export declare const reactReduxVersion = "7.2.6";
|
|
20
20
|
export declare const reactTestRendererVersion = "17.0.2";
|
|
21
|
-
export declare const eslintPluginImportVersion = "2.25.
|
|
21
|
+
export declare const eslintPluginImportVersion = "2.25.4";
|
|
22
22
|
export declare const eslintPluginJsxA11yVersion = "6.5.1";
|
|
23
|
-
export declare const eslintPluginReactVersion = "7.
|
|
23
|
+
export declare const eslintPluginReactVersion = "7.29.3";
|
|
24
24
|
export declare const eslintPluginReactHooksVersion = "4.3.0";
|
|
25
25
|
export declare const babelPluginStyledComponentsVersion = "1.10.7";
|
package/src/utils/versions.js
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
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.8.
|
|
4
|
+
exports.nxVersion = '13.8.8-beta.1';
|
|
5
5
|
exports.reactVersion = '17.0.2';
|
|
6
6
|
exports.reactDomVersion = '17.0.2';
|
|
7
7
|
exports.reactIsVersion = '17.0.2';
|
|
8
|
-
exports.typesReactVersion = '17.0.
|
|
9
|
-
exports.typesReactDomVersion = '17.0.
|
|
10
|
-
exports.typesReactIsVersion = '17.0.
|
|
8
|
+
exports.typesReactVersion = '17.0.40';
|
|
9
|
+
exports.typesReactDomVersion = '17.0.13';
|
|
10
|
+
exports.typesReactIsVersion = '17.0.3';
|
|
11
11
|
exports.styledComponentsVersion = '5.3.3';
|
|
12
|
-
exports.typesStyledComponentsVersion = '5.1.
|
|
13
|
-
exports.emotionStyledVersion = '11.
|
|
14
|
-
exports.emotionReactVersion = '11.
|
|
15
|
-
exports.emotionBabelPlugin = '11.
|
|
16
|
-
exports.styledJsxVersion = '
|
|
12
|
+
exports.typesStyledComponentsVersion = '5.1.24';
|
|
13
|
+
exports.emotionStyledVersion = '11.8.1';
|
|
14
|
+
exports.emotionReactVersion = '11.8.2';
|
|
15
|
+
exports.emotionBabelPlugin = '11.7.2';
|
|
16
|
+
exports.styledJsxVersion = '5.0.0';
|
|
17
17
|
exports.reactRouterDomVersion = '5.3.0';
|
|
18
|
-
exports.typesReactRouterDomVersion = '5.3.
|
|
19
|
-
exports.testingLibraryReactVersion = '12.1.
|
|
18
|
+
exports.typesReactRouterDomVersion = '5.3.3';
|
|
19
|
+
exports.testingLibraryReactVersion = '12.1.4';
|
|
20
20
|
exports.testingLibraryReactHooksVersion = '7.0.2';
|
|
21
|
-
exports.reduxjsToolkitVersion = '1.
|
|
22
|
-
exports.reactReduxVersion = '7.2.
|
|
21
|
+
exports.reduxjsToolkitVersion = '1.8.0';
|
|
22
|
+
exports.reactReduxVersion = '7.2.6';
|
|
23
23
|
exports.reactTestRendererVersion = '17.0.2';
|
|
24
|
-
exports.eslintPluginImportVersion = '2.25.
|
|
24
|
+
exports.eslintPluginImportVersion = '2.25.4';
|
|
25
25
|
exports.eslintPluginJsxA11yVersion = '6.5.1';
|
|
26
|
-
exports.eslintPluginReactVersion = '7.
|
|
26
|
+
exports.eslintPluginReactVersion = '7.29.3';
|
|
27
27
|
exports.eslintPluginReactHooksVersion = '4.3.0';
|
|
28
28
|
exports.babelPluginStyledComponentsVersion = '1.10.7';
|
|
29
29
|
//# sourceMappingURL=versions.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"versions.js","sourceRoot":"","sources":["../../../../../packages/react/src/utils/versions.ts"],"names":[],"mappings":";;;AAAa,QAAA,SAAS,GAAG,GAAG,CAAC;AAEhB,QAAA,YAAY,GAAG,QAAQ,CAAC;AACxB,QAAA,eAAe,GAAG,QAAQ,CAAC;AAC3B,QAAA,cAAc,GAAG,QAAQ,CAAC;AAC1B,QAAA,iBAAiB,GAAG,SAAS,CAAC;AAC9B,QAAA,oBAAoB,GAAG,
|
|
1
|
+
{"version":3,"file":"versions.js","sourceRoot":"","sources":["../../../../../packages/react/src/utils/versions.ts"],"names":[],"mappings":";;;AAAa,QAAA,SAAS,GAAG,GAAG,CAAC;AAEhB,QAAA,YAAY,GAAG,QAAQ,CAAC;AACxB,QAAA,eAAe,GAAG,QAAQ,CAAC;AAC3B,QAAA,cAAc,GAAG,QAAQ,CAAC;AAC1B,QAAA,iBAAiB,GAAG,SAAS,CAAC;AAC9B,QAAA,oBAAoB,GAAG,SAAS,CAAC;AACjC,QAAA,mBAAmB,GAAG,QAAQ,CAAC;AAE/B,QAAA,uBAAuB,GAAG,OAAO,CAAC;AAClC,QAAA,4BAA4B,GAAG,QAAQ,CAAC;AAExC,QAAA,oBAAoB,GAAG,QAAQ,CAAC;AAChC,QAAA,mBAAmB,GAAG,QAAQ,CAAC;AAC/B,QAAA,kBAAkB,GAAG,QAAQ,CAAC;AAE9B,QAAA,gBAAgB,GAAG,OAAO,CAAC;AAE3B,QAAA,qBAAqB,GAAG,OAAO,CAAC;AAChC,QAAA,0BAA0B,GAAG,OAAO,CAAC;AAErC,QAAA,0BAA0B,GAAG,QAAQ,CAAC;AACtC,QAAA,+BAA+B,GAAG,OAAO,CAAC;AAE1C,QAAA,qBAAqB,GAAG,OAAO,CAAC;AAChC,QAAA,iBAAiB,GAAG,OAAO,CAAC;AAC5B,QAAA,wBAAwB,GAAG,QAAQ,CAAC;AAEpC,QAAA,yBAAyB,GAAG,QAAQ,CAAC;AACrC,QAAA,0BAA0B,GAAG,OAAO,CAAC;AACrC,QAAA,wBAAwB,GAAG,QAAQ,CAAC;AACpC,QAAA,6BAA6B,GAAG,OAAO,CAAC;AAExC,QAAA,kCAAkC,GAAG,QAAQ,CAAC"}
|