Skip to content

Commit

Permalink
📌(frontend) pin styled components to 5.3.11
Browse files Browse the repository at this point in the history
As Grommet is not compatible with styled components v6, we need to pin
it.

grommet/grommet#6857
  • Loading branch information
kernicPanel committed Jul 4, 2023
1 parent 1718df5 commit 49c6181
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 131 deletions.
1 change: 1 addition & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"react-query",
"react-router-dom",
"react-test-renderer",
"styled-components",
"typescript",
"video.js",
"videojs-contrib-quality-levels"
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.0.2",
"styled-components": "6.0.2",
"styled-components": "5.3.11",
"typescript": "4.9.5",
"zustand": "4.3.8"
},
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/packages/lib_tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"react-query": "3.39.3",
"react-router-dom": "*",
"source-map-loader": "4.0.1",
"styled-components": "6.0.2",
"styled-components": "5.3.11",
"typescript": "*",
"xhr-mock": "2.5.1"
},
Expand Down
Loading

0 comments on commit 49c6181

Please sign in to comment.