@modern-js/utils 2.5.0 → 2.5.1-alpha.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
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "2.5.0",
14
+ "version": "2.5.1-alpha.1",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/index.d.ts",
17
17
  "main": "./dist/index.js",
@@ -128,14 +128,14 @@
128
128
  "lodash": "^4.17.21"
129
129
  },
130
130
  "devDependencies": {
131
+ "@modern-js/types": "2.5.1-alpha.0",
132
+ "@scripts/build": "2.5.0",
133
+ "@scripts/jest-config": "2.5.0",
131
134
  "@types/jest": "^27",
132
135
  "@types/node": "^14",
133
136
  "jest": "^27",
134
137
  "typescript": "^4",
135
- "webpack": "^5.75.0",
136
- "@modern-js/types": "2.5.0",
137
- "@scripts/jest-config": "2.5.0",
138
- "@scripts/build": "2.5.0"
138
+ "webpack": "^5.75.0"
139
139
  },
140
140
  "sideEffects": false,
141
141
  "scripts": {