@modern-js/utils 2.7.1-alpha.1 → 2.8.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +9 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
@@ -11,7 +11,7 @@
|
|
11
11
|
"modern",
|
12
12
|
"modern.js"
|
13
13
|
],
|
14
|
-
"version": "2.
|
14
|
+
"version": "2.8.0",
|
15
15
|
"jsnext:source": "./src/index.ts",
|
16
16
|
"types": "./dist/index.d.ts",
|
17
17
|
"main": "./dist/index.js",
|
@@ -161,15 +161,15 @@
|
|
161
161
|
"react": ">=17.0.0",
|
162
162
|
"react-dom": ">=17.0.0",
|
163
163
|
"react-router-dom": "^6.8.1",
|
164
|
-
"@modern-js/types": "2.7.0",
|
165
|
-
"@scripts/build": "2.7.0",
|
166
|
-
"@scripts/jest-config": "2.7.0",
|
167
164
|
"@types/jest": "^27",
|
168
165
|
"@types/node": "^14",
|
169
166
|
"jest": "^27",
|
170
167
|
"typescript": "^4",
|
171
168
|
"webpack": "^5.75.0",
|
172
|
-
"@types/serialize-javascript": "^5.0.1"
|
169
|
+
"@types/serialize-javascript": "^5.0.1",
|
170
|
+
"@modern-js/types": "2.8.0",
|
171
|
+
"@scripts/build": "2.8.0",
|
172
|
+
"@scripts/jest-config": "2.8.0"
|
173
173
|
},
|
174
174
|
"sideEffects": false,
|
175
175
|
"scripts": {
|