@modern-js/runtime-utils 2.58.0 → 2.58.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.
- package/package.json +12 -12
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"modern",
|
|
16
16
|
"modern.js"
|
|
17
17
|
],
|
|
18
|
-
"version": "2.58.
|
|
18
|
+
"version": "2.58.1",
|
|
19
19
|
"_comment": "Provide ESM and CJS exports, ESM is used by runtime package, for treeshaking",
|
|
20
20
|
"exports": {
|
|
21
21
|
"./router": {
|
|
@@ -125,12 +125,12 @@
|
|
|
125
125
|
}
|
|
126
126
|
},
|
|
127
127
|
"dependencies": {
|
|
128
|
-
"lru-cache": "^6.0.0",
|
|
129
|
-
"serialize-javascript": "^6.0.0",
|
|
130
|
-
"react-router-dom": "6.22.0",
|
|
131
128
|
"@remix-run/router": "1.15.0",
|
|
132
129
|
"@swc/helpers": "0.5.3",
|
|
133
|
-
"
|
|
130
|
+
"lru-cache": "^6.0.0",
|
|
131
|
+
"react-router-dom": "6.22.0",
|
|
132
|
+
"serialize-javascript": "^6.0.0",
|
|
133
|
+
"@modern-js/utils": "2.58.1"
|
|
134
134
|
},
|
|
135
135
|
"peerDependencies": {
|
|
136
136
|
"react": ">=17.0.0",
|
|
@@ -145,17 +145,17 @@
|
|
|
145
145
|
}
|
|
146
146
|
},
|
|
147
147
|
"devDependencies": {
|
|
148
|
-
"react": "^18.2.0",
|
|
149
|
-
"react-dom": "^18.2.0",
|
|
150
148
|
"@types/jest": "^29",
|
|
151
|
-
"@types/node": "^14",
|
|
152
149
|
"@types/lru-cache": "^5.1.1",
|
|
150
|
+
"@types/node": "^14",
|
|
151
|
+
"@types/serialize-javascript": "^5.0.1",
|
|
153
152
|
"jest": "^29",
|
|
153
|
+
"react": "^18.2.0",
|
|
154
|
+
"react-dom": "^18.2.0",
|
|
154
155
|
"typescript": "^5",
|
|
155
|
-
"@
|
|
156
|
-
"@
|
|
157
|
-
"@
|
|
158
|
-
"@scripts/jest-config": "2.58.0"
|
|
156
|
+
"@scripts/jest-config": "2.58.1",
|
|
157
|
+
"@scripts/build": "2.58.1",
|
|
158
|
+
"@modern-js/types": "2.58.1"
|
|
159
159
|
},
|
|
160
160
|
"sideEffects": false,
|
|
161
161
|
"scripts": {
|