@modern-js/utils 2.57.1 → 2.58.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +6 -6
package/package.json
CHANGED
@@ -15,7 +15,7 @@
|
|
15
15
|
"modern",
|
16
16
|
"modern.js"
|
17
17
|
],
|
18
|
-
"version": "2.
|
18
|
+
"version": "2.58.1",
|
19
19
|
"jsnext:source": "./src/index.ts",
|
20
20
|
"types": "./dist/types/index.d.ts",
|
21
21
|
"main": "./dist/cjs/index.js",
|
@@ -151,10 +151,10 @@
|
|
151
151
|
}
|
152
152
|
},
|
153
153
|
"dependencies": {
|
154
|
+
"@swc/helpers": "0.5.3",
|
154
155
|
"caniuse-lite": "^1.0.30001520",
|
155
156
|
"lodash": "^4.17.21",
|
156
|
-
"rslog": "^1.1.0"
|
157
|
-
"@swc/helpers": "0.5.3"
|
157
|
+
"rslog": "^1.1.0"
|
158
158
|
},
|
159
159
|
"devDependencies": {
|
160
160
|
"@types/jest": "^29",
|
@@ -162,9 +162,9 @@
|
|
162
162
|
"jest": "^29",
|
163
163
|
"typescript": "^5",
|
164
164
|
"webpack": "^5.93.0",
|
165
|
-
"@modern-js/types": "2.
|
166
|
-
"@scripts/build": "2.
|
167
|
-
"@scripts/jest-config": "2.
|
165
|
+
"@modern-js/types": "2.58.1",
|
166
|
+
"@scripts/build": "2.58.1",
|
167
|
+
"@scripts/jest-config": "2.58.1"
|
168
168
|
},
|
169
169
|
"sideEffects": false,
|
170
170
|
"scripts": {
|