@nx/react 23.2.0-beta.5 → 23.2.0-beta.6
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": "@nx/react",
|
|
3
|
-
"version": "23.2.0-beta.
|
|
3
|
+
"version": "23.2.0-beta.6",
|
|
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": {
|
|
@@ -95,8 +95,8 @@
|
|
|
95
95
|
"react": ">=18.0.0 <20.0.0",
|
|
96
96
|
"react-dom": ">=18.0.0 <20.0.0",
|
|
97
97
|
"express": "^4.21.2",
|
|
98
|
-
"http-proxy-middleware": "^3.0.
|
|
99
|
-
"@nx/module-federation": "23.2.0-beta.
|
|
98
|
+
"http-proxy-middleware": "^3.0.7",
|
|
99
|
+
"@nx/module-federation": "23.2.0-beta.6"
|
|
100
100
|
},
|
|
101
101
|
"peerDependenciesMeta": {
|
|
102
102
|
"babel-plugin-react-compiler": {
|
|
@@ -118,27 +118,27 @@
|
|
|
118
118
|
"minimatch": "10.2.5",
|
|
119
119
|
"tslib": "^2.3.0",
|
|
120
120
|
"semver": "^7.6.3",
|
|
121
|
-
"@nx/devkit": "23.2.0-beta.
|
|
122
|
-
"@nx/js": "23.2.0-beta.
|
|
123
|
-
"@nx/eslint": "23.2.0-beta.
|
|
124
|
-
"@nx/web": "23.2.0-beta.
|
|
121
|
+
"@nx/devkit": "23.2.0-beta.6",
|
|
122
|
+
"@nx/js": "23.2.0-beta.6",
|
|
123
|
+
"@nx/eslint": "23.2.0-beta.6",
|
|
124
|
+
"@nx/web": "23.2.0-beta.6"
|
|
125
125
|
},
|
|
126
126
|
"devDependencies": {
|
|
127
127
|
"express": "^4.21.2",
|
|
128
|
-
"http-proxy-middleware": "^3.0.
|
|
129
|
-
"@nx/cypress": "23.2.0-beta.
|
|
130
|
-
"@nx/module-federation": "23.2.0-beta.
|
|
131
|
-
"@nx/playwright": "23.2.0-beta.
|
|
132
|
-
"@nx/rollup": "23.2.0-beta.
|
|
133
|
-
"@nx/rsbuild": "23.2.0-beta.
|
|
134
|
-
"@nx/vite": "23.2.0-beta.
|
|
135
|
-
"@nx/vitest": "23.2.0-beta.
|
|
136
|
-
"@nx/webpack": "23.2.0-beta.
|
|
137
|
-
"@nx/storybook": "23.2.0-beta.
|
|
138
|
-
"nx": "23.2.0-beta.
|
|
128
|
+
"http-proxy-middleware": "^3.0.7",
|
|
129
|
+
"@nx/cypress": "23.2.0-beta.6",
|
|
130
|
+
"@nx/module-federation": "23.2.0-beta.6",
|
|
131
|
+
"@nx/playwright": "23.2.0-beta.6",
|
|
132
|
+
"@nx/rollup": "23.2.0-beta.6",
|
|
133
|
+
"@nx/rsbuild": "23.2.0-beta.6",
|
|
134
|
+
"@nx/vite": "23.2.0-beta.6",
|
|
135
|
+
"@nx/vitest": "23.2.0-beta.6",
|
|
136
|
+
"@nx/webpack": "23.2.0-beta.6",
|
|
137
|
+
"@nx/storybook": "23.2.0-beta.6",
|
|
138
|
+
"nx": "23.2.0-beta.6"
|
|
139
139
|
},
|
|
140
140
|
"optionalDependencies": {
|
|
141
|
-
"@nx/vite": "23.2.0-beta.
|
|
141
|
+
"@nx/vite": "23.2.0-beta.6"
|
|
142
142
|
},
|
|
143
143
|
"publishConfig": {
|
|
144
144
|
"access": "public"
|
/package/dist/src/generators/consumer/files/vite/{vite.config.ts__tmpl__ → vite.config.mts__tmpl__}
RENAMED
|
File without changes
|
/package/dist/src/generators/provider/files/vite/{vite.config.ts__tmpl__ → vite.config.mts__tmpl__}
RENAMED
|
File without changes
|