mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
include react-spring
This commit is contained in:
parent
0d837279c6
commit
83378b1934
|
@ -22,7 +22,8 @@
|
|||
"next": "^11.1.2",
|
||||
"react": "^17.0.1",
|
||||
"react-dom": "^17.0.1",
|
||||
"react-number-format": "^4.4.4"
|
||||
"react-number-format": "^4.4.4",
|
||||
"react-spring": "^9.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^14.14.22",
|
||||
|
|
|
@ -377,6 +377,14 @@
|
|||
"@react-spring/shared" "~9.2.6-beta.0"
|
||||
"@react-spring/types" "~9.2.6-beta.0"
|
||||
|
||||
"@react-spring/animated@~9.3.0":
|
||||
version "9.3.0"
|
||||
resolved "https://registry.yarnpkg.com/@react-spring/animated/-/animated-9.3.0.tgz#294f7696e450c4ae3abd2b59a6dd08bf70b53d3f"
|
||||
integrity sha512-QvuyW77eDvLhdJyO6FFldlWlvnuKK2cpOx4+Zr962RyT/0IO1tbNDRO6G1vM8va6mbv6tmfYmRGKmKYePN3kVg==
|
||||
dependencies:
|
||||
"@react-spring/shared" "~9.3.0"
|
||||
"@react-spring/types" "~9.3.0"
|
||||
|
||||
"@react-spring/core@~9.2.0":
|
||||
version "9.2.6"
|
||||
resolved "https://registry.yarnpkg.com/@react-spring/core/-/core-9.2.6.tgz#ae22338fe55d070caf03abb4293b5519ba620d93"
|
||||
|
@ -386,11 +394,45 @@
|
|||
"@react-spring/shared" "~9.2.6-beta.0"
|
||||
"@react-spring/types" "~9.2.6-beta.0"
|
||||
|
||||
"@react-spring/core@~9.3.0":
|
||||
version "9.3.0"
|
||||
resolved "https://registry.yarnpkg.com/@react-spring/core/-/core-9.3.0.tgz#2d0534c5b53c7e39b8e9ed3d996502828c90f4d4"
|
||||
integrity sha512-SZQOIX7wkIagmucAi7zxqGGIb9A60o9n5922UrWo8Kl3FdG7FgrNwqr0kOI43/pMFeL70/PXwFhBatB03N5ctw==
|
||||
dependencies:
|
||||
"@react-spring/animated" "~9.3.0"
|
||||
"@react-spring/shared" "~9.3.0"
|
||||
"@react-spring/types" "~9.3.0"
|
||||
|
||||
"@react-spring/konva@~9.3.0":
|
||||
version "9.3.0"
|
||||
resolved "https://registry.yarnpkg.com/@react-spring/konva/-/konva-9.3.0.tgz#97b23b2f235a9805d39279a0a1027c7d9646d6fb"
|
||||
integrity sha512-lyUWxzEateE6Qxpc81oxJb5yiNDdj36Q9R9euJAgjl2dvUDaX85rVGqaB25+72yA1iQg5I4Kymj3UZVvPthRlA==
|
||||
dependencies:
|
||||
"@react-spring/animated" "~9.3.0"
|
||||
"@react-spring/core" "~9.3.0"
|
||||
"@react-spring/shared" "~9.3.0"
|
||||
"@react-spring/types" "~9.3.0"
|
||||
|
||||
"@react-spring/native@~9.3.0":
|
||||
version "9.3.0"
|
||||
resolved "https://registry.yarnpkg.com/@react-spring/native/-/native-9.3.0.tgz#6fee1ccaa8d70a19c239b27e95bcc050776f1725"
|
||||
integrity sha512-lvKV5qxqnE5AMtTHv8xwAocGED4+VRxpljwBl1lbtileq3WnvOn7CpMLZNGc5TXjLWAE3zfoNJui69/jE/3uSw==
|
||||
dependencies:
|
||||
"@react-spring/animated" "~9.3.0"
|
||||
"@react-spring/core" "~9.3.0"
|
||||
"@react-spring/shared" "~9.3.0"
|
||||
"@react-spring/types" "~9.3.0"
|
||||
|
||||
"@react-spring/rafz@~9.2.6-beta.0":
|
||||
version "9.2.6"
|
||||
resolved "https://registry.yarnpkg.com/@react-spring/rafz/-/rafz-9.2.6.tgz#d97484003875bf5fb5e6ec22dee97cc208363e48"
|
||||
integrity sha512-62SivLKEpo7EfHPkxO5J3g9Cr9LF6+1A1RVOMJhkcpEYtbdbmma/d63Xp8qpMPEpk7uuWxaTb6jjyxW33pW3sg==
|
||||
|
||||
"@react-spring/rafz@~9.3.0":
|
||||
version "9.3.0"
|
||||
resolved "https://registry.yarnpkg.com/@react-spring/rafz/-/rafz-9.3.0.tgz#e791c0ae854f7c1a512ae87f34fff36934d82d29"
|
||||
integrity sha512-FD04d2TNb3xOZ6+04qwDmC3d0H4X6gvhsxU71/nSm4PPYRqFzZEolcVPmrHlbGzco3bvXKI+Kp2pIrpXLPUJFA==
|
||||
|
||||
"@react-spring/shared@~9.2.0", "@react-spring/shared@~9.2.6-beta.0":
|
||||
version "9.2.6"
|
||||
resolved "https://registry.yarnpkg.com/@react-spring/shared/-/shared-9.2.6.tgz#2c84e62cc0cfbbbbeb5546acd46c1f4b248bc562"
|
||||
|
@ -399,11 +441,34 @@
|
|||
"@react-spring/rafz" "~9.2.6-beta.0"
|
||||
"@react-spring/types" "~9.2.6-beta.0"
|
||||
|
||||
"@react-spring/shared@~9.3.0":
|
||||
version "9.3.0"
|
||||
resolved "https://registry.yarnpkg.com/@react-spring/shared/-/shared-9.3.0.tgz#7b4393094a97a1384f74fd8088e0b896e8f0c411"
|
||||
integrity sha512-7ZFY2Blu/wxbLGcYvQavyLUVi9bK/is1bsn11qZ9AaZb4iucRyIf2jgjBfKZFCq4qgi7S/7QmDQG7sucUyLELg==
|
||||
dependencies:
|
||||
"@react-spring/rafz" "~9.3.0"
|
||||
"@react-spring/types" "~9.3.0"
|
||||
|
||||
"@react-spring/three@~9.3.0":
|
||||
version "9.3.0"
|
||||
resolved "https://registry.yarnpkg.com/@react-spring/three/-/three-9.3.0.tgz#e3fc49de1411eb1a7aa937fec8db33252f11d294"
|
||||
integrity sha512-RKMXXdcNK0nbwLbmle/0KT/idGGpOxvI5lT1KtN8R3cgJWQBKYWVtzg+B/RgmQVNxO/QNlsKGWTjURockTRSVQ==
|
||||
dependencies:
|
||||
"@react-spring/animated" "~9.3.0"
|
||||
"@react-spring/core" "~9.3.0"
|
||||
"@react-spring/shared" "~9.3.0"
|
||||
"@react-spring/types" "~9.3.0"
|
||||
|
||||
"@react-spring/types@~9.2.0", "@react-spring/types@~9.2.6-beta.0":
|
||||
version "9.2.6"
|
||||
resolved "https://registry.yarnpkg.com/@react-spring/types/-/types-9.2.6.tgz#f60722fcf9f8492ae16d0bdc47f0ea3c2a16d2cf"
|
||||
integrity sha512-l7mCw182DtDMnCI8CB9orgTAEoFZRtdQ6aS6YeEAqYcy3nQZPmPggIHH9DxyLw7n7vBPRSzu9gCvUMgXKpTflg==
|
||||
|
||||
"@react-spring/types@~9.3.0":
|
||||
version "9.3.0"
|
||||
resolved "https://registry.yarnpkg.com/@react-spring/types/-/types-9.3.0.tgz#54ec58ca40414984209c8baa75fddd394f9e2949"
|
||||
integrity sha512-q4cDr2RSPblXMD3Rxvk6qcC7nmhhfV2izEBP06hb8ZCXznA6qJirG3RMpi29kBtEQiw1lWR59hAXKhauaPtbOA==
|
||||
|
||||
"@react-spring/web@9.2.4":
|
||||
version "9.2.4"
|
||||
resolved "https://registry.yarnpkg.com/@react-spring/web/-/web-9.2.4.tgz#c6d5464a954bfd0d7bc90117050f796a95ebfa08"
|
||||
|
@ -414,6 +479,26 @@
|
|||
"@react-spring/shared" "~9.2.0"
|
||||
"@react-spring/types" "~9.2.0"
|
||||
|
||||
"@react-spring/web@~9.3.0":
|
||||
version "9.3.0"
|
||||
resolved "https://registry.yarnpkg.com/@react-spring/web/-/web-9.3.0.tgz#48d1ebdd1d484065e0a943dbbb343af259496427"
|
||||
integrity sha512-OTAGKRdyz6fLRR1tABFyw9KMpytyATIndQrj0O6RG47GfjiInpf4+WZKxo763vpS7z1OlnkI81WLUm/sqOqAnA==
|
||||
dependencies:
|
||||
"@react-spring/animated" "~9.3.0"
|
||||
"@react-spring/core" "~9.3.0"
|
||||
"@react-spring/shared" "~9.3.0"
|
||||
"@react-spring/types" "~9.3.0"
|
||||
|
||||
"@react-spring/zdog@~9.3.0":
|
||||
version "9.3.0"
|
||||
resolved "https://registry.yarnpkg.com/@react-spring/zdog/-/zdog-9.3.0.tgz#d84b69375017d864514ebcf59511731c5cc0280f"
|
||||
integrity sha512-JOQwtg/MQ6sWwmKNY4w/R1TVXohIUkrbSgDfgUEK45ERTDwZGZzIo9QbqHv4dwEBK4Wa2Hfrcdf8cnEaNNzdAQ==
|
||||
dependencies:
|
||||
"@react-spring/animated" "~9.3.0"
|
||||
"@react-spring/core" "~9.3.0"
|
||||
"@react-spring/shared" "~9.3.0"
|
||||
"@react-spring/types" "~9.3.0"
|
||||
|
||||
"@types/node@*":
|
||||
version "16.10.3"
|
||||
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.10.3.tgz#7a8f2838603ea314d1d22bb3171d899e15c57bd5"
|
||||
|
@ -2527,6 +2612,18 @@ react-refresh@0.8.3:
|
|||
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.8.3.tgz#721d4657672d400c5e3c75d063c4a85fb2d5d68f"
|
||||
integrity sha512-X8jZHc7nCMjaCqoU+V2I0cOhNW+QMBwSUkeXnTi8IPe6zaRWfn60ZzvFDZqWPfmSJfjub7dDW1SP0jaHWLu/hg==
|
||||
|
||||
react-spring@^9.3.0:
|
||||
version "9.3.0"
|
||||
resolved "https://registry.yarnpkg.com/react-spring/-/react-spring-9.3.0.tgz#4d71eecbfd4f0823bf67e5943d2b0fb77f3e26ad"
|
||||
integrity sha512-zxhMUCM4ha22724q1CshmbzKUfqdUp2HyA4P72+A0xVF/9bgaFuMukI8C8/Rjfdqw6sGg3hZNvmY9Z8n4cqWmg==
|
||||
dependencies:
|
||||
"@react-spring/core" "~9.3.0"
|
||||
"@react-spring/konva" "~9.3.0"
|
||||
"@react-spring/native" "~9.3.0"
|
||||
"@react-spring/three" "~9.3.0"
|
||||
"@react-spring/web" "~9.3.0"
|
||||
"@react-spring/zdog" "~9.3.0"
|
||||
|
||||
react-transition-group@^4.4.0:
|
||||
version "4.4.2"
|
||||
resolved "https://registry.yarnpkg.com/react-transition-group/-/react-transition-group-4.4.2.tgz#8b59a56f09ced7b55cbd53c36768b922890d5470"
|
||||
|
|
Loading…
Reference in New Issue
Block a user