@jsenv/plugin-transpilation 1.5.66 → 1.5.68
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/package.json +20 -20
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jsenv/plugin-transpilation",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.68",
|
|
4
4
|
"description": "TODO",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -19,45 +19,45 @@
|
|
|
19
19
|
"/src/"
|
|
20
20
|
],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@babel/plugin-syntax-import-assertions": "7.
|
|
22
|
+
"@babel/plugin-syntax-import-assertions": "7.28.6",
|
|
23
23
|
"@babel/plugin-syntax-object-rest-spread": "7.8.3",
|
|
24
24
|
"@babel/plugin-syntax-optional-catch-binding": "7.8.3",
|
|
25
25
|
"@babel/plugin-transform-arrow-functions": "7.27.1",
|
|
26
26
|
"@babel/plugin-transform-block-scoped-functions": "7.27.1",
|
|
27
|
-
"@babel/plugin-transform-block-scoping": "7.28.
|
|
28
|
-
"@babel/plugin-transform-classes": "7.28.
|
|
29
|
-
"@babel/plugin-transform-computed-properties": "7.
|
|
27
|
+
"@babel/plugin-transform-block-scoping": "7.28.6",
|
|
28
|
+
"@babel/plugin-transform-classes": "7.28.6",
|
|
29
|
+
"@babel/plugin-transform-computed-properties": "7.28.6",
|
|
30
30
|
"@babel/plugin-transform-destructuring": "7.28.5",
|
|
31
|
-
"@babel/plugin-transform-dotall-regex": "7.
|
|
31
|
+
"@babel/plugin-transform-dotall-regex": "7.28.6",
|
|
32
32
|
"@babel/plugin-transform-duplicate-keys": "7.27.1",
|
|
33
|
-
"@babel/plugin-transform-exponentiation-operator": "7.28.
|
|
33
|
+
"@babel/plugin-transform-exponentiation-operator": "7.28.6",
|
|
34
34
|
"@babel/plugin-transform-for-of": "7.27.1",
|
|
35
35
|
"@babel/plugin-transform-function-name": "7.27.1",
|
|
36
|
-
"@babel/plugin-transform-json-strings": "7.
|
|
36
|
+
"@babel/plugin-transform-json-strings": "7.28.6",
|
|
37
37
|
"@babel/plugin-transform-literals": "7.27.1",
|
|
38
38
|
"@babel/plugin-transform-new-target": "7.27.1",
|
|
39
|
-
"@babel/plugin-transform-numeric-separator": "7.
|
|
40
|
-
"@babel/plugin-transform-object-rest-spread": "7.28.
|
|
39
|
+
"@babel/plugin-transform-numeric-separator": "7.28.6",
|
|
40
|
+
"@babel/plugin-transform-object-rest-spread": "7.28.6",
|
|
41
41
|
"@babel/plugin-transform-object-super": "7.27.1",
|
|
42
|
-
"@babel/plugin-transform-optional-catch-binding": "7.
|
|
43
|
-
"@babel/plugin-transform-optional-chaining": "7.28.
|
|
42
|
+
"@babel/plugin-transform-optional-catch-binding": "7.28.6",
|
|
43
|
+
"@babel/plugin-transform-optional-chaining": "7.28.6",
|
|
44
44
|
"@babel/plugin-transform-parameters": "7.27.7",
|
|
45
|
-
"@babel/plugin-transform-regenerator": "7.
|
|
45
|
+
"@babel/plugin-transform-regenerator": "7.29.0",
|
|
46
46
|
"@babel/plugin-transform-shorthand-properties": "7.27.1",
|
|
47
|
-
"@babel/plugin-transform-spread": "7.
|
|
47
|
+
"@babel/plugin-transform-spread": "7.28.6",
|
|
48
48
|
"@babel/plugin-transform-sticky-regex": "7.27.1",
|
|
49
49
|
"@babel/plugin-transform-template-literals": "7.27.1",
|
|
50
50
|
"@babel/plugin-transform-typeof-symbol": "7.27.1",
|
|
51
|
-
"@babel/plugin-transform-unicode-property-regex": "7.
|
|
51
|
+
"@babel/plugin-transform-unicode-property-regex": "7.28.6",
|
|
52
52
|
"@babel/plugin-transform-unicode-regex": "7.27.1",
|
|
53
|
-
"@jsenv/ast": "6.7.
|
|
54
|
-
"@jsenv/js-module-fallback": "1.4.
|
|
55
|
-
"@jsenv/sourcemap": "1.3.
|
|
56
|
-
"@jsenv/urls": "2.9.
|
|
53
|
+
"@jsenv/ast": "6.7.19",
|
|
54
|
+
"@jsenv/js-module-fallback": "1.4.27",
|
|
55
|
+
"@jsenv/sourcemap": "1.3.15",
|
|
56
|
+
"@jsenv/urls": "2.9.6",
|
|
57
57
|
"@jsenv/utils": "2.3.1",
|
|
58
58
|
"babel-plugin-transform-async-to-promises": "0.8.18",
|
|
59
59
|
"construct-style-sheets-polyfill": "3.1.0",
|
|
60
|
-
"lightningcss": "1.
|
|
60
|
+
"lightningcss": "1.31.1"
|
|
61
61
|
},
|
|
62
62
|
"engines": {
|
|
63
63
|
"node": ">=16.13.0"
|