@nx/react 22.5.1 → 22.5.3

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  (The MIT License)
2
2
 
3
- Copyright (c) 2017-2025 Narwhal Technologies Inc.
3
+ Copyright (c) 2017-2026 Narwhal Technologies Inc.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining
6
6
  a copy of this software and associated documentation files (the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/react",
3
- "version": "22.5.1",
3
+ "version": "22.5.3",
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": {
@@ -34,31 +34,31 @@
34
34
  "dependencies": {
35
35
  "@phenomnomnominal/tsquery": "~6.1.4",
36
36
  "@svgr/webpack": "^8.0.1",
37
- "minimatch": "10.1.1",
37
+ "minimatch": "10.2.1",
38
38
  "picocolors": "^1.1.0",
39
39
  "tslib": "^2.3.0",
40
- "@nx/devkit": "22.5.1",
41
- "@nx/js": "22.5.1",
42
- "@nx/eslint": "22.5.1",
43
- "@nx/web": "22.5.1",
44
- "@nx/module-federation": "22.5.1",
45
- "@nx/rollup": "22.5.1",
40
+ "@nx/devkit": "22.5.3",
41
+ "@nx/js": "22.5.3",
42
+ "@nx/eslint": "22.5.3",
43
+ "@nx/web": "22.5.3",
44
+ "@nx/module-federation": "22.5.3",
45
+ "@nx/rollup": "22.5.3",
46
46
  "express": "^4.21.2",
47
47
  "http-proxy-middleware": "^3.0.5",
48
48
  "semver": "^7.6.3"
49
49
  },
50
50
  "devDependencies": {
51
- "@nx/cypress": "22.5.1",
52
- "@nx/playwright": "22.5.1",
53
- "@nx/rsbuild": "22.5.1",
54
- "@nx/vite": "22.5.1",
55
- "@nx/vitest": "22.5.1",
56
- "@nx/webpack": "22.5.1",
57
- "@nx/storybook": "22.5.1",
58
- "nx": "22.5.1"
51
+ "@nx/cypress": "22.5.3",
52
+ "@nx/playwright": "22.5.3",
53
+ "@nx/rsbuild": "22.5.3",
54
+ "@nx/vite": "22.5.3",
55
+ "@nx/vitest": "22.5.3",
56
+ "@nx/webpack": "22.5.3",
57
+ "@nx/storybook": "22.5.3",
58
+ "nx": "22.5.3"
59
59
  },
60
60
  "optionalDependencies": {
61
- "@nx/vite": "22.5.1"
61
+ "@nx/vite": "22.5.3"
62
62
  },
63
63
  "publishConfig": {
64
64
  "access": "public"
@@ -41,7 +41,7 @@ function getClientEnvironment(mode) {
41
41
  },
42
42
  // Provide a fallback for process.env itself to handle cases where code
43
43
  // accesses process.env directly (e.g., in Cypress component testing)
44
- { 'process.env': '{}' });
44
+ { 'process.env': '({})' });
45
45
  return { stringified };
46
46
  }
47
47
  const core = (prev, options) => ({