@modern-js/utils 1.21.1 → 1.21.2
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +2 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
@@ -11,7 +11,7 @@
|
|
11
11
|
"modern",
|
12
12
|
"modern.js"
|
13
13
|
],
|
14
|
-
"version": "1.21.
|
14
|
+
"version": "1.21.2",
|
15
15
|
"jsnext:source": "./src/index.ts",
|
16
16
|
"types": "./dist/index.d.ts",
|
17
17
|
"main": "./dist/index.js",
|
@@ -129,9 +129,9 @@
|
|
129
129
|
"lodash": "^4.17.21"
|
130
130
|
},
|
131
131
|
"devDependencies": {
|
132
|
-
"@modern-js/types": "1.21.
|
133
|
-
"@scripts/build": "1.21.
|
134
|
-
"@scripts/jest-config": "1.21.
|
132
|
+
"@modern-js/types": "1.21.2",
|
133
|
+
"@scripts/build": "1.21.2",
|
134
|
+
"@scripts/jest-config": "1.21.2",
|
135
135
|
"@types/jest": "^27",
|
136
136
|
"@types/node": "^14",
|
137
137
|
"typescript": "^4",
|