@nx/react 19.0.0-canary.20240503-dbad02a → 19.0.0-rc.0

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 CHANGED
@@ -151,6 +151,39 @@
151
151
  "alwaysAddToPackageJson": false
152
152
  }
153
153
  }
154
+ },
155
+ "19.0.0": {
156
+ "version": "19.0.0-beta.12",
157
+ "packages": {
158
+ "react": {
159
+ "version": "18.3.1",
160
+ "alwaysAddToPackageJson": false
161
+ },
162
+ "react-dom": {
163
+ "version": "18.3.1",
164
+ "alwaysAddToPackageJson": false
165
+ },
166
+ "react-is": {
167
+ "version": "18.3.1",
168
+ "alwaysAddToPackageJson": false
169
+ },
170
+ "@types/react": {
171
+ "version": "18.3.1",
172
+ "alwaysAddToPackageJson": false
173
+ },
174
+ "@types/react-dom": {
175
+ "version": "18.3.0",
176
+ "alwaysAddToPackageJson": false
177
+ },
178
+ "@types/react-is": {
179
+ "version": "18.3.0",
180
+ "alwaysAddToPackageJson": false
181
+ },
182
+ "@testing-library/react": {
183
+ "version": "15.0.6",
184
+ "alwaysAddToPackageJson": false
185
+ }
186
+ }
154
187
  }
155
188
  }
156
189
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/react",
3
- "version": "19.0.0-canary.20240503-dbad02a",
3
+ "version": "19.0.0-rc.0",
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, Vitest, Playwright, 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": {
@@ -37,11 +37,11 @@
37
37
  "file-loader": "^6.2.0",
38
38
  "minimatch": "9.0.3",
39
39
  "tslib": "^2.3.0",
40
- "@nx/devkit": "19.0.0-canary.20240503-dbad02a",
41
- "@nx/js": "19.0.0-canary.20240503-dbad02a",
42
- "@nx/eslint": "19.0.0-canary.20240503-dbad02a",
43
- "@nx/web": "19.0.0-canary.20240503-dbad02a",
44
- "@nrwl/react": "19.0.0-canary.20240503-dbad02a"
40
+ "@nx/devkit": "19.0.0-rc.0",
41
+ "@nx/js": "19.0.0-rc.0",
42
+ "@nx/eslint": "19.0.0-rc.0",
43
+ "@nx/web": "19.0.0-rc.0",
44
+ "@nrwl/react": "19.0.0-rc.0"
45
45
  },
46
46
  "publishConfig": {
47
47
  "access": "public"
@@ -1,13 +1,13 @@
1
1
  export declare const nxVersion: any;
2
2
  export declare const nxRspackVersion = "*";
3
- export declare const reactVersion = "18.2.0";
4
- export declare const reactDomVersion = "18.2.0";
5
- export declare const reactIsVersion = "18.2.0";
3
+ export declare const reactVersion = "18.3.1";
4
+ export declare const reactDomVersion = "18.3.1";
5
+ export declare const reactIsVersion = "18.3.1";
6
6
  export declare const swcLoaderVersion = "0.1.15";
7
7
  export declare const babelLoaderVersion = "^9.1.2";
8
- export declare const typesReactVersion = "18.2.33";
9
- export declare const typesReactDomVersion = "18.2.14";
10
- export declare const typesReactIsVersion = "18.2.2";
8
+ export declare const typesReactVersion = "18.3.1";
9
+ export declare const typesReactDomVersion = "18.3.0";
10
+ export declare const typesReactIsVersion = "18.3.0";
11
11
  export declare const typesNodeVersion = "18.16.9";
12
12
  export declare const babelPresetReactVersion = "^7.14.5";
13
13
  export declare const babelCoreVersion = "^7.14.5";
@@ -18,7 +18,7 @@ export declare const emotionReactVersion = "11.11.1";
18
18
  export declare const emotionBabelPlugin = "11.11.0";
19
19
  export declare const styledJsxVersion = "5.1.2";
20
20
  export declare const reactRouterDomVersion = "6.11.2";
21
- export declare const testingLibraryReactVersion = "14.0.0";
21
+ export declare const testingLibraryReactVersion = "15.0.6";
22
22
  export declare const reduxjsToolkitVersion = "1.9.3";
23
23
  export declare const reactReduxVersion = "8.0.5";
24
24
  export declare const reactTestRendererVersion = "18.2.0";
@@ -4,14 +4,14 @@ exports.swcPluginStyledComponentsVersion = exports.swcPluginEmotionVersion = exp
4
4
  exports.nxVersion = require('../../package.json').version;
5
5
  // Always pull the latest version until we merge rspack plugin into the repo.
6
6
  exports.nxRspackVersion = '*';
7
- exports.reactVersion = '18.2.0';
8
- exports.reactDomVersion = '18.2.0';
9
- exports.reactIsVersion = '18.2.0';
7
+ exports.reactVersion = '18.3.1';
8
+ exports.reactDomVersion = '18.3.1';
9
+ exports.reactIsVersion = '18.3.1';
10
10
  exports.swcLoaderVersion = '0.1.15';
11
11
  exports.babelLoaderVersion = '^9.1.2';
12
- exports.typesReactVersion = '18.2.33';
13
- exports.typesReactDomVersion = '18.2.14';
14
- exports.typesReactIsVersion = '18.2.2';
12
+ exports.typesReactVersion = '18.3.1';
13
+ exports.typesReactDomVersion = '18.3.0';
14
+ exports.typesReactIsVersion = '18.3.0';
15
15
  exports.typesNodeVersion = '18.16.9';
16
16
  exports.babelPresetReactVersion = '^7.14.5';
17
17
  exports.babelCoreVersion = '^7.14.5';
@@ -23,7 +23,7 @@ exports.emotionBabelPlugin = '11.11.0';
23
23
  // WARNING: This needs to be in sync with Next.js' dependency or else there might be issues.
24
24
  exports.styledJsxVersion = '5.1.2';
25
25
  exports.reactRouterDomVersion = '6.11.2';
26
- exports.testingLibraryReactVersion = '14.0.0';
26
+ exports.testingLibraryReactVersion = '15.0.6';
27
27
  exports.reduxjsToolkitVersion = '1.9.3';
28
28
  exports.reactReduxVersion = '8.0.5';
29
29
  exports.reactTestRendererVersion = '18.2.0';