@vercel/microfrontends 0.17.3 → 0.17.4

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 (2) hide show
  1. package/dist/bin/cli.cjs +4 -4
  2. package/package.json +4 -4
package/dist/bin/cli.cjs CHANGED
@@ -29,7 +29,7 @@ var import_commander = require("commander");
29
29
  // package.json
30
30
  var package_default = {
31
31
  name: "@vercel/microfrontends",
32
- version: "0.17.3",
32
+ version: "0.17.4",
33
33
  private: false,
34
34
  description: "Defines configuration and utilities for micro-frontend development",
35
35
  repository: {
@@ -198,9 +198,9 @@ var package_default = {
198
198
  webpack: "5"
199
199
  },
200
200
  peerDependencies: {
201
- next: "15.2.0-canary.32",
202
- react: "19.0.0",
203
- "react-dom": "19.0.0"
201
+ next: ">=13",
202
+ react: ">=17.0.0",
203
+ "react-dom": ">=17.0.0"
204
204
  }
205
205
  };
206
206
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/microfrontends",
3
- "version": "0.17.3",
3
+ "version": "0.17.4",
4
4
  "private": false,
5
5
  "description": "Defines configuration and utilities for micro-frontend development",
6
6
  "repository": {
@@ -157,9 +157,9 @@
157
157
  "ts-config": "1.0.0"
158
158
  },
159
159
  "peerDependencies": {
160
- "next": "15.2.0-canary.32",
161
- "react": "19.0.0",
162
- "react-dom": "19.0.0"
160
+ "next": ">=13",
161
+ "react": ">=17.0.0",
162
+ "react-dom": ">=17.0.0"
163
163
  },
164
164
  "scripts": {
165
165
  "build": "tsup",