@nx/react 22.2.0-canary.20251201-731aba3 → 22.2.0-canary.20251203-2e442d5

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
@@ -119,6 +119,23 @@
119
119
  "alwaysAddToPackageJson": false
120
120
  }
121
121
  }
122
+ },
123
+ "22.2.0-emotion": {
124
+ "version": "22.2.0-beta.3",
125
+ "packages": {
126
+ "@emotion/react": {
127
+ "version": "11.14.0",
128
+ "alwaysAddToPackageJson": false
129
+ },
130
+ "@emotion/styled": {
131
+ "version": "11.14.1",
132
+ "alwaysAddToPackageJson": false
133
+ },
134
+ "@emotion/babel-plugin": {
135
+ "version": "11.13.5",
136
+ "alwaysAddToPackageJson": false
137
+ }
138
+ }
122
139
  }
123
140
  }
124
141
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/react",
3
- "version": "22.2.0-canary.20251201-731aba3",
3
+ "version": "22.2.0-canary.20251203-2e442d5",
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": {
@@ -38,27 +38,27 @@
38
38
  "minimatch": "9.0.3",
39
39
  "picocolors": "^1.1.0",
40
40
  "tslib": "^2.3.0",
41
- "@nx/devkit": "22.2.0-canary.20251201-731aba3",
42
- "@nx/js": "22.2.0-canary.20251201-731aba3",
43
- "@nx/eslint": "22.2.0-canary.20251201-731aba3",
44
- "@nx/web": "22.2.0-canary.20251201-731aba3",
45
- "@nx/module-federation": "22.2.0-canary.20251201-731aba3",
46
- "@nx/rollup": "22.2.0-canary.20251201-731aba3",
41
+ "@nx/devkit": "22.2.0-canary.20251203-2e442d5",
42
+ "@nx/js": "22.2.0-canary.20251203-2e442d5",
43
+ "@nx/eslint": "22.2.0-canary.20251203-2e442d5",
44
+ "@nx/web": "22.2.0-canary.20251203-2e442d5",
45
+ "@nx/module-federation": "22.2.0-canary.20251203-2e442d5",
46
+ "@nx/rollup": "22.2.0-canary.20251203-2e442d5",
47
47
  "express": "^4.21.2",
48
48
  "http-proxy-middleware": "^3.0.5",
49
49
  "semver": "^7.6.3"
50
50
  },
51
51
  "devDependencies": {
52
- "@nx/cypress": "22.2.0-canary.20251201-731aba3",
53
- "@nx/playwright": "22.2.0-canary.20251201-731aba3",
54
- "@nx/rsbuild": "22.2.0-canary.20251201-731aba3",
55
- "@nx/vite": "22.2.0-canary.20251201-731aba3",
56
- "@nx/vitest": "22.2.0-canary.20251201-731aba3",
57
- "@nx/webpack": "22.2.0-canary.20251201-731aba3",
58
- "nx": "22.2.0-canary.20251201-731aba3"
52
+ "@nx/cypress": "22.2.0-canary.20251203-2e442d5",
53
+ "@nx/playwright": "22.2.0-canary.20251203-2e442d5",
54
+ "@nx/rsbuild": "22.2.0-canary.20251203-2e442d5",
55
+ "@nx/vite": "22.2.0-canary.20251203-2e442d5",
56
+ "@nx/vitest": "22.2.0-canary.20251203-2e442d5",
57
+ "@nx/webpack": "22.2.0-canary.20251203-2e442d5",
58
+ "nx": "22.2.0-canary.20251203-2e442d5"
59
59
  },
60
60
  "optionalDependencies": {
61
- "@nx/vite": "22.2.0-canary.20251201-731aba3"
61
+ "@nx/vite": "22.2.0-canary.20251203-2e442d5"
62
62
  },
63
63
  "publishConfig": {
64
64
  "access": "public"
@@ -19,9 +19,9 @@ export declare const babelPresetReactVersion = "^7.14.5";
19
19
  export declare const babelCoreVersion = "^7.14.5";
20
20
  export declare const styledComponentsVersion = "5.3.6";
21
21
  export declare const typesStyledComponentsVersion = "5.1.26";
22
- export declare const emotionStyledVersion = "11.11.0";
23
- export declare const emotionReactVersion = "11.11.1";
24
- export declare const emotionBabelPlugin = "11.11.0";
22
+ export declare const emotionStyledVersion = "11.14.1";
23
+ export declare const emotionReactVersion = "11.14.0";
24
+ export declare const emotionBabelPlugin = "11.13.5";
25
25
  export declare const styledJsxVersion = "5.1.2";
26
26
  export declare const reactRouterDomVersion = "6.29.0";
27
27
  export declare const reactRouterVersion = "^7.2.0";
@@ -24,9 +24,9 @@ exports.babelPresetReactVersion = '^7.14.5';
24
24
  exports.babelCoreVersion = '^7.14.5';
25
25
  exports.styledComponentsVersion = '5.3.6';
26
26
  exports.typesStyledComponentsVersion = '5.1.26';
27
- exports.emotionStyledVersion = '11.11.0';
28
- exports.emotionReactVersion = '11.11.1';
29
- exports.emotionBabelPlugin = '11.11.0';
27
+ exports.emotionStyledVersion = '11.14.1';
28
+ exports.emotionReactVersion = '11.14.0';
29
+ exports.emotionBabelPlugin = '11.13.5';
30
30
  // WARNING: This needs to be in sync with Next.js' dependency or else there might be issues.
31
31
  exports.styledJsxVersion = '5.1.2';
32
32
  exports.reactRouterDomVersion = '6.29.0';