Skip to content

Commit caaeffe

Browse files
committed
chore: remove react-is
1 parent 09a7de0 commit caaeffe

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@
122122
"react-dropzone": "^14.2.3",
123123
"react-fast-compare": "^3.2.2",
124124
"react-image-gallery": "1.2.12",
125-
"react-is": "^18.1.0",
126125
"react-markdown": "^8.0.7",
127126
"react-player": "2.10.1",
128127
"react-popper": "^2.3.0",
@@ -205,7 +204,6 @@
205204
"@types/react": "^19.0.7",
206205
"@types/react-dom": "^19.0.3",
207206
"@types/react-image-gallery": "^1.2.4",
208-
"@types/react-is": "^19.0.0",
209207
"@types/textarea-caret": "3.0.0",
210208
"@types/uuid": "^8.3.0",
211209
"@typescript-eslint/eslint-plugin": "5.62.0",

yarn.lock

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2642,13 +2642,6 @@
26422642
dependencies:
26432643
"@types/react" "*"
26442644

2645-
"@types/react-is@^19.0.0":
2646-
version "19.0.0"
2647-
resolved "https://registry.yarnpkg.com/@types/react-is/-/react-is-19.0.0.tgz#eccf45556cf1858e9116eed1f9e7b51496501a7a"
2648-
integrity sha512-71dSZeeJ0t3aoPyY9x6i+JNSvg5m9EF2i2OlSZI5QoJuI8Ocgor610i+4A10TQmURR+0vLwcVCEYFpXdzM1Biw==
2649-
dependencies:
2650-
"@types/react" "*"
2651-
26522645
"@types/react@*":
26532646
version "18.2.55"
26542647
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.55.tgz#38141821b7084404b5013742bc4ae08e44da7a67"
@@ -11042,7 +11035,7 @@ react-is@^17.0.1:
1104211035
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
1104311036
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
1104411037

11045-
react-is@^18.0.0, react-is@^18.1.0:
11038+
react-is@^18.0.0:
1104611039
version "18.3.1"
1104711040
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.3.1.tgz#e83557dc12eae63a99e003a46388b1dcbb44db7e"
1104811041
integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==

0 commit comments

Comments
 (0)