@modern-js/upgrade 2.4.0 → 2.4.1-beta.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 +5 -5
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "2.4.0",
14
+ "version": "2.4.1-beta.0",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/index.d.ts",
17
17
  "main": "./dist/index.js",
@@ -34,8 +34,8 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@modern-js/codesmith": "2.0.3",
37
- "@modern-js/plugin-i18n": "2.4.0",
38
- "@modern-js/utils": "2.4.0"
37
+ "@modern-js/plugin-i18n": "2.4.1-beta.0",
38
+ "@modern-js/utils": "2.4.1-beta.0"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@babel/runtime": "^7.18.0",
@@ -45,8 +45,8 @@
45
45
  "ts-node": "^10.1.0",
46
46
  "typescript": "^4",
47
47
  "@modern-js/upgrade-generator": "3.0.6",
48
- "@scripts/build": "2.4.0",
49
- "@scripts/jest-config": "2.4.0"
48
+ "@scripts/jest-config": "2.4.0",
49
+ "@scripts/build": "2.4.0"
50
50
  },
51
51
  "sideEffects": false,
52
52
  "publishConfig": {