@modern-js/upgrade 2.18.0 → 2.19.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
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.18.0",
18
+ "version": "2.19.0",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/index.d.ts",
21
21
  "main": "./dist/index.js",
@@ -37,9 +37,9 @@
37
37
  }
38
38
  },
39
39
  "dependencies": {
40
- "@modern-js/codesmith": "2.1.0",
41
- "@modern-js/plugin-i18n": "2.18.0",
42
- "@modern-js/utils": "2.18.0"
40
+ "@modern-js/codesmith": "2.2.0",
41
+ "@modern-js/plugin-i18n": "2.19.0",
42
+ "@modern-js/utils": "2.19.0"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@babel/runtime": "^7.18.0",
@@ -48,9 +48,9 @@
48
48
  "jest": "^29",
49
49
  "ts-node": "^10.1.0",
50
50
  "typescript": "^4",
51
- "@modern-js/upgrade-generator": "3.1.13",
52
- "@scripts/build": "2.18.0",
53
- "@scripts/jest-config": "2.18.0"
51
+ "@modern-js/upgrade-generator": "3.1.15",
52
+ "@scripts/build": "2.19.0",
53
+ "@scripts/jest-config": "2.19.0"
54
54
  },
55
55
  "sideEffects": false,
56
56
  "publishConfig": {