remote-components 0.0.6 → 0.0.7

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": "remote-components",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "private": false,
5
5
  "description": "Compose remote components at runtime between microfrontends applications.",
6
6
  "keywords": [
@@ -125,8 +125,7 @@
125
125
  "react-server-dom-turbopack": "^19.1.0",
126
126
  "react-server-dom-webpack": "^19.1.0",
127
127
  "style-to-js": "^1.1.16",
128
- "webpack": "5",
129
- "@vercel/microfrontends": "1.5.0"
128
+ "webpack": "5"
130
129
  },
131
130
  "devDependencies": {
132
131
  "@testing-library/react": "^15.0.7",
@@ -150,19 +149,9 @@
150
149
  "peerDependencies": {
151
150
  "next": ">=15",
152
151
  "react": "^19",
153
- "react-dom": "^19",
154
- "vite": ">=5"
152
+ "react-dom": "^19"
155
153
  },
156
154
  "peerDependenciesMeta": {
157
- "@sveltejs/kit": {
158
- "optional": true
159
- },
160
- "@vercel/analytics": {
161
- "optional": true
162
- },
163
- "@vercel/speed-insights": {
164
- "optional": true
165
- },
166
155
  "next": {
167
156
  "optional": true
168
157
  },
@@ -171,9 +160,6 @@
171
160
  },
172
161
  "react-dom": {
173
162
  "optional": true
174
- },
175
- "vite": {
176
- "optional": true
177
163
  }
178
164
  },
179
165
  "scripts": {