Skip to content

Commit 610aba8

Browse files
authored
Merge fef043d into 56e4638
2 parents 56e4638 + fef043d commit 610aba8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

packages/react/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@
9393
"@styled-system/css": "^5.1.5",
9494
"@styled-system/props": "^5.1.5",
9595
"@styled-system/theme-get": "^5.1.2",
96-
"@types/react-is": "^18.2.1",
9796
"@types/styled-system": "^5.1.23",
9897
"@types/styled-system__css": "^5.0.16",
9998
"@types/styled-system__theme-get": "^5.0.1",
@@ -107,7 +106,6 @@
107106
"lodash.isobject": "^3.0.2",
108107
"react-compiler-runtime": "^19.1.0-rc.2",
109108
"react-intersection-observer": "^9.16.0",
110-
"react-is": "^18.2.0",
111109
"styled-system": "^5.1.5",
112110
"type-check": "0.4.0"
113111
},
@@ -218,9 +216,11 @@
218216
"peerDependencies": {
219217
"@types/react": "18.x || 19.x",
220218
"@types/react-dom": "18.x || 19.x",
219+
"@types/react-is": "18.x || 19.x",
221220
"@types/styled-components": "^5.1.11",
222221
"react": "18.x || 19.x",
223222
"react-dom": "18.x || 19.x",
223+
"react-is": "18.x || 19.x",
224224
"styled-components": "5.x"
225225
},
226226
"peerDependenciesMeta": {
@@ -230,6 +230,9 @@
230230
"@types/react-dom": {
231231
"optional": true
232232
},
233+
"@types/react-is": {
234+
"optional": true
235+
},
233236
"@types/styled-components": {
234237
"optional": true
235238
}

0 commit comments

Comments
 (0)