@nx/rspack 23.0.0-rc.1 → 23.0.0-rc.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/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx/rspack",
|
|
3
3
|
"description": "The Nx Plugin for Rspack contains executors and generators that support building applications using Rspack.",
|
|
4
|
-
"version": "23.0.0-rc.
|
|
4
|
+
"version": "23.0.0-rc.3",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist",
|
|
@@ -152,14 +152,14 @@
|
|
|
152
152
|
"tslib": "^2.3.0",
|
|
153
153
|
"webpack": "5.105.2",
|
|
154
154
|
"webpack-node-externals": "^3.0.0",
|
|
155
|
-
"@nx/devkit": "23.0.0-rc.
|
|
156
|
-
"@nx/
|
|
157
|
-
"@nx/
|
|
158
|
-
"@nx/web": "23.0.0-rc.
|
|
155
|
+
"@nx/devkit": "23.0.0-rc.3",
|
|
156
|
+
"@nx/js": "23.0.0-rc.3",
|
|
157
|
+
"@nx/module-federation": "23.0.0-rc.3",
|
|
158
|
+
"@nx/web": "23.0.0-rc.3"
|
|
159
159
|
},
|
|
160
160
|
"devDependencies": {
|
|
161
|
-
"nx": "23.0.0-rc.
|
|
162
|
-
"@nx/nest": "23.0.0-rc.
|
|
161
|
+
"nx": "23.0.0-rc.3",
|
|
162
|
+
"@nx/nest": "23.0.0-rc.3"
|
|
163
163
|
},
|
|
164
164
|
"peerDependencies": {
|
|
165
165
|
"@rspack/cli": "^1.0.0",
|