@modern-js/runtime 3.2.0 → 3.2.1

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 +9 -9
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "3.2.0",
18
+ "version": "3.2.1",
19
19
  "engines": {
20
20
  "node": ">=20"
21
21
  },
@@ -215,12 +215,12 @@
215
215
  "isbot": "3.8.0",
216
216
  "react-helmet": "^6.1.0",
217
217
  "react-is": "^18.3.1",
218
- "@modern-js/plugin": "3.2.0",
219
- "@modern-js/plugin-data-loader": "3.2.0",
220
- "@modern-js/render": "3.2.0",
221
- "@modern-js/runtime-utils": "3.2.0",
222
- "@modern-js/types": "3.2.0",
223
- "@modern-js/utils": "3.2.0"
218
+ "@modern-js/plugin": "3.2.1",
219
+ "@modern-js/plugin-data-loader": "3.2.1",
220
+ "@modern-js/render": "3.2.1",
221
+ "@modern-js/runtime-utils": "3.2.1",
222
+ "@modern-js/types": "3.2.1",
223
+ "@modern-js/utils": "3.2.1"
224
224
  },
225
225
  "peerDependencies": {
226
226
  "react": ">=17.0.2",
@@ -229,7 +229,7 @@
229
229
  "devDependencies": {
230
230
  "@remix-run/web-fetch": "^4.1.3",
231
231
  "@rsbuild/core": "2.0.0",
232
- "@rslib/core": "0.21.4",
232
+ "@rslib/core": "0.21.5",
233
233
  "@testing-library/dom": "^10.4.1",
234
234
  "@testing-library/react": "^16.3.2",
235
235
  "@types/cookie": "0.6.0",
@@ -240,7 +240,7 @@
240
240
  "react-dom": "^19.2.6",
241
241
  "ts-node": "^10.9.2",
242
242
  "typescript": "^5",
243
- "@modern-js/app-tools": "3.2.0",
243
+ "@modern-js/app-tools": "3.2.1",
244
244
  "@modern-js/rslib": "2.68.10",
245
245
  "@scripts/rstest-config": "2.66.0"
246
246
  },