@modern-js/runtime-utils 2.60.0 → 2.60.2
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.60.
|
|
18
|
+
"version": "2.60.2",
|
|
19
19
|
"_comment": "Provide ESM and CJS exports, ESM is used by runtime package, for treeshaking",
|
|
20
20
|
"exports": {
|
|
21
21
|
"./router": {
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
"lru-cache": "^6.0.0",
|
|
132
132
|
"react-router-dom": "6.22.0",
|
|
133
133
|
"serialize-javascript": "^6.0.0",
|
|
134
|
-
"@modern-js/utils": "2.60.
|
|
134
|
+
"@modern-js/utils": "2.60.2"
|
|
135
135
|
},
|
|
136
136
|
"peerDependencies": {
|
|
137
137
|
"react": ">=17.0.0",
|
|
@@ -154,9 +154,9 @@
|
|
|
154
154
|
"react": "^18.2.0",
|
|
155
155
|
"react-dom": "^18.2.0",
|
|
156
156
|
"typescript": "^5",
|
|
157
|
-
"@
|
|
158
|
-
"@scripts/
|
|
159
|
-
"@
|
|
157
|
+
"@scripts/jest-config": "2.60.2",
|
|
158
|
+
"@scripts/build": "2.60.2",
|
|
159
|
+
"@modern-js/types": "2.60.2"
|
|
160
160
|
},
|
|
161
161
|
"sideEffects": false,
|
|
162
162
|
"scripts": {
|