|
93 | 93 | "@styled-system/css": "^5.1.5",
|
94 | 94 | "@styled-system/props": "^5.1.5",
|
95 | 95 | "@styled-system/theme-get": "^5.1.2",
|
96 |
| - "@types/react-is": "^18.2.1", |
97 | 96 | "@types/styled-system": "^5.1.23",
|
98 | 97 | "@types/styled-system__css": "^5.0.16",
|
99 | 98 | "@types/styled-system__theme-get": "^5.0.1",
|
|
107 | 106 | "lodash.isobject": "^3.0.2",
|
108 | 107 | "react-compiler-runtime": "^19.1.0-rc.2",
|
109 | 108 | "react-intersection-observer": "^9.16.0",
|
110 |
| - "react-is": "^18.2.0", |
111 | 109 | "styled-system": "^5.1.5",
|
112 | 110 | "type-check": "0.4.0"
|
113 | 111 | },
|
|
218 | 216 | "peerDependencies": {
|
219 | 217 | "@types/react": "18.x || 19.x",
|
220 | 218 | "@types/react-dom": "18.x || 19.x",
|
| 219 | + "@types/react-is": "18.x || 19.x", |
221 | 220 | "@types/styled-components": "^5.1.11",
|
222 | 221 | "react": "18.x || 19.x",
|
223 | 222 | "react-dom": "18.x || 19.x",
|
| 223 | + "react-is": "18.x || 19.x", |
224 | 224 | "styled-components": "5.x"
|
225 | 225 | },
|
226 | 226 | "peerDependenciesMeta": {
|
|
230 | 230 | "@types/react-dom": {
|
231 | 231 | "optional": true
|
232 | 232 | },
|
| 233 | + "@types/react-is": { |
| 234 | + "optional": true |
| 235 | + }, |
233 | 236 | "@types/styled-components": {
|
234 | 237 | "optional": true
|
235 | 238 | }
|
|
0 commit comments