@modern-js/babel-compiler 2.61.0 → 2.62.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -4
package/package.json
CHANGED
@@ -15,7 +15,7 @@
|
|
15
15
|
"modern",
|
16
16
|
"modern.js"
|
17
17
|
],
|
18
|
-
"version": "2.
|
18
|
+
"version": "2.62.0",
|
19
19
|
"jsnext:source": "./src/index.ts",
|
20
20
|
"types": "./dist/types/index.d.ts",
|
21
21
|
"main": "./dist/cjs/index.js",
|
@@ -33,7 +33,7 @@
|
|
33
33
|
"dependencies": {
|
34
34
|
"@babel/core": "^7.26.0",
|
35
35
|
"@swc/helpers": "0.5.13",
|
36
|
-
"@modern-js/utils": "2.
|
36
|
+
"@modern-js/utils": "2.62.0"
|
37
37
|
},
|
38
38
|
"devDependencies": {
|
39
39
|
"@babel/plugin-transform-classes": "^7.22.15",
|
@@ -44,8 +44,8 @@
|
|
44
44
|
"@types/node": "^14",
|
45
45
|
"jest": "^29",
|
46
46
|
"typescript": "^5",
|
47
|
-
"@scripts/build": "2.
|
48
|
-
"@scripts/jest-config": "2.
|
47
|
+
"@scripts/build": "2.62.0",
|
48
|
+
"@scripts/jest-config": "2.62.0"
|
49
49
|
},
|
50
50
|
"sideEffects": false,
|
51
51
|
"publishConfig": {
|