Skip to content

Commit 029f2bc

Browse files
fix(deps): update dependency @emotion/styled to v11.14.1 (#5315)
* fix(deps): update dependency @emotion/styled to v11.14.1 * chore: add changeset renovate-c42ba0b --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Scaleway Bot <[email protected]>
1 parent ce31fd7 commit 029f2bc

File tree

13 files changed

+51
-42
lines changed

13 files changed

+51
-42
lines changed

.changeset/renovate-c42ba0b.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
'@ultraviolet/form': patch
3+
'@ultraviolet/icons': patch
4+
'@ultraviolet/illustrations': patch
5+
'@ultraviolet/plus': patch
6+
'@ultraviolet/ui': patch
7+
---
8+
9+
Updated dependency `@emotion/styled` to `11.14.1`.

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@emotion/react": "11.14.0",
16-
"@emotion/styled": "11.14.0",
16+
"@emotion/styled": "11.14.1",
1717
"@ultraviolet/fonts": "workspace:*",
1818
"@ultraviolet/form": "workspace:*",
1919
"@ultraviolet/icons": "workspace:*",

examples/next-app-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@emotion/react": "11.14.0",
13-
"@emotion/styled": "11.14.0",
13+
"@emotion/styled": "11.14.1",
1414
"@scaleway/regex": "5.3.2",
1515
"@ultraviolet/fonts": "workspace:*",
1616
"@ultraviolet/form": "workspace:*",

examples/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@emotion/react": "11.14.0",
19-
"@emotion/styled": "11.14.0",
19+
"@emotion/styled": "11.14.1",
2020
"@scaleway/regex": "5.3.2",
2121
"@ultraviolet/fonts": "workspace:*",
2222
"@ultraviolet/form": "workspace:*",

examples/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@emotion/react": "11.14.0",
14-
"@emotion/styled": "11.14.0",
14+
"@emotion/styled": "11.14.1",
1515
"@ultraviolet/icons": "workspace:*",
1616
"@ultraviolet/themes": "workspace:*",
1717
"@ultraviolet/ui": "workspace:*",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"@emotion/eslint-plugin": "11.12.0",
108108
"@emotion/jest": "11.13.0",
109109
"@emotion/react": "11.14.0",
110-
"@emotion/styled": "11.14.0",
110+
"@emotion/styled": "11.14.1",
111111
"@eslint/compat": "1.3.1",
112112
"@eslint/eslintrc": "3.3.1",
113113
"@manypkg/cli": "0.24.0",

packages/form/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,14 @@
6464
],
6565
"peerDependencies": {
6666
"@emotion/react": "11.14.0",
67-
"@emotion/styled": "11.14.0",
67+
"@emotion/styled": "11.14.1",
6868
"react": "18.x || 19.x",
6969
"react-dom": "18.x || 19.x"
7070
},
7171
"devDependencies": {
7272
"@babel/core": "7.27.4",
7373
"@emotion/react": "11.14.0",
74-
"@emotion/styled": "11.14.0",
74+
"@emotion/styled": "11.14.1",
7575
"@types/final-form-focus": "1.1.7",
7676
"@types/react": "19.1.8",
7777
"@types/react-dom": "19.1.6",

packages/icons/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,14 @@
111111
],
112112
"peerDependencies": {
113113
"@emotion/react": "11.14.0",
114-
"@emotion/styled": "11.14.0",
114+
"@emotion/styled": "11.14.1",
115115
"react": "18.x || 19.x",
116116
"react-dom": "18.x || 19.x"
117117
},
118118
"devDependencies": {
119119
"@babel/core": "7.27.4",
120120
"@emotion/react": "11.14.0",
121-
"@emotion/styled": "11.14.0",
121+
"@emotion/styled": "11.14.1",
122122
"@types/react": "19.1.8",
123123
"@types/react-dom": "19.1.6",
124124
"@utils/test": "workspace:*",

packages/illustrations/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
],
9797
"peerDependencies": {
9898
"@emotion/react": "11.14.0",
99-
"@emotion/styled": "11.14.0",
99+
"@emotion/styled": "11.14.1",
100100
"react": "18.x || 19.x",
101101
"react-dom": "18.x || 19.x"
102102
},
@@ -105,7 +105,7 @@
105105
},
106106
"devDependencies": {
107107
"@emotion/react": "11.14.0",
108-
"@emotion/styled": "11.14.0",
108+
"@emotion/styled": "11.14.1",
109109
"@ultraviolet/ui": "workspace:*",
110110
"@utils/test": "workspace:*",
111111
"react": "19.1.0",

packages/plus/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,14 @@
6464
],
6565
"peerDependencies": {
6666
"@emotion/react": "11.14.0",
67-
"@emotion/styled": "11.14.0",
67+
"@emotion/styled": "11.14.1",
6868
"react": "18.x || 19.x",
6969
"react-dom": "18.x || 19.x"
7070
},
7171
"devDependencies": {
7272
"@babel/core": "7.27.4",
7373
"@emotion/react": "11.14.0",
74-
"@emotion/styled": "11.14.0",
74+
"@emotion/styled": "11.14.1",
7575
"@types/react": "19.1.8",
7676
"@types/react-dom": "19.1.6",
7777
"@ultraviolet/illustrations": "workspace:*",

0 commit comments

Comments
 (0)