Skip to content

Commit faaccb7

Browse files
chore(devdeps): update dependency @babel/core to v7.27.7 (#5325)
* chore(devdeps): update dependency @babel/core to v7.27.7 * chore: add changeset renovate-54afa5e --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Scaleway Bot <[email protected]>
1 parent 029f2bc commit faaccb7

File tree

8 files changed

+468
-430
lines changed

8 files changed

+468
-430
lines changed

.changeset/renovate-54afa5e.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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.27.7`.

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.4",
34+
"@babel/core": "7.27.7",
3535
"@types/node": "22.16.3",
3636
"@types/react": "19.1.8",
3737
"@types/react-syntax-highlighter": "15.5.13",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
}
9191
},
9292
"devDependencies": {
93-
"@babel/core": "7.27.4",
93+
"@babel/core": "7.27.7",
9494
"@babel/eslint-parser": "7.27.5",
9595
"@babel/plugin-transform-runtime": "7.27.4",
9696
"@babel/preset-env": "7.27.2",

packages/form/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"react-dom": "18.x || 19.x"
7070
},
7171
"devDependencies": {
72-
"@babel/core": "7.27.4",
72+
"@babel/core": "7.27.7",
7373
"@emotion/react": "11.14.0",
7474
"@emotion/styled": "11.14.1",
7575
"@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
@@ -116,7 +116,7 @@
116116
"react-dom": "18.x || 19.x"
117117
},
118118
"devDependencies": {
119-
"@babel/core": "7.27.4",
119+
"@babel/core": "7.27.7",
120120
"@emotion/react": "11.14.0",
121121
"@emotion/styled": "11.14.1",
122122
"@types/react": "19.1.8",

packages/plus/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"react-dom": "18.x || 19.x"
7070
},
7171
"devDependencies": {
72-
"@babel/core": "7.27.4",
72+
"@babel/core": "7.27.7",
7373
"@emotion/react": "11.14.0",
7474
"@emotion/styled": "11.14.1",
7575
"@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.4",
75+
"@babel/core": "7.27.7",
7676
"@emotion/react": "11.14.0",
7777
"@emotion/styled": "11.14.1",
7878
"@types/react": "19.1.8",

0 commit comments

Comments
 (0)