@nrwl/react 13.10.0-beta.6 → 13.10.0-beta.9

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.
Files changed (66) hide show
  1. package/generators.json +20 -20
  2. package/migrations.json +35 -415
  3. package/package.json +10 -10
  4. package/plugins/storybook/index.js +5 -5
  5. package/plugins/storybook/index.js.map +1 -1
  6. package/src/generators/application/schema.json +14 -13
  7. package/src/generators/component/schema.json +11 -10
  8. package/src/generators/component-cypress-spec/schema.json +3 -1
  9. package/src/generators/component-story/schema.json +3 -1
  10. package/src/generators/hook/schema.json +7 -6
  11. package/src/generators/init/schema.json +2 -1
  12. package/src/generators/library/schema.json +12 -11
  13. package/src/generators/redux/schema.json +2 -0
  14. package/src/generators/stories/schema.json +5 -3
  15. package/src/generators/storybook-configuration/schema.json +6 -4
  16. package/src/generators/storybook-migrate-defaults-5-to-6/schema.json +3 -1
  17. package/src/migrations/update-13-10-0/update-13-10-0.d.ts +3 -0
  18. package/src/migrations/update-13-10-0/update-13-10-0.js +28 -0
  19. package/src/migrations/update-13-10-0/update-13-10-0.js.map +1 -0
  20. package/src/utils/versions.d.ts +10 -10
  21. package/src/utils/versions.js +11 -11
  22. package/src/migrations/update-10-4-0/update-10-4-0.d.ts +0 -2
  23. package/src/migrations/update-10-4-0/update-10-4-0.js +0 -13
  24. package/src/migrations/update-10-4-0/update-10-4-0.js.map +0 -1
  25. package/src/migrations/update-11-0-0/rename-emotion-packages-11-0-0.d.ts +0 -1
  26. package/src/migrations/update-11-0-0/rename-emotion-packages-11-0-0.js +0 -15
  27. package/src/migrations/update-11-0-0/rename-emotion-packages-11-0-0.js.map +0 -1
  28. package/src/migrations/update-11-0-0/update-11-0-0.d.ts +0 -2
  29. package/src/migrations/update-11-0-0/update-11-0-0.js +0 -13
  30. package/src/migrations/update-11-0-0/update-11-0-0.js.map +0 -1
  31. package/src/migrations/update-11-2-0/move-react-redux-types-package-11-2-0.d.ts +0 -1
  32. package/src/migrations/update-11-2-0/move-react-redux-types-package-11-2-0.js +0 -13
  33. package/src/migrations/update-11-2-0/move-react-redux-types-package-11-2-0.js.map +0 -1
  34. package/src/migrations/update-8-10-0/update-8-10-0.d.ts +0 -2
  35. package/src/migrations/update-8-10-0/update-8-10-0.js +0 -70
  36. package/src/migrations/update-8-10-0/update-8-10-0.js.map +0 -1
  37. package/src/migrations/update-8-10-1/fix-react-tsconfig-8-10-1.d.ts +0 -2
  38. package/src/migrations/update-8-10-1/fix-react-tsconfig-8-10-1.js +0 -38
  39. package/src/migrations/update-8-10-1/fix-react-tsconfig-8-10-1.js.map +0 -1
  40. package/src/migrations/update-8-12-0/fix-react-files-8-12-0.d.ts +0 -2
  41. package/src/migrations/update-8-12-0/fix-react-files-8-12-0.js +0 -28
  42. package/src/migrations/update-8-12-0/fix-react-files-8-12-0.js.map +0 -1
  43. package/src/migrations/update-8-12-0/update-8-12-0.d.ts +0 -2
  44. package/src/migrations/update-8-12-0/update-8-12-0.js +0 -13
  45. package/src/migrations/update-8-12-0/update-8-12-0.js.map +0 -1
  46. package/src/migrations/update-8-3-0/update-8-3-0.d.ts +0 -2
  47. package/src/migrations/update-8-3-0/update-8-3-0.js +0 -93
  48. package/src/migrations/update-8-3-0/update-8-3-0.js.map +0 -1
  49. package/src/migrations/update-8-5-0/update-workspace-8-5-0.d.ts +0 -2
  50. package/src/migrations/update-8-5-0/update-workspace-8-5-0.js +0 -30
  51. package/src/migrations/update-8-5-0/update-workspace-8-5-0.js.map +0 -1
  52. package/src/migrations/update-8-7-0/update-8-7-0.d.ts +0 -2
  53. package/src/migrations/update-8-7-0/update-8-7-0.js +0 -27
  54. package/src/migrations/update-8-7-0/update-8-7-0.js.map +0 -1
  55. package/src/migrations/update-8-9-0/update-8-9-0.d.ts +0 -2
  56. package/src/migrations/update-8-9-0/update-8-9-0.js +0 -73
  57. package/src/migrations/update-8-9-0/update-8-9-0.js.map +0 -1
  58. package/src/migrations/update-9-4-0/babelrc-9-4-0.d.ts +0 -2
  59. package/src/migrations/update-9-4-0/babelrc-9-4-0.js +0 -100
  60. package/src/migrations/update-9-4-0/babelrc-9-4-0.js.map +0 -1
  61. package/src/migrations/update-9-4-0/update-9-4-0.d.ts +0 -2
  62. package/src/migrations/update-9-4-0/update-9-4-0.js +0 -13
  63. package/src/migrations/update-9-4-0/update-9-4-0.js.map +0 -1
  64. package/src/migrations/update-9-5-0/update-9-5-0.d.ts +0 -2
  65. package/src/migrations/update-9-5-0/update-9-5-0.js +0 -13
  66. package/src/migrations/update-9-5-0/update-9-5-0.js.map +0 -1
package/generators.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "init": {
7
7
  "factory": "./src/generators/init/init#reactInitSchematic",
8
8
  "schema": "./src/generators/init/schema.json",
9
- "description": "Initialize the @nrwl/react plugin",
9
+ "description": "Initialize the `@nrwl/react` plugin.",
10
10
  "aliases": ["ng-add"],
11
11
  "hidden": true
12
12
  },
@@ -16,7 +16,7 @@
16
16
  "schema": "./src/generators/application/schema.json",
17
17
  "aliases": ["app"],
18
18
  "x-type": "application",
19
- "description": "Create a React application"
19
+ "description": "Create a React application."
20
20
  },
21
21
 
22
22
  "library": {
@@ -24,27 +24,27 @@
24
24
  "schema": "./src/generators/library/schema.json",
25
25
  "aliases": ["lib"],
26
26
  "x-type": "library",
27
- "description": "Create a React library"
27
+ "description": "Create a React library."
28
28
  },
29
29
 
30
30
  "component": {
31
31
  "factory": "./src/generators/component/component#componentSchematic",
32
32
  "schema": "./src/generators/component/schema.json",
33
- "description": "Create a React component",
33
+ "description": "Create a React component.",
34
34
  "aliases": "c"
35
35
  },
36
36
 
37
37
  "redux": {
38
38
  "factory": "./src/generators/redux/redux#reduxSchematic",
39
39
  "schema": "./src/generators/redux/schema.json",
40
- "description": "Create a redux slice for a project",
40
+ "description": "Create a Redux slice for a project.",
41
41
  "aliases": ["slice"]
42
42
  },
43
43
 
44
44
  "storybook-configuration": {
45
45
  "factory": "./src/generators/storybook-configuration/configuration#storybookConfigurationSchematic",
46
46
  "schema": "./src/generators/storybook-configuration/schema.json",
47
- "description": "Set up storybook for a react app or library",
47
+ "description": "Set up storybook for a React app or library",
48
48
  "hidden": false
49
49
  },
50
50
 
@@ -58,7 +58,7 @@
58
58
  "component-story": {
59
59
  "factory": "./src/generators/component-story/component-story#componentStorySchematic",
60
60
  "schema": "./src/generators/component-story/schema.json",
61
- "description": "Generate storybook story for a react component",
61
+ "description": "Generate storybook story for a React component",
62
62
  "hidden": false
63
63
  },
64
64
 
@@ -72,14 +72,14 @@
72
72
  "component-cypress-spec": {
73
73
  "factory": "./src/generators/component-cypress-spec/component-cypress-spec#componentCypressSchematic",
74
74
  "schema": "./src/generators/component-cypress-spec/schema.json",
75
- "description": "Create a cypress spec for a ui component that has a story",
75
+ "description": "Create a Cypress spec for a UI component that has a story",
76
76
  "hidden": false
77
77
  },
78
78
 
79
79
  "hook": {
80
80
  "factory": "./src/generators/hook/hook#chookSchematic",
81
81
  "schema": "./src/generators/hook/schema.json",
82
- "description": "Create a hook",
82
+ "description": "Create a hook.",
83
83
  "aliases": "h"
84
84
  }
85
85
  },
@@ -87,7 +87,7 @@
87
87
  "init": {
88
88
  "factory": "./src/generators/init/init#reactInitGenerator",
89
89
  "schema": "./src/generators/init/schema.json",
90
- "description": "Initialize the @nrwl/react plugin",
90
+ "description": "Initialize the `@nrwl/react` plugin.",
91
91
  "aliases": ["ng-add"],
92
92
  "hidden": true
93
93
  },
@@ -97,7 +97,7 @@
97
97
  "schema": "./src/generators/application/schema.json",
98
98
  "aliases": ["app"],
99
99
  "x-type": "application",
100
- "description": "Create a React application"
100
+ "description": "Create a React application."
101
101
  },
102
102
 
103
103
  "library": {
@@ -105,62 +105,62 @@
105
105
  "schema": "./src/generators/library/schema.json",
106
106
  "aliases": ["lib"],
107
107
  "x-type": "library",
108
- "description": "Create a React library"
108
+ "description": "Create a React library."
109
109
  },
110
110
 
111
111
  "component": {
112
112
  "factory": "./src/generators/component/component#componentGenerator",
113
113
  "schema": "./src/generators/component/schema.json",
114
- "description": "Create a React component",
114
+ "description": "Create a React component.",
115
115
  "aliases": "c"
116
116
  },
117
117
 
118
118
  "redux": {
119
119
  "factory": "./src/generators/redux/redux#reduxGenerator",
120
120
  "schema": "./src/generators/redux/schema.json",
121
- "description": "Create a redux slice for a project",
121
+ "description": "Create a Redux slice for a project.",
122
122
  "aliases": ["slice"]
123
123
  },
124
124
 
125
125
  "storybook-configuration": {
126
126
  "factory": "./src/generators/storybook-configuration/configuration#storybookConfigurationGenerator",
127
127
  "schema": "./src/generators/storybook-configuration/schema.json",
128
- "description": "Set up storybook for a react app or library",
128
+ "description": "Set up storybook for a React app or library.",
129
129
  "hidden": false
130
130
  },
131
131
 
132
132
  "storybook-migrate-defaults-5-to-6": {
133
133
  "factory": "./src/generators/storybook-migrate-defaults-5-to-6/migrate-defaults-5-to-6#storybookMigration5to6Generator",
134
134
  "schema": "./src/generators/storybook-migrate-defaults-5-to-6/schema.json",
135
- "description": "Generate default Storybook configuration files using Storybook version >=6.x specs, for projects that already have Storybook instances and configurations of versions <6.x.",
135
+ "description": "Generate default Storybook configuration files using Storybook version `>=6.x` specs, for projects that already have Storybook instances and configurations of versions `<6.x`.",
136
136
  "hidden": false
137
137
  },
138
138
 
139
139
  "component-story": {
140
140
  "factory": "./src/generators/component-story/component-story#componentStoryGenerator",
141
141
  "schema": "./src/generators/component-story/schema.json",
142
- "description": "Generate storybook story for a react component",
142
+ "description": "Generate storybook story for a React component",
143
143
  "hidden": false
144
144
  },
145
145
 
146
146
  "stories": {
147
147
  "factory": "./src/generators/stories/stories#storiesGenerator",
148
148
  "schema": "./src/generators/stories/schema.json",
149
- "description": "Create stories/specs for all components declared in an app or library",
149
+ "description": "Create stories/specs for all components declared in an app or library.",
150
150
  "hidden": false
151
151
  },
152
152
 
153
153
  "component-cypress-spec": {
154
154
  "factory": "./src/generators/component-cypress-spec/component-cypress-spec#componentCypressGenerator",
155
155
  "schema": "./src/generators/component-cypress-spec/schema.json",
156
- "description": "Create a cypress spec for a ui component that has a story",
156
+ "description": "Create a Cypress spec for a UI component that has a story.",
157
157
  "hidden": false
158
158
  },
159
159
 
160
160
  "hook": {
161
161
  "factory": "./src/generators/hook/hook#hookGenerator",
162
162
  "schema": "./src/generators/hook/schema.json",
163
- "description": "Create a hook",
163
+ "description": "Create a hook.",
164
164
  "aliases": "c"
165
165
  }
166
166
  }
package/migrations.json CHANGED
@@ -1,80 +1,5 @@
1
1
  {
2
2
  "schematics": {
3
- "update-8.3.0": {
4
- "version": "8.3.0-beta.1",
5
- "description": "Update React libraries",
6
- "factory": "./src/migrations/update-8-3-0/update-8-3-0"
7
- },
8
- "update-workspace-8.5.0": {
9
- "version": "8.5.0-beta.1",
10
- "description": "Update React workspace",
11
- "factory": "./src/migrations/update-8-5-0/update-workspace-8-5-0"
12
- },
13
- "update-8-7-0": {
14
- "version": "8.7.0-beta.1",
15
- "description": "Update React libraries",
16
- "factory": "./src/migrations/update-8-7-0/update-8-7-0"
17
- },
18
- "update-8.9.0": {
19
- "version": "8.9.0-beta.1",
20
- "description": "Update React libraries",
21
- "factory": "./src/migrations/update-8-9-0/update-8-9-0"
22
- },
23
- "update-8.10.0": {
24
- "version": "8.10.0-beta.1",
25
- "description": "Update React libraries",
26
- "factory": "./src/migrations/update-8-10-0/update-8-10-0"
27
- },
28
- "fix-react-tsconfig-8.10.1": {
29
- "version": "8.10.1-beta.1",
30
- "description": "Fix SVG migration",
31
- "factory": "./src/migrations/update-8-10-1/fix-react-tsconfig-8-10-1"
32
- },
33
- "update-8.12.0": {
34
- "version": "8.12.0-beta.1",
35
- "description": "Update styled-components",
36
- "factory": "./src/migrations/update-8-12-0/update-8-12-0"
37
- },
38
- "fix-react-files-8.12.0": {
39
- "version": "8.12.0-beta.1",
40
- "description": "Ensure React correct webpack config and babel preset",
41
- "factory": "./src/migrations/update-8-12-0/fix-react-files-8-12-0"
42
- },
43
- "update-9.4.0": {
44
- "version": "9.4.0-beta.1",
45
- "description": "Update libraries",
46
- "factory": "./src/migrations/update-9-4-0/update-9-4-0"
47
- },
48
- "babelrc-9.4.0": {
49
- "version": "9.4.0-beta.1",
50
- "description": "Migrate to new babel setup for greater flexibility",
51
- "factory": "./src/migrations/update-9-4-0/babelrc-9-4-0"
52
- },
53
- "update-9.5.0": {
54
- "version": "9.5.0-beta.1",
55
- "description": "Update libraries",
56
- "factory": "./src/migrations/update-9-5-0/update-9-5-0"
57
- },
58
- "update-10.4.0": {
59
- "version": "10.4.0-beta.1",
60
- "description": "Update libraries",
61
- "factory": "./src/migrations/update-10-4-0/update-10-4-0"
62
- },
63
- "rename-emotion-packages-11.0.0": {
64
- "version": "11.0.0-beta.0",
65
- "description": "Rename emotion packages to match new 11.0.0 package names",
66
- "factory": "./src/migrations/update-11-0-0/rename-emotion-packages-11-0-0"
67
- },
68
- "update-11.0.0": {
69
- "version": "11.0.0-beta.0",
70
- "description": "Update libraries",
71
- "factory": "./src/migrations/update-11-0-0/update-11-0-0"
72
- },
73
- "move-react-redux-types-package-11.2.0": {
74
- "version": "11.2.0-beta.0",
75
- "description": "Move react redux typings from dependencies to devDependencies in package.json",
76
- "factory": "./src/migrations/update-11-2-0/move-react-redux-types-package-11-2-0"
77
- },
78
3
  "use-react-jsx-in-tsconfig-12.0.0": {
79
4
  "cli": "nx",
80
5
  "version": "12.0.0-beta.0",
@@ -104,349 +29,15 @@
104
29
  "version": "13.0.0-beta.0",
105
30
  "description": "Migrate Storybook to use webpack 5",
106
31
  "factory": "./src/migrations/update-13-0-0/migrate-storybook-to-webpack-5"
32
+ },
33
+ "update-react-18-13.10.0": {
34
+ "cli": "nx",
35
+ "version": "13.10.0-beta.0",
36
+ "description": "Update to React 18",
37
+ "factory": "./src/migrations/update-13-10-0/update-13-10-0"
107
38
  }
108
39
  },
109
40
  "packageJsonUpdates": {
110
- "8.7.0": {
111
- "version": "8.7.0-beta.4",
112
- "packages": {
113
- "react": {
114
- "version": "16.10.2",
115
- "alwaysAddToPackageJson": false
116
- },
117
- "react-dom": {
118
- "version": "16.10.2",
119
- "alwaysAddToPackageJson": false
120
- },
121
- "react-router-dom": {
122
- "version": "5.1.2",
123
- "alwaysAddToPackageJson": false
124
- },
125
- "@testing-library/react": {
126
- "version": "9.3.0",
127
- "alwaysAddToPackageJson": false
128
- },
129
- "redux-starter-kit": {
130
- "version": "0.8.0",
131
- "alwaysAddToPackageJson": false
132
- },
133
- "react-redux": {
134
- "version": "7.1.1",
135
- "alwaysAddToPackageJson": false
136
- },
137
- "@types/react-redux": {
138
- "version": "7.1.4",
139
- "alwaysAddToPackageJson": false
140
- }
141
- }
142
- },
143
- "8.9.0": {
144
- "version": "8.9.0-beta.1",
145
- "packages": {
146
- "react": {
147
- "version": "16.12.0",
148
- "alwaysAddToPackageJson": false
149
- },
150
- "react-dom": {
151
- "version": "16.12.0",
152
- "alwaysAddToPackageJson": false
153
- },
154
- "@types/react": {
155
- "version": "16.9.13",
156
- "alwaysAddToPackageJson": false
157
- },
158
- "@types/react-dom": {
159
- "version": "16.9.4",
160
- "alwaysAddToPackageJson": false
161
- },
162
- "@types/react-router-dom": {
163
- "version": "5.1.2",
164
- "alwaysAddToPackageJson": false
165
- },
166
- "@testing-library/react": {
167
- "version": "9.3.2",
168
- "alwaysAddToPackageJson": false
169
- },
170
- "react-redux": {
171
- "version": "7.1.3",
172
- "alwaysAddToPackageJson": false
173
- },
174
- "@types/react-redux": {
175
- "version": "7.1.5",
176
- "alwaysAddToPackageJson": false
177
- },
178
- "eslint-plugin-import": {
179
- "version": "2.18.2",
180
- "alwaysAddToPackageJson": false
181
- },
182
- "eslint-plugin-jsx-a11y": {
183
- "version": "6.2.3",
184
- "alwaysAddToPackageJson": false
185
- },
186
- "eslint-plugin-react": {
187
- "version": "7.16.0",
188
- "alwaysAddToPackageJson": false
189
- },
190
- "eslint-plugin-react-hooks": {
191
- "version": "2.3.0",
192
- "alwaysAddToPackageJson": false
193
- }
194
- }
195
- },
196
- "8.10.0": {
197
- "version": "8.10.0-beta.1",
198
- "packages": {
199
- "@types/react": {
200
- "version": "16.9.17",
201
- "alwaysAddToPackageJson": false
202
- },
203
- "@types/react-router-dom": {
204
- "version": "5.1.3",
205
- "alwaysAddToPackageJson": false
206
- },
207
- "@testing-library/react": {
208
- "version": "9.4.0",
209
- "alwaysAddToPackageJson": false
210
- },
211
- "@types/styled-components": {
212
- "version": "4.4.1",
213
- "alwaysAddToPackageJson": false
214
- },
215
- "@emotion/core": {
216
- "version": "10.0.27",
217
- "alwaysAddToPackageJson": false
218
- },
219
- "@emotion/styled": {
220
- "version": "10.0.27",
221
- "alwaysAddToPackageJson": false
222
- },
223
- "@reduxjs/toolkit": {
224
- "version": "1.1.0",
225
- "alwaysAddToPackageJson": false
226
- },
227
- "eslint-plugin-import": {
228
- "version": "2.19.1",
229
- "alwaysAddToPackageJson": false
230
- },
231
- "eslint-plugin-react": {
232
- "version": "7.17.0",
233
- "alwaysAddToPackageJson": false
234
- }
235
- }
236
- },
237
- "8.12.0": {
238
- "version": "8.12.0-beta.1",
239
- "packages": {
240
- "styled-components": {
241
- "version": "5.0.0",
242
- "alwaysAddToPackageJson": false
243
- },
244
- "@types/styled-components": {
245
- "version": "4.4.2",
246
- "alwaysAddToPackageJson": false
247
- }
248
- }
249
- },
250
- "9.4.0": {
251
- "version": "9.4.0-beta.1",
252
- "packages": {
253
- "react": {
254
- "version": "16.13.1",
255
- "alwaysAddToPackageJson": false
256
- },
257
- "react-dom": {
258
- "version": "16.13.1",
259
- "alwaysAddToPackageJson": false
260
- },
261
- "react-is": {
262
- "version": "16.13.1",
263
- "alwaysAddToPackageJson": false
264
- },
265
- "@types/react": {
266
- "version": "16.9.35",
267
- "alwaysAddToPackageJson": false
268
- },
269
- "@types/react-dom": {
270
- "version": "16.9.8",
271
- "alwaysAddToPackageJson": false
272
- },
273
- "@types/react-is": {
274
- "version": "16.7.1",
275
- "alwaysAddToPackageJson": false
276
- },
277
- "styled-components": {
278
- "version": "5.1.0",
279
- "alwaysAddToPackageJson": false
280
- },
281
- "@types/styled-components": {
282
- "version": "5.1.0",
283
- "alwaysAddToPackageJson": false
284
- },
285
- "react-router-dom": {
286
- "version": "5.2.0",
287
- "alwaysAddToPackageJson": false
288
- },
289
- "@types/react-router-dom": {
290
- "version": "5.1.5",
291
- "alwaysAddToPackageJson": false
292
- },
293
- "@testing-library/react": {
294
- "version": "10.0.4",
295
- "alwaysAddToPackageJson": false
296
- },
297
- "@reduxjs/toolkit": {
298
- "version": "1.3.6",
299
- "alwaysAddToPackageJson": false
300
- },
301
- "react-redux": {
302
- "version": "7.2.0",
303
- "alwaysAddToPackageJson": false
304
- },
305
- "@types/react-redux": {
306
- "version": "7.1.9",
307
- "alwaysAddToPackageJson": false
308
- },
309
- "eslint-plugin-import": {
310
- "version": "2.20.2",
311
- "alwaysAddToPackageJson": false
312
- },
313
- "eslint-plugin-react": {
314
- "version": "7.20.0",
315
- "alwaysAddToPackageJson": false
316
- },
317
- "eslint-plugin-react-hooks": {
318
- "version": "4.0.2",
319
- "alwaysAddToPackageJson": false
320
- }
321
- }
322
- },
323
- "9.5.0": {
324
- "version": "9.5.0-beta.1",
325
- "packages": {
326
- "@types/react": {
327
- "version": "16.9.38",
328
- "alwaysAddToPackageJson": false
329
- },
330
- "styled-components": {
331
- "version": "5.1.1",
332
- "alwaysAddToPackageJson": false
333
- },
334
- "@emotion/core": {
335
- "version": "10.0.28",
336
- "alwaysAddToPackageJson": false
337
- },
338
- "@testing-library/react": {
339
- "version": "10.4.1",
340
- "alwaysAddToPackageJson": false
341
- },
342
- "@reduxjs/toolkit": {
343
- "version": "1.4.0",
344
- "alwaysAddToPackageJson": false
345
- },
346
- "eslint-plugin-import": {
347
- "version": "2.21.2",
348
- "alwaysAddToPackageJson": false
349
- },
350
- "eslint-plugin-a11y": {
351
- "version": "6.3.1",
352
- "alwaysAddToPackageJson": false
353
- },
354
- "eslint-plugin-react-hooks": {
355
- "version": "4.0.4",
356
- "alwaysAddToPackageJson": false
357
- }
358
- }
359
- },
360
- "10.4.0": {
361
- "version": "9.5.0-beta.1",
362
- "packages": {
363
- "react": {
364
- "version": "17.0.1",
365
- "alwaysAddToPackageJson": false
366
- },
367
- "react-dom": {
368
- "version": "17.0.1",
369
- "alwaysAddToPackageJson": false
370
- },
371
- "@types/react": {
372
- "version": "16.9.56",
373
- "alwaysAddToPackageJson": false
374
- },
375
- "@types/react-dom": {
376
- "version": "16.9.9",
377
- "alwaysAddToPackageJson": false
378
- },
379
- "styled-components": {
380
- "version": "5.2.1",
381
- "alwaysAddToPackageJson": false
382
- },
383
- "@types/styled-components": {
384
- "version": "5.1.4",
385
- "alwaysAddToPackageJson": false
386
- },
387
- "react-is": {
388
- "version": "17.0.1",
389
- "alwaysAddToPackageJson": false
390
- },
391
- "styled-jsx": {
392
- "version": "3.3.1",
393
- "alwaysAddToPackageJson": false
394
- },
395
- "@types/react-router-dom": {
396
- "version": "5.1.6",
397
- "alwaysAddToPackageJson": false
398
- },
399
- "@testing-library/react": {
400
- "version": "11.1.2",
401
- "alwaysAddToPackageJson": false
402
- },
403
- "react-redux": {
404
- "version": "7.2.2",
405
- "alwaysAddToPackageJson": false
406
- },
407
- "@types/react-redux": {
408
- "version": "7.1.11",
409
- "alwaysAddToPackageJson": false
410
- },
411
- "eslint-plugin-import": {
412
- "version": "2.22.1",
413
- "alwaysAddToPackageJson": false
414
- },
415
- "eslint-plugin-a11y": {
416
- "version": "6.4.1",
417
- "alwaysAddToPackageJson": false
418
- },
419
- "eslint-plugin-react": {
420
- "version": "7.21.5",
421
- "alwaysAddToPackageJson": false
422
- },
423
- "eslint-plugin-react-hooks": {
424
- "version": "4.2.0",
425
- "alwaysAddToPackageJson": false
426
- }
427
- }
428
- },
429
- "11.0.0": {
430
- "version": "11.0.0-beta.0",
431
- "packages": {
432
- "@emotion/react": {
433
- "version": "11.0.0",
434
- "alwaysAddToPackageJson": false
435
- },
436
- "@emotion/styled": {
437
- "version": "11.0.0",
438
- "alwaysAddToPackageJson": false
439
- },
440
- "@emotion/babel-preset-css-prop": {
441
- "version": "11.0.0",
442
- "alwaysAddToPackageJson": false
443
- },
444
- "@emotion/server": {
445
- "version": "11.0.0",
446
- "alwaysAddToPackageJson": false
447
- }
448
- }
449
- },
450
41
  "12.0.0": {
451
42
  "version": "12.0.0-beta.0",
452
43
  "packages": {
@@ -667,6 +258,35 @@
667
258
  "alwaysAddToPackageJson": false
668
259
  }
669
260
  }
261
+ },
262
+ "13.10.0": {
263
+ "version": "13.10.0-beta.1",
264
+ "packages": {
265
+ "@types/react": {
266
+ "version": "17.0.43",
267
+ "alwaysAddToPackageJson": false
268
+ },
269
+ "@types/react-dom": {
270
+ "version": "17.0.14",
271
+ "alwaysAddToPackageJson": false
272
+ },
273
+ "styled-components": {
274
+ "version": "5.3.5",
275
+ "alwaysAddToPackageJson": false
276
+ },
277
+ "eslint-plugin-react": {
278
+ "version": "7.29.4",
279
+ "alwaysAddToPackageJson": false
280
+ },
281
+ "styled-jsx": {
282
+ "version": "5.0.2",
283
+ "alwaysAddToPackageJson": false
284
+ },
285
+ "eslint-plugin-react-hooks": {
286
+ "version": "4.4.0",
287
+ "alwaysAddToPackageJson": false
288
+ }
289
+ }
670
290
  }
671
291
  }
672
292
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nrwl/react",
3
- "version": "13.10.0-beta.6",
4
- "description": "React Plugin for Nx",
3
+ "version": "13.10.0-beta.9",
4
+ "description": "The React plugin 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.",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/nrwl/nx.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.10.0-beta.6",
35
- "@nrwl/devkit": "13.10.0-beta.6",
36
- "@nrwl/jest": "13.10.0-beta.6",
37
- "@nrwl/js": "13.10.0-beta.6",
38
- "@nrwl/linter": "13.10.0-beta.6",
39
- "@nrwl/storybook": "13.10.0-beta.6",
40
- "@nrwl/web": "13.10.0-beta.6",
41
- "@nrwl/workspace": "13.10.0-beta.6",
34
+ "@nrwl/cypress": "13.10.0-beta.9",
35
+ "@nrwl/devkit": "13.10.0-beta.9",
36
+ "@nrwl/jest": "13.10.0-beta.9",
37
+ "@nrwl/js": "13.10.0-beta.9",
38
+ "@nrwl/linter": "13.10.0-beta.9",
39
+ "@nrwl/storybook": "13.10.0-beta.9",
40
+ "@nrwl/web": "13.10.0-beta.9",
41
+ "@nrwl/workspace": "13.10.0-beta.9",
42
42
  "@pmmmwh/react-refresh-webpack-plugin": "^0.5.1",
43
43
  "@svgr/webpack": "^6.1.2",
44
44
  "chalk": "4.1.0",