@modern-js/runtime-utils 2.57.0 → 2.57.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 +5 -5
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.57.0",
18
+ "version": "2.57.1",
19
19
  "_comment": "Provide ESM and CJS exports, ESM is used by runtime package, for treeshaking",
20
20
  "exports": {
21
21
  "./router": {
@@ -130,7 +130,7 @@
130
130
  "react-router-dom": "6.22.0",
131
131
  "@remix-run/router": "1.15.0",
132
132
  "@swc/helpers": "0.5.3",
133
- "@modern-js/utils": "2.57.0"
133
+ "@modern-js/utils": "2.57.1"
134
134
  },
135
135
  "peerDependencies": {
136
136
  "react": ">=17.0.0",
@@ -153,9 +153,9 @@
153
153
  "jest": "^29",
154
154
  "typescript": "^5",
155
155
  "@types/serialize-javascript": "^5.0.1",
156
- "@scripts/build": "2.57.0",
157
- "@scripts/jest-config": "2.57.0",
158
- "@modern-js/types": "2.57.0"
156
+ "@modern-js/types": "2.57.1",
157
+ "@scripts/build": "2.57.1",
158
+ "@scripts/jest-config": "2.57.1"
159
159
  },
160
160
  "sideEffects": false,
161
161
  "scripts": {