@modern-js/utils 2.55.0 → 2.56.1

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 +5 -5
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.55.0",
18
+ "version": "2.56.1",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/types/index.d.ts",
21
21
  "main": "./dist/cjs/index.js",
@@ -161,10 +161,10 @@
161
161
  "@types/node": "^14",
162
162
  "jest": "^29",
163
163
  "typescript": "^5",
164
- "webpack": "^5.92.0",
165
- "@modern-js/types": "2.55.0",
166
- "@scripts/jest-config": "2.55.0",
167
- "@scripts/build": "2.55.0"
164
+ "webpack": "^5.93.0",
165
+ "@modern-js/types": "2.56.1",
166
+ "@scripts/build": "2.56.1",
167
+ "@scripts/jest-config": "2.56.1"
168
168
  },
169
169
  "sideEffects": false,
170
170
  "scripts": {