@modern-js/utils 2.43.0 → 2.45.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.43.0",
18
+ "version": "2.45.0",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/types/index.d.ts",
21
21
  "main": "./dist/cjs/index.js",
@@ -154,9 +154,9 @@
154
154
  "jest": "^29",
155
155
  "typescript": "^5",
156
156
  "webpack": "^5.89.0",
157
- "@modern-js/types": "2.43.0",
158
- "@scripts/build": "2.43.0",
159
- "@scripts/jest-config": "2.43.0"
157
+ "@scripts/build": "2.45.0",
158
+ "@scripts/jest-config": "2.45.0",
159
+ "@modern-js/types": "2.45.0"
160
160
  },
161
161
  "sideEffects": false,
162
162
  "scripts": {