Skip to content

Commit a1e9f20

Browse files
author
Lee Zhen Jie
committed
feat: upgrade styled components
1 parent dcf5a38 commit a1e9f20

File tree

2 files changed

+454
-85
lines changed

2 files changed

+454
-85
lines changed

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@
7979
"@types/react": "^17.0.37",
8080
"@types/react-dom": "^17.0.11",
8181
"@types/react-test-renderer": "^17.0.1",
82-
"@types/styled-components": "^5.1.1",
8382
"@types/styled-system": "^5.1.10",
8483
"@typescript-eslint/eslint-plugin": "^5.6.0",
8584
"@typescript-eslint/parser": "^5.6.0",
@@ -117,7 +116,6 @@
117116
"react-is": "^17.0.2",
118117
"react-test-renderer": "^17.0.2",
119118
"start-server-and-test": "^1.15.2",
120-
"styled-components": "^5.1.1",
121119
"stylelint": "^10.0.1",
122120
"stylelint-config-recommended": "^2.2.0",
123121
"stylelint-config-styled-components": "^0.1.1",
@@ -135,13 +133,14 @@
135133
"moment": "^2.24.0",
136134
"polaris-glints": "^15.12.0",
137135
"react-id-generator": "^3.0.1",
138-
"styled-system": "^5.1.5"
136+
"styled-components": "^6.0.3",
137+
"styled-system": "^5.1.5",
138+
"stylis": "^4.3.0"
139139
},
140140
"peerDependencies": {
141141
"lodash-es": "^4.0.0",
142142
"react": "^16.3.0 || ^17",
143-
"react-dom": "^16.3.0 || ^17",
144-
"styled-components": "^4.0.0 || ^5.0.0"
143+
"react-dom": "^16.3.0 || ^17"
145144
},
146145
"jest": {
147146
"moduleNameMapper": {

0 commit comments

Comments
 (0)