@nrwl/react 13.0.0-beta.11 → 13.0.0-beta.12
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.0.0-beta.
|
|
3
|
+
"version": "13.0.0-beta.12",
|
|
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.0.0-beta.
|
|
35
|
-
"@nrwl/devkit": "13.0.0-beta.
|
|
36
|
-
"@nrwl/jest": "13.0.0-beta.
|
|
37
|
-
"@nrwl/linter": "13.0.0-beta.
|
|
38
|
-
"@nrwl/storybook": "13.0.0-beta.
|
|
39
|
-
"@nrwl/web": "13.0.0-beta.
|
|
40
|
-
"@nrwl/workspace": "13.0.0-beta.
|
|
34
|
+
"@nrwl/cypress": "13.0.0-beta.12",
|
|
35
|
+
"@nrwl/devkit": "13.0.0-beta.12",
|
|
36
|
+
"@nrwl/jest": "13.0.0-beta.12",
|
|
37
|
+
"@nrwl/linter": "13.0.0-beta.12",
|
|
38
|
+
"@nrwl/storybook": "13.0.0-beta.12",
|
|
39
|
+
"@nrwl/web": "13.0.0-beta.12",
|
|
40
|
+
"@nrwl/workspace": "13.0.0-beta.12",
|
|
41
41
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.1",
|
|
42
42
|
"@svgr/webpack": "^5.5.0",
|
|
43
43
|
"chalk": "4.1.0",
|
|
@@ -151,8 +151,7 @@
|
|
|
151
151
|
},
|
|
152
152
|
"standaloneConfig": {
|
|
153
153
|
"description": "Split the project configuration into <projectRoot>/project.json rather than including it inside workspace.json",
|
|
154
|
-
"type": "boolean"
|
|
155
|
-
"default": false
|
|
154
|
+
"type": "boolean"
|
|
156
155
|
}
|
|
157
156
|
},
|
|
158
157
|
"required": []
|
|
@@ -153,8 +153,7 @@
|
|
|
153
153
|
},
|
|
154
154
|
"standaloneConfig": {
|
|
155
155
|
"description": "Split the project configuration into <projectRoot>/project.json rather than including it inside workspace.json",
|
|
156
|
-
"type": "boolean"
|
|
157
|
-
"default": false
|
|
156
|
+
"type": "boolean"
|
|
158
157
|
}
|
|
159
158
|
},
|
|
160
159
|
"required": ["name"]
|
|
@@ -47,8 +47,7 @@
|
|
|
47
47
|
},
|
|
48
48
|
"standaloneConfig": {
|
|
49
49
|
"description": "Split the project configuration into <projectRoot>/project.json rather than including it inside workspace.json",
|
|
50
|
-
"type": "boolean"
|
|
51
|
-
"default": false
|
|
50
|
+
"type": "boolean"
|
|
52
51
|
}
|
|
53
52
|
},
|
|
54
53
|
"required": ["name"]
|
package/src/utils/versions.js
CHANGED
|
@@ -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.reactReduxVersion = exports.reduxjsToolkitVersion = exports.testingLibraryReactHooksVersion = exports.testingLibraryReactVersion = exports.typesReactRouterDomVersion = exports.reactRouterDomVersion = exports.typesStyledJsxVersion = 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.0.0-beta.
|
|
4
|
+
exports.nxVersion = '13.0.0-beta.12';
|
|
5
5
|
exports.reactVersion = '17.0.2';
|
|
6
6
|
exports.reactDomVersion = '17.0.2';
|
|
7
7
|
exports.reactIsVersion = '17.0.2';
|