Skip to content

Commit

Permalink
fix(deps): update dependency styled-components to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 27, 2023
1 parent 43029b6 commit 25014b9
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 41 deletions.
2 changes: 1 addition & 1 deletion apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"color": "^4.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "^5.3.6",
"styled-components": "^5.3.6 || ^6.0.0",
"yaml": "^2.3.1",
"date-fns": "^2.30.0"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"next": "13.5.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"styled-components": "^5.3.6"
"styled-components": "^5.3.6 || ^6.0.0"
},
"devDependencies": {
"@babel/core": "^7.22.9",
Expand Down
Loading

0 comments on commit 25014b9

Please sign in to comment.