@nrwl/react 15.8.0-beta.7 → 15.8.0-beta.8
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 +73 -0
- package/package.json +6 -6
- package/src/utils/versions.d.ts +16 -16
- package/src/utils/versions.js +16 -16
- package/src/utils/versions.js.map +1 -1
package/migrations.json
CHANGED
|
@@ -786,6 +786,79 @@
|
|
|
786
786
|
"alwaysAddToPackageJson": false
|
|
787
787
|
}
|
|
788
788
|
}
|
|
789
|
+
},
|
|
790
|
+
"5.8.0": {
|
|
791
|
+
"version": "5.8.0-beta.0",
|
|
792
|
+
"packages": {
|
|
793
|
+
"@types/react": {
|
|
794
|
+
"version": "18.0.28",
|
|
795
|
+
"alwaysAddToPackageJson": false
|
|
796
|
+
},
|
|
797
|
+
"@types/react-dom": {
|
|
798
|
+
"version": "18.0.11",
|
|
799
|
+
"alwaysAddToPackageJson": false
|
|
800
|
+
},
|
|
801
|
+
"@types/node": {
|
|
802
|
+
"version": "18.14.2",
|
|
803
|
+
"alwaysAddToPackageJson": false
|
|
804
|
+
},
|
|
805
|
+
"@emotion/styled": {
|
|
806
|
+
"version": "11.10.6",
|
|
807
|
+
"alwaysAddToPackageJson": false
|
|
808
|
+
},
|
|
809
|
+
"@emotion/react": {
|
|
810
|
+
"version": "11.10.6",
|
|
811
|
+
"alwaysAddToPackageJson": false
|
|
812
|
+
},
|
|
813
|
+
"@emotion/babel-plugin": {
|
|
814
|
+
"version": "11.10.6",
|
|
815
|
+
"alwaysAddToPackageJson": false
|
|
816
|
+
},
|
|
817
|
+
"styled-jsx": {
|
|
818
|
+
"version": "5.1.2",
|
|
819
|
+
"alwaysAddToPackageJson": false
|
|
820
|
+
},
|
|
821
|
+
"react-router-dom": {
|
|
822
|
+
"version": "6.8.1",
|
|
823
|
+
"alwaysAddToPackageJson": false
|
|
824
|
+
},
|
|
825
|
+
"@testing-library/react": {
|
|
826
|
+
"version": "14.0.0",
|
|
827
|
+
"alwaysAddToPackageJson": false
|
|
828
|
+
},
|
|
829
|
+
"@reduxjs/toolkit": {
|
|
830
|
+
"version": "1.9.3",
|
|
831
|
+
"alwaysAddToPackageJson": false
|
|
832
|
+
},
|
|
833
|
+
"eslint-plugin-import": {
|
|
834
|
+
"version": "2.27.5",
|
|
835
|
+
"alwaysAddToPackageJson": false
|
|
836
|
+
},
|
|
837
|
+
"eslint-plugin-jsx-a11y": {
|
|
838
|
+
"version": "6.7.1",
|
|
839
|
+
"alwaysAddToPackageJson": false
|
|
840
|
+
},
|
|
841
|
+
"eslint-plugin-react": {
|
|
842
|
+
"version": "7.32.2",
|
|
843
|
+
"alwaysAddToPackageJson": false
|
|
844
|
+
},
|
|
845
|
+
"postcss": {
|
|
846
|
+
"version": "8.4.21",
|
|
847
|
+
"alwaysAddToPackageJson": false
|
|
848
|
+
},
|
|
849
|
+
"tailwindcss": {
|
|
850
|
+
"version": "3.2.7",
|
|
851
|
+
"alwaysAddToPackageJson": false
|
|
852
|
+
},
|
|
853
|
+
"@types/express": {
|
|
854
|
+
"version": "4.17.17",
|
|
855
|
+
"alwaysAddToPackageJson": false
|
|
856
|
+
},
|
|
857
|
+
"less": {
|
|
858
|
+
"version": "4.1.3",
|
|
859
|
+
"alwaysAddToPackageJson": false
|
|
860
|
+
}
|
|
861
|
+
}
|
|
789
862
|
}
|
|
790
863
|
}
|
|
791
864
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nrwl/react",
|
|
3
|
-
"version": "15.8.0-beta.
|
|
3
|
+
"version": "15.8.0-beta.8",
|
|
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,10 +31,10 @@
|
|
|
31
31
|
"migrations": "./migrations.json"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@nrwl/devkit": "15.8.0-beta.
|
|
35
|
-
"@nrwl/js": "15.8.0-beta.
|
|
36
|
-
"@nrwl/linter": "15.8.0-beta.
|
|
37
|
-
"@nrwl/workspace": "15.8.0-beta.
|
|
34
|
+
"@nrwl/devkit": "15.8.0-beta.8",
|
|
35
|
+
"@nrwl/js": "15.8.0-beta.8",
|
|
36
|
+
"@nrwl/linter": "15.8.0-beta.8",
|
|
37
|
+
"@nrwl/workspace": "15.8.0-beta.8",
|
|
38
38
|
"@phenomnomnominal/tsquery": "4.1.1",
|
|
39
39
|
"chalk": "^4.1.0",
|
|
40
40
|
"minimatch": "3.0.5"
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"access": "public"
|
|
44
44
|
},
|
|
45
45
|
"types": "./index.d.ts",
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "521a404cb1c4481d8bdb9332316622e76410ed6d"
|
|
47
47
|
}
|
package/src/utils/versions.d.ts
CHANGED
|
@@ -4,34 +4,34 @@ export declare const reactDomVersion = "18.2.0";
|
|
|
4
4
|
export declare const reactIsVersion = "18.2.0";
|
|
5
5
|
export declare const swcLoaderVersion = "0.1.15";
|
|
6
6
|
export declare const swcCoreVersion = "^1.2.173";
|
|
7
|
-
export declare const typesReactVersion = "18.0.
|
|
8
|
-
export declare const typesReactDomVersion = "18.0.
|
|
7
|
+
export declare const typesReactVersion = "18.0.28";
|
|
8
|
+
export declare const typesReactDomVersion = "18.0.11";
|
|
9
9
|
export declare const typesReactIsVersion = "17.0.3";
|
|
10
|
-
export declare const typesNodeVersion = "18.
|
|
10
|
+
export declare const typesNodeVersion = "18.14.2";
|
|
11
11
|
export declare const babelPresetReactVersion = "^7.14.5";
|
|
12
12
|
export declare const styledComponentsVersion = "5.3.6";
|
|
13
13
|
export declare const typesStyledComponentsVersion = "5.1.26";
|
|
14
|
-
export declare const emotionStyledVersion = "11.10.
|
|
15
|
-
export declare const emotionReactVersion = "11.10.
|
|
16
|
-
export declare const emotionBabelPlugin = "11.10.
|
|
17
|
-
export declare const styledJsxVersion = "5.1.
|
|
18
|
-
export declare const reactRouterDomVersion = "6.
|
|
14
|
+
export declare const emotionStyledVersion = "11.10.6";
|
|
15
|
+
export declare const emotionReactVersion = "11.10.6";
|
|
16
|
+
export declare const emotionBabelPlugin = "11.10.6";
|
|
17
|
+
export declare const styledJsxVersion = "5.1.2";
|
|
18
|
+
export declare const reactRouterDomVersion = "6.8.1";
|
|
19
19
|
export declare const typesReactRouterDomVersion = "5.3.3";
|
|
20
|
-
export declare const testingLibraryReactVersion = "
|
|
21
|
-
export declare const reduxjsToolkitVersion = "1.9.
|
|
20
|
+
export declare const testingLibraryReactVersion = "14.0.0";
|
|
21
|
+
export declare const reduxjsToolkitVersion = "1.9.3";
|
|
22
22
|
export declare const reactReduxVersion = "8.0.5";
|
|
23
23
|
export declare const reactTestRendererVersion = "18.2.0";
|
|
24
|
-
export declare const eslintPluginImportVersion = "2.
|
|
25
|
-
export declare const eslintPluginJsxA11yVersion = "6.
|
|
26
|
-
export declare const eslintPluginReactVersion = "7.
|
|
24
|
+
export declare const eslintPluginImportVersion = "2.27.5";
|
|
25
|
+
export declare const eslintPluginJsxA11yVersion = "6.7.1";
|
|
26
|
+
export declare const eslintPluginReactVersion = "7.32.2";
|
|
27
27
|
export declare const eslintPluginReactHooksVersion = "4.6.0";
|
|
28
28
|
export declare const babelPluginStyledComponentsVersion = "1.10.7";
|
|
29
29
|
export declare const tsLibVersion = "^2.3.0";
|
|
30
|
-
export declare const postcssVersion = "8.4.
|
|
31
|
-
export declare const tailwindcssVersion = "3.2.
|
|
30
|
+
export declare const postcssVersion = "8.4.21";
|
|
31
|
+
export declare const tailwindcssVersion = "3.2.7";
|
|
32
32
|
export declare const autoprefixerVersion = "10.4.13";
|
|
33
33
|
export declare const expressVersion = "~4.18.2";
|
|
34
|
-
export declare const typesExpressVersion = "4.17.
|
|
34
|
+
export declare const typesExpressVersion = "4.17.17";
|
|
35
35
|
export declare const isbotVersion = "^3.6.5";
|
|
36
36
|
export declare const corsVersion = "~2.8.5";
|
|
37
37
|
export declare const typesCorsVersion = "~2.8.12";
|
package/src/utils/versions.js
CHANGED
|
@@ -7,36 +7,36 @@ exports.reactDomVersion = '18.2.0';
|
|
|
7
7
|
exports.reactIsVersion = '18.2.0';
|
|
8
8
|
exports.swcLoaderVersion = '0.1.15';
|
|
9
9
|
exports.swcCoreVersion = '^1.2.173';
|
|
10
|
-
exports.typesReactVersion = '18.0.
|
|
11
|
-
exports.typesReactDomVersion = '18.0.
|
|
10
|
+
exports.typesReactVersion = '18.0.28';
|
|
11
|
+
exports.typesReactDomVersion = '18.0.11';
|
|
12
12
|
exports.typesReactIsVersion = '17.0.3';
|
|
13
|
-
exports.typesNodeVersion = '18.
|
|
13
|
+
exports.typesNodeVersion = '18.14.2';
|
|
14
14
|
exports.babelPresetReactVersion = '^7.14.5';
|
|
15
15
|
exports.styledComponentsVersion = '5.3.6';
|
|
16
16
|
exports.typesStyledComponentsVersion = '5.1.26';
|
|
17
|
-
exports.emotionStyledVersion = '11.10.
|
|
18
|
-
exports.emotionReactVersion = '11.10.
|
|
19
|
-
exports.emotionBabelPlugin = '11.10.
|
|
17
|
+
exports.emotionStyledVersion = '11.10.6';
|
|
18
|
+
exports.emotionReactVersion = '11.10.6';
|
|
19
|
+
exports.emotionBabelPlugin = '11.10.6';
|
|
20
20
|
// WARNING: This needs to be in sync with Next.js' dependency or else there might be issues.
|
|
21
|
-
exports.styledJsxVersion = '5.1.
|
|
22
|
-
exports.reactRouterDomVersion = '6.
|
|
21
|
+
exports.styledJsxVersion = '5.1.2';
|
|
22
|
+
exports.reactRouterDomVersion = '6.8.1';
|
|
23
23
|
exports.typesReactRouterDomVersion = '5.3.3';
|
|
24
|
-
exports.testingLibraryReactVersion = '
|
|
25
|
-
exports.reduxjsToolkitVersion = '1.9.
|
|
24
|
+
exports.testingLibraryReactVersion = '14.0.0';
|
|
25
|
+
exports.reduxjsToolkitVersion = '1.9.3';
|
|
26
26
|
exports.reactReduxVersion = '8.0.5';
|
|
27
27
|
exports.reactTestRendererVersion = '18.2.0';
|
|
28
|
-
exports.eslintPluginImportVersion = '2.
|
|
29
|
-
exports.eslintPluginJsxA11yVersion = '6.
|
|
30
|
-
exports.eslintPluginReactVersion = '7.
|
|
28
|
+
exports.eslintPluginImportVersion = '2.27.5';
|
|
29
|
+
exports.eslintPluginJsxA11yVersion = '6.7.1';
|
|
30
|
+
exports.eslintPluginReactVersion = '7.32.2';
|
|
31
31
|
exports.eslintPluginReactHooksVersion = '4.6.0';
|
|
32
32
|
exports.babelPluginStyledComponentsVersion = '1.10.7';
|
|
33
33
|
exports.tsLibVersion = '^2.3.0';
|
|
34
|
-
exports.postcssVersion = '8.4.
|
|
35
|
-
exports.tailwindcssVersion = '3.2.
|
|
34
|
+
exports.postcssVersion = '8.4.21';
|
|
35
|
+
exports.tailwindcssVersion = '3.2.7';
|
|
36
36
|
exports.autoprefixerVersion = '10.4.13';
|
|
37
37
|
// SSR and Module Federation
|
|
38
38
|
exports.expressVersion = '~4.18.2';
|
|
39
|
-
exports.typesExpressVersion = '4.17.
|
|
39
|
+
exports.typesExpressVersion = '4.17.17';
|
|
40
40
|
exports.isbotVersion = '^3.6.5';
|
|
41
41
|
exports.corsVersion = '~2.8.5';
|
|
42
42
|
exports.typesCorsVersion = '~2.8.12';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"versions.js","sourceRoot":"","sources":["../../../../../packages/react/src/utils/versions.ts"],"names":[],"mappings":";;;AAAa,QAAA,SAAS,GAAG,OAAO,CAAC,oBAAoB,CAAC,CAAC,OAAO,CAAC;AAElD,QAAA,YAAY,GAAG,QAAQ,CAAC;AACxB,QAAA,eAAe,GAAG,QAAQ,CAAC;AAC3B,QAAA,cAAc,GAAG,QAAQ,CAAC;AAC1B,QAAA,gBAAgB,GAAG,QAAQ,CAAC;AAC5B,QAAA,cAAc,GAAG,UAAU,CAAC;AAC5B,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,OAAO,CAAC,oBAAoB,CAAC,CAAC,OAAO,CAAC;AAElD,QAAA,YAAY,GAAG,QAAQ,CAAC;AACxB,QAAA,eAAe,GAAG,QAAQ,CAAC;AAC3B,QAAA,cAAc,GAAG,QAAQ,CAAC;AAC1B,QAAA,gBAAgB,GAAG,QAAQ,CAAC;AAC5B,QAAA,cAAc,GAAG,UAAU,CAAC;AAC5B,QAAA,iBAAiB,GAAG,SAAS,CAAC;AAC9B,QAAA,oBAAoB,GAAG,SAAS,CAAC;AACjC,QAAA,mBAAmB,GAAG,QAAQ,CAAC;AAE/B,QAAA,gBAAgB,GAAG,SAAS,CAAC;AAE7B,QAAA,uBAAuB,GAAG,SAAS,CAAC;AAEpC,QAAA,uBAAuB,GAAG,OAAO,CAAC;AAClC,QAAA,4BAA4B,GAAG,QAAQ,CAAC;AAExC,QAAA,oBAAoB,GAAG,SAAS,CAAC;AACjC,QAAA,mBAAmB,GAAG,SAAS,CAAC;AAChC,QAAA,kBAAkB,GAAG,SAAS,CAAC;AAE5C,4FAA4F;AAC/E,QAAA,gBAAgB,GAAG,OAAO,CAAC;AAE3B,QAAA,qBAAqB,GAAG,OAAO,CAAC;AAChC,QAAA,0BAA0B,GAAG,OAAO,CAAC;AAErC,QAAA,0BAA0B,GAAG,QAAQ,CAAC;AAEtC,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;AAE9C,QAAA,YAAY,GAAG,QAAQ,CAAC;AAExB,QAAA,cAAc,GAAG,QAAQ,CAAC;AAC1B,QAAA,kBAAkB,GAAG,OAAO,CAAC;AAC7B,QAAA,mBAAmB,GAAG,SAAS,CAAC;AAE7C,4BAA4B;AACf,QAAA,cAAc,GAAG,SAAS,CAAC;AAC3B,QAAA,mBAAmB,GAAG,SAAS,CAAC;AAChC,QAAA,YAAY,GAAG,QAAQ,CAAC;AACxB,QAAA,WAAW,GAAG,QAAQ,CAAC;AACvB,QAAA,gBAAgB,GAAG,SAAS,CAAC;AAC7B,QAAA,2BAA2B,GAAG,QAAQ,CAAC;AAEpD,sBAAsB;AACT,QAAA,WAAW,GAAG,QAAQ,CAAC;AACvB,QAAA,WAAW,GAAG,SAAS,CAAC;AACxB,QAAA,aAAa,GAAG,SAAS,CAAC;AAEvC,6BAA6B;AAChB,QAAA,sBAAsB,GAAG,QAAQ,CAAC;AAClC,QAAA,iBAAiB,GAAG,QAAQ,CAAC"}
|