@modern-js/utils 2.18.1 → 2.19.1
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +10 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
@@ -15,7 +15,7 @@
|
|
15
15
|
"modern",
|
16
16
|
"modern.js"
|
17
17
|
],
|
18
|
-
"version": "2.
|
18
|
+
"version": "2.19.1",
|
19
19
|
"jsnext:source": "./src/index.ts",
|
20
20
|
"types": "./dist/types/index.d.ts",
|
21
21
|
"main": "./dist/cjs/index.js",
|
@@ -203,11 +203,11 @@
|
|
203
203
|
"@types/node": "^14",
|
204
204
|
"jest": "^29",
|
205
205
|
"typescript": "^4",
|
206
|
-
"webpack": "^5.
|
206
|
+
"webpack": "^5.82.1",
|
207
207
|
"@types/serialize-javascript": "^5.0.1",
|
208
|
-
"@modern-js/types": "2.
|
209
|
-
"@scripts/
|
210
|
-
"@scripts/
|
208
|
+
"@modern-js/types": "2.19.1",
|
209
|
+
"@scripts/build": "2.19.1",
|
210
|
+
"@scripts/jest-config": "2.19.1"
|
211
211
|
},
|
212
212
|
"sideEffects": false,
|
213
213
|
"scripts": {
|