|
3879 | 3879 | dependencies:
|
3880 | 3880 | "@types/react" "*"
|
3881 | 3881 |
|
3882 |
| - |
3883 |
| - version "18.3.0" |
3884 |
| - resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.3.0.tgz#0cbc818755d87066ab6ca74fbedb2547d74a82b0" |
3885 |
| - integrity sha512-EhwApuTmMBmXuFOikhQLIBUn6uFg81SwLMOAUgodJF14SOBOCMdU04gDoYi0WOJJHD144TL32z4yDqCW3dnkQg== |
3886 |
| - dependencies: |
3887 |
| - "@types/react" "*" |
| 3882 | + |
| 3883 | + version "19.0.4" |
| 3884 | + resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-19.0.4.tgz#bedba97f9346bd4c0fe5d39e689713804ec9ac89" |
| 3885 | + integrity sha512-4fSQ8vWFkg+TGhePfUzVmat3eC14TXYSsiiDSLI0dVLsrm9gZFABjPy/Qu6TKgl1tq1Bu1yDsuQgY3A3DOjCcg== |
3888 | 3886 |
|
3889 | 3887 | "@types/react-dom@^18.0.0":
|
3890 | 3888 | version "18.2.25"
|
|
3910 | 3908 | "@types/scheduler" "*"
|
3911 | 3909 | csstype "^3.0.2"
|
3912 | 3910 |
|
3913 |
| -"@types/react@18.3.5": |
3914 |
| - version "18.3.5" |
3915 |
| - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.5.tgz#5f524c2ad2089c0ff372bbdabc77ca2c4dbadf8f" |
3916 |
| - integrity sha512-WeqMfGJLGuLCqHGYRGHxnKrXcTitc6L/nBUWfWPcTarG3t9PsquqUMuVeXZeca+mglY4Vo5GZjCi0A3Or2lnxA== |
| 3911 | +"@types/react@19.0.11": |
| 3912 | + version "19.0.11" |
| 3913 | + resolved "https://registry.yarnpkg.com/@types/react/-/react-19.0.11.tgz#905e8869cf7a9723ba87d68073140ffed5760f69" |
| 3914 | + integrity sha512-vrdxRZfo9ALXth6yPfV16PYTLZwsUWhVjjC+DkfE5t1suNSbBrWC9YqSuuxJZ8Ps6z1o2ycRpIqzZJIgklq4Tw== |
3917 | 3915 | dependencies:
|
3918 |
| - "@types/prop-types" "*" |
3919 | 3916 | csstype "^3.0.2"
|
3920 | 3917 |
|
3921 | 3918 | "@types/responselike@^1.0.0":
|
|
7387 | 7384 | prettier-linter-helpers "^1.0.0"
|
7388 | 7385 | synckit "^0.9.1"
|
7389 | 7386 |
|
7390 |
| -eslint-plugin-react-hooks@4.6.2: |
7391 |
| - version "4.6.2" |
7392 |
| - resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596" |
7393 |
| - integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ== |
| 7387 | +eslint-plugin-react-hooks@5.2.0: |
| 7388 | + version "5.2.0" |
| 7389 | + resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.2.0.tgz#1be0080901e6ac31ce7971beed3d3ec0a423d9e3" |
| 7390 | + integrity sha512-+f15FfK64YQwZdJNELETdn5ibXEUQmW1DZL6KXhNnc2heoy/sg9VJJeT7n8TlMWouzWqSWavFkIhHyIbIAEapg== |
7394 | 7391 |
|
7395 | 7392 | eslint-plugin-react-hooks@^4.6.0:
|
7396 | 7393 | version "4.6.0"
|
@@ -14070,13 +14067,12 @@ react-dev-utils@^12.0.1:
|
14070 | 14067 | strip-ansi "^6.0.1"
|
14071 | 14068 | text-table "^0.2.0"
|
14072 | 14069 |
|
14073 |
| -react-dom@18.3.1: |
14074 |
| - version "18.3.1" |
14075 |
| - resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.3.1.tgz#c2265d79511b57d479b3dd3fdfa51536494c5cb4" |
14076 |
| - integrity sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw== |
| 14070 | +react-dom@19.0.0: |
| 14071 | + version "19.0.0" |
| 14072 | + resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.0.0.tgz#43446f1f01c65a4cd7f7588083e686a6726cfb57" |
| 14073 | + integrity sha512-4GV5sHFG0e/0AD4X+ySy6UJd3jVl1iNsNHdpad0qhABJ11twS3TTBnseqsKurKcsNqCEFeGL3uLpVChpIO3QfQ== |
14077 | 14074 | dependencies:
|
14078 |
| - loose-envify "^1.1.0" |
14079 |
| - scheduler "^0.23.2" |
| 14075 | + scheduler "^0.25.0" |
14080 | 14076 |
|
14081 | 14077 | react-error-overlay@^6.0.11:
|
14082 | 14078 | version "6.0.11"
|
@@ -14153,12 +14149,10 @@ react-use@^17.4.0:
|
14153 | 14149 | ts-easing "^0.2.0"
|
14154 | 14150 | tslib "^2.1.0"
|
14155 | 14151 |
|
14156 |
| - |
14157 |
| - version "18.3.1" |
14158 |
| - resolved "https://registry.yarnpkg.com/react/-/react-18.3.1.tgz#49ab892009c53933625bd16b2533fc754cab2891" |
14159 |
| - integrity sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ== |
14160 |
| - dependencies: |
14161 |
| - loose-envify "^1.1.0" |
| 14152 | + |
| 14153 | + version "19.0.0" |
| 14154 | + resolved "https://registry.yarnpkg.com/react/-/react-19.0.0.tgz#6e1969251b9f108870aa4bff37a0ce9ddfaaabdd" |
| 14155 | + integrity sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ== |
14162 | 14156 |
|
14163 | 14157 | read-package-json-fast@^3.0.0:
|
14164 | 14158 | version "3.0.2"
|
@@ -14759,12 +14753,10 @@ saxes@^6.0.0:
|
14759 | 14753 | dependencies:
|
14760 | 14754 | xmlchars "^2.2.0"
|
14761 | 14755 |
|
14762 |
| -scheduler@^0.23.2: |
14763 |
| - version "0.23.2" |
14764 |
| - resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.23.2.tgz#414ba64a3b282892e944cf2108ecc078d115cdc3" |
14765 |
| - integrity sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ== |
14766 |
| - dependencies: |
14767 |
| - loose-envify "^1.1.0" |
| 14756 | +scheduler@^0.25.0: |
| 14757 | + version "0.25.0" |
| 14758 | + resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.25.0.tgz#336cd9768e8cceebf52d3c80e3dcf5de23e7e015" |
| 14759 | + integrity sha512-xFVuu11jh+xcO7JOAGJNOXld8/TcEHK/4CituBUeUb5hqxJLj9YuemAEuvm9gQ/+pgXYfbQuqAkiYu+u7YEsNA== |
14768 | 14760 |
|
14769 | 14761 |
|
14770 | 14762 | version "2.7.0"
|
|
0 commit comments