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