@modern-js/upgrade 2.60.4-next.1 → 2.60.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/index.js +2862 -1756
  2. package/package.json +10 -8
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.60.4-next.1",
18
+ "version": "2.60.4",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/index.d.ts",
21
21
  "main": "./dist/index.js",
@@ -37,22 +37,24 @@
37
37
  }
38
38
  },
39
39
  "devDependencies": {
40
- "@modern-js/codesmith": "2.6.0",
40
+ "commander": "10.0.1",
41
+ "@modern-js/codesmith": "2.6.4",
42
+ "@modern-js/codesmith-utils": "2.6.4",
41
43
  "@types/jest": "^29",
42
44
  "@types/node": "^14",
43
45
  "jest": "^29",
44
46
  "ts-node": "^10.9.1",
45
47
  "typescript": "^5",
46
- "@modern-js/plugin-i18n": "2.60.3",
47
- "@scripts/build": "2.60.3",
48
- "@modern-js/utils": "2.60.3",
49
- "@modern-js/upgrade-generator": "3.6.3",
50
- "@scripts/jest-config": "2.60.3"
48
+ "@modern-js/plugin-i18n": "2.60.4",
49
+ "@scripts/jest-config": "2.60.4",
50
+ "@scripts/build": "2.60.4",
51
+ "@modern-js/upgrade-generator": "3.7.0"
51
52
  },
52
53
  "sideEffects": false,
53
54
  "publishConfig": {
54
55
  "registry": "https://registry.npmjs.org/",
55
- "access": "public"
56
+ "access": "public",
57
+ "provenance": true
56
58
  },
57
59
  "scripts": {
58
60
  "new": "modern-lib new",