Skip to content

Commit b28f612

Browse files
chore(devdeps): update babel monorepo to v7.28.0 (#5359)
* chore(devdeps): update babel monorepo to v7.28.0 * chore: add changeset renovate-e73abea --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Scaleway Bot <[email protected]>
1 parent 3edf7d5 commit b28f612

File tree

8 files changed

+470
-424
lines changed

8 files changed

+470
-424
lines changed

.changeset/renovate-e73abea.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
'@ultraviolet/form': patch
3+
'@ultraviolet/icons': patch
4+
'@ultraviolet/plus': patch
5+
'@ultraviolet/ui': patch
6+
---
7+
8+
Updated dependency `@babel/core` to `7.28.0`.
9+
Updated dependency `@babel/eslint-parser` to `7.28.0`.
10+
Updated dependency `@babel/plugin-transform-runtime` to `7.28.0`.
11+
Updated dependency `@babel/preset-env` to `7.28.0`.

examples/next/package.json

Lines changed: 1 addition & 1 deletion
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.27.7",
34+
"@babel/core": "7.28.0",
3535
"@types/node": "22.16.5",
3636
"@types/react": "19.1.8",
3737
"@types/react-syntax-highlighter": "15.5.13",

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@
9090
}
9191
},
9292
"devDependencies": {
93-
"@babel/core": "7.27.7",
94-
"@babel/eslint-parser": "7.27.5",
95-
"@babel/plugin-transform-runtime": "7.27.4",
96-
"@babel/preset-env": "7.27.2",
93+
"@babel/core": "7.28.0",
94+
"@babel/eslint-parser": "7.28.0",
95+
"@babel/plugin-transform-runtime": "7.28.0",
96+
"@babel/preset-env": "7.28.0",
9797
"@babel/preset-react": "7.27.1",
9898
"@babel/preset-typescript": "7.27.1",
9999
"@babel/runtime": "7.27.6",

packages/form/package.json

Lines changed: 1 addition & 1 deletion
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.27.7",
73+
"@babel/core": "7.28.0",
7474
"@emotion/react": "11.14.0",
7575
"@emotion/styled": "11.14.1",
7676
"@types/final-form-focus": "1.1.7",

packages/icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"react-dom": "18.x || 19.x"
111111
},
112112
"devDependencies": {
113-
"@babel/core": "7.27.7",
113+
"@babel/core": "7.28.0",
114114
"@emotion/react": "11.14.0",
115115
"@emotion/styled": "11.14.1",
116116
"@types/react": "19.1.8",

packages/plus/package.json

Lines changed: 1 addition & 1 deletion
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.27.7",
73+
"@babel/core": "7.28.0",
7474
"@emotion/react": "11.14.0",
7575
"@emotion/styled": "11.14.1",
7676
"@types/react": "19.1.8",

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"react-dom": "18.x || 19.x"
7373
},
7474
"devDependencies": {
75-
"@babel/core": "7.27.7",
75+
"@babel/core": "7.28.0",
7676
"@emotion/react": "11.14.0",
7777
"@emotion/styled": "11.14.1",
7878
"@types/react": "19.1.8",

0 commit comments

Comments
 (0)