@nrwl/react 13.2.0-beta.3 → 13.2.0-beta.4
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.2.0-beta.
|
|
3
|
+
"version": "13.2.0-beta.4",
|
|
4
4
|
"description": "React Plugin for Nx",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -31,13 +31,13 @@
|
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@babel/core": "^7.15.0",
|
|
33
33
|
"@babel/preset-react": "^7.14.5",
|
|
34
|
-
"@nrwl/cypress": "13.2.0-beta.
|
|
35
|
-
"@nrwl/devkit": "13.2.0-beta.
|
|
36
|
-
"@nrwl/jest": "13.2.0-beta.
|
|
37
|
-
"@nrwl/linter": "13.2.0-beta.
|
|
38
|
-
"@nrwl/storybook": "13.2.0-beta.
|
|
39
|
-
"@nrwl/web": "13.2.0-beta.
|
|
40
|
-
"@nrwl/workspace": "13.2.0-beta.
|
|
34
|
+
"@nrwl/cypress": "13.2.0-beta.4",
|
|
35
|
+
"@nrwl/devkit": "13.2.0-beta.4",
|
|
36
|
+
"@nrwl/jest": "13.2.0-beta.4",
|
|
37
|
+
"@nrwl/linter": "13.2.0-beta.4",
|
|
38
|
+
"@nrwl/storybook": "13.2.0-beta.4",
|
|
39
|
+
"@nrwl/web": "13.2.0-beta.4",
|
|
40
|
+
"@nrwl/workspace": "13.2.0-beta.4",
|
|
41
41
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.1",
|
|
42
42
|
"@svgr/webpack": "^5.5.0",
|
|
43
43
|
"chalk": "4.1.0",
|
package/src/utils/styled.js
CHANGED
|
@@ -27,9 +27,7 @@ exports.CSS_IN_JS_DEPENDENCIES = {
|
|
|
27
27
|
dependencies: {
|
|
28
28
|
'styled-jsx': versions_1.styledJsxVersion,
|
|
29
29
|
},
|
|
30
|
-
devDependencies: {
|
|
31
|
-
'@types/styled-jsx': versions_1.typesStyledJsxVersion,
|
|
32
|
-
},
|
|
30
|
+
devDependencies: {},
|
|
33
31
|
},
|
|
34
32
|
};
|
|
35
33
|
//# sourceMappingURL=styled.js.map
|
package/src/utils/styled.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styled.js","sourceRoot":"","sources":["../../../../../packages/react/src/utils/styled.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"styled.js","sourceRoot":"","sources":["../../../../../packages/react/src/utils/styled.ts"],"names":[],"mappings":";;;AAAA,yCAUoB;AAGP,QAAA,sBAAsB,GAE/B;IACF,mBAAmB,EAAE;QACnB,YAAY,EAAE;YACZ,UAAU,EAAE,yBAAc;YAC1B,mBAAmB,EAAE,kCAAuB;SAC7C;QACD,eAAe,EAAE;YACf,0BAA0B,EAAE,uCAA4B;YACxD,iBAAiB,EAAE,8BAAmB;YACtC,gCAAgC,EAAE,6CAAkC;SACrE;KACF;IACD,iBAAiB,EAAE;QACjB,YAAY,EAAE;YACZ,iBAAiB,EAAE,+BAAoB;YACvC,gBAAgB,EAAE,8BAAmB;SACtC;QACD,eAAe,EAAE;YACf,uBAAuB,EAAE,6BAAkB;SAC5C;KACF;IACD,YAAY,EAAE;QACZ,YAAY,EAAE;YACZ,YAAY,EAAE,2BAAgB;SAC/B;QACD,eAAe,EAAE,EAAE;KACpB;CACF,CAAC"}
|
package/src/utils/versions.d.ts
CHANGED
|
@@ -11,7 +11,6 @@ export declare const emotionStyledVersion = "11.3.0";
|
|
|
11
11
|
export declare const emotionReactVersion = "11.5.0";
|
|
12
12
|
export declare const emotionBabelPlugin = "11.3.0";
|
|
13
13
|
export declare const styledJsxVersion = "4.0.1";
|
|
14
|
-
export declare const typesStyledJsxVersion = "3.4.4";
|
|
15
14
|
export declare const reactRouterDomVersion = "5.3.0";
|
|
16
15
|
export declare const typesReactRouterDomVersion = "5.3.1";
|
|
17
16
|
export declare const testingLibraryReactVersion = "12.1.2";
|
package/src/utils/versions.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
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.
|
|
4
|
-
exports.nxVersion = '13.2.0-beta.
|
|
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.2.0-beta.4';
|
|
5
5
|
exports.reactVersion = '17.0.2';
|
|
6
6
|
exports.reactDomVersion = '17.0.2';
|
|
7
7
|
exports.reactIsVersion = '17.0.2';
|
|
@@ -14,7 +14,6 @@ exports.emotionStyledVersion = '11.3.0';
|
|
|
14
14
|
exports.emotionReactVersion = '11.5.0';
|
|
15
15
|
exports.emotionBabelPlugin = '11.3.0';
|
|
16
16
|
exports.styledJsxVersion = '4.0.1';
|
|
17
|
-
exports.typesStyledJsxVersion = '3.4.4';
|
|
18
17
|
exports.reactRouterDomVersion = '5.3.0';
|
|
19
18
|
exports.typesReactRouterDomVersion = '5.3.1';
|
|
20
19
|
exports.testingLibraryReactVersion = '12.1.2';
|
|
@@ -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,QAAQ,CAAC;AAChC,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;
|
|
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,QAAQ,CAAC;AAChC,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"}
|