@modern-js/upgrade 2.13.4 → 2.14.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +6 -6
package/package.json
CHANGED
@@ -11,7 +11,7 @@
|
|
11
11
|
"modern",
|
12
12
|
"modern.js"
|
13
13
|
],
|
14
|
-
"version": "2.
|
14
|
+
"version": "2.14.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.1.0",
|
37
|
-
"@modern-js/plugin-i18n": "2.
|
38
|
-
"@modern-js/utils": "2.
|
37
|
+
"@modern-js/plugin-i18n": "2.14.0",
|
38
|
+
"@modern-js/utils": "2.14.0"
|
39
39
|
},
|
40
40
|
"devDependencies": {
|
41
41
|
"@babel/runtime": "^7.18.0",
|
@@ -44,9 +44,9 @@
|
|
44
44
|
"jest": "^29",
|
45
45
|
"ts-node": "^10.1.0",
|
46
46
|
"typescript": "^4",
|
47
|
-
"@modern-js/upgrade-generator": "3.1.
|
48
|
-
"@scripts/build": "2.
|
49
|
-
"@scripts/jest-config": "2.
|
47
|
+
"@modern-js/upgrade-generator": "3.1.8",
|
48
|
+
"@scripts/build": "2.14.0",
|
49
|
+
"@scripts/jest-config": "2.14.0"
|
50
50
|
},
|
51
51
|
"sideEffects": false,
|
52
52
|
"publishConfig": {
|