@modern-js/upgrade 2.21.0 → 2.22.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.21.0",
18
+ "version": "2.22.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.2.3",
41
- "@modern-js/plugin-i18n": "2.21.0",
42
- "@modern-js/utils": "2.21.0"
40
+ "@modern-js/codesmith": "2.2.5",
41
+ "@modern-js/plugin-i18n": "2.22.0",
42
+ "@modern-js/utils": "2.22.0"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@types/jest": "^29",
@@ -47,9 +47,9 @@
47
47
  "jest": "^29",
48
48
  "ts-node": "^10.9.1",
49
49
  "typescript": "^5",
50
- "@modern-js/upgrade-generator": "3.1.18",
51
- "@scripts/build": "2.21.0",
52
- "@scripts/jest-config": "2.21.0"
50
+ "@modern-js/upgrade-generator": "3.1.20",
51
+ "@scripts/jest-config": "2.22.0",
52
+ "@scripts/build": "2.22.0"
53
53
  },
54
54
  "sideEffects": false,
55
55
  "publishConfig": {