Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency styled-components to v6.1.14 #528

Merged
merged 1 commit into from
Jan 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"react-feather": "2.0.10",
"styled-components": "6.1.13",
"styled-components": "6.1.14",
"xstate": "4.38.0"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19840,9 +19840,9 @@ __metadata:
languageName: node
linkType: hard

"styled-components@npm:6.1.13":
version: 6.1.13
resolution: "styled-components@npm:6.1.13"
"styled-components@npm:6.1.14":
version: 6.1.14
resolution: "styled-components@npm:6.1.14"
dependencies:
"@emotion/is-prop-valid": 1.2.2
"@emotion/unitless": 0.8.1
Expand All @@ -19856,7 +19856,7 @@ __metadata:
peerDependencies:
react: ">= 16.8.0"
react-dom: ">= 16.8.0"
checksum: dd0379179c6ce9655c97285e9f6475b533d4cc4cad72e8f16824c5454803a9d12126877d8b2837cd5b54520250c55cde97a183e813eed720d2575362d9646663
checksum: a1b982dda8e9a4e6872e293ac6845fd1d0747abd64862bdd694975e75bc4719ecbbd1636cd7819b59ad30e7a18d95d02f5de8a56e0053117d34394e02d7a8ebc
languageName: node
linkType: hard

Expand Down Expand Up @@ -21308,7 +21308,7 @@ __metadata:
react: 18.3.1
react-dom: 18.3.1
react-feather: 2.0.10
styled-components: 6.1.13
styled-components: 6.1.14
xstate: 4.38.0
languageName: unknown
linkType: soft
Expand Down
Loading