@modern-js/utils 2.61.0 → 2.62.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.61.0",
18
+ "version": "2.62.0",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/types/index.d.ts",
21
21
  "main": "./dist/cjs/index.js",
@@ -162,9 +162,9 @@
162
162
  "jest": "^29",
163
163
  "typescript": "^5",
164
164
  "webpack": "^5.96.1",
165
- "@modern-js/types": "2.61.0",
166
- "@scripts/build": "2.61.0",
167
- "@scripts/jest-config": "2.61.0"
165
+ "@modern-js/types": "2.62.0",
166
+ "@scripts/build": "2.62.0",
167
+ "@scripts/jest-config": "2.62.0"
168
168
  },
169
169
  "sideEffects": false,
170
170
  "scripts": {