Skip to content

Commit 63aa37e

Browse files
renovate[bot]scaleway-botMatthias Prost
authored
fix(devdeps): update babel monorepo to v7.28.4 (#5539)
* fix(devdeps): update babel monorepo to v7.28.4 * chore: add changeset renovate-d786e0b --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Scaleway Bot <github@scaleway.com> Co-authored-by: Matthias Prost <mprost@scaleway.com>
1 parent 489f133 commit 63aa37e

File tree

8 files changed

+485
-431
lines changed

8 files changed

+485
-431
lines changed

.changeset/renovate-d786e0b.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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.4`.
9+
Updated dependency `@babel/runtime` to `7.28.4`.
10+
Updated dependency `@babel/eslint-parser` to `7.28.4`.

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.28.3",
34+
"@babel/core": "7.28.4",
3535
"@types/node": "22.18.3",
3636
"@types/react": "19.1.13",
3737
"@types/react-syntax-highlighter": "15.5.13",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,13 @@
9090
}
9191
},
9292
"devDependencies": {
93-
"@babel/core": "7.28.3",
94-
"@babel/eslint-parser": "7.28.0",
93+
"@babel/core": "7.28.4",
94+
"@babel/eslint-parser": "7.28.4",
9595
"@babel/plugin-transform-runtime": "7.28.3",
9696
"@babel/preset-env": "7.28.3",
9797
"@babel/preset-react": "7.27.1",
9898
"@babel/preset-typescript": "7.27.1",
99-
"@babel/runtime": "7.28.3",
99+
"@babel/runtime": "7.28.4",
100100
"@biomejs/biome": "2.2.4",
101101
"@changesets/changelog-github": "0.5.1",
102102
"@changesets/cli": "2.29.7",

packages/form/package.json

Lines changed: 2 additions & 2 deletions
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.28.3",
73+
"@babel/core": "7.28.4",
7474
"@emotion/react": "11.14.0",
7575
"@emotion/styled": "11.14.1",
7676
"@types/final-form-focus": "1.1.7",
@@ -82,7 +82,7 @@
8282
"react-dom": "19.1.1"
8383
},
8484
"dependencies": {
85-
"@babel/runtime": "7.28.3",
85+
"@babel/runtime": "7.28.4",
8686
"@ultraviolet/icons": "workspace:*",
8787
"@ultraviolet/themes": "workspace:*",
8888
"react-hook-form": "7.55.0"

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.28.3",
113+
"@babel/core": "7.28.4",
114114
"@emotion/react": "11.14.0",
115115
"@emotion/styled": "11.14.1",
116116
"@types/react": "19.1.13",

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.28.3",
73+
"@babel/core": "7.28.4",
7474
"@emotion/react": "11.14.0",
7575
"@emotion/styled": "11.14.1",
7676
"@types/react": "19.1.13",

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.28.3",
75+
"@babel/core": "7.28.4",
7676
"@emotion/react": "11.14.0",
7777
"@emotion/styled": "11.14.1",
7878
"@types/react": "19.1.13",

0 commit comments

Comments
 (0)