@umijs/bundler-utils 4.0.89 → 4.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/compiled/babel/index.js +3518 -5495
- package/package.json +28 -28
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umijs/bundler-utils",
|
|
3
|
-
"version": "4.0
|
|
3
|
+
"version": "4.1.0",
|
|
4
4
|
"homepage": "https://github.com/umijs/umi/tree/master/packages/bundler-utils#readme",
|
|
5
5
|
"bugs": "https://github.com/umijs/umi/issues",
|
|
6
6
|
"repository": {
|
|
@@ -19,39 +19,39 @@
|
|
|
19
19
|
"regenerate": "^1.4.2",
|
|
20
20
|
"regenerate-unicode-properties": "10.1.1",
|
|
21
21
|
"spdy": "^4.0.2",
|
|
22
|
-
"@umijs/utils": "4.0
|
|
22
|
+
"@umijs/utils": "4.1.0"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@babel/code-frame": "7.
|
|
26
|
-
"@babel/core": "7.23.
|
|
27
|
-
"@babel/generator": "7.23.
|
|
25
|
+
"@babel/code-frame": "7.23.5",
|
|
26
|
+
"@babel/core": "7.23.6",
|
|
27
|
+
"@babel/generator": "7.23.6",
|
|
28
28
|
"@babel/helper-module-imports": "7.22.15",
|
|
29
|
-
"@babel/parser": "7.23.
|
|
30
|
-
"@babel/plugin-proposal-decorators": "7.23.
|
|
31
|
-
"@babel/plugin-proposal-do-expressions": "7.
|
|
32
|
-
"@babel/plugin-proposal-export-default-from": "7.
|
|
33
|
-
"@babel/plugin-proposal-function-bind": "7.
|
|
34
|
-
"@babel/plugin-proposal-partial-application": "7.
|
|
35
|
-
"@babel/plugin-proposal-pipeline-operator": "7.
|
|
36
|
-
"@babel/plugin-proposal-record-and-tuple": "7.
|
|
37
|
-
"@babel/plugin-transform-class-properties": "7.
|
|
38
|
-
"@babel/plugin-transform-export-namespace-from": "7.
|
|
39
|
-
"@babel/plugin-transform-private-methods": "7.
|
|
40
|
-
"@babel/plugin-transform-private-property-in-object": "7.
|
|
41
|
-
"@babel/plugin-transform-runtime": "7.23.
|
|
42
|
-
"@babel/preset-env": "7.23.
|
|
43
|
-
"@babel/preset-react": "7.
|
|
44
|
-
"@babel/preset-typescript": "7.23.
|
|
29
|
+
"@babel/parser": "7.23.6",
|
|
30
|
+
"@babel/plugin-proposal-decorators": "7.23.6",
|
|
31
|
+
"@babel/plugin-proposal-do-expressions": "7.23.3",
|
|
32
|
+
"@babel/plugin-proposal-export-default-from": "7.23.3",
|
|
33
|
+
"@babel/plugin-proposal-function-bind": "7.23.3",
|
|
34
|
+
"@babel/plugin-proposal-partial-application": "7.23.3",
|
|
35
|
+
"@babel/plugin-proposal-pipeline-operator": "7.23.3",
|
|
36
|
+
"@babel/plugin-proposal-record-and-tuple": "7.23.3",
|
|
37
|
+
"@babel/plugin-transform-class-properties": "7.23.3",
|
|
38
|
+
"@babel/plugin-transform-export-namespace-from": "7.23.4",
|
|
39
|
+
"@babel/plugin-transform-private-methods": "7.23.3",
|
|
40
|
+
"@babel/plugin-transform-private-property-in-object": "7.23.4",
|
|
41
|
+
"@babel/plugin-transform-runtime": "7.23.6",
|
|
42
|
+
"@babel/preset-env": "7.23.6",
|
|
43
|
+
"@babel/preset-react": "7.23.3",
|
|
44
|
+
"@babel/preset-typescript": "7.23.3",
|
|
45
45
|
"@babel/register": "7.22.15",
|
|
46
46
|
"@babel/template": "7.22.15",
|
|
47
|
-
"@babel/traverse": "7.23.
|
|
48
|
-
"@babel/types": "7.23.
|
|
49
|
-
"@types/babel__code-frame": "7.0.
|
|
50
|
-
"@types/babel__core": "7.20.
|
|
51
|
-
"@types/babel__generator": "7.6.
|
|
47
|
+
"@babel/traverse": "7.23.6",
|
|
48
|
+
"@babel/types": "7.23.6",
|
|
49
|
+
"@types/babel__code-frame": "7.0.6",
|
|
50
|
+
"@types/babel__core": "7.20.5",
|
|
51
|
+
"@types/babel__generator": "7.6.8",
|
|
52
52
|
"@types/babel__parser": "7.1.1",
|
|
53
|
-
"@types/babel__template": "7.4.
|
|
54
|
-
"@types/babel__traverse": "7.20.
|
|
53
|
+
"@types/babel__template": "7.4.4",
|
|
54
|
+
"@types/babel__traverse": "7.20.4",
|
|
55
55
|
"@types/express": "4.17.17",
|
|
56
56
|
"@types/less": "3.0.3",
|
|
57
57
|
"@types/spdy": "^3.4.5",
|