@nx/module-federation 23.0.0-rc.1 → 23.0.0-rc.2

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.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nx/module-federation",
3
3
  "description": "The Nx Plugin for Module Federation contains executors and utilities that support building applications using Module Federation.",
4
- "version": "23.0.0-rc.1",
4
+ "version": "23.0.0-rc.2",
5
5
  "type": "commonjs",
6
6
  "files": [
7
7
  "dist",
@@ -130,9 +130,9 @@
130
130
  "picocolors": "^1.1.0",
131
131
  "tslib": "^2.3.0",
132
132
  "webpack": "5.105.2",
133
- "@nx/devkit": "23.0.0-rc.1",
134
- "@nx/js": "23.0.0-rc.1",
135
- "@nx/web": "23.0.0-rc.1"
133
+ "@nx/devkit": "23.0.0-rc.2",
134
+ "@nx/js": "23.0.0-rc.2",
135
+ "@nx/web": "23.0.0-rc.2"
136
136
  },
137
137
  "peerDependencies": {
138
138
  "@module-federation/enhanced": "^2.0.0",
@@ -147,7 +147,7 @@
147
147
  }
148
148
  },
149
149
  "devDependencies": {
150
- "nx": "23.0.0-rc.1"
150
+ "nx": "23.0.0-rc.2"
151
151
  },
152
152
  "nx-migrations": {
153
153
  "migrations": "./migrations.json",