Skip to content

Commit 97011e4

Browse files
committed
fix: styles now have proper types
Signed-off-by: Alejandro Parcet Gonzalez <[email protected]>
1 parent 285cfc0 commit 97011e4

File tree

2 files changed

+233
-232
lines changed

2 files changed

+233
-232
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@
7979
"@testing-library/react": "^16.0.1",
8080
"@types/react": "^18.2.8",
8181
"@types/react-beautiful-dnd": "^13.1.5",
82-
"@types/react-dom": "^18.2.4",
82+
"@types/react-dom": "^18.2.8",
83+
"@types/styled-components": "^5.1.26",
8384
"@typescript-eslint/eslint-plugin": "^5.0.0",
8485
"@typescript-eslint/parser": "^5.0.0",
8586
"@vercel/webpack-asset-relocator-loader": "1.7.3",
@@ -181,7 +182,7 @@
181182
"react-toastify": "^9.1.3",
182183
"semver": "^7.5.2",
183184
"serialport": "^12.0.0",
184-
"styled-components": "6.1.15",
185+
"styled-components": "5.3.11",
185186
"sudo-prompt": "^9.2.1",
186187
"tailwind-merge": "^2.2.0",
187188
"tailwindcss-animate": "^1.0.7",

0 commit comments

Comments
 (0)