@cedarjs/babel-config 2.5.0 → 2.5.1-next.27
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/README.md +2 -2
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Cedar's Babel Config
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Cedar's Babel config. This package has been extracted out of `@cedarjs/internal`.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/babel-config",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.1-next.27+4a00a5632",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/cedarjs/cedar.git",
|
|
@@ -23,19 +23,19 @@
|
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@babel/core": "^7.26.10",
|
|
26
|
-
"@babel/parser": "7.
|
|
26
|
+
"@babel/parser": "7.29.0",
|
|
27
27
|
"@babel/plugin-transform-class-properties": "7.28.6",
|
|
28
28
|
"@babel/plugin-transform-private-methods": "7.28.6",
|
|
29
29
|
"@babel/plugin-transform-private-property-in-object": "7.28.6",
|
|
30
30
|
"@babel/plugin-transform-react-jsx": "7.28.6",
|
|
31
|
-
"@babel/plugin-transform-runtime": "7.
|
|
32
|
-
"@babel/preset-env": "7.
|
|
31
|
+
"@babel/plugin-transform-runtime": "7.29.0",
|
|
32
|
+
"@babel/preset-env": "7.29.0",
|
|
33
33
|
"@babel/preset-react": "7.28.5",
|
|
34
34
|
"@babel/preset-typescript": "7.28.5",
|
|
35
35
|
"@babel/register": "7.28.6",
|
|
36
|
-
"@babel/runtime-corejs3": "7.
|
|
37
|
-
"@babel/traverse": "7.
|
|
38
|
-
"@cedarjs/project-config": "2.5.
|
|
36
|
+
"@babel/runtime-corejs3": "7.29.0",
|
|
37
|
+
"@babel/traverse": "7.29.0",
|
|
38
|
+
"@cedarjs/project-config": "2.5.1-next.27+4a00a5632",
|
|
39
39
|
"babel-plugin-auto-import": "1.1.0",
|
|
40
40
|
"babel-plugin-graphql-tag": "3.3.0",
|
|
41
41
|
"babel-plugin-module-resolver": "5.0.2",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"typescript": "5.9.3"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@cedarjs/framework-tools": "
|
|
48
|
+
"@cedarjs/framework-tools": "2.5.1-next.27",
|
|
49
49
|
"@types/babel-plugin-tester": "11.0.0",
|
|
50
50
|
"@types/babel__core": "7.20.5",
|
|
51
51
|
"@types/babel__register": "7.17.3",
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"publishConfig": {
|
|
58
58
|
"access": "public"
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "4a00a56324db4db5db1559e21850f4d9b5856b52"
|
|
61
61
|
}
|