Skip to content

Commit e1085f5

Browse files
chore(devdeps): update babel monorepo to v7.26.10
1 parent 8208512 commit e1085f5

File tree

7 files changed

+435
-360
lines changed

7 files changed

+435
-360
lines changed

examples/next/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"schema-dts": "1.1.5"
3232
},
3333
"devDependencies": {
34-
"@babel/core": "7.26.9",
34+
"@babel/core": "7.26.10",
3535
"@types/node": "22.13.10",
3636
"@types/react": "19.0.10",
3737
"@types/react-syntax-highlighter": "15.5.13",

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@
9191
}
9292
},
9393
"devDependencies": {
94-
"@babel/core": "7.26.9",
95-
"@babel/eslint-parser": "7.26.8",
96-
"@babel/plugin-transform-runtime": "7.26.9",
94+
"@babel/core": "7.26.10",
95+
"@babel/eslint-parser": "7.26.10",
96+
"@babel/plugin-transform-runtime": "7.26.10",
9797
"@babel/preset-env": "7.26.9",
9898
"@babel/preset-react": "7.26.3",
9999
"@babel/preset-typescript": "7.26.0",

packages/form/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"react-dom": "18.x || 19.x"
7171
},
7272
"devDependencies": {
73-
"@babel/core": "7.26.9",
73+
"@babel/core": "7.26.10",
7474
"@emotion/react": "11.14.0",
7575
"@emotion/styled": "11.14.0",
7676
"@types/final-form-focus": "1.1.7",

packages/icons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"react-dom": "18.x || 19.x"
118118
},
119119
"devDependencies": {
120-
"@babel/core": "7.26.9",
120+
"@babel/core": "7.26.10",
121121
"@emotion/react": "11.14.0",
122122
"@emotion/styled": "11.14.0",
123123
"@types/react": "19.0.10",

packages/plus/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"react-dom": "18.x || 19.x"
7171
},
7272
"devDependencies": {
73-
"@babel/core": "7.26.9",
73+
"@babel/core": "7.26.10",
7474
"@emotion/react": "11.14.0",
7575
"@emotion/styled": "11.14.0",
7676
"@types/react": "19.0.10",

packages/ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"react-dom": "18.x || 19.x"
7474
},
7575
"devDependencies": {
76-
"@babel/core": "7.26.9",
76+
"@babel/core": "7.26.10",
7777
"@emotion/react": "11.14.0",
7878
"@emotion/styled": "11.14.0",
7979
"@types/react": "19.0.10",

0 commit comments

Comments
 (0)