mirror of
https://github.com/yaklang/yaklang-chrome-extension.git
synced 2026-09-22 03:10:43 +08:00
fix warning
This commit is contained in:
+4
-4
@@ -17,13 +17,13 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ant-design/icons": "^6.0.0",
|
"@ant-design/icons": "^6.0.0",
|
||||||
"antd": "^5.24.6",
|
"antd": "^5.24.6",
|
||||||
"react": "^19.1.0",
|
"react": "^18.2.0",
|
||||||
"react-dom": "^19.1.0",
|
"react-dom": "^18.2.0",
|
||||||
"uuid": "^11.1.0"
|
"uuid": "^11.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/react": "^19.1.0",
|
"@types/react": "^18.2.0",
|
||||||
"@types/react-dom": "^19.1.2",
|
"@types/react-dom": "^18.2.0",
|
||||||
"@types/uuid": "^10.0.0",
|
"@types/uuid": "^10.0.0",
|
||||||
"@wxt-dev/module-react": "^1.1.3",
|
"@wxt-dev/module-react": "^1.1.3",
|
||||||
"typescript": "^5.8.3",
|
"typescript": "^5.8.3",
|
||||||
|
|||||||
Generated
+329
-310
@@ -10,26 +10,26 @@ importers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@ant-design/icons':
|
'@ant-design/icons':
|
||||||
specifier: ^6.0.0
|
specifier: ^6.0.0
|
||||||
version: 6.0.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
version: 6.0.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
antd:
|
antd:
|
||||||
specifier: ^5.24.6
|
specifier: ^5.24.6
|
||||||
version: 5.24.6([email protected])(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
version: 5.24.6([email protected])(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
react:
|
react:
|
||||||
specifier: ^19.1.0
|
specifier: ^18.2.0
|
||||||
version: 19.1.0
|
version: 18.3.1
|
||||||
react-dom:
|
react-dom:
|
||||||
specifier: ^19.1.0
|
specifier: ^18.2.0
|
||||||
version: 19.1.0(react@19.1.0)
|
version: 18.3.1(react@18.3.1)
|
||||||
uuid:
|
uuid:
|
||||||
specifier: ^11.1.0
|
specifier: ^11.1.0
|
||||||
version: 11.1.0
|
version: 11.1.0
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@types/react':
|
'@types/react':
|
||||||
specifier: ^19.1.0
|
specifier: ^18.2.0
|
||||||
version: 19.1.1
|
version: 18.3.20
|
||||||
'@types/react-dom':
|
'@types/react-dom':
|
||||||
specifier: ^19.1.2
|
specifier: ^18.2.0
|
||||||
version: 19.1.2(@types/react@19.1.1)
|
version: 18.3.6(@types/react@18.3.20)
|
||||||
'@types/uuid':
|
'@types/uuid':
|
||||||
specifier: ^10.0.0
|
specifier: ^10.0.0
|
||||||
version: 10.0.0
|
version: 10.0.0
|
||||||
@@ -621,13 +621,16 @@ packages:
|
|||||||
'@types/[email protected]':
|
'@types/[email protected]':
|
||||||
resolution: {integrity: sha512-u0HuPQwe/dHrItgHHpmw3N2fYCR6x4ivMNbPHRkBVP4CvN+kiRrKHWk3i8tXiO/joPwXLMYvF9TTF0eqgHIuOw==}
|
resolution: {integrity: sha512-u0HuPQwe/dHrItgHHpmw3N2fYCR6x4ivMNbPHRkBVP4CvN+kiRrKHWk3i8tXiO/joPwXLMYvF9TTF0eqgHIuOw==}
|
||||||
|
|
||||||
'@types/[email protected]':
|
'@types/[email protected]':
|
||||||
resolution: {integrity: sha512-XGJkWF41Qq305SKWEILa1O8vzhb3aOo3ogBlSmiqNko/WmRb6QIaweuZCXjKygVDXpzXb5wyxKTSOsmkuqj+Qw==}
|
resolution: {integrity: sha512-gNMvNH49DJ7OJYv+KAKn0Xp45p8PLl6zo2YnvDIbTd4J6MER2BmWN49TG7n9LvkyihINxeKW8+3bfS2yDC9dzQ==}
|
||||||
peerDependencies:
|
|
||||||
'@types/react': ^19.0.0
|
|
||||||
|
|
||||||
'@types/react@19.1.1':
|
'@types/react[email protected]':
|
||||||
resolution: {integrity: sha512-ePapxDL7qrgqSF67s0h9m412d9DbXyC1n59O2st+9rjuuamWsZuD2w55rqY12CbzsZ7uVXb5Nw0gEp9Z8MMutQ==}
|
resolution: {integrity: sha512-nf22//wEbKXusP6E9pfOCDwFdHAX4u172eaJI4YkDRQEZiorm6KfYnSC2SWLDMVWUOWPERmJnN0ujeAfTBLvrw==}
|
||||||
|
peerDependencies:
|
||||||
|
'@types/react': ^18.0.0
|
||||||
|
|
||||||
|
'@types/[email protected]':
|
||||||
|
resolution: {integrity: sha512-IPaCZN7PShZK/3t6Q87pfTkRm6oLTd4vztyoj+cbHUF1g3FfVb2tFIL79uCRKEfv16AhqDMBywP2VW3KIZUvcg==}
|
||||||
|
|
||||||
'@types/[email protected]':
|
'@types/[email protected]':
|
||||||
resolution: {integrity: sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==}
|
resolution: {integrity: sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==}
|
||||||
@@ -1565,6 +1568,10 @@ packages:
|
|||||||
resolution: {integrity: sha512-9ie8ItPR6tjY5uYJh8K/Zrv/RMZ5VOlOWvtZdEHYSTFKZfIBPQa9tOAEeAWhd+AnIneLJ22w5fjOYtoutpWq5w==}
|
resolution: {integrity: sha512-9ie8ItPR6tjY5uYJh8K/Zrv/RMZ5VOlOWvtZdEHYSTFKZfIBPQa9tOAEeAWhd+AnIneLJ22w5fjOYtoutpWq5w==}
|
||||||
engines: {node: '>=18'}
|
engines: {node: '>=18'}
|
||||||
|
|
||||||
|
[email protected]:
|
||||||
|
resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==}
|
||||||
|
hasBin: true
|
||||||
|
|
||||||
[email protected]:
|
[email protected]:
|
||||||
resolution: {integrity: sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==}
|
resolution: {integrity: sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==}
|
||||||
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
||||||
@@ -2110,10 +2117,10 @@ packages:
|
|||||||
resolution: {integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==}
|
resolution: {integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
react-dom@19.1.0:
|
react-dom@18.3.1:
|
||||||
resolution: {integrity: sha512-Xs1hdnE+DyKgeHJeJznQmYMIBG3TKIHJJT95Q58nHLSrElKlGQqDTR2HQ9fx5CN/Gk6Vh/kupBTDLU11/nDk/g==}
|
resolution: {integrity: sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
react: ^19.1.0
|
react: ^18.3.1
|
||||||
|
|
||||||
[email protected]:
|
[email protected]:
|
||||||
resolution: {integrity: sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==}
|
resolution: {integrity: sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==}
|
||||||
@@ -2122,8 +2129,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==}
|
resolution: {integrity: sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==}
|
||||||
engines: {node: '>=0.10.0'}
|
engines: {node: '>=0.10.0'}
|
||||||
|
|
||||||
react@19.1.0:
|
react@18.3.1:
|
||||||
resolution: {integrity: sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==}
|
resolution: {integrity: sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==}
|
||||||
engines: {node: '>=0.10.0'}
|
engines: {node: '>=0.10.0'}
|
||||||
|
|
||||||
[email protected]:
|
[email protected]:
|
||||||
@@ -2210,8 +2217,8 @@ packages:
|
|||||||
[email protected]:
|
[email protected]:
|
||||||
resolution: {integrity: sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==}
|
resolution: {integrity: sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==}
|
||||||
|
|
||||||
[email protected]6.0:
|
[email protected]3.2:
|
||||||
resolution: {integrity: sha512-NlHwttCI/l5gCPR3D1nNXtWABUmBwvZpEQiD4IXSbIDq8BzLIK/7Ir5gTFSGZDUu37K5cMNp0hFtzO38sC7gWA==}
|
resolution: {integrity: sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==}
|
||||||
|
|
||||||
[email protected]:
|
[email protected]:
|
||||||
resolution: {integrity: sha512-49oNpRjWRvnU8NyGVmUaYG4jtTkNonFZI86MmGRDqBphEK2EXT9gdEUoQPZhuBM8yWHxCWbobltqYO5M4XrUvQ==}
|
resolution: {integrity: sha512-49oNpRjWRvnU8NyGVmUaYG4jtTkNonFZI86MmGRDqBphEK2EXT9gdEUoQPZhuBM8yWHxCWbobltqYO5M4XrUvQ==}
|
||||||
@@ -2664,24 +2671,24 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@ant-design/fast-color': 3.0.0
|
'@ant-design/fast-color': 3.0.0
|
||||||
|
|
||||||
'@ant-design/[email protected](react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
|
'@ant-design/[email protected](react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@ant-design/cssinjs': 1.23.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
'@ant-design/cssinjs': 1.23.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
'@babel/runtime': 7.27.0
|
'@babel/runtime': 7.27.0
|
||||||
rc-util: 5.44.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-util: 5.44.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
react: 19.1.0
|
react: 18.3.1
|
||||||
react-dom: 19.1.0(react@19.1.0)
|
react-dom: 18.3.1(react@18.3.1)
|
||||||
|
|
||||||
'@ant-design/[email protected](react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
|
'@ant-design/[email protected](react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/runtime': 7.27.0
|
'@babel/runtime': 7.27.0
|
||||||
'@emotion/hash': 0.8.0
|
'@emotion/hash': 0.8.0
|
||||||
'@emotion/unitless': 0.7.5
|
'@emotion/unitless': 0.7.5
|
||||||
classnames: 2.5.1
|
classnames: 2.5.1
|
||||||
csstype: 3.1.3
|
csstype: 3.1.3
|
||||||
rc-util: 5.44.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-util: 5.44.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
react: 19.1.0
|
react: 18.3.1
|
||||||
react-dom: 19.1.0(react@19.1.0)
|
react-dom: 18.3.1(react@18.3.1)
|
||||||
stylis: 4.3.6
|
stylis: 4.3.6
|
||||||
|
|
||||||
'@ant-design/[email protected]':
|
'@ant-design/[email protected]':
|
||||||
@@ -2692,31 +2699,31 @@ snapshots:
|
|||||||
|
|
||||||
'@ant-design/[email protected]': {}
|
'@ant-design/[email protected]': {}
|
||||||
|
|
||||||
'@ant-design/[email protected](react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
|
'@ant-design/[email protected](react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@ant-design/colors': 7.2.0
|
'@ant-design/colors': 7.2.0
|
||||||
'@ant-design/icons-svg': 4.4.2
|
'@ant-design/icons-svg': 4.4.2
|
||||||
'@babel/runtime': 7.27.0
|
'@babel/runtime': 7.27.0
|
||||||
classnames: 2.5.1
|
classnames: 2.5.1
|
||||||
rc-util: 5.44.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-util: 5.44.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
react: 19.1.0
|
react: 18.3.1
|
||||||
react-dom: 19.1.0(react@19.1.0)
|
react-dom: 18.3.1(react@18.3.1)
|
||||||
|
|
||||||
'@ant-design/[email protected](react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
|
'@ant-design/[email protected](react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@ant-design/colors': 8.0.0
|
'@ant-design/colors': 8.0.0
|
||||||
'@ant-design/icons-svg': 4.4.2
|
'@ant-design/icons-svg': 4.4.2
|
||||||
'@rc-component/util': 1.2.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
'@rc-component/util': 1.2.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
classnames: 2.5.1
|
classnames: 2.5.1
|
||||||
react: 19.1.0
|
react: 18.3.1
|
||||||
react-dom: 19.1.0(react@19.1.0)
|
react-dom: 18.3.1(react@18.3.1)
|
||||||
|
|
||||||
'@ant-design/[email protected](react@19.1.0)':
|
'@ant-design/[email protected](react@18.3.1)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/runtime': 7.27.0
|
'@babel/runtime': 7.27.0
|
||||||
classnames: 2.5.1
|
classnames: 2.5.1
|
||||||
json2mq: 0.2.0
|
json2mq: 0.2.0
|
||||||
react: 19.1.0
|
react: 18.3.1
|
||||||
resize-observer-polyfill: 1.5.1
|
resize-observer-polyfill: 1.5.1
|
||||||
throttle-debounce: 5.0.2
|
throttle-debounce: 5.0.2
|
||||||
|
|
||||||
@@ -2978,75 +2985,75 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@babel/runtime': 7.27.0
|
'@babel/runtime': 7.27.0
|
||||||
|
|
||||||
'@rc-component/[email protected](react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
|
'@rc-component/[email protected](react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@ant-design/fast-color': 2.0.6
|
'@ant-design/fast-color': 2.0.6
|
||||||
'@babel/runtime': 7.27.0
|
'@babel/runtime': 7.27.0
|
||||||
classnames: 2.5.1
|
classnames: 2.5.1
|
||||||
rc-util: 5.44.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-util: 5.44.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
react: 19.1.0
|
react: 18.3.1
|
||||||
react-dom: 19.1.0(react@19.1.0)
|
react-dom: 18.3.1(react@18.3.1)
|
||||||
|
|
||||||
'@rc-component/[email protected](react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
|
'@rc-component/[email protected](react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/runtime': 7.27.0
|
'@babel/runtime': 7.27.0
|
||||||
rc-util: 5.44.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-util: 5.44.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
react: 19.1.0
|
react: 18.3.1
|
||||||
react-dom: 19.1.0(react@19.1.0)
|
react-dom: 18.3.1(react@18.3.1)
|
||||||
|
|
||||||
'@rc-component/[email protected]':
|
'@rc-component/[email protected]':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/runtime': 7.27.0
|
'@babel/runtime': 7.27.0
|
||||||
|
|
||||||
'@rc-component/[email protected](react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
|
'@rc-component/[email protected](react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/runtime': 7.27.0
|
'@babel/runtime': 7.27.0
|
||||||
classnames: 2.5.1
|
classnames: 2.5.1
|
||||||
rc-util: 5.44.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-util: 5.44.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
react: 19.1.0
|
react: 18.3.1
|
||||||
react-dom: 19.1.0(react@19.1.0)
|
react-dom: 18.3.1(react@18.3.1)
|
||||||
|
|
||||||
'@rc-component/[email protected](react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
|
'@rc-component/[email protected](react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/runtime': 7.27.0
|
'@babel/runtime': 7.27.0
|
||||||
classnames: 2.5.1
|
classnames: 2.5.1
|
||||||
rc-util: 5.44.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-util: 5.44.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
react: 19.1.0
|
react: 18.3.1
|
||||||
react-dom: 19.1.0(react@19.1.0)
|
react-dom: 18.3.1(react@18.3.1)
|
||||||
|
|
||||||
'@rc-component/[email protected](react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
|
'@rc-component/[email protected](react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/runtime': 7.27.0
|
'@babel/runtime': 7.27.0
|
||||||
classnames: 2.5.1
|
classnames: 2.5.1
|
||||||
rc-util: 5.44.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-util: 5.44.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
react: 19.1.0
|
react: 18.3.1
|
||||||
react-dom: 19.1.0(react@19.1.0)
|
react-dom: 18.3.1(react@18.3.1)
|
||||||
|
|
||||||
'@rc-component/[email protected](react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
|
'@rc-component/[email protected](react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/runtime': 7.27.0
|
'@babel/runtime': 7.27.0
|
||||||
'@rc-component/portal': 1.1.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
'@rc-component/portal': 1.1.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
'@rc-component/trigger': 2.2.6(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
'@rc-component/trigger': 2.2.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
classnames: 2.5.1
|
classnames: 2.5.1
|
||||||
rc-util: 5.44.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-util: 5.44.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
react: 19.1.0
|
react: 18.3.1
|
||||||
react-dom: 19.1.0(react@19.1.0)
|
react-dom: 18.3.1(react@18.3.1)
|
||||||
|
|
||||||
'@rc-component/[email protected](react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
|
'@rc-component/[email protected](react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/runtime': 7.27.0
|
'@babel/runtime': 7.27.0
|
||||||
'@rc-component/portal': 1.1.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
'@rc-component/portal': 1.1.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
classnames: 2.5.1
|
classnames: 2.5.1
|
||||||
rc-motion: 2.9.5(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-motion: 2.9.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-resize-observer: 1.4.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-resize-observer: 1.4.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-util: 5.44.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-util: 5.44.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
react: 19.1.0
|
react: 18.3.1
|
||||||
react-dom: 19.1.0(react@19.1.0)
|
react-dom: 18.3.1(react@18.3.1)
|
||||||
|
|
||||||
'@rc-component/[email protected](react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
|
'@rc-component/[email protected](react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
||||||
dependencies:
|
dependencies:
|
||||||
react: 19.1.0
|
react: 18.3.1
|
||||||
react-dom: 19.1.0(react@19.1.0)
|
react-dom: 18.3.1(react@18.3.1)
|
||||||
react-is: 18.3.1
|
react-is: 18.3.1
|
||||||
|
|
||||||
'@rollup/[email protected]':
|
'@rollup/[email protected]':
|
||||||
@@ -3154,12 +3161,15 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
undici-types: 6.21.0
|
undici-types: 6.21.0
|
||||||
|
|
||||||
'@types/[email protected](@types/[email protected].1)':
|
'@types/[email protected].14': {}
|
||||||
dependencies:
|
|
||||||
'@types/react': 19.1.1
|
|
||||||
|
|
||||||
'@types/react@19.1.1':
|
'@types/react[email protected](@types/[email protected])':
|
||||||
dependencies:
|
dependencies:
|
||||||
|
'@types/react': 18.3.20
|
||||||
|
|
||||||
|
'@types/[email protected]':
|
||||||
|
dependencies:
|
||||||
|
'@types/prop-types': 15.7.14
|
||||||
csstype: 3.1.3
|
csstype: 3.1.3
|
||||||
|
|
||||||
'@types/[email protected]': {}
|
'@types/[email protected]': {}
|
||||||
@@ -3230,57 +3240,57 @@ snapshots:
|
|||||||
|
|
||||||
[email protected]: {}
|
[email protected]: {}
|
||||||
|
|
||||||
[email protected]([email protected])(react-dom@19.1.0(react@19.1.0))(react@19.1.0):
|
[email protected]([email protected])(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@ant-design/colors': 7.2.0
|
'@ant-design/colors': 7.2.0
|
||||||
'@ant-design/cssinjs': 1.23.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
'@ant-design/cssinjs': 1.23.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
'@ant-design/cssinjs-utils': 1.1.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
'@ant-design/cssinjs-utils': 1.1.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
'@ant-design/fast-color': 2.0.6
|
'@ant-design/fast-color': 2.0.6
|
||||||
'@ant-design/icons': 5.6.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
'@ant-design/icons': 5.6.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
'@ant-design/react-slick': 1.1.2(react@19.1.0)
|
'@ant-design/react-slick': 1.1.2(react@18.3.1)
|
||||||
'@babel/runtime': 7.27.0
|
'@babel/runtime': 7.27.0
|
||||||
'@rc-component/color-picker': 2.0.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
'@rc-component/color-picker': 2.0.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
'@rc-component/mutate-observer': 1.1.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
'@rc-component/mutate-observer': 1.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
'@rc-component/qrcode': 1.0.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
'@rc-component/qrcode': 1.0.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
'@rc-component/tour': 1.15.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
'@rc-component/tour': 1.15.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
'@rc-component/trigger': 2.2.6(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
'@rc-component/trigger': 2.2.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
classnames: 2.5.1
|
classnames: 2.5.1
|
||||||
copy-to-clipboard: 3.3.3
|
copy-to-clipboard: 3.3.3
|
||||||
dayjs: 1.11.13
|
dayjs: 1.11.13
|
||||||
rc-cascader: 3.33.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-cascader: 3.33.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-checkbox: 3.5.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-checkbox: 3.5.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-collapse: 3.9.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-collapse: 3.9.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-dialog: 9.6.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-dialog: 9.6.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-drawer: 7.2.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-drawer: 7.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-dropdown: 4.2.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-dropdown: 4.2.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-field-form: 2.7.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-field-form: 2.7.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-image: 7.11.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-image: 7.11.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-input: 1.7.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-input: 1.7.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-input-number: 9.4.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-input-number: 9.4.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-mentions: 2.19.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-mentions: 2.19.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-menu: 9.16.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-menu: 9.16.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-motion: 2.9.5(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-motion: 2.9.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-notification: 5.6.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-notification: 5.6.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-pagination: 5.1.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-pagination: 5.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-picker: 4.11.3([email protected])([email protected])(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-picker: 4.11.3([email protected])([email protected])(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-progress: 4.0.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-progress: 4.0.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-rate: 2.13.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-rate: 2.13.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-resize-observer: 1.4.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-resize-observer: 1.4.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-segmented: 2.7.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-segmented: 2.7.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-select: 14.16.6(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-select: 14.16.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-slider: 11.1.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-slider: 11.1.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-steps: 6.0.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-steps: 6.0.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-switch: 4.1.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-switch: 4.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-table: 7.50.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-table: 7.50.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-tabs: 15.5.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-tabs: 15.5.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-textarea: 1.9.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-textarea: 1.9.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-tooltip: 6.4.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-tooltip: 6.4.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-tree: 5.13.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-tree: 5.13.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-tree-select: 5.27.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-tree-select: 5.27.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-upload: 4.8.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-upload: 4.8.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-util: 5.44.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-util: 5.44.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
react: 19.1.0
|
react: 18.3.1
|
||||||
react-dom: 19.1.0(react@19.1.0)
|
react-dom: 18.3.1(react@18.3.1)
|
||||||
scroll-into-view-if-needed: 3.1.0
|
scroll-into-view-if-needed: 3.1.0
|
||||||
throttle-debounce: 5.0.2
|
throttle-debounce: 5.0.2
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
@@ -4143,6 +4153,10 @@ snapshots:
|
|||||||
strip-ansi: 7.1.0
|
strip-ansi: 7.1.0
|
||||||
wrap-ansi: 9.0.0
|
wrap-ansi: 9.0.0
|
||||||
|
|
||||||
|
[email protected]:
|
||||||
|
dependencies:
|
||||||
|
js-tokens: 4.0.0
|
||||||
|
|
||||||
[email protected]: {}
|
[email protected]: {}
|
||||||
|
|
||||||
[email protected]:
|
[email protected]:
|
||||||
@@ -4481,325 +4495,325 @@ snapshots:
|
|||||||
|
|
||||||
[email protected]: {}
|
[email protected]: {}
|
||||||
|
|
||||||
[email protected](react-dom@19.1.0(react@19.1.0))(react@19.1.0):
|
[email protected](react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/runtime': 7.27.0
|
'@babel/runtime': 7.27.0
|
||||||
classnames: 2.5.1
|
classnames: 2.5.1
|
||||||
rc-select: 14.16.6(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-select: 14.16.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-tree: 5.13.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-tree: 5.13.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-util: 5.44.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-util: 5.44.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
react: 19.1.0
|
react: 18.3.1
|
||||||
react-dom: 19.1.0(react@19.1.0)
|
react-dom: 18.3.1(react@18.3.1)
|
||||||
|
|
||||||
[email protected](react-dom@19.1.0(react@19.1.0))(react@19.1.0):
|
[email protected](react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/runtime': 7.27.0
|
'@babel/runtime': 7.27.0
|
||||||
classnames: 2.5.1
|
classnames: 2.5.1
|
||||||
rc-util: 5.44.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-util: 5.44.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
react: 19.1.0
|
react: 18.3.1
|
||||||
react-dom: 19.1.0(react@19.1.0)
|
react-dom: 18.3.1(react@18.3.1)
|
||||||
|
|
||||||
[email protected](react-dom@19.1.0(react@19.1.0))(react@19.1.0):
|
[email protected](react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/runtime': 7.27.0
|
'@babel/runtime': 7.27.0
|
||||||
classnames: 2.5.1
|
classnames: 2.5.1
|
||||||
rc-motion: 2.9.5(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-motion: 2.9.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-util: 5.44.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-util: 5.44.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
react: 19.1.0
|
react: 18.3.1
|
||||||
react-dom: 19.1.0(react@19.1.0)
|
react-dom: 18.3.1(react@18.3.1)
|
||||||
|
|
||||||
[email protected](react-dom@19.1.0(react@19.1.0))(react@19.1.0):
|
[email protected](react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/runtime': 7.27.0
|
'@babel/runtime': 7.27.0
|
||||||
'@rc-component/portal': 1.1.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
'@rc-component/portal': 1.1.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
classnames: 2.5.1
|
classnames: 2.5.1
|
||||||
rc-motion: 2.9.5(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-motion: 2.9.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-util: 5.44.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-util: 5.44.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
react: 19.1.0
|
react: 18.3.1
|
||||||
react-dom: 19.1.0(react@19.1.0)
|
react-dom: 18.3.1(react@18.3.1)
|
||||||
|
|
||||||
[email protected](react-dom@19.1.0(react@19.1.0))(react@19.1.0):
|
[email protected](react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/runtime': 7.27.0
|
'@babel/runtime': 7.27.0
|
||||||
'@rc-component/portal': 1.1.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
'@rc-component/portal': 1.1.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
classnames: 2.5.1
|
classnames: 2.5.1
|
||||||
rc-motion: 2.9.5(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-motion: 2.9.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-util: 5.44.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-util: 5.44.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
react: 19.1.0
|
react: 18.3.1
|
||||||
react-dom: 19.1.0(react@19.1.0)
|
react-dom: 18.3.1(react@18.3.1)
|
||||||
|
|
||||||
[email protected](react-dom@19.1.0(react@19.1.0))(react@19.1.0):
|
[email protected](react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/runtime': 7.27.0
|
'@babel/runtime': 7.27.0
|
||||||
'@rc-component/trigger': 2.2.6(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
'@rc-component/trigger': 2.2.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
classnames: 2.5.1
|
classnames: 2.5.1
|
||||||
rc-util: 5.44.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-util: 5.44.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
react: 19.1.0
|
react: 18.3.1
|
||||||
react-dom: 19.1.0(react@19.1.0)
|
react-dom: 18.3.1(react@18.3.1)
|
||||||
|
|
||||||
[email protected](react-dom@19.1.0(react@19.1.0))(react@19.1.0):
|
[email protected](react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/runtime': 7.27.0
|
'@babel/runtime': 7.27.0
|
||||||
'@rc-component/async-validator': 5.0.4
|
'@rc-component/async-validator': 5.0.4
|
||||||
rc-util: 5.44.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-util: 5.44.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
react: 19.1.0
|
react: 18.3.1
|
||||||
react-dom: 19.1.0(react@19.1.0)
|
react-dom: 18.3.1(react@18.3.1)
|
||||||
|
|
||||||
[email protected](react-dom@19.1.0(react@19.1.0))(react@19.1.0):
|
[email protected](react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/runtime': 7.27.0
|
'@babel/runtime': 7.27.0
|
||||||
'@rc-component/portal': 1.1.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
'@rc-component/portal': 1.1.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
classnames: 2.5.1
|
classnames: 2.5.1
|
||||||
rc-dialog: 9.6.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-dialog: 9.6.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-motion: 2.9.5(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-motion: 2.9.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-util: 5.44.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-util: 5.44.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
react: 19.1.0
|
react: 18.3.1
|
||||||
react-dom: 19.1.0(react@19.1.0)
|
react-dom: 18.3.1(react@18.3.1)
|
||||||
|
|
||||||
[email protected](react-dom@19.1.0(react@19.1.0))(react@19.1.0):
|
[email protected](react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/runtime': 7.27.0
|
'@babel/runtime': 7.27.0
|
||||||
'@rc-component/mini-decimal': 1.1.0
|
'@rc-component/mini-decimal': 1.1.0
|
||||||
classnames: 2.5.1
|
classnames: 2.5.1
|
||||||
rc-input: 1.7.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-input: 1.7.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-util: 5.44.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-util: 5.44.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
react: 19.1.0
|
react: 18.3.1
|
||||||
react-dom: 19.1.0(react@19.1.0)
|
react-dom: 18.3.1(react@18.3.1)
|
||||||
|
|
||||||
[email protected](react-dom@19.1.0(react@19.1.0))(react@19.1.0):
|
[email protected](react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/runtime': 7.27.0
|
'@babel/runtime': 7.27.0
|
||||||
classnames: 2.5.1
|
classnames: 2.5.1
|
||||||
rc-util: 5.44.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-util: 5.44.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
react: 19.1.0
|
react: 18.3.1
|
||||||
react-dom: 19.1.0(react@19.1.0)
|
react-dom: 18.3.1(react@18.3.1)
|
||||||
|
|
||||||
[email protected](react-dom@19.1.0(react@19.1.0))(react@19.1.0):
|
[email protected](react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/runtime': 7.27.0
|
'@babel/runtime': 7.27.0
|
||||||
'@rc-component/trigger': 2.2.6(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
'@rc-component/trigger': 2.2.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
classnames: 2.5.1
|
classnames: 2.5.1
|
||||||
rc-input: 1.7.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-input: 1.7.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-menu: 9.16.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-menu: 9.16.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-textarea: 1.9.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-textarea: 1.9.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-util: 5.44.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-util: 5.44.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
react: 19.1.0
|
react: 18.3.1
|
||||||
react-dom: 19.1.0(react@19.1.0)
|
react-dom: 18.3.1(react@18.3.1)
|
||||||
|
|
||||||
[email protected](react-dom@19.1.0(react@19.1.0))(react@19.1.0):
|
[email protected](react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/runtime': 7.27.0
|
'@babel/runtime': 7.27.0
|
||||||
'@rc-component/trigger': 2.2.6(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
'@rc-component/trigger': 2.2.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
classnames: 2.5.1
|
classnames: 2.5.1
|
||||||
rc-motion: 2.9.5(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-motion: 2.9.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-overflow: 1.4.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-overflow: 1.4.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-util: 5.44.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-util: 5.44.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
react: 19.1.0
|
react: 18.3.1
|
||||||
react-dom: 19.1.0(react@19.1.0)
|
react-dom: 18.3.1(react@18.3.1)
|
||||||
|
|
||||||
[email protected](react-dom@19.1.0(react@19.1.0))(react@19.1.0):
|
[email protected](react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/runtime': 7.27.0
|
'@babel/runtime': 7.27.0
|
||||||
classnames: 2.5.1
|
classnames: 2.5.1
|
||||||
rc-util: 5.44.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-util: 5.44.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
react: 19.1.0
|
react: 18.3.1
|
||||||
react-dom: 19.1.0(react@19.1.0)
|
react-dom: 18.3.1(react@18.3.1)
|
||||||
|
|
||||||
[email protected](react-dom@19.1.0(react@19.1.0))(react@19.1.0):
|
[email protected](react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/runtime': 7.27.0
|
'@babel/runtime': 7.27.0
|
||||||
classnames: 2.5.1
|
classnames: 2.5.1
|
||||||
rc-motion: 2.9.5(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-motion: 2.9.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-util: 5.44.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-util: 5.44.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
react: 19.1.0
|
react: 18.3.1
|
||||||
react-dom: 19.1.0(react@19.1.0)
|
react-dom: 18.3.1(react@18.3.1)
|
||||||
|
|
||||||
[email protected](react-dom@19.1.0(react@19.1.0))(react@19.1.0):
|
[email protected](react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/runtime': 7.27.0
|
'@babel/runtime': 7.27.0
|
||||||
classnames: 2.5.1
|
classnames: 2.5.1
|
||||||
rc-resize-observer: 1.4.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-resize-observer: 1.4.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-util: 5.44.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-util: 5.44.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
react: 19.1.0
|
react: 18.3.1
|
||||||
react-dom: 19.1.0(react@19.1.0)
|
react-dom: 18.3.1(react@18.3.1)
|
||||||
|
|
||||||
[email protected](react-dom@19.1.0(react@19.1.0))(react@19.1.0):
|
[email protected](react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/runtime': 7.27.0
|
'@babel/runtime': 7.27.0
|
||||||
classnames: 2.5.1
|
classnames: 2.5.1
|
||||||
rc-util: 5.44.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-util: 5.44.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
react: 19.1.0
|
react: 18.3.1
|
||||||
react-dom: 19.1.0(react@19.1.0)
|
react-dom: 18.3.1(react@18.3.1)
|
||||||
|
|
||||||
[email protected]([email protected])([email protected])(react-dom@19.1.0(react@19.1.0))(react@19.1.0):
|
[email protected]([email protected])([email protected])(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/runtime': 7.27.0
|
'@babel/runtime': 7.27.0
|
||||||
'@rc-component/trigger': 2.2.6(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
'@rc-component/trigger': 2.2.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
classnames: 2.5.1
|
classnames: 2.5.1
|
||||||
rc-overflow: 1.4.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-overflow: 1.4.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-resize-observer: 1.4.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-resize-observer: 1.4.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-util: 5.44.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-util: 5.44.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
react: 19.1.0
|
react: 18.3.1
|
||||||
react-dom: 19.1.0(react@19.1.0)
|
react-dom: 18.3.1(react@18.3.1)
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
dayjs: 1.11.13
|
dayjs: 1.11.13
|
||||||
moment: 2.30.1
|
moment: 2.30.1
|
||||||
|
|
||||||
[email protected](react-dom@19.1.0(react@19.1.0))(react@19.1.0):
|
[email protected](react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/runtime': 7.27.0
|
'@babel/runtime': 7.27.0
|
||||||
classnames: 2.5.1
|
classnames: 2.5.1
|
||||||
rc-util: 5.44.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-util: 5.44.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
react: 19.1.0
|
react: 18.3.1
|
||||||
react-dom: 19.1.0(react@19.1.0)
|
react-dom: 18.3.1(react@18.3.1)
|
||||||
|
|
||||||
[email protected](react-dom@19.1.0(react@19.1.0))(react@19.1.0):
|
[email protected](react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/runtime': 7.27.0
|
'@babel/runtime': 7.27.0
|
||||||
classnames: 2.5.1
|
classnames: 2.5.1
|
||||||
rc-util: 5.44.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-util: 5.44.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
react: 19.1.0
|
react: 18.3.1
|
||||||
react-dom: 19.1.0(react@19.1.0)
|
react-dom: 18.3.1(react@18.3.1)
|
||||||
|
|
||||||
[email protected](react-dom@19.1.0(react@19.1.0))(react@19.1.0):
|
[email protected](react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/runtime': 7.27.0
|
'@babel/runtime': 7.27.0
|
||||||
classnames: 2.5.1
|
classnames: 2.5.1
|
||||||
rc-util: 5.44.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-util: 5.44.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
react: 19.1.0
|
react: 18.3.1
|
||||||
react-dom: 19.1.0(react@19.1.0)
|
react-dom: 18.3.1(react@18.3.1)
|
||||||
resize-observer-polyfill: 1.5.1
|
resize-observer-polyfill: 1.5.1
|
||||||
|
|
||||||
[email protected](react-dom@19.1.0(react@19.1.0))(react@19.1.0):
|
[email protected](react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/runtime': 7.27.0
|
'@babel/runtime': 7.27.0
|
||||||
classnames: 2.5.1
|
classnames: 2.5.1
|
||||||
rc-motion: 2.9.5(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-motion: 2.9.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-util: 5.44.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-util: 5.44.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
react: 19.1.0
|
react: 18.3.1
|
||||||
react-dom: 19.1.0(react@19.1.0)
|
react-dom: 18.3.1(react@18.3.1)
|
||||||
|
|
||||||
[email protected](react-dom@19.1.0(react@19.1.0))(react@19.1.0):
|
[email protected](react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/runtime': 7.27.0
|
'@babel/runtime': 7.27.0
|
||||||
'@rc-component/trigger': 2.2.6(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
'@rc-component/trigger': 2.2.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
classnames: 2.5.1
|
classnames: 2.5.1
|
||||||
rc-motion: 2.9.5(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-motion: 2.9.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-overflow: 1.4.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-overflow: 1.4.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-util: 5.44.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-util: 5.44.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-virtual-list: 3.18.5(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-virtual-list: 3.18.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
react: 19.1.0
|
react: 18.3.1
|
||||||
react-dom: 19.1.0(react@19.1.0)
|
react-dom: 18.3.1(react@18.3.1)
|
||||||
|
|
||||||
[email protected](react-dom@19.1.0(react@19.1.0))(react@19.1.0):
|
[email protected](react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/runtime': 7.27.0
|
'@babel/runtime': 7.27.0
|
||||||
classnames: 2.5.1
|
classnames: 2.5.1
|
||||||
rc-util: 5.44.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-util: 5.44.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
react: 19.1.0
|
react: 18.3.1
|
||||||
react-dom: 19.1.0(react@19.1.0)
|
react-dom: 18.3.1(react@18.3.1)
|
||||||
|
|
||||||
[email protected](react-dom@19.1.0(react@19.1.0))(react@19.1.0):
|
[email protected](react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/runtime': 7.27.0
|
'@babel/runtime': 7.27.0
|
||||||
classnames: 2.5.1
|
classnames: 2.5.1
|
||||||
rc-util: 5.44.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-util: 5.44.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
react: 19.1.0
|
react: 18.3.1
|
||||||
react-dom: 19.1.0(react@19.1.0)
|
react-dom: 18.3.1(react@18.3.1)
|
||||||
|
|
||||||
[email protected](react-dom@19.1.0(react@19.1.0))(react@19.1.0):
|
[email protected](react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/runtime': 7.27.0
|
'@babel/runtime': 7.27.0
|
||||||
classnames: 2.5.1
|
classnames: 2.5.1
|
||||||
rc-util: 5.44.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-util: 5.44.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
react: 19.1.0
|
react: 18.3.1
|
||||||
react-dom: 19.1.0(react@19.1.0)
|
react-dom: 18.3.1(react@18.3.1)
|
||||||
|
|
||||||
[email protected](react-dom@19.1.0(react@19.1.0))(react@19.1.0):
|
[email protected](react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/runtime': 7.27.0
|
'@babel/runtime': 7.27.0
|
||||||
'@rc-component/context': 1.4.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
'@rc-component/context': 1.4.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
classnames: 2.5.1
|
classnames: 2.5.1
|
||||||
rc-resize-observer: 1.4.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-resize-observer: 1.4.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-util: 5.44.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-util: 5.44.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-virtual-list: 3.18.5(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-virtual-list: 3.18.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
react: 19.1.0
|
react: 18.3.1
|
||||||
react-dom: 19.1.0(react@19.1.0)
|
react-dom: 18.3.1(react@18.3.1)
|
||||||
|
|
||||||
[email protected](react-dom@19.1.0(react@19.1.0))(react@19.1.0):
|
[email protected](react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/runtime': 7.27.0
|
'@babel/runtime': 7.27.0
|
||||||
classnames: 2.5.1
|
classnames: 2.5.1
|
||||||
rc-dropdown: 4.2.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-dropdown: 4.2.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-menu: 9.16.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-menu: 9.16.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-motion: 2.9.5(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-motion: 2.9.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-resize-observer: 1.4.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-resize-observer: 1.4.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-util: 5.44.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-util: 5.44.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
react: 19.1.0
|
react: 18.3.1
|
||||||
react-dom: 19.1.0(react@19.1.0)
|
react-dom: 18.3.1(react@18.3.1)
|
||||||
|
|
||||||
[email protected](react-dom@19.1.0(react@19.1.0))(react@19.1.0):
|
[email protected](react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/runtime': 7.27.0
|
'@babel/runtime': 7.27.0
|
||||||
classnames: 2.5.1
|
classnames: 2.5.1
|
||||||
rc-input: 1.7.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-input: 1.7.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-resize-observer: 1.4.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-resize-observer: 1.4.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-util: 5.44.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-util: 5.44.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
react: 19.1.0
|
react: 18.3.1
|
||||||
react-dom: 19.1.0(react@19.1.0)
|
react-dom: 18.3.1(react@18.3.1)
|
||||||
|
|
||||||
[email protected](react-dom@19.1.0(react@19.1.0))(react@19.1.0):
|
[email protected](react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/runtime': 7.27.0
|
'@babel/runtime': 7.27.0
|
||||||
'@rc-component/trigger': 2.2.6(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
'@rc-component/trigger': 2.2.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
classnames: 2.5.1
|
classnames: 2.5.1
|
||||||
rc-util: 5.44.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-util: 5.44.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
react: 19.1.0
|
react: 18.3.1
|
||||||
react-dom: 19.1.0(react@19.1.0)
|
react-dom: 18.3.1(react@18.3.1)
|
||||||
|
|
||||||
[email protected](react-dom@19.1.0(react@19.1.0))(react@19.1.0):
|
[email protected](react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/runtime': 7.27.0
|
'@babel/runtime': 7.27.0
|
||||||
classnames: 2.5.1
|
classnames: 2.5.1
|
||||||
rc-select: 14.16.6(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-select: 14.16.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-tree: 5.13.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-tree: 5.13.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-util: 5.44.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-util: 5.44.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
react: 19.1.0
|
react: 18.3.1
|
||||||
react-dom: 19.1.0(react@19.1.0)
|
react-dom: 18.3.1(react@18.3.1)
|
||||||
|
|
||||||
[email protected](react-dom@19.1.0(react@19.1.0))(react@19.1.0):
|
[email protected](react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/runtime': 7.27.0
|
'@babel/runtime': 7.27.0
|
||||||
classnames: 2.5.1
|
classnames: 2.5.1
|
||||||
rc-motion: 2.9.5(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-motion: 2.9.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-util: 5.44.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-util: 5.44.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-virtual-list: 3.18.5(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-virtual-list: 3.18.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
react: 19.1.0
|
react: 18.3.1
|
||||||
react-dom: 19.1.0(react@19.1.0)
|
react-dom: 18.3.1(react@18.3.1)
|
||||||
|
|
||||||
[email protected](react-dom@19.1.0(react@19.1.0))(react@19.1.0):
|
[email protected](react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/runtime': 7.27.0
|
'@babel/runtime': 7.27.0
|
||||||
classnames: 2.5.1
|
classnames: 2.5.1
|
||||||
rc-util: 5.44.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-util: 5.44.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
react: 19.1.0
|
react: 18.3.1
|
||||||
react-dom: 19.1.0(react@19.1.0)
|
react-dom: 18.3.1(react@18.3.1)
|
||||||
|
|
||||||
[email protected](react-dom@19.1.0(react@19.1.0))(react@19.1.0):
|
[email protected](react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/runtime': 7.27.0
|
'@babel/runtime': 7.27.0
|
||||||
react: 19.1.0
|
react: 18.3.1
|
||||||
react-dom: 19.1.0(react@19.1.0)
|
react-dom: 18.3.1(react@18.3.1)
|
||||||
react-is: 18.3.1
|
react-is: 18.3.1
|
||||||
|
|
||||||
[email protected](react-dom@19.1.0(react@19.1.0))(react@19.1.0):
|
[email protected](react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/runtime': 7.27.0
|
'@babel/runtime': 7.27.0
|
||||||
classnames: 2.5.1
|
classnames: 2.5.1
|
||||||
rc-resize-observer: 1.4.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-resize-observer: 1.4.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
rc-util: 5.44.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
rc-util: 5.44.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
react: 19.1.0
|
react: 18.3.1
|
||||||
react-dom: 19.1.0(react@19.1.0)
|
react-dom: 18.3.1(react@18.3.1)
|
||||||
|
|
||||||
[email protected]:
|
[email protected]:
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -4813,16 +4827,19 @@ snapshots:
|
|||||||
minimist: 1.2.8
|
minimist: 1.2.8
|
||||||
strip-json-comments: 2.0.1
|
strip-json-comments: 2.0.1
|
||||||
|
|
||||||
react-dom@19.1.0(react@19.1.0):
|
react-dom@18.3.1(react@18.3.1):
|
||||||
dependencies:
|
dependencies:
|
||||||
react: 19.1.0
|
loose-envify: 1.4.0
|
||||||
scheduler: 0.26.0
|
react: 18.3.1
|
||||||
|
scheduler: 0.23.2
|
||||||
|
|
||||||
[email protected]: {}
|
[email protected]: {}
|
||||||
|
|
||||||
[email protected]: {}
|
[email protected]: {}
|
||||||
|
|
||||||
react@19.1.0: {}
|
react@18.3.1:
|
||||||
|
dependencies:
|
||||||
|
loose-envify: 1.4.0
|
||||||
|
|
||||||
[email protected]:
|
[email protected]:
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -4926,7 +4943,9 @@ snapshots:
|
|||||||
|
|
||||||
[email protected]: {}
|
[email protected]: {}
|
||||||
|
|
||||||
[email protected]6.0: {}
|
[email protected]3.2:
|
||||||
|
dependencies:
|
||||||
|
loose-envify: 1.4.0
|
||||||
|
|
||||||
[email protected]:
|
[email protected]:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|||||||
@@ -40,6 +40,11 @@ export default function App() {
|
|||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
loadProxies();
|
loadProxies();
|
||||||
|
|
||||||
|
// 确保Form实例初始化完成
|
||||||
|
if (isModalOpen) {
|
||||||
|
form.resetFields();
|
||||||
|
}
|
||||||
|
|
||||||
// 监听添加代理请求和代理配置更新
|
// 监听添加代理请求和代理配置更新
|
||||||
const handleMessage = (message: any) => {
|
const handleMessage = (message: any) => {
|
||||||
if (message.action === ContentActionType.TRIGGER_ADD_PROXY) {
|
if (message.action === ContentActionType.TRIGGER_ADD_PROXY) {
|
||||||
@@ -54,7 +59,7 @@ export default function App() {
|
|||||||
return () => {
|
return () => {
|
||||||
browser.runtime.onMessage.removeListener(handleMessage);
|
browser.runtime.onMessage.removeListener(handleMessage);
|
||||||
};
|
};
|
||||||
}, []);
|
}, [isModalOpen]);
|
||||||
|
|
||||||
const loadProxies = async () => {
|
const loadProxies = async () => {
|
||||||
try {
|
try {
|
||||||
@@ -239,6 +244,7 @@ export default function App() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const handleCancel = () => {
|
const handleCancel = () => {
|
||||||
|
form.resetFields();
|
||||||
setIsModalOpen(false);
|
setIsModalOpen(false);
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -352,9 +358,13 @@ export default function App() {
|
|||||||
OK
|
OK
|
||||||
</Button>,
|
</Button>,
|
||||||
]}
|
]}
|
||||||
destroyOnClose
|
|
||||||
>
|
>
|
||||||
<Form form={form} layout="vertical" onFinish={handleSave}>
|
<Form
|
||||||
|
form={form}
|
||||||
|
layout="vertical"
|
||||||
|
onFinish={handleSave}
|
||||||
|
preserve={false}
|
||||||
|
>
|
||||||
<Form.Item
|
<Form.Item
|
||||||
name="name"
|
name="name"
|
||||||
label={<span className="required-label">名称</span>}
|
label={<span className="required-label">名称</span>}
|
||||||
@@ -428,16 +438,17 @@ localhost
|
|||||||
127.0.0.1
|
127.0.0.1
|
||||||
*.example.com`}
|
*.example.com`}
|
||||||
/>
|
/>
|
||||||
|
</Form.Item>
|
||||||
<div
|
<div
|
||||||
style={{
|
style={{
|
||||||
marginTop: 8,
|
marginTop: -16,
|
||||||
|
marginBottom: 16,
|
||||||
fontSize: 12,
|
fontSize: 12,
|
||||||
color: "#999",
|
color: "#999",
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
每行一个地址,支持通配符 *
|
每行一个地址,支持通配符 *
|
||||||
</div>
|
</div>
|
||||||
</Form.Item>
|
|
||||||
|
|
||||||
<Space style={{ display: "flex" }}>
|
<Space style={{ display: "flex" }}>
|
||||||
<Form.Item
|
<Form.Item
|
||||||
@@ -464,7 +475,6 @@ localhost
|
|||||||
<Form.Item
|
<Form.Item
|
||||||
name="matchList"
|
name="matchList"
|
||||||
label="匹配域名"
|
label="匹配域名"
|
||||||
help="每行一个域名,支持通配符 *"
|
|
||||||
rules={[
|
rules={[
|
||||||
{
|
{
|
||||||
required: true,
|
required: true,
|
||||||
@@ -480,6 +490,16 @@ google.com
|
|||||||
github.com`}
|
github.com`}
|
||||||
/>
|
/>
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
|
<div
|
||||||
|
style={{
|
||||||
|
marginTop: -16,
|
||||||
|
marginBottom: 16,
|
||||||
|
fontSize: 12,
|
||||||
|
color: "#999",
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
每行一个域名,支持通配符 *
|
||||||
|
</div>
|
||||||
|
|
||||||
<Form.Item
|
<Form.Item
|
||||||
name="proxyServer"
|
name="proxyServer"
|
||||||
|
|||||||
Reference in New Issue
Block a user