@modern-js/runtime-utils 2.55.0 → 2.56.0
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 +5 -5
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"modern",
|
|
16
16
|
"modern.js"
|
|
17
17
|
],
|
|
18
|
-
"version": "2.
|
|
18
|
+
"version": "2.56.0",
|
|
19
19
|
"_comment": "Provide ESM and CJS exports, ESM is used by runtime package, for treeshaking",
|
|
20
20
|
"exports": {
|
|
21
21
|
"./router": {
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
"react-router-dom": "6.22.0",
|
|
123
123
|
"@remix-run/router": "1.15.0",
|
|
124
124
|
"@swc/helpers": "0.5.3",
|
|
125
|
-
"@modern-js/utils": "2.
|
|
125
|
+
"@modern-js/utils": "2.56.0"
|
|
126
126
|
},
|
|
127
127
|
"peerDependencies": {
|
|
128
128
|
"react": ">=17.0.0",
|
|
@@ -145,9 +145,9 @@
|
|
|
145
145
|
"jest": "^29",
|
|
146
146
|
"typescript": "^5",
|
|
147
147
|
"@types/serialize-javascript": "^5.0.1",
|
|
148
|
-
"@
|
|
149
|
-
"@scripts/
|
|
150
|
-
"@
|
|
148
|
+
"@modern-js/types": "2.56.0",
|
|
149
|
+
"@scripts/build": "2.56.0",
|
|
150
|
+
"@scripts/jest-config": "2.56.0"
|
|
151
151
|
},
|
|
152
152
|
"sideEffects": false,
|
|
153
153
|
"scripts": {
|