diff --git a/packages/core/server/src/migrations/20240705000001-remove-pkgs-approval.ts b/packages/core/server/src/migrations/20240705000001-remove-pkgs-approval.ts new file mode 100644 index 000000000..27b87a35d --- /dev/null +++ b/packages/core/server/src/migrations/20240705000001-remove-pkgs-approval.ts @@ -0,0 +1,24 @@ +import { DataTypes } from '@tachybase/database'; + +import { Migration } from '../migration'; + +export default class extends Migration { + on = 'beforeLoad'; + appVersion = '<0.21.65'; + + async up() { + console.log('remove workflow notice'); + await this.pm.repository.destroy({ + filter: { + name: 'workflow-notice', + }, + }); + + console.log('remove approval'); + await this.pm.repository.destroy({ + filter: { + name: 'approval', + }, + }); + } +} diff --git a/packages/plugins/@hera/plugin-approval/.npmignore b/packages/plugins/@hera/plugin-approval/.npmignore deleted file mode 100644 index 65f5e8779..000000000 --- a/packages/plugins/@hera/plugin-approval/.npmignore +++ /dev/null @@ -1,2 +0,0 @@ -/node_modules -/src diff --git a/packages/plugins/@hera/plugin-approval/README.md b/packages/plugins/@hera/plugin-approval/README.md deleted file mode 100644 index 9e5ba8d6e..000000000 --- a/packages/plugins/@hera/plugin-approval/README.md +++ /dev/null @@ -1 +0,0 @@ -# @hera/plugin-approval diff --git a/packages/plugins/@hera/plugin-approval/client.d.ts b/packages/plugins/@hera/plugin-approval/client.d.ts deleted file mode 100644 index 6c459cbac..000000000 --- a/packages/plugins/@hera/plugin-approval/client.d.ts +++ /dev/null @@ -1,2 +0,0 @@ -export * from './dist/client'; -export { default } from './dist/client'; diff --git a/packages/plugins/@hera/plugin-approval/client.js b/packages/plugins/@hera/plugin-approval/client.js deleted file mode 100644 index b6e3be70e..000000000 --- a/packages/plugins/@hera/plugin-approval/client.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./dist/client/index.js'); diff --git a/packages/plugins/@hera/plugin-approval/package.json b/packages/plugins/@hera/plugin-approval/package.json deleted file mode 100644 index 66459b997..000000000 --- a/packages/plugins/@hera/plugin-approval/package.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "@hera/plugin-approval", - "displayName": "Workflow: Approval Center", - "version": "0.1.59", - "description": "Can configure a universal approval process to complete the complete approval process in the approval center.", - "keywords": [ - "Workflow" - ], - "main": "dist/server/index.js", - "devDependencies": { - "@ant-design/icons": "~5.3.7", - "@tachybase/actions": "workspace:*", - "@tachybase/components": "workspace:*", - "@tachybase/data-source-manager": "workspace:*", - "@tachybase/database": "workspace:*", - "@tachybase/plugin-ui-schema-storage": "workspace:*", - "@tachybase/schema": "workspace:*", - "@tachybase/utils": "workspace:*", - "@types/lodash": "4.17.5", - "antd": "5.18.3", - "lodash": "^4.17.21", - "react": "~18.3.1", - "react-i18next": "^14.1.2", - "sequelize": "^6.26.0" - }, - "peerDependencies": { - "@tachybase/client": "workspace:*", - "@tachybase/plugin-workflow": "workspace:*", - "@tachybase/server": "workspace:*", - "@tachybase/test": "workspace:*" - }, - "description.zh-CN": "可配置通用的审批流程,在审批中心完成审批的完整操作。", - "displayName.zh-CN": "工作流:审批中心" -} diff --git a/packages/plugins/@hera/plugin-approval/server.d.ts b/packages/plugins/@hera/plugin-approval/server.d.ts deleted file mode 100644 index c41081ddc..000000000 --- a/packages/plugins/@hera/plugin-approval/server.d.ts +++ /dev/null @@ -1,2 +0,0 @@ -export * from './dist/server'; -export { default } from './dist/server'; diff --git a/packages/plugins/@hera/plugin-approval/server.js b/packages/plugins/@hera/plugin-approval/server.js deleted file mode 100644 index 972842039..000000000 --- a/packages/plugins/@hera/plugin-approval/server.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./dist/server/index.js'); diff --git a/packages/plugins/@hera/plugin-approval/src/client/index.ts b/packages/plugins/@hera/plugin-approval/src/client/index.ts deleted file mode 100644 index 2de3f2bb0..000000000 --- a/packages/plugins/@hera/plugin-approval/src/client/index.ts +++ /dev/null @@ -1,3 +0,0 @@ -import { Plugin } from '@tachybase/client'; - -export default class PluginApproval extends Plugin {} diff --git a/packages/plugins/@hera/plugin-approval/src/index.ts b/packages/plugins/@hera/plugin-approval/src/index.ts deleted file mode 100644 index 7e74612df..000000000 --- a/packages/plugins/@hera/plugin-approval/src/index.ts +++ /dev/null @@ -1,2 +0,0 @@ -export * from './server'; -export { default } from './server'; diff --git a/packages/plugins/@hera/plugin-approval/src/locale/en-US.json b/packages/plugins/@hera/plugin-approval/src/locale/en-US.json deleted file mode 100644 index 5b4f13e62..000000000 --- a/packages/plugins/@hera/plugin-approval/src/locale/en-US.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "Approval": "Approval", - "Approvals": "Approvals", - "Approval blocks": "Approval blocks", - "Launch": "Launch", - "Todos": "Todos", - "Approval applications": "Approval applications", - "Approval todos": "Approval todos", - "Related approvals": "Related approvals", - "Apply new": "Apply new", - "Apply": "Apply", - "Initiator": "Initiator", - "Application content": "Application content", - "Approval process": "Approval process", - "Approval Summary": "Approval Summary", - "History": "History", - "Approval ID": "Approval ID", - "Node": "Node", - "Assignee": "Assignees", - "Assignees": "Assignees", - "Add assignee": "Add assignee", - "Negotiation mode": "Negotiation mode", - "Or": "Or", - "And": "And", - "Voting": "Voting", - "Anyone approve or reject as result.": "Anyone approve or reject as result.", - "Everyone approve as approved, or any one reject as rejected.": "Everyone approve as approved, or any one reject as rejected.", - "Approve when approvals rate greater than the set percentage, reject when rejections rate greater than or equal to (1 - percentage).": "Approve when approvals rate greater than the set percentage, reject when rejections rate greater than or equal to (1 - percentage).", - "Order": "Order", - "Sequentially": "Sequentially", - "Parallelly": "Parallelly", - "Draft": "Draft", - "Withdraw": "Withdraw", - "Are you sure you want to withdraw it?": "Are you sure you want to withdraw it?", - "Returned": "Returned", - "Submitted": "Submitted", - "Processing": "Processing", - "Approved": "Approved", - "Rejected": "Rejected", - "Approve": "Approve", - "Reject": "Reject", - "Return": "Return", - "Canceled": "Canceled", - "Assigned": "Assigned", - "Pending": "Pending", - "Withdrawn": "Withdrawn", - "Unprocessed": "Unprocessed", - "User interface": "User interface", - "View user interface": "View user interface", - "Configure user interface": "Configure user interface", - "Apply form": "Apply form", - "Withdrawable": "Withdrawable", - "Returnable": "Returnable", - "Comment": "Comment", - "Event will be triggered when submitted current workflow bound form action, or new application from approval block.": "Event will be triggered when submitted current workflow bound form action, or new application from approval block.", - "Used to perform manual approval operations within approval workflow, approvers can perform approval action through the to-do list in the approval block, such as approval, rejection or return.": "Used to perform manual approval operations within approval workflow, approvers can perform approval action through the to-do list in the approval block, such as approval, rejection or return.", - "Pass mode": "Pass mode", - "Passthrough mode": "Passthrough mode", - "When rejected or returned, the workflow will be terminated immediately.": "When rejected or returned, the workflow will be terminated immediately.", - "Branch mode": "Branch mode", - "Could run different branch based on result.": "Could run different branch based on result.", - "End on reject": "End on reject", - "If checked, the workflow will be terminated after rejection branch processed.": "If checked, the workflow will be terminated after rejection branch processed.", - "Disabled": "Disabled", - "Trigger data": "Trigger data", - "Select fields to display in the approval summary": "Select fields to display in the approval summary" -} diff --git a/packages/plugins/@hera/plugin-approval/src/locale/zh-CN.json b/packages/plugins/@hera/plugin-approval/src/locale/zh-CN.json deleted file mode 100644 index ac1c3534a..000000000 --- a/packages/plugins/@hera/plugin-approval/src/locale/zh-CN.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "Approval event": "审批事件", - "Approval": "审批", - "Approvals": "审批", - "Approval blocks": "审批区块", - "Launch": "发起", - "Todos": "待办", - "Approval applications": "审批申请", - "Approval todos": "审批待办", - "Related approvals": "相关审批", - "Apply new": "发起新申请", - "Apply": "发起", - "Initiator": "发起人", - "Application content": "申请内容", - "Approval process": "审批处理", - "Approval Summary": "审批摘要", - "No data yet": "暂无数据", - "Approval ID": "单据编号", - "Current status": "当前状态", - "Task node": "任务节点", - "Assignee": "审批人", - "Assignees": "审批人", - "Add assignee": "添加审批人", - "Select assignees": "选择审批人", - "Query assignees": "查询审批人", - "Negotiation mode": "协商模式", - "Or": "或签", - "And": "会签", - "Voting": "投票", - "The approval or rejection by anyone of them is the result.": "任意一人通过或否决即为结果。", - "If it's approved by all, it's approved. If it's rejected by anyone, it's rejected.": "所有人通过才通过,任意一人否决则否决。", - "Approved if the approval rate is greater than the set percentage, otherwise rejected.": "通过率大于设置的百分比时通过,否则否决。", - "Order": "多人处理顺序", - "Parallelly": "并行", - "Multiple approvers can approve in any order.": "多个审批人可以任意顺序审批。", - "Sequentially": "顺序", - "Multiple approvers in sequential order.": "多个审批人按照排序审批。", - "Save draft": "保存草稿", - "Draft": "草稿", - "Withdraw": "撤回", - "Are you sure you want to withdraw it?": "确定要撤回吗?", - "Returned": "退回", - "Submitted": "提交", - "Processing": "处理中", - "Approved": "通过", - "Rejected": "否决", - "Approve": "通过", - "Reject": "否决", - "Return": "退回", - "Canceled": "取消", - "Assigned": "已分配", - "Pending": "待处理", - "Withdrawn": "撤回", - "Unprocessed": "未处理", - "Where to initiate and approve": "发起和审批的位置", - "Initiate and approve in data blocks only": "仅在数据区块中发起和审批", - "Actions from any form block can be bound to this workflow for initiating approvals, and the approval process can be handled and tracked in the approval block of a single record which is typically applicable to business data.": "可以将任意表单区块的操作绑定到该工作流,用于发起审批,并在单条数据的审批区块里处理和跟踪审批过程,通常适用于业务数据。", - "Initiate and approve in both data blocks and global approval blocks": "在数据区块和审批中心都可以发起和审批", - "In addition to data blocks, a global approval block can also be used to initiates and processes approvals, which typically applies to administrative data.": "除了数据区块,还可以在全局的审批中心发起和处理审批,这通常适用于行政数据。", - "Initiator's interface": "发起人的操作界面", - "Approver's interface": "审批人的操作界面", - "Go to configure": "进入配置", - "For initiating approvals, or viewing and manipulating initiated approvals.": "用于发起审批,或者查看和操作已发起的审批。", - "Apply form": "申请表单", - "Allowed to be withdrawn": "允许撤回", - "Allow the initiator to withdraw the approval before the approval starts.": "在审批开始之前,允许发起人撤回审批。", - "Returnable": "可退回", - "Comment": "意见", - "Triggered when an approval request is initiated through an action button or API. Dedicated to the approval process, with exclusive approval node and block for managing documents and tracking processing processes.": "通过操作按钮或 API 发起审批申请时触发。专用于审批流程,有专属的审批节点和区块用于管理单据和追踪处理过程。", - "Manual approval operations within the approval process, the approver can approve in the global approval block or in the approval block of a single record.": "在审批流程内进行人工审批操作,审批人可以在全局的审批区块里进行审批,也可以在单条数据的审批区块里审批。", - "Pass mode": "通过模式", - "Passthrough mode": "直通模式", - "When rejected or returned, the workflow will be terminated immediately.": "当否决或退回时,工作流将立即终止。", - "Branch mode": "分支模式", - "Could run different branch based on result.": "产生结果后可按结果继续不同的分支。", - "End the workflow after rejection branch": "否决后终止流程", - "When checked, the workflow will terminate when the rejection branch ends.": "勾选后,否决分支结束后工作流将终止。", - "Disabled": "已失效", - "Submission may be withdrawn, please try refresh the list.": "提交可能已被撤回,请尝试刷新列表。", - "Trigger data": "触发器数据", - "Select fields to display in the approval summary": "选择审批摘要显示字段" -} diff --git a/packages/plugins/@hera/plugin-approval/src/server/index.ts b/packages/plugins/@hera/plugin-approval/src/server/index.ts deleted file mode 100644 index b68aea57f..000000000 --- a/packages/plugins/@hera/plugin-approval/src/server/index.ts +++ /dev/null @@ -1 +0,0 @@ -export { default } from './plugin'; diff --git a/packages/plugins/@hera/plugin-approval/src/server/plugin.ts b/packages/plugins/@hera/plugin-approval/src/server/plugin.ts deleted file mode 100644 index 0a646ff82..000000000 --- a/packages/plugins/@hera/plugin-approval/src/server/plugin.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { Plugin } from '@tachybase/server'; - -export class PluginWorkflowApproval extends Plugin {} - -export default PluginWorkflowApproval; diff --git a/packages/plugins/@tachybase/plugin-workflow-notice/.npmignore b/packages/plugins/@tachybase/plugin-workflow-notice/.npmignore deleted file mode 100644 index 65f5e8779..000000000 --- a/packages/plugins/@tachybase/plugin-workflow-notice/.npmignore +++ /dev/null @@ -1,2 +0,0 @@ -/node_modules -/src diff --git a/packages/plugins/@tachybase/plugin-workflow-notice/README.md b/packages/plugins/@tachybase/plugin-workflow-notice/README.md deleted file mode 100644 index f7ffdf277..000000000 --- a/packages/plugins/@tachybase/plugin-workflow-notice/README.md +++ /dev/null @@ -1 +0,0 @@ -# @tachybase/plugin-workflow-notice diff --git a/packages/plugins/@tachybase/plugin-workflow-notice/client.d.ts b/packages/plugins/@tachybase/plugin-workflow-notice/client.d.ts deleted file mode 100644 index 6c459cbac..000000000 --- a/packages/plugins/@tachybase/plugin-workflow-notice/client.d.ts +++ /dev/null @@ -1,2 +0,0 @@ -export * from './dist/client'; -export { default } from './dist/client'; diff --git a/packages/plugins/@tachybase/plugin-workflow-notice/client.js b/packages/plugins/@tachybase/plugin-workflow-notice/client.js deleted file mode 100644 index b6e3be70e..000000000 --- a/packages/plugins/@tachybase/plugin-workflow-notice/client.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./dist/client/index.js'); diff --git a/packages/plugins/@tachybase/plugin-workflow-notice/package.json b/packages/plugins/@tachybase/plugin-workflow-notice/package.json deleted file mode 100644 index f2d704bdf..000000000 --- a/packages/plugins/@tachybase/plugin-workflow-notice/package.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "@tachybase/plugin-workflow-notice", - "displayName": "Workflow: Notice", - "version": "0.21.65", - "description": "A powerful BPM tool that provides foundational support for business automation, with the capability to extend unlimited triggers and nodes.", - "keywords": [ - "Workflow", - "Notice" - ], - "main": "dist/server/index.js", - "devDependencies": { - "@ant-design/icons": "~5.3.7", - "@tachybase/actions": "workspace:*", - "@tachybase/components": "workspace:*", - "@tachybase/data-source-manager": "workspace:*", - "@tachybase/database": "workspace:*", - "@tachybase/plugin-ui-schema-storage": "workspace:*", - "@tachybase/schema": "workspace:*", - "@tachybase/utils": "workspace:*", - "antd": "5.18.3", - "lodash": "^4.17.21", - "react": "~18.3.1", - "react-i18next": "^14.1.2", - "sequelize": "^6.26.0" - }, - "peerDependencies": { - "@tachybase/client": "workspace:*", - "@tachybase/plugin-workflow": "workspace:*", - "@tachybase/server": "workspace:*", - "@tachybase/test": "workspace:*" - }, - "description.zh-CN": "工作流节点, 通知。", - "displayName.zh-CN": "工作流: 通知" -} diff --git a/packages/plugins/@tachybase/plugin-workflow-notice/server.d.ts b/packages/plugins/@tachybase/plugin-workflow-notice/server.d.ts deleted file mode 100644 index c41081ddc..000000000 --- a/packages/plugins/@tachybase/plugin-workflow-notice/server.d.ts +++ /dev/null @@ -1,2 +0,0 @@ -export * from './dist/server'; -export { default } from './dist/server'; diff --git a/packages/plugins/@tachybase/plugin-workflow-notice/server.js b/packages/plugins/@tachybase/plugin-workflow-notice/server.js deleted file mode 100644 index 972842039..000000000 --- a/packages/plugins/@tachybase/plugin-workflow-notice/server.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./dist/server/index.js'); diff --git a/packages/plugins/@tachybase/plugin-workflow-notice/src/client/index.tsx b/packages/plugins/@tachybase/plugin-workflow-notice/src/client/index.tsx deleted file mode 100644 index aef8d0be1..000000000 --- a/packages/plugins/@tachybase/plugin-workflow-notice/src/client/index.tsx +++ /dev/null @@ -1,5 +0,0 @@ -import { Plugin } from '@tachybase/client'; - -class PluginWorkflowNoticeClient extends Plugin {} - -export default PluginWorkflowNoticeClient; diff --git a/packages/plugins/@tachybase/plugin-workflow-notice/src/index.ts b/packages/plugins/@tachybase/plugin-workflow-notice/src/index.ts deleted file mode 100644 index 7e74612df..000000000 --- a/packages/plugins/@tachybase/plugin-workflow-notice/src/index.ts +++ /dev/null @@ -1,2 +0,0 @@ -export * from './server'; -export { default } from './server'; diff --git a/packages/plugins/@tachybase/plugin-workflow-notice/src/locale/en-US.json b/packages/plugins/@tachybase/plugin-workflow-notice/src/locale/en-US.json deleted file mode 100644 index c078c39a0..000000000 --- a/packages/plugins/@tachybase/plugin-workflow-notice/src/locale/en-US.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "Notice": "Notice", - "In the workflow, notification messages can be viewed by the notified person in the notification center.":"In the workflow, notification messages can be viewed by the notified person in the notification center.", - "The Notified Person": "The Notified Person", - "Add Notified Person": "Add Notified Person", - "Select Notified Person": "Select Notified Person", - "Query Notified Person": "Query Notified Person", - "Show Notice Detail": "Show Notice Detail", - "Go to configure": "Go to configure", - "The interface of show notice detail": "The interface of show notice detail", - "Notice blocks": "Notice blocks", - "Notice Center": "Notice Center", - "Summary": "Summary", - "Task node": "Task node", - "ID": "ID", - "Content Detail": "Content Detail" -} diff --git a/packages/plugins/@tachybase/plugin-workflow-notice/src/locale/zh-CN.json b/packages/plugins/@tachybase/plugin-workflow-notice/src/locale/zh-CN.json deleted file mode 100644 index e930e20d0..000000000 --- a/packages/plugins/@tachybase/plugin-workflow-notice/src/locale/zh-CN.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "Notice": "通知", - "In the workflow, notification messages can be viewed by the notified person in the notification center.":"在工作流程中通知消息, 被通知人可以在通知中心查看到消息.", - "The Notified Person": "被通知人", - "Add Notified Person": "添加被通知人", - "Select Notified Person": "选择被通知人", - "Query Notified Person": "查询被通知人", - "Show Notice Detail":"显示通知详情", - "Go to configure": "进行配置", - "The interface of show notice detail": "显示通知详情界面", - "Notice blocks": "通知区块", - "Notice Center": "工作流:通知中心", - "Summary": "摘要", - "Task node": "任务节点", - "ID": "编号", - "Content Detail": "内容详情" -} diff --git a/packages/plugins/@tachybase/plugin-workflow-notice/src/server/index.ts b/packages/plugins/@tachybase/plugin-workflow-notice/src/server/index.ts deleted file mode 100644 index b68aea57f..000000000 --- a/packages/plugins/@tachybase/plugin-workflow-notice/src/server/index.ts +++ /dev/null @@ -1 +0,0 @@ -export { default } from './plugin'; diff --git a/packages/plugins/@tachybase/plugin-workflow-notice/src/server/plugin.ts b/packages/plugins/@tachybase/plugin-workflow-notice/src/server/plugin.ts deleted file mode 100644 index 614a7ff11..000000000 --- a/packages/plugins/@tachybase/plugin-workflow-notice/src/server/plugin.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { Plugin } from '@tachybase/server'; - -export class PluginWorkflowNoticeServer extends Plugin {} - -export default PluginWorkflowNoticeServer; diff --git a/packages/presets/base/package.json b/packages/presets/base/package.json index 5b1ab9845..0c0ca05e8 100644 --- a/packages/presets/base/package.json +++ b/packages/presets/base/package.json @@ -4,7 +4,6 @@ "license": "Apache-2.0", "main": "./lib/server/index.js", "dependencies": { - "@hera/plugin-approval": "workspace:*", "@tachybase/client": "workspace:*", "@tachybase/plugin-acl": "workspace:*", "@tachybase/plugin-action-bulk-edit": "workspace:*", diff --git a/packages/presets/base/src/server/index.ts b/packages/presets/base/src/server/index.ts index f1ab47652..79a402273 100644 --- a/packages/presets/base/src/server/index.ts +++ b/packages/presets/base/src/server/index.ts @@ -34,11 +34,8 @@ export class PresetTachyBase extends Plugin { 'kanban', 'logger', 'sequence-field', - // @tachybase 'workflow', - // hera 'audit-logs', - 'approval', ]; get builtInPlugins() { diff --git a/packages/presets/mini/package.json b/packages/presets/mini/package.json index e1d9b5731..d88591103 100644 --- a/packages/presets/mini/package.json +++ b/packages/presets/mini/package.json @@ -4,7 +4,6 @@ "license": "Apache-2.0", "main": "./lib/server/index.js", "dependencies": { - "@hera/plugin-approval": "workspace:*", "@hera/plugin-core": "workspace:*", "@hera/plugin-homepage": "workspace:*", "@hera/plugin-rental": "workspace:*", diff --git a/packages/presets/rental/package.json b/packages/presets/rental/package.json index ae4d568aa..0958b2d46 100644 --- a/packages/presets/rental/package.json +++ b/packages/presets/rental/package.json @@ -4,7 +4,6 @@ "license": "Apache-2.0", "main": "./lib/server/index.js", "dependencies": { - "@hera/plugin-approval": "workspace:*", "@hera/plugin-core": "workspace:*", "@hera/plugin-homepage": "workspace:*", "@hera/plugin-rental": "workspace:*", diff --git a/packages/presets/rental/src/server/index.ts b/packages/presets/rental/src/server/index.ts index c6616a1b3..834d66f37 100644 --- a/packages/presets/rental/src/server/index.ts +++ b/packages/presets/rental/src/server/index.ts @@ -13,7 +13,6 @@ export class PluginRental extends PresetTachyBase { 'rental>=0.21.0', 'field-markdown-vditor>=0.21.31', 'comments>=0.21.31', - 'workflow-notice>=0.21.43', 'approval-mobile>=0.21.43', 'external-data-source>=0.21.43', ]; diff --git a/packages/presets/sancongtou/package.json b/packages/presets/sancongtou/package.json index b4a3fbcd2..fbd3ea3bd 100644 --- a/packages/presets/sancongtou/package.json +++ b/packages/presets/sancongtou/package.json @@ -4,7 +4,6 @@ "license": "Apache-2.0", "main": "./lib/server/index.js", "dependencies": { - "@hera/plugin-approval": "workspace:*", "@hera/plugin-approval-mobile": "workspace:*", "@hera/plugin-core": "workspace:*", "@hera/plugin-rental": "workspace:*", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 848d97f67..9905e56df 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -75,10 +75,10 @@ importers: version: 9.5.0 eslint-plugin-jest-dom: specifier: ^5.4.0 - version: 5.4.0(eslint@9.5.0) + version: 5.4.0(eslint@8.55.0) eslint-plugin-testing-library: specifier: ^5.11.1 - version: 5.11.1(eslint@9.5.0)(typescript@5.4.5) + version: 5.11.1(eslint@8.55.0)(typescript@5.4.5) husky: specifier: ^9.0.11 version: 9.0.11 @@ -114,7 +114,7 @@ importers: version: 5.4.5 umi: specifier: ^4.2.10 - version: 4.2.10(@babel/core@7.24.7)(@types/node@20.14.2)(@types/react@18.3.3)(eslint@9.5.0)(prettier@3.2.5)(react-dom@18.3.1)(react@18.3.1)(stylelint@16.6.1)(typescript@5.4.5)(webpack@5.92.1) + version: 4.2.10(@babel/core@7.22.10)(@types/node@20.14.2)(@types/react@18.3.3)(eslint@8.55.0)(prettier@3.2.5)(react-dom@18.3.1)(react@18.3.1)(stylelint@14.16.1)(typescript@5.4.5)(webpack@5.92.1) vitest: specifier: ^1.6.0 version: 1.6.0(@types/node@20.14.2) @@ -426,7 +426,7 @@ importers: version: 4.14.1 rollup-plugin-dts: specifier: ^6.1.0 - version: 6.1.0(rollup@4.14.1)(typescript@5.5.2) + version: 6.1.0(rollup@4.14.1)(typescript@5.4.5) rollup-plugin-esbuild: specifier: ^6.1.1 version: 6.1.1(esbuild@0.21.5)(rollup@4.14.1) @@ -438,16 +438,16 @@ importers: dependencies: '@ahooksjs/use-url-state': specifier: 3.5.1 - version: 3.5.1(react-router@6.21.1)(react@18.3.1) + version: 3.5.1(react-router@6.21.1)(react@18.2.0) '@ant-design/cssinjs': specifier: ^1.11.1 - version: 1.18.2(react-dom@18.3.1)(react@18.3.1) + version: 1.18.2(react-dom@18.2.0)(react@18.2.0) '@ant-design/icons': specifier: ^5.3.7 - version: 5.3.7(react-dom@18.3.1)(react@18.3.1) + version: 5.3.7(react-dom@18.2.0)(react@18.2.0) '@ant-design/pro-layout': specifier: ^7.16.11 - version: 7.17.16(antd@5.18.3)(react-dom@18.3.1)(react@18.3.1) + version: 7.17.16(antd@5.18.3)(react-dom@18.2.0)(react@18.2.0) '@antv/g2plot': specifier: ^2.4.18 version: 2.4.31 @@ -456,19 +456,19 @@ importers: version: 3.6.1 '@dnd-kit/accessibility': specifier: ^3.1.0 - version: 3.1.0(react@18.3.1) + version: 3.1.0(react@18.2.0) '@dnd-kit/core': specifier: ^6.1.0 - version: 6.1.0(react-dom@18.3.1)(react@18.3.1) + version: 6.1.0(react-dom@18.2.0)(react@18.2.0) '@dnd-kit/modifiers': specifier: ^7.0.0 - version: 7.0.0(@dnd-kit/core@6.1.0)(react@18.3.1) + version: 7.0.0(@dnd-kit/core@6.1.0)(react@18.2.0) '@dnd-kit/sortable': specifier: ^8.0.0 - version: 8.0.0(@dnd-kit/core@6.1.0)(react@18.3.1) + version: 8.0.0(@dnd-kit/core@6.1.0)(react@18.2.0) '@dnd-kit/utilities': specifier: ^3.2.2 - version: 3.2.2(react@18.3.1) + version: 3.2.2(react@18.2.0) '@emotion/css': specifier: ^11.7.1 version: 11.11.2 @@ -492,13 +492,13 @@ importers: version: link:../utils ahooks: specifier: ^3.7.2 - version: 3.7.8(react@18.3.1) + version: 3.7.8(react@18.2.0) antd: specifier: 5.18.3 - version: 5.18.3(react-dom@18.3.1)(react@18.3.1) + version: 5.18.3(react-dom@18.2.0)(react@18.2.0) antd-style: specifier: 3.6.2 - version: 3.6.2(@types/react@18.3.3)(antd@5.18.3)(react-dom@18.3.1)(react@18.3.1) + version: 3.6.2(@types/react@18.3.3)(antd@5.18.3)(react-dom@18.2.0)(react@18.2.0) axios: specifier: ^1.6.2 version: 1.6.7 @@ -555,16 +555,16 @@ importers: version: 3.3.7 rc-tree-select: specifier: ^5.15.0 - version: 5.15.0(react-dom@18.3.1)(react@18.3.1) + version: 5.15.0(react-dom@18.2.0)(react@18.2.0) rc-util: specifier: ^5.32.0 - version: 5.38.1(react-dom@18.3.1)(react@18.3.1) + version: 5.38.1(react-dom@18.2.0)(react@18.2.0) react: specifier: '>=18.0.0' version: 18.2.0 react-beautiful-dnd: specifier: ^13.1.0 - version: 13.1.1(react-dom@18.3.1)(react@18.3.1) + version: 13.1.1(react-dom@18.2.0)(react@18.2.0) react-dom: specifier: '>=18.0.0' version: 18.2.0(react@18.2.0) @@ -573,53 +573,53 @@ importers: version: 0.1.9 react-error-boundary: specifier: ^4.0.10 - version: 4.0.11(react@18.3.1) + version: 4.0.11(react@18.2.0) react-helmet: specifier: ^6.1.0 - version: 6.1.0(react@18.3.1) + version: 6.1.0(react@18.2.0) react-hotkeys-hook: specifier: ^3.4.7 - version: 3.4.7(react-dom@18.3.1)(react@18.3.1) + version: 3.4.7(react-dom@18.2.0)(react@18.2.0) react-i18next: specifier: ^14.1.2 - version: 14.1.2(i18next@22.5.1)(react-dom@18.3.1)(react@18.3.1) + version: 14.1.2(i18next@22.5.1)(react-dom@18.2.0)(react@18.2.0) react-iframe: specifier: ~1.8.5 - version: 1.8.5(react@18.3.1) + version: 1.8.5(react@18.2.0) react-image-lightbox: specifier: ^5.1.4 - version: 5.1.4(react-dom@18.3.1)(react@18.3.1) + version: 5.1.4(react-dom@18.2.0)(react@18.2.0) react-intersection-observer: specifier: ^9.10.3 - version: 9.10.3(react-dom@18.3.1)(react@18.3.1) + version: 9.10.3(react-dom@18.2.0)(react@18.2.0) react-is: specifier: '>=18.0.0' version: 18.2.0 react-js-cron: specifier: ^3.1.0 - version: 3.2.0(antd@5.18.3)(react-dom@18.3.1)(react@18.3.1) + version: 3.2.0(antd@5.18.3)(react-dom@18.2.0)(react@18.2.0) react-quill: specifier: ^2.0.0 - version: 2.0.0(react-dom@18.3.1)(react@18.3.1) + version: 2.0.0(react-dom@18.2.0)(react@18.2.0) react-router: specifier: ^6.11.2 - version: 6.21.1(react@18.3.1) + version: 6.21.1(react@18.2.0) react-router-dom: specifier: ^6.11.2 - version: 6.21.0(react-dom@18.3.1)(react@18.3.1) + version: 6.21.0(react-dom@18.2.0)(react@18.2.0) react-to-print: specifier: ^2.14.7 - version: 2.14.15(react-dom@18.3.1)(react@18.3.1) + version: 2.14.15(react-dom@18.2.0)(react@18.2.0) sanitize-html: specifier: 2.10.0 version: 2.10.0 use-deep-compare-effect: specifier: ^1.8.1 - version: 1.8.1(react@18.3.1) + version: 1.8.1(react@18.2.0) devDependencies: '@testing-library/react': specifier: ^14.0.0 - version: 14.1.2(react-dom@18.3.1)(react@18.3.1) + version: 14.1.2(react-dom@18.2.0)(react@18.2.0) '@types/flat': specifier: ^5.0.5 version: 5.0.5 @@ -667,16 +667,16 @@ importers: version: 2.3.1 '@formily/grid': specifier: 2.3.1 - version: 2.3.1(typescript@5.5.2) + version: 2.3.1(typescript@5.4.5) '@formily/json-schema': specifier: 2.3.1 - version: 2.3.1(typescript@5.5.2) + version: 2.3.1(typescript@5.4.5) '@formily/path': specifier: 2.3.1 version: 2.3.1 '@formily/react': specifier: 2.3.1 - version: 2.3.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1)(typescript@5.5.2) + version: 2.3.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1)(typescript@5.4.5) '@formily/reactive': specifier: 2.3.1 version: 2.3.1 @@ -982,7 +982,7 @@ importers: version: 5.4.4 umi: specifier: ^4.2.10 - version: 4.2.10(@babel/core@7.24.7)(@types/node@20.14.2)(@types/react@18.3.3)(eslint@8.55.0)(prettier@3.2.5)(react-dom@18.3.1)(react@18.3.1)(stylelint@16.6.1)(typescript@5.4.4)(webpack@5.92.1) + version: 4.2.10(@babel/core@7.22.10)(@types/node@20.14.2)(@types/react@18.3.3)(eslint@8.55.0)(prettier@3.2.5)(react-dom@18.3.1)(react@18.3.1)(stylelint@14.16.1)(typescript@5.4.4)(webpack@5.92.1) packages/core/evaluators: dependencies: @@ -1062,16 +1062,16 @@ importers: version: 2.3.1 '@formily/grid': specifier: 2.3.1 - version: 2.3.1(typescript@5.5.2) + version: 2.3.1(typescript@5.4.5) '@formily/json-schema': specifier: 2.3.1 - version: 2.3.1(typescript@5.5.2) + version: 2.3.1(typescript@5.4.5) '@formily/path': specifier: 2.3.1 version: 2.3.1 '@formily/react': specifier: 2.3.1 - version: 2.3.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1)(typescript@5.5.2) + version: 2.3.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1)(typescript@5.4.5) '@formily/reactive': specifier: 2.3.1 version: 2.3.1 @@ -1361,7 +1361,7 @@ importers: version: 16.7.0 jsdom-worker: specifier: ^0.3.0 - version: 0.3.0(node-fetch@3.3.2) + version: 0.3.0(node-fetch@2.7.0) jsonwebtoken: specifier: ^8.5.1 version: 8.5.1 @@ -1445,64 +1445,6 @@ importers: specifier: 20.14.2 version: 20.14.2 - packages/plugins/@hera/plugin-approval: - dependencies: - '@tachybase/client': - specifier: workspace:* - version: link:../../../core/client - '@tachybase/plugin-workflow': - specifier: workspace:* - version: link:../../@tachybase/plugin-workflow - '@tachybase/server': - specifier: workspace:* - version: link:../../../core/server - '@tachybase/test': - specifier: workspace:* - version: link:../../../core/test - devDependencies: - '@ant-design/icons': - specifier: ~5.3.7 - version: 5.3.7(react-dom@18.3.1)(react@18.3.1) - '@tachybase/actions': - specifier: workspace:* - version: link:../../../core/actions - '@tachybase/components': - specifier: workspace:* - version: link:../../../core/components - '@tachybase/data-source-manager': - specifier: workspace:* - version: link:../../../core/data-source-manager - '@tachybase/database': - specifier: workspace:* - version: link:../../../core/database - '@tachybase/plugin-ui-schema-storage': - specifier: workspace:* - version: link:../../@tachybase/plugin-ui-schema-storage - '@tachybase/schema': - specifier: workspace:* - version: link:../../../core/schema - '@tachybase/utils': - specifier: workspace:* - version: link:../../../core/utils - '@types/lodash': - specifier: 4.17.5 - version: 4.17.5 - antd: - specifier: 5.18.3 - version: 5.18.3(react-dom@18.3.1)(react@18.3.1) - lodash: - specifier: ^4.17.21 - version: 4.17.21 - react: - specifier: ~18.3.1 - version: 18.3.1 - react-i18next: - specifier: ^14.1.2 - version: 14.1.2(i18next@23.11.5)(react-dom@18.3.1)(react@18.3.1) - sequelize: - specifier: ^6.26.0 - version: 6.35.2 - packages/plugins/@hera/plugin-approval-mobile: dependencies: '@tachybase/client': @@ -2175,7 +2117,7 @@ importers: version: 6.0.2 '@koa/multer': specifier: ^3.0.2 - version: 3.0.2(multer@1.4.5-lts.1) + version: 3.0.2(multer@1.4.4) '@tachybase/components': specifier: workspace:* version: link:../../../core/components @@ -2650,7 +2592,7 @@ importers: devDependencies: '@formily/json-schema': specifier: 2.3.1 - version: 2.3.1(typescript@5.5.2) + version: 2.3.1(typescript@5.4.5) lodash: specifier: 4.17.21 version: 4.17.21 @@ -3057,7 +2999,7 @@ importers: version: 5.3.7(react-dom@18.3.1)(react@18.3.1) '@koa/multer': specifier: ^3.0.2 - version: 3.0.2(multer@1.4.5-lts.1) + version: 3.0.2(multer@1.4.4) '@tachybase/components': specifier: workspace:* version: link:../../../core/components @@ -3777,7 +3719,7 @@ importers: version: 5.3.7(react-dom@18.3.1)(react@18.3.1) '@arvinxu/layout-kit': specifier: ^1 - version: 1.4.0(@babel/core@7.24.7)(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1) + version: 1.4.0(@babel/core@7.22.10)(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1) '@ctrl/tinycolor': specifier: ^3.6.0 version: 3.6.1 @@ -3847,7 +3789,7 @@ importers: devDependencies: '@formily/json-schema': specifier: 2.3.1 - version: 2.3.1(typescript@5.5.2) + version: 2.3.1(typescript@5.4.5) lodash: specifier: 4.17.21 version: 4.17.21 @@ -4056,61 +3998,6 @@ importers: specifier: ^6.26.0 version: 6.35.2 - packages/plugins/@tachybase/plugin-workflow-notice: - dependencies: - '@tachybase/client': - specifier: workspace:* - version: link:../../../core/client - '@tachybase/plugin-workflow': - specifier: workspace:* - version: link:../plugin-workflow - '@tachybase/server': - specifier: workspace:* - version: link:../../../core/server - '@tachybase/test': - specifier: workspace:* - version: link:../../../core/test - devDependencies: - '@ant-design/icons': - specifier: ~5.3.7 - version: 5.3.7(react-dom@18.3.1)(react@18.3.1) - '@tachybase/actions': - specifier: workspace:* - version: link:../../../core/actions - '@tachybase/components': - specifier: workspace:* - version: link:../../../core/components - '@tachybase/data-source-manager': - specifier: workspace:* - version: link:../../../core/data-source-manager - '@tachybase/database': - specifier: workspace:* - version: link:../../../core/database - '@tachybase/plugin-ui-schema-storage': - specifier: workspace:* - version: link:../plugin-ui-schema-storage - '@tachybase/schema': - specifier: workspace:* - version: link:../../../core/schema - '@tachybase/utils': - specifier: workspace:* - version: link:../../../core/utils - antd: - specifier: 5.18.3 - version: 5.18.3(react-dom@18.3.1)(react@18.3.1) - lodash: - specifier: ^4.17.21 - version: 4.17.21 - react: - specifier: ~18.3.1 - version: 18.3.1 - react-i18next: - specifier: ^14.1.2 - version: 14.1.2(i18next@23.11.5)(react-dom@18.3.1)(react@18.3.1) - sequelize: - specifier: ^6.26.0 - version: 6.35.2 - packages/plugins/@tachybase/plugin-workflow-test: dependencies: '@tachybase/client': @@ -4141,9 +4028,6 @@ importers: packages/presets/base: dependencies: - '@hera/plugin-approval': - specifier: workspace:* - version: link:../../plugins/@hera/plugin-approval '@tachybase/client': specifier: workspace:* version: link:../../core/client @@ -4301,9 +4185,6 @@ importers: packages/presets/mini: dependencies: - '@hera/plugin-approval': - specifier: workspace:* - version: link:../../plugins/@hera/plugin-approval '@hera/plugin-core': specifier: workspace:* version: link:../../plugins/@hera/plugin-core @@ -4476,9 +4357,6 @@ importers: packages/presets/rental: dependencies: - '@hera/plugin-approval': - specifier: workspace:* - version: link:../../plugins/@hera/plugin-approval '@hera/plugin-core': specifier: workspace:* version: link:../../plugins/@hera/plugin-core @@ -4651,9 +4529,6 @@ importers: packages/presets/sancongtou: dependencies: - '@hera/plugin-approval': - specifier: workspace:* - version: link:../../plugins/@hera/plugin-approval '@hera/plugin-approval-mobile': specifier: workspace:* version: link:../../plugins/@hera/plugin-approval-mobile @@ -4829,22 +4704,21 @@ packages: /@aashutoshrathi/word-wrap@1.2.6: resolution: {integrity: sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==} engines: {node: '>=0.10.0'} - dev: false /@adobe/css-tools@4.3.3: resolution: {integrity: sha512-rE0Pygv0sEZ4vBWHlAgJLGDU7Pm8xoO6p3wsEceb7GYAjScrOHpEo8KK/eVkAcnSM+slAEtXjA2JpdjLp4fJQQ==} dev: false - /@ahooksjs/use-url-state@3.5.1(react-router@6.21.1)(react@18.3.1): + /@ahooksjs/use-url-state@3.5.1(react-router@6.21.1)(react@18.2.0): resolution: {integrity: sha512-XTrOLZKOAXahDD1Evg+aSN6qNzoh/FuvRKbUtB/0RhYvz57tyXRPbED0KXK4h2C3ZyHUKBJcVCSDcd6EsTyMyQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-router: ^5.0.0 || ^6.0.0 dependencies: - ahooks: 3.7.8(react@18.3.1) + ahooks: 3.7.8(react@18.2.0) query-string: 6.14.1 - react: 18.3.1 - react-router: 6.21.1(react@18.3.1) + react: 18.2.0 + react-router: 6.21.1(react@18.2.0) tslib: 2.6.2 dev: false @@ -5010,6 +4884,23 @@ packages: dependencies: '@ctrl/tinycolor': 3.6.1 + /@ant-design/cssinjs@1.18.2(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-514V9rjLaFYb3v4s55/8bg2E6fb81b99s3crDZf4nSwtiDLLXs8axnIph+q2TVkY2hbJPZOn/cVsVcnLkzFy7w==} + peerDependencies: + react: '>=16.0.0' + react-dom: '>=16.0.0' + dependencies: + '@babel/runtime': 7.24.1 + '@emotion/hash': 0.8.0 + '@emotion/unitless': 0.7.5 + classnames: 2.5.1 + csstype: 3.1.3 + rc-util: 5.39.1(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + stylis: 4.3.0 + dev: false + /@ant-design/cssinjs@1.18.2(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-514V9rjLaFYb3v4s55/8bg2E6fb81b99s3crDZf4nSwtiDLLXs8axnIph+q2TVkY2hbJPZOn/cVsVcnLkzFy7w==} peerDependencies: @@ -5025,6 +4916,7 @@ packages: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) stylis: 4.3.0 + dev: true /@ant-design/cssinjs@1.20.0(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-uG3iWzJxgNkADdZmc6W0Ci3iQAUOvLMcM8SnnmWq3r6JeocACft4ChnY/YWvI2Y+rG/68QBla/O+udke1yH3vg==} @@ -5043,6 +4935,23 @@ packages: stylis: 4.3.2 dev: false + /@ant-design/cssinjs@1.21.0(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-gIilraPl+9EoKdYxnupxjHB/Q6IHNRjEXszKbDxZdsgv4sAZ9pjkCq8yanDWNvyfjp4leir2OVAJm0vxwKK8YA==} + peerDependencies: + react: '>=16.0.0' + react-dom: '>=16.0.0' + dependencies: + '@babel/runtime': 7.24.7 + '@emotion/hash': 0.8.0 + '@emotion/unitless': 0.7.5 + classnames: 2.5.1 + csstype: 3.1.3 + rc-util: 5.38.1(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + stylis: 4.3.2 + dev: false + /@ant-design/cssinjs@1.21.0(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-gIilraPl+9EoKdYxnupxjHB/Q6IHNRjEXszKbDxZdsgv4sAZ9pjkCq8yanDWNvyfjp4leir2OVAJm0vxwKK8YA==} peerDependencies: @@ -5062,6 +4971,22 @@ packages: /@ant-design/icons-svg@4.4.2: resolution: {integrity: sha512-vHbT+zJEVzllwP+CM+ul7reTEfBR0vgxFe7+lREAsAA7YGsYpboiq2sQNeQeRvh09GfQgs/GyFEvZpJ9cLXpXA==} + /@ant-design/icons@5.3.7(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-bCPXTAg66f5bdccM4TT21SQBDO1Ek2gho9h3nO9DAKXJP4sq+5VBjrQMSxMVXSB3HyEz+cUbHQ5+6ogxCOpaew==} + engines: {node: '>=8'} + peerDependencies: + react: '>=16.0.0' + react-dom: '>=16.0.0' + dependencies: + '@ant-design/colors': 7.0.2 + '@ant-design/icons-svg': 4.4.2 + '@babel/runtime': 7.24.7 + classnames: 2.5.1 + rc-util: 5.43.0(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + /@ant-design/icons@5.3.7(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-bCPXTAg66f5bdccM4TT21SQBDO1Ek2gho9h3nO9DAKXJP4sq+5VBjrQMSxMVXSB3HyEz+cUbHQ5+6ogxCOpaew==} engines: {node: '>=8'} @@ -5094,68 +5019,81 @@ packages: react-dom: 18.3.1(react@18.3.1) dev: true - /@ant-design/pro-layout@7.17.16(antd@5.18.3)(react-dom@18.3.1)(react@18.3.1): + /@ant-design/pro-layout@7.17.16(antd@5.18.3)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-nBQbAJEUkGqQNBqT30FcbcNXHepxySj/O7est1+2iXPXeVeyQYLHBJXcdvCrUrMty6ev3loG8K+6L3DXQkJ/5Q==} peerDependencies: antd: ^4.24.15 || ^5.11.2 react: '>=17.0.0' react-dom: '>=17.0.0' dependencies: - '@ant-design/icons': 5.3.7(react-dom@18.3.1)(react@18.3.1) - '@ant-design/pro-provider': 2.13.5(antd@5.18.3)(react-dom@18.3.1)(react@18.3.1) - '@ant-design/pro-utils': 2.15.2(antd@5.18.3)(react-dom@18.3.1)(react@18.3.1) + '@ant-design/icons': 5.3.7(react-dom@18.2.0)(react@18.2.0) + '@ant-design/pro-provider': 2.13.5(antd@5.18.3)(react-dom@18.2.0)(react@18.2.0) + '@ant-design/pro-utils': 2.15.2(antd@5.18.3)(react-dom@18.2.0)(react@18.2.0) '@babel/runtime': 7.24.0 '@umijs/route-utils': 4.0.1 - '@umijs/use-params': 1.0.9(react@18.3.1) - antd: 5.18.3(react-dom@18.3.1)(react@18.3.1) + '@umijs/use-params': 1.0.9(react@18.2.0) + antd: 5.18.3(react-dom@18.2.0)(react@18.2.0) classnames: 2.5.1 lodash.merge: 4.6.2 omit.js: 2.0.2 path-to-regexp: 2.4.0 - rc-resize-observer: 1.4.0(react-dom@18.3.1)(react@18.3.1) - rc-util: 5.38.1(react-dom@18.3.1)(react@18.3.1) - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - swr: 2.2.4(react@18.3.1) + rc-resize-observer: 1.4.0(react-dom@18.2.0)(react@18.2.0) + rc-util: 5.38.1(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + swr: 2.2.4(react@18.2.0) warning: 4.0.3 dev: false - /@ant-design/pro-provider@2.13.5(antd@5.18.3)(react-dom@18.3.1)(react@18.3.1): + /@ant-design/pro-provider@2.13.5(antd@5.18.3)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-ZVmzY2cq4nUvgmAlfgyCAaSZYV2l3n/upIQPXPj8sYcT+N/Pt1CeSVkkgW6By3EqokF6apWdIFU7hZMK2rNhrg==} peerDependencies: antd: ^4.24.15 || ^5.11.2 react: '>=17.0.0' react-dom: '>=17.0.0' dependencies: - '@ant-design/cssinjs': 1.18.2(react-dom@18.3.1)(react@18.3.1) + '@ant-design/cssinjs': 1.18.2(react-dom@18.2.0)(react@18.2.0) '@babel/runtime': 7.24.0 '@ctrl/tinycolor': 3.6.1 - antd: 5.18.3(react-dom@18.3.1)(react@18.3.1) - rc-util: 5.41.0(react-dom@18.3.1)(react@18.3.1) - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - swr: 2.2.4(react@18.3.1) + antd: 5.18.3(react-dom@18.2.0)(react@18.2.0) + rc-util: 5.41.0(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + swr: 2.2.4(react@18.2.0) dev: false - /@ant-design/pro-utils@2.15.2(antd@5.18.3)(react-dom@18.3.1)(react@18.3.1): + /@ant-design/pro-utils@2.15.2(antd@5.18.3)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-kzMT658CGrQqoihKPlZhbnRioovwMhM59vqqVXuT6A+IuyxJhs5pxN73C6sN2+ZoeYCo/Gewnfn9v1/2vHU2Zg==} peerDependencies: antd: ^4.24.15 || ^5.11.2 react: '>=17.0.0' react-dom: '>=17.0.0' dependencies: - '@ant-design/icons': 5.3.7(react-dom@18.3.1)(react@18.3.1) - '@ant-design/pro-provider': 2.13.5(antd@5.18.3)(react-dom@18.3.1)(react@18.3.1) + '@ant-design/icons': 5.3.7(react-dom@18.2.0)(react@18.2.0) + '@ant-design/pro-provider': 2.13.5(antd@5.18.3)(react-dom@18.2.0)(react@18.2.0) '@babel/runtime': 7.24.0 - antd: 5.18.3(react-dom@18.3.1)(react@18.3.1) + antd: 5.18.3(react-dom@18.2.0)(react@18.2.0) classnames: 2.5.1 dayjs: 1.11.10 lodash.merge: 4.6.2 - rc-util: 5.41.0(react-dom@18.3.1)(react@18.3.1) - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + rc-util: 5.41.0(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) safe-stable-stringify: 2.4.3 - swr: 2.2.4(react@18.3.1) + swr: 2.2.4(react@18.2.0) + dev: false + + /@ant-design/react-slick@1.1.2(react@18.2.0): + resolution: {integrity: sha512-EzlvzE6xQUBrZuuhSAFTdsr4P2bBBHGZwKFemEfq8gIGyIQCxalYfZW/T2ORbtQx5rU69o+WycP3exY/7T1hGA==} + peerDependencies: + react: '>=16.9.0' + dependencies: + '@babel/runtime': 7.24.7 + classnames: 2.5.1 + json2mq: 0.2.0 + react: 18.2.0 + resize-observer-polyfill: 1.5.1 + throttle-debounce: 5.0.0 dev: false /@ant-design/react-slick@1.1.2(react@18.3.1): @@ -5643,10 +5581,10 @@ packages: utility-types: 3.10.0 dev: true - /@arvinxu/layout-kit@1.4.0(@babel/core@7.24.7)(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1): + /@arvinxu/layout-kit@1.4.0(@babel/core@7.22.10)(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1): resolution: {integrity: sha512-dEsmFwZa/NJ2XvDBL4sCPbgFPvCvpxP+G+90Ay9zqN92vc4YbgVo4NjpjsDihiNqwDQjWhasGCC3+v4w7bdYqg==} dependencies: - styled-components: 5.3.11(@babel/core@7.24.7)(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1) + styled-components: 5.3.11(@babel/core@7.22.10)(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1) transitivePeerDependencies: - '@babel/core' - react @@ -6381,21 +6319,6 @@ packages: eslint: 8.55.0 eslint-visitor-keys: 2.1.0 semver: 6.3.1 - dev: false - - /@babel/eslint-parser@7.23.3(@babel/core@7.23.6)(eslint@9.5.0): - resolution: {integrity: sha512-9bTuNlyx7oSstodm1cR1bECj4fkiknsDa1YniISkJemMY3DGhJNYBECbe6QD/q54mp2J8VO66jW3/7uP//iFCw==} - engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} - peerDependencies: - '@babel/core': ^7.11.0 - eslint: ^7.5.0 || ^8.0.0 - dependencies: - '@babel/core': 7.23.6 - '@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1 - eslint: 9.5.0 - eslint-visitor-keys: 2.1.0 - semver: 6.3.1 - dev: true /@babel/generator@7.2.0: resolution: {integrity: sha512-BA75MVfRlFQG2EZgFYIwyT1r6xSkwfP2bdkY/kLZusEYWiJs4xCowab/alaEaT0wSvmVuXGqiefeBlP+7V1yKg==} @@ -6593,19 +6516,6 @@ packages: '@babel/helper-split-export-declaration': 7.24.5 '@babel/helper-validator-identifier': 7.24.5 - /@babel/helper-module-transforms@7.23.3(@babel/core@7.24.7): - resolution: {integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.24.7 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-module-imports': 7.24.3 - '@babel/helper-simple-access': 7.24.5 - '@babel/helper-split-export-declaration': 7.24.5 - '@babel/helper-validator-identifier': 7.24.5 - /@babel/helper-module-transforms@7.24.5(@babel/core@7.24.5): resolution: {integrity: sha512-9GxeY8c2d2mdQUP1Dye0ks3VDyIMS98kt/llQ2nUId8IsWqTF0l1LkSX0/uP7l7MCDrzXS009Hyhe2gzTiGW8A==} engines: {node: '>=6.9.0'} @@ -6877,22 +6787,13 @@ packages: dependencies: '@babel/core': 7.22.10 '@babel/helper-plugin-utils': 7.22.5 - dev: false - /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.24.7): - resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.22.5 - - /@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.24.7): + /@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.22.10): resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.24.7 + '@babel/core': 7.22.10 '@babel/helper-plugin-utils': 7.24.7 /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.22.10): @@ -6902,15 +6803,6 @@ packages: dependencies: '@babel/core': 7.22.10 '@babel/helper-plugin-utils': 7.22.5 - dev: false - - /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.24.7): - resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.22.10): resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} @@ -6966,15 +6858,6 @@ packages: dependencies: '@babel/core': 7.22.10 '@babel/helper-plugin-utils': 7.22.5 - dev: false - - /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.24.7): - resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.22.10): resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} @@ -6983,23 +6866,14 @@ packages: dependencies: '@babel/core': 7.22.10 '@babel/helper-plugin-utils': 7.22.5 - dev: false - /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.24.7): - resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.22.5 - - /@babel/plugin-syntax-jsx@7.23.3(@babel/core@7.24.7): + /@babel/plugin-syntax-jsx@7.23.3(@babel/core@7.22.10): resolution: {integrity: sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.24.7 + '@babel/core': 7.22.10 '@babel/helper-plugin-utils': 7.24.0 dev: true @@ -7010,15 +6884,6 @@ packages: dependencies: '@babel/core': 7.22.10 '@babel/helper-plugin-utils': 7.22.5 - dev: false - - /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.24.7): - resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.22.10): resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} @@ -7027,15 +6892,6 @@ packages: dependencies: '@babel/core': 7.22.10 '@babel/helper-plugin-utils': 7.22.5 - dev: false - - /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.24.7): - resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.22.10): resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} @@ -7044,15 +6900,6 @@ packages: dependencies: '@babel/core': 7.22.10 '@babel/helper-plugin-utils': 7.22.5 - dev: false - - /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.24.7): - resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.22.10): resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} @@ -7061,15 +6908,6 @@ packages: dependencies: '@babel/core': 7.22.10 '@babel/helper-plugin-utils': 7.22.5 - dev: false - - /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.24.7): - resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.22.10): resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} @@ -7078,15 +6916,6 @@ packages: dependencies: '@babel/core': 7.22.10 '@babel/helper-plugin-utils': 7.22.5 - dev: false - - /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.24.7): - resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.22.10): resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} @@ -7095,15 +6924,6 @@ packages: dependencies: '@babel/core': 7.22.10 '@babel/helper-plugin-utils': 7.22.5 - dev: false - - /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.24.7): - resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.22.10): resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} @@ -7123,16 +6943,6 @@ packages: dependencies: '@babel/core': 7.22.10 '@babel/helper-plugin-utils': 7.22.5 - dev: false - - /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.24.7): - resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.22.10): resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==} @@ -7414,17 +7224,6 @@ packages: '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-simple-access': 7.22.5 - /@babel/plugin-transform-modules-commonjs@7.23.3(@babel/core@7.24.7): - resolution: {integrity: sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.7 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.7) - '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-simple-access': 7.22.5 - /@babel/plugin-transform-modules-systemjs@7.23.3(@babel/core@7.22.10): resolution: {integrity: sha512-ZxyKGTkF9xT9YJuKQRo19ewf3pXpopuYQd8cDXqNzc3mUNbOME0RKMoZxviQk74hwzfQsEe66dE92MaZbdHKNQ==} engines: {node: '>=6.9.0'} @@ -8462,28 +8261,6 @@ packages: '@jridgewell/trace-mapping': 0.3.9 dev: true - /@csstools/css-parser-algorithms@2.6.3(@csstools/css-tokenizer@2.3.1): - resolution: {integrity: sha512-xI/tL2zxzEbESvnSxwFgwvy5HS00oCXxL4MLs6HUiDcYfwowsoQaABKxUElp1ARITrINzBnsECOc1q0eg2GOrA==} - engines: {node: ^14 || ^16 || >=18} - peerDependencies: - '@csstools/css-tokenizer': ^2.3.1 - dependencies: - '@csstools/css-tokenizer': 2.3.1 - - /@csstools/css-tokenizer@2.3.1: - resolution: {integrity: sha512-iMNHTyxLbBlWIfGtabT157LH9DUx9X8+Y3oymFEuMj8HNc+rpE3dPFGFgHjpKfjeFDjLjYIAIhXPGvS2lKxL9g==} - engines: {node: ^14 || ^16 || >=18} - - /@csstools/media-query-list-parser@2.1.11(@csstools/css-parser-algorithms@2.6.3)(@csstools/css-tokenizer@2.3.1): - resolution: {integrity: sha512-uox5MVhvNHqitPP+SynrB1o8oPxPMt2JLgp5ghJOWf54WGQ5OKu47efne49r1SWqs3wRP8xSWjnO9MBKxhB1dA==} - engines: {node: ^14 || ^16 || >=18} - peerDependencies: - '@csstools/css-parser-algorithms': ^2.6.3 - '@csstools/css-tokenizer': ^2.3.1 - dependencies: - '@csstools/css-parser-algorithms': 2.6.3(@csstools/css-tokenizer@2.3.1) - '@csstools/css-tokenizer': 2.3.1 - /@csstools/postcss-color-function@1.1.1(postcss@8.4.38): resolution: {integrity: sha512-Bc0f62WmHdtRDjf5f3e2STwRAl89N2CLb+9iAwzrv4L2hncrbDwnQD9PCq0gtAt7pOI2leIV08HIBUd4jxD8cw==} engines: {node: ^12 || ^14 || >=16} @@ -8585,14 +8362,6 @@ packages: dependencies: postcss-selector-parser: 6.1.0 - /@csstools/selector-specificity@3.1.1(postcss-selector-parser@6.1.0): - resolution: {integrity: sha512-a7cxGcJ2wIlMFLlh8z2ONm+715QkPHiyJcxwQlKOz/03GPw1COpfhcmC9wm4xlZfp//jWHNNMwzjtqHXVWU9KA==} - engines: {node: ^14 || ^16 || >=18} - peerDependencies: - postcss-selector-parser: ^6.0.13 - dependencies: - postcss-selector-parser: 6.1.0 - /@ctrl/tinycolor@3.6.1: resolution: {integrity: sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA==} engines: {node: '>=10'} @@ -8605,6 +8374,15 @@ packages: kuler: 2.0.0 dev: false + /@dnd-kit/accessibility@3.1.0(react@18.2.0): + resolution: {integrity: sha512-ea7IkhKvlJUv9iSHJOnxinBcoOI3ppGnnL+VDJ75O45Nss6HtZd8IdN8touXPDtASfeI2T2LImb8VOZcL47wjQ==} + peerDependencies: + react: '>=16.8.0' + dependencies: + react: 18.2.0 + tslib: 2.6.2 + dev: false + /@dnd-kit/accessibility@3.1.0(react@18.3.1): resolution: {integrity: sha512-ea7IkhKvlJUv9iSHJOnxinBcoOI3ppGnnL+VDJ75O45Nss6HtZd8IdN8touXPDtASfeI2T2LImb8VOZcL47wjQ==} peerDependencies: @@ -8613,6 +8391,19 @@ packages: react: 18.3.1 tslib: 2.6.2 + /@dnd-kit/core@6.1.0(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-J3cQBClB4TVxwGo3KEjssGEXNJqGVWx17aRTZ1ob0FliR5IjYgTxl5YJbKTzA6IzrtelotH19v6y7uoIRUZPSg==} + peerDependencies: + react: '>=16.8.0' + react-dom: '>=16.8.0' + dependencies: + '@dnd-kit/accessibility': 3.1.0(react@18.2.0) + '@dnd-kit/utilities': 3.2.2(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + tslib: 2.6.2 + dev: false + /@dnd-kit/core@6.1.0(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-J3cQBClB4TVxwGo3KEjssGEXNJqGVWx17aRTZ1ob0FliR5IjYgTxl5YJbKTzA6IzrtelotH19v6y7uoIRUZPSg==} peerDependencies: @@ -8625,15 +8416,27 @@ packages: react-dom: 18.3.1(react@18.3.1) tslib: 2.6.2 - /@dnd-kit/modifiers@7.0.0(@dnd-kit/core@6.1.0)(react@18.3.1): + /@dnd-kit/modifiers@7.0.0(@dnd-kit/core@6.1.0)(react@18.2.0): resolution: {integrity: sha512-BG/ETy3eBjFap7+zIti53f0PCLGDzNXyTmn6fSdrudORf+OH04MxrW4p5+mPu4mgMk9kM41iYONjc3DOUWTcfg==} peerDependencies: '@dnd-kit/core': ^6.1.0 react: '>=16.8.0' dependencies: - '@dnd-kit/core': 6.1.0(react-dom@18.3.1)(react@18.3.1) - '@dnd-kit/utilities': 3.2.2(react@18.3.1) - react: 18.3.1 + '@dnd-kit/core': 6.1.0(react-dom@18.2.0)(react@18.2.0) + '@dnd-kit/utilities': 3.2.2(react@18.2.0) + react: 18.2.0 + tslib: 2.6.2 + dev: false + + /@dnd-kit/sortable@8.0.0(@dnd-kit/core@6.1.0)(react@18.2.0): + resolution: {integrity: sha512-U3jk5ebVXe1Lr7c2wU7SBZjcWdQP+j7peHJfCspnA81enlu88Mgd7CC8Q+pub9ubP7eKVETzJW+IBAhsqbSu/g==} + peerDependencies: + '@dnd-kit/core': ^6.1.0 + react: '>=16.8.0' + dependencies: + '@dnd-kit/core': 6.1.0(react-dom@18.2.0)(react@18.2.0) + '@dnd-kit/utilities': 3.2.2(react@18.2.0) + react: 18.2.0 tslib: 2.6.2 dev: false @@ -8649,6 +8452,15 @@ packages: tslib: 2.6.2 dev: false + /@dnd-kit/utilities@3.2.2(react@18.2.0): + resolution: {integrity: sha512-+MKAJEOfaBe5SmV6t34p80MMKhjvUz0vRrvVJbPT0WElzaOJ/1xs+D+KDv+tD/NE5ujfrChEcshd4fLn0wpiqg==} + peerDependencies: + react: '>=16.8.0' + dependencies: + react: 18.2.0 + tslib: 2.6.2 + dev: false + /@dnd-kit/utilities@3.2.2(react@18.3.1): resolution: {integrity: sha512-+MKAJEOfaBe5SmV6t34p80MMKhjvUz0vRrvVJbPT0WElzaOJ/1xs+D+KDv+tD/NE5ujfrChEcshd4fLn0wpiqg==} peerDependencies: @@ -8657,9 +8469,6 @@ packages: react: 18.3.1 tslib: 2.6.2 - /@dual-bundle/import-meta-resolve@4.1.0: - resolution: {integrity: sha512-+nxncfwHM5SgAtrVzgpzJOI1ol0PkumhVo469KCf9lUi21IGcY90G98VuHm9VRrUypmAzawAHO9bs6hqeADaVg==} - /@emotion/babel-plugin@11.11.0: resolution: {integrity: sha512-m4HEDZleaaCH+XgDDsPF15Ht6wTLsgDTeR3WYj9Q/k76JtWhrJjcP4+/XlG8LGT/Rol9qUfOIztXeA84ATpqPQ==} dependencies: @@ -8712,7 +8521,7 @@ packages: /@emotion/memoize@0.8.1: resolution: {integrity: sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==} - /@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1): + /@emotion/react@11.11.4(@types/react@18.3.3)(react@18.2.0): resolution: {integrity: sha512-t8AjMlF0gHpvvxk5mAtCqR4vmxiGHCeJBaQO6gncUSdklELOgtwjerNY2yuJNfwnc6vi16U/+uMF+afIawJ9iw==} peerDependencies: '@types/react': '*' @@ -8725,12 +8534,12 @@ packages: '@emotion/babel-plugin': 11.11.0 '@emotion/cache': 11.11.0 '@emotion/serialize': 1.1.4 - '@emotion/use-insertion-effect-with-fallbacks': 1.0.1(react@18.3.1) + '@emotion/use-insertion-effect-with-fallbacks': 1.0.1(react@18.2.0) '@emotion/utils': 1.2.1 '@emotion/weak-memoize': 0.3.1 '@types/react': 18.3.3 hoist-non-react-statics: 3.3.2 - react: 18.3.1 + react: 18.2.0 dev: false /@emotion/serialize@1.1.2: @@ -8783,12 +8592,12 @@ packages: resolution: {integrity: sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ==} dev: false - /@emotion/use-insertion-effect-with-fallbacks@1.0.1(react@18.3.1): + /@emotion/use-insertion-effect-with-fallbacks@1.0.1(react@18.2.0): resolution: {integrity: sha512-jT/qyKZ9rzLErtrjGgdkMBn2OP8wl0G3sQlBb3YPryvKHsjvINUhVaPFfP+fpBcOkmrVOVEEHQFJ7nbj2TH2gw==} peerDependencies: react: '>=16.8.0' dependencies: - react: 18.3.1 + react: 18.2.0 dev: false /@emotion/utils@1.2.1: @@ -9553,44 +9362,21 @@ packages: dependencies: eslint: 8.55.0 eslint-visitor-keys: 3.4.3 - dev: false - - /@eslint-community/eslint-utils@4.4.0(eslint@9.5.0): - resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 - dependencies: - eslint: 9.5.0 - eslint-visitor-keys: 3.4.3 - dev: true /@eslint-community/regexpp@4.10.0: resolution: {integrity: sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==} engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} - dev: false /@eslint-community/regexpp@4.10.1: resolution: {integrity: sha512-Zm2NGpWELsQAD1xsJzGQpYfvICSsFkEpU0jxBjfdC6uNEWXcHnfs9hScFWtXVDVl+rBQJGrl4g1vcKIejpH9dA==} engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} - /@eslint/config-array@0.16.0: - resolution: {integrity: sha512-/jmuSd74i4Czf1XXn7wGRWZCuyaUZ330NH1Bek0Pplatt4Sy1S5haN21SCLLdbeKslQ+S0wEJ+++v5YibSi+Lg==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - dependencies: - '@eslint/object-schema': 2.1.4 - debug: 4.3.5(supports-color@5.5.0) - minimatch: 3.1.2 - transitivePeerDependencies: - - supports-color - dev: true - /@eslint/eslintrc@2.1.4: resolution: {integrity: sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: ajv: 6.12.6 - debug: 4.3.4 + debug: 4.3.5(supports-color@5.5.0) espree: 9.6.1 globals: 13.24.0 ignore: 5.3.1 @@ -9600,39 +9386,10 @@ packages: strip-json-comments: 3.1.1 transitivePeerDependencies: - supports-color - dev: false - - /@eslint/eslintrc@3.1.0: - resolution: {integrity: sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - dependencies: - ajv: 6.12.6 - debug: 4.3.5(supports-color@5.5.0) - espree: 10.1.0 - globals: 14.0.0 - ignore: 5.3.1 - import-fresh: 3.3.0 - js-yaml: 4.1.0 - minimatch: 3.1.2 - strip-json-comments: 3.1.1 - transitivePeerDependencies: - - supports-color - dev: true /@eslint/js@8.55.0: resolution: {integrity: sha512-qQfo2mxH5yVom1kacMtZZJFVdW+E70mqHMJvVg6WTLo+VBuQJ4TojZlfWBjK0ve5BdEeNAVxOsl/nvNMpJOaJA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dev: false - - /@eslint/js@9.5.0: - resolution: {integrity: sha512-A7+AOT2ICkodvtsWnxZP4Xxk3NbZ3VMHd8oihydLRGrJgqqdEz1qSeEgXYyT/Cu8h1TWWsQRejIx48mtjZ5y1w==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - dev: true - - /@eslint/object-schema@2.1.4: - resolution: {integrity: sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - dev: true /@faker-js/faker@8.1.0: resolution: {integrity: sha512-38DT60rumHfBYynif3lmtxMqMqmsOQIxQgEuPZxCk2yUYN0eqWpTACgxi0VpidvsJB8CRxCpvP7B3anK85FjtQ==} @@ -9717,7 +9474,7 @@ packages: '@formily/shared': 2.3.1 '@formily/validator': 2.3.1 - /@formily/grid@2.3.1(typescript@5.5.2): + /@formily/grid@2.3.1(typescript@5.4.5): resolution: {integrity: sha512-Je+sWa7b71qZgysbVQXiv+3bOqXnKZ3vU4RIhMXrTL4ac46+9dNSXGSVrC85C98lq9EJp/uUJhtLdUb6P3WStg==} engines: {npm: '>=3.0.0'} peerDependencies: @@ -9725,10 +9482,10 @@ packages: dependencies: '@formily/reactive': 2.3.1 '@juggle/resize-observer': 3.4.0 - typescript: 5.5.2 + typescript: 5.4.5 dev: false - /@formily/json-schema@2.3.1(typescript@5.5.2): + /@formily/json-schema@2.3.1(typescript@5.4.5): resolution: {integrity: sha512-LcJmU1BOYGdoip+Q9YAxHdrpjdl781WFSg0fDTD9/0A7c3xUXWwxdCYZIN0cvoXi2qq8Khyzba0pizl3YSkf0A==} engines: {npm: '>=3.0.0'} peerDependencies: @@ -9737,13 +9494,13 @@ packages: '@formily/core': 2.3.1 '@formily/reactive': 2.3.1 '@formily/shared': 2.3.1 - typescript: 5.5.2 + typescript: 5.4.5 /@formily/path@2.3.1: resolution: {integrity: sha512-BVo89K5nAFntx02+EV696If1b1bVIm5I1tRPtVyCVIjBIfAgga5hK4k80GZ01Dlk3tpReHpiIbZVg2DNVfw7jA==} engines: {npm: '>=3.0.0'} - /@formily/react@2.3.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1)(typescript@5.5.2): + /@formily/react@2.3.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1)(typescript@5.4.5): resolution: {integrity: sha512-8KkFJe2OnbsgiXwY/txUcUaCQIfIkfowWQinOSni02U2ssgs2bpb1ifFHlZrFGfrrW/xhce4ANUHRgoVYt7W4Q==} engines: {npm: '>=3.0.0'} peerDependencies: @@ -9759,7 +9516,7 @@ packages: optional: true dependencies: '@formily/core': 2.3.1 - '@formily/json-schema': 2.3.1(typescript@5.5.2) + '@formily/json-schema': 2.3.1(typescript@5.4.5) '@formily/reactive': 2.3.1 '@formily/reactive-react': 2.3.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1) '@formily/shared': 2.3.1 @@ -9858,11 +9615,10 @@ packages: engines: {node: '>=10.10.0'} dependencies: '@humanwhocodes/object-schema': 2.0.1 - debug: 4.3.4 + debug: 4.3.5(supports-color@5.5.0) minimatch: 3.1.2 transitivePeerDependencies: - supports-color - dev: false /@humanwhocodes/module-importer@1.0.1: resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==} @@ -9870,12 +9626,6 @@ packages: /@humanwhocodes/object-schema@2.0.1: resolution: {integrity: sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==} - dev: false - - /@humanwhocodes/retry@0.3.0: - resolution: {integrity: sha512-d2CGZR2o7fS6sWB7DG/3a95bGKQyHMACZ5aW8qGkkqQpUoZV6C0X7Pc7l4ZNMZkfNBf4VWNe9E1jRsf0G146Ew==} - engines: {node: '>=18.18'} - dev: true /@ianvs/prettier-plugin-sort-imports@4.2.1(prettier@3.2.5): resolution: {integrity: sha512-NKN1LVFWUDGDGr3vt+6Ey3qPeN/163uR1pOPAlkWpgvAqgxQ6kSdUf1F0it8aHUtKRUzEGcK38Wxd07O61d7+Q==} @@ -10063,18 +9813,6 @@ packages: transitivePeerDependencies: - supports-color - /@koa/multer@3.0.2(multer@1.4.5-lts.1): - resolution: {integrity: sha512-Q6WfPpE06mJWyZD1fzxM6zWywaoo+zocAn2YA9QYz4RsecoASr1h/kSzG0c5seDpFVKCMZM9raEfuM7XfqbRLw==} - engines: {node: '>= 8'} - peerDependencies: - multer: '*' - dependencies: - fix-esm: 1.0.1 - multer: 1.4.5-lts.1 - transitivePeerDependencies: - - supports-color - dev: true - /@koa/router@9.4.0: resolution: {integrity: sha512-dOOXgzqaDoHu5qqMEPLKEgLz5CeIA7q8+1W62mCvFVCOqeC71UoTGJ4u1xUSOpIl2J1x2pqrNULkFteUeZW3/A==} engines: {node: '>= 8.0.0'} @@ -10494,7 +10232,7 @@ packages: /@pm2/pm2-version-check@1.0.4: resolution: {integrity: sha512-SXsM27SGH3yTWKc2fKR4SYNxsmnvuBQ9dd6QHtEWmiZ/VqaOYPAIlS8+vMcn27YLtAEBGvNRSh3TPNvtjZgfqA==} dependencies: - debug: 4.3.4 + debug: 4.3.5(supports-color@5.5.0) transitivePeerDependencies: - supports-color dev: false @@ -10888,6 +10626,20 @@ packages: dependencies: '@babel/runtime': 7.24.7 + /@rc-component/color-picker@1.5.3(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-+tGGH3nLmYXTalVe0L8hSZNs73VTP5ueSHwUlDC77KKRaN7G4DS4wcpG5DTDzdcV/Yas+rzA6UGgIyzd8fS4cw==} + peerDependencies: + react: '>=16.9.0' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.24.7 + '@ctrl/tinycolor': 3.6.1 + classnames: 2.5.1 + rc-util: 5.38.1(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + /@rc-component/color-picker@1.5.3(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-+tGGH3nLmYXTalVe0L8hSZNs73VTP5ueSHwUlDC77KKRaN7G4DS4wcpG5DTDzdcV/Yas+rzA6UGgIyzd8fS4cw==} peerDependencies: @@ -10901,6 +10653,18 @@ packages: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) + /@rc-component/context@1.4.0(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-kFcNxg9oLRMoL3qki0OMxK+7g5mypjgaaJp/pkOis/6rVxma9nJBF/8kCIuTYHUQNr0ii7MxqE33wirPZLJQ2w==} + peerDependencies: + react: '>=16.9.0' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.24.7 + rc-util: 5.38.1(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + /@rc-component/context@1.4.0(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-kFcNxg9oLRMoL3qki0OMxK+7g5mypjgaaJp/pkOis/6rVxma9nJBF/8kCIuTYHUQNr0ii7MxqE33wirPZLJQ2w==} peerDependencies: @@ -10918,6 +10682,20 @@ packages: dependencies: '@babel/runtime': 7.24.0 + /@rc-component/mutate-observer@1.1.0(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-QjrOsDXQusNwGZPf4/qRQasg7UFEj06XiCJ8iuiq/Io7CrHrgVi6Uuetw60WAMG1799v+aM8kyc+1L/GBbHSlw==} + engines: {node: '>=8.x'} + peerDependencies: + react: '>=16.9.0' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.24.7 + classnames: 2.5.1 + rc-util: 5.38.1(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + /@rc-component/mutate-observer@1.1.0(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-QjrOsDXQusNwGZPf4/qRQasg7UFEj06XiCJ8iuiq/Io7CrHrgVi6Uuetw60WAMG1799v+aM8kyc+1L/GBbHSlw==} engines: {node: '>=8.x'} @@ -10931,6 +10709,20 @@ packages: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) + /@rc-component/portal@1.1.2(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-6f813C0IsasTZms08kfA8kPAGxbbkYToa8ALaiDIGGECU4i9hj8Plgbx0sNJDrey3EtHO30hmdaxtT0138xZcg==} + engines: {node: '>=8.x'} + peerDependencies: + react: '>=16.9.0' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.24.7 + classnames: 2.5.1 + rc-util: 5.38.1(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + /@rc-component/portal@1.1.2(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-6f813C0IsasTZms08kfA8kPAGxbbkYToa8ALaiDIGGECU4i9hj8Plgbx0sNJDrey3EtHO30hmdaxtT0138xZcg==} engines: {node: '>=8.x'} @@ -10944,6 +10736,22 @@ packages: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) + /@rc-component/tour@1.15.0(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-h6hyILDwL+In9GAgRobwRWihLqqsD7Uft3fZGrJ7L4EiyCoxbnNYwzPXDfz7vNDhWeVyvAWQJj9fJCzpI4+b4g==} + engines: {node: '>=8.x'} + peerDependencies: + react: '>=16.9.0' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.24.7 + '@rc-component/portal': 1.1.2(react-dom@18.2.0)(react@18.2.0) + '@rc-component/trigger': 2.2.0(react-dom@18.2.0)(react@18.2.0) + classnames: 2.5.1 + rc-util: 5.38.1(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + /@rc-component/tour@1.15.0(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-h6hyILDwL+In9GAgRobwRWihLqqsD7Uft3fZGrJ7L4EiyCoxbnNYwzPXDfz7vNDhWeVyvAWQJj9fJCzpI4+b4g==} engines: {node: '>=8.x'} @@ -10959,7 +10767,7 @@ packages: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - /@rc-component/trigger@1.18.3(react-dom@18.3.1)(react@18.3.1): + /@rc-component/trigger@1.18.3(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-Ksr25pXreYe1gX6ayZ1jLrOrl9OAUHUqnuhEx6MeHnNa1zVM5Y2Aj3Q35UrER0ns8D2cJYtmJtVli+i+4eKrvA==} engines: {node: '>=8.x'} peerDependencies: @@ -10967,13 +10775,13 @@ packages: react-dom: '>=16.9.0' dependencies: '@babel/runtime': 7.24.0 - '@rc-component/portal': 1.1.2(react-dom@18.3.1)(react@18.3.1) + '@rc-component/portal': 1.1.2(react-dom@18.2.0)(react@18.2.0) classnames: 2.5.1 - rc-motion: 2.9.0(react-dom@18.3.1)(react@18.3.1) - rc-resize-observer: 1.4.0(react-dom@18.3.1)(react@18.3.1) - rc-util: 5.38.1(react-dom@18.3.1)(react@18.3.1) - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + rc-motion: 2.9.0(react-dom@18.2.0)(react@18.2.0) + rc-resize-observer: 1.4.0(react-dom@18.2.0)(react@18.2.0) + rc-util: 5.38.1(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false /@rc-component/trigger@2.1.1(react-dom@18.3.1)(react@18.3.1): @@ -10993,6 +10801,23 @@ packages: react-dom: 18.3.1(react@18.3.1) dev: true + /@rc-component/trigger@2.2.0(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-QarBCji02YE9aRFhZgRZmOpXBj0IZutRippsVBv85sxvG4FGk/vRxwAlkn3MS9zK5mwbETd86mAVg2tKqTkdJA==} + engines: {node: '>=8.x'} + peerDependencies: + react: '>=16.9.0' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.24.7 + '@rc-component/portal': 1.1.2(react-dom@18.2.0)(react@18.2.0) + classnames: 2.5.1 + rc-motion: 2.9.2(react-dom@18.2.0)(react@18.2.0) + rc-resize-observer: 1.4.0(react-dom@18.2.0)(react@18.2.0) + rc-util: 5.43.0(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + /@rc-component/trigger@2.2.0(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-QarBCji02YE9aRFhZgRZmOpXBj0IZutRippsVBv85sxvG4FGk/vRxwAlkn3MS9zK5mwbETd86mAVg2tKqTkdJA==} engines: {node: '>=8.x'} @@ -12135,6 +11960,20 @@ packages: react-error-boundary: 3.1.4(react@18.3.1) dev: false + /@testing-library/react@14.1.2(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-z4p7DVBTPjKM5qDZ0t5ZjzkpSNb+fZy1u6bzO7kk8oeGagpPCAtgh4cx1syrfp7a+QWkM021jGqjJaxJJnXAZg==} + engines: {node: '>=14'} + peerDependencies: + react: ^18.0.0 + react-dom: ^18.0.0 + dependencies: + '@babel/runtime': 7.24.0 + '@testing-library/dom': 9.3.3 + '@types/react-dom': 18.2.25 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: true + /@testing-library/react@14.1.2(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-z4p7DVBTPjKM5qDZ0t5ZjzkpSNb+fZy1u6bzO7kk8oeGagpPCAtgh4cx1syrfp7a+QWkM021jGqjJaxJJnXAZg==} engines: {node: '>=14'} @@ -12147,6 +11986,7 @@ packages: '@types/react-dom': 18.2.25 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) + dev: false /@testing-library/user-event@14.5.1(@testing-library/dom@9.3.3): resolution: {integrity: sha512-UCcUKrUYGj7ClomOo2SpNVvx4/fkd/2BbIHDCle8A0ax+P3bU7yJwDBDrS6ZwdTMARWTGODX1hEsCcO+7beJjg==} @@ -12544,7 +12384,6 @@ packages: /@types/minimist@1.2.5: resolution: {integrity: sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==} - dev: true /@types/ms@0.7.34: resolution: {integrity: sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==} @@ -12571,7 +12410,6 @@ packages: /@types/normalize-package-data@2.4.4: resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} - dev: true /@types/parse-json@4.0.2: resolution: {integrity: sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==} @@ -12834,7 +12672,7 @@ packages: - supports-color dev: false - /@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0)(eslint@9.5.0)(typescript@5.4.5): + /@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0)(eslint@8.55.0)(typescript@5.4.5): resolution: {integrity: sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -12846,12 +12684,12 @@ packages: optional: true dependencies: '@eslint-community/regexpp': 4.10.1 - '@typescript-eslint/parser': 5.62.0(eslint@9.5.0)(typescript@5.4.5) + '@typescript-eslint/parser': 5.62.0(eslint@8.55.0)(typescript@5.4.5) '@typescript-eslint/scope-manager': 5.62.0 - '@typescript-eslint/type-utils': 5.62.0(eslint@9.5.0)(typescript@5.4.5) - '@typescript-eslint/utils': 5.62.0(eslint@9.5.0)(typescript@5.4.5) + '@typescript-eslint/type-utils': 5.62.0(eslint@8.55.0)(typescript@5.4.5) + '@typescript-eslint/utils': 5.62.0(eslint@8.55.0)(typescript@5.4.5) debug: 4.3.5(supports-color@5.5.0) - eslint: 9.5.0 + eslint: 8.55.0 graphemer: 1.4.0 ignore: 5.3.1 natural-compare-lite: 1.4.0 @@ -12911,7 +12749,7 @@ packages: - supports-color dev: false - /@typescript-eslint/parser@5.62.0(eslint@9.5.0)(typescript@5.4.5): + /@typescript-eslint/parser@5.62.0(eslint@8.55.0)(typescript@5.4.5): resolution: {integrity: sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -12925,7 +12763,7 @@ packages: '@typescript-eslint/types': 5.62.0 '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.4.5) debug: 4.3.5(supports-color@5.5.0) - eslint: 9.5.0 + eslint: 8.55.0 typescript: 5.4.5 transitivePeerDependencies: - supports-color @@ -12987,7 +12825,7 @@ packages: - supports-color dev: false - /@typescript-eslint/type-utils@5.62.0(eslint@9.5.0)(typescript@5.4.5): + /@typescript-eslint/type-utils@5.62.0(eslint@8.55.0)(typescript@5.4.5): resolution: {integrity: sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -12998,9 +12836,9 @@ packages: optional: true dependencies: '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.4.5) - '@typescript-eslint/utils': 5.62.0(eslint@9.5.0)(typescript@5.4.5) + '@typescript-eslint/utils': 5.62.0(eslint@8.55.0)(typescript@5.4.5) debug: 4.3.5(supports-color@5.5.0) - eslint: 9.5.0 + eslint: 8.55.0 tsutils: 3.21.0(typescript@5.4.5) typescript: 5.4.5 transitivePeerDependencies: @@ -13019,7 +12857,7 @@ packages: dependencies: '@typescript-eslint/typescript-estree': 6.14.0(typescript@5.4.4) '@typescript-eslint/utils': 6.14.0(eslint@8.55.0)(typescript@5.4.4) - debug: 4.3.4 + debug: 4.3.5(supports-color@5.5.0) eslint: 8.55.0 ts-api-utils: 1.0.3(typescript@5.4.4) typescript: 5.4.4 @@ -13089,7 +12927,7 @@ packages: dependencies: '@typescript-eslint/types': 6.14.0 '@typescript-eslint/visitor-keys': 6.14.0 - debug: 4.3.4 + debug: 4.3.5(supports-color@5.5.0) globby: 11.1.0 is-glob: 4.0.3 semver: 7.6.0 @@ -13119,19 +12957,19 @@ packages: - typescript dev: false - /@typescript-eslint/utils@5.62.0(eslint@9.5.0)(typescript@5.4.5): + /@typescript-eslint/utils@5.62.0(eslint@8.55.0)(typescript@5.4.5): resolution: {integrity: sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@9.5.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.55.0) '@types/json-schema': 7.0.15 '@types/semver': 7.5.8 '@typescript-eslint/scope-manager': 5.62.0 '@typescript-eslint/types': 5.62.0 '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.4.5) - eslint: 9.5.0 + eslint: 8.55.0 eslint-scope: 5.1.1 semver: 7.6.0 transitivePeerDependencies: @@ -13499,7 +13337,7 @@ packages: '@babel/runtime': 7.23.6 query-string: 6.14.1 - /@umijs/lint@4.2.10(eslint@8.55.0)(stylelint@16.6.1)(typescript@5.4.4): + /@umijs/lint@4.2.10(eslint@8.55.0)(stylelint@14.16.1)(typescript@5.4.4): resolution: {integrity: sha512-c6Wa4llvrdJkiA+nSa7AmY9uJZGsKVWpY9kGmBXGYFHkjxCRlZOEeKQ9xa/gj4CYc85c45oYtULAxtcz3hwNGg==} dependencies: '@babel/core': 7.23.6 @@ -13513,7 +13351,7 @@ packages: eslint-plugin-react-hooks: 4.6.0(eslint@8.55.0) postcss: 8.4.38 postcss-syntax: 0.36.2(postcss@8.4.38) - stylelint-config-standard: 25.0.0(stylelint@16.6.1) + stylelint-config-standard: 25.0.0(stylelint@14.16.1) transitivePeerDependencies: - eslint - jest @@ -13527,21 +13365,21 @@ packages: - typescript dev: false - /@umijs/lint@4.2.10(eslint@9.5.0)(stylelint@16.6.1)(typescript@5.4.5): + /@umijs/lint@4.2.10(eslint@8.55.0)(stylelint@14.16.1)(typescript@5.4.5): resolution: {integrity: sha512-c6Wa4llvrdJkiA+nSa7AmY9uJZGsKVWpY9kGmBXGYFHkjxCRlZOEeKQ9xa/gj4CYc85c45oYtULAxtcz3hwNGg==} dependencies: '@babel/core': 7.23.6 - '@babel/eslint-parser': 7.23.3(@babel/core@7.23.6)(eslint@9.5.0) + '@babel/eslint-parser': 7.23.3(@babel/core@7.23.6)(eslint@8.55.0) '@stylelint/postcss-css-in-js': 0.38.0(postcss-syntax@0.36.2)(postcss@8.4.38) - '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0)(eslint@9.5.0)(typescript@5.4.5) - '@typescript-eslint/parser': 5.62.0(eslint@9.5.0)(typescript@5.4.5) + '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0)(eslint@8.55.0)(typescript@5.4.5) + '@typescript-eslint/parser': 5.62.0(eslint@8.55.0)(typescript@5.4.5) '@umijs/babel-preset-umi': 4.2.10 - eslint-plugin-jest: 27.2.3(@typescript-eslint/eslint-plugin@5.62.0)(eslint@9.5.0)(typescript@5.4.5) - eslint-plugin-react: 7.33.2(eslint@9.5.0) - eslint-plugin-react-hooks: 4.6.0(eslint@9.5.0) + eslint-plugin-jest: 27.2.3(@typescript-eslint/eslint-plugin@5.62.0)(eslint@8.55.0)(typescript@5.4.5) + eslint-plugin-react: 7.33.2(eslint@8.55.0) + eslint-plugin-react-hooks: 4.6.0(eslint@8.55.0) postcss: 8.4.38 postcss-syntax: 0.36.2(postcss@8.4.38) - stylelint-config-standard: 25.0.0(stylelint@16.6.1) + stylelint-config-standard: 25.0.0(stylelint@14.16.1) transitivePeerDependencies: - eslint - jest @@ -13826,14 +13664,14 @@ packages: transitivePeerDependencies: - supports-color - /@umijs/test@4.2.10(@babel/core@7.24.7): + /@umijs/test@4.2.10(@babel/core@7.22.10): resolution: {integrity: sha512-sIhAaUEofWtBkqEAsHTNoyOxKJs13go72TAqFvLj+/+rjUK50vk81C6ZIty1xpC7k1M2cNdFoB/y7P3vYAOFJw==} dependencies: - '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.24.7) + '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.22.10) '@jest/types': 27.5.1 '@umijs/bundler-utils': 4.2.10 '@umijs/utils': 4.2.10 - babel-jest: 29.7.0(@babel/core@7.24.7) + babel-jest: 29.7.0(@babel/core@7.22.10) esbuild: 0.21.4 identity-obj-proxy: 3.0.0 isomorphic-unfetch: 4.0.2 @@ -13844,12 +13682,12 @@ packages: /@umijs/ui@3.0.1: resolution: {integrity: sha512-zcz37AJH0xt/6XVVbyO/hmsK9Hq4vH23HZ4KYVi5A8rbM9KeJkJigTS7ELOdArawZhVNGe+h3a5Oixs4a2QsWw==} - /@umijs/use-params@1.0.9(react@18.3.1): + /@umijs/use-params@1.0.9(react@18.2.0): resolution: {integrity: sha512-QlN0RJSBVQBwLRNxbxjQ5qzqYIGn+K7USppMoIOVlf7fxXHsnQZ2bEsa6Pm74bt6DVQxpUE8HqvdStn6Y9FV1w==} peerDependencies: react: '*' dependencies: - react: 18.3.1 + react: 18.2.0 dev: false /@umijs/utils@3.5.20: @@ -13869,7 +13707,6 @@ packages: /@ungap/structured-clone@1.2.0: resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} - dev: false /@use-gesture/core@10.3.0: resolution: {integrity: sha512-rh+6MND31zfHcy9VU3dOZCqGY511lvGcfyJenN4cWZe0u1BH6brBpBddLVXhF2r4BMqWbvxfsbL7D287thJU2A==} @@ -14158,15 +13995,6 @@ packages: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: acorn: 8.11.3 - dev: false - - /acorn-jsx@5.3.2(acorn@8.12.0): - resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} - peerDependencies: - acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 - dependencies: - acorn: 8.12.0 - dev: true /acorn-walk@7.2.0: resolution: {integrity: sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==} @@ -14222,7 +14050,7 @@ packages: resolution: {integrity: sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==} engines: {node: '>= 14'} dependencies: - debug: 4.3.4 + debug: 4.3.5(supports-color@5.5.0) transitivePeerDependencies: - supports-color dev: false @@ -14271,6 +14099,25 @@ packages: screenfull: 5.2.0 tslib: 2.6.2 + /ahooks@3.7.8(react@18.2.0): + resolution: {integrity: sha512-e/NMlQWoCjaUtncNFIZk3FG1ImSkV/JhScQSkTqnftakRwdfZWSw6zzoWSG9OMYqPNs2MguDYBUFFC6THelWXA==} + engines: {node: '>=8.0.0'} + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + dependencies: + '@babel/runtime': 7.24.1 + '@types/js-cookie': 2.2.7 + ahooks-v3-count: 1.0.0 + dayjs: 1.11.10 + intersection-observer: 0.12.2 + js-cookie: 2.2.1 + lodash: 4.17.21 + react: 18.2.0 + resize-observer-polyfill: 1.5.1 + screenfull: 5.2.0 + tslib: 2.6.2 + dev: false + /ahooks@3.7.8(react@18.3.1): resolution: {integrity: sha512-e/NMlQWoCjaUtncNFIZk3FG1ImSkV/JhScQSkTqnftakRwdfZWSw6zzoWSG9OMYqPNs2MguDYBUFFC6THelWXA==} engines: {node: '>=8.0.0'} @@ -14288,6 +14135,7 @@ packages: resize-observer-polyfill: 1.5.1 screenfull: 5.2.0 tslib: 2.6.2 + dev: true /ajv-formats@1.6.1(ajv@7.2.4): resolution: {integrity: sha512-4CjkH20If1lhR5CGtqkrVg3bbOtFEG80X9v6jDOIUhbzzbB+UzPBGy8GQhUNVZ0yvMHdMpawCOcy5ydGMsagGQ==} @@ -14510,28 +14358,90 @@ packages: tslib: 2.6.3 use-sync-external-store: 1.2.2(react@18.3.1) - /antd-style@3.6.2(@types/react@18.3.3)(antd@5.18.3)(react-dom@18.3.1)(react@18.3.1): + /antd-style@3.6.2(@types/react@18.3.3)(antd@5.18.3)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-p6tRV63+U9yp3T3DB4ope1Xs3VdkhNsPD+yiZMJnR57dclPQPtrNnrGBmdGwjWYP1HlzB1XS4JHqFAyMjvObHA==} peerDependencies: antd: '>=5.8.1' react: '>=18' dependencies: - '@ant-design/cssinjs': 1.21.0(react-dom@18.3.1)(react@18.3.1) + '@ant-design/cssinjs': 1.21.0(react-dom@18.2.0)(react@18.2.0) '@babel/runtime': 7.24.7 '@emotion/cache': 11.11.0 '@emotion/css': 11.11.2 - '@emotion/react': 11.11.4(@types/react@18.3.3)(react@18.3.1) + '@emotion/react': 11.11.4(@types/react@18.3.3)(react@18.2.0) '@emotion/serialize': 1.1.4 '@emotion/server': 11.11.0(@emotion/css@11.11.2) '@emotion/utils': 1.2.1 - antd: 5.18.3(react-dom@18.3.1)(react@18.3.1) - react: 18.3.1 - use-merge-value: 1.2.0(react@18.3.1) + antd: 5.18.3(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + use-merge-value: 1.2.0(react@18.2.0) transitivePeerDependencies: - '@types/react' - react-dom dev: false + /antd@5.18.3(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-Dm3P8HBxoo/DiR/QZLj5Mk+rQZsSXxCCArSZACHGiklkkjW6klzlebAElOUr9NyDeFX7UnQ6LVk7vznXlnjTqQ==} + peerDependencies: + react: '>=16.9.0' + react-dom: '>=16.9.0' + dependencies: + '@ant-design/colors': 7.0.2 + '@ant-design/cssinjs': 1.21.0(react-dom@18.2.0)(react@18.2.0) + '@ant-design/icons': 5.3.7(react-dom@18.2.0)(react@18.2.0) + '@ant-design/react-slick': 1.1.2(react@18.2.0) + '@babel/runtime': 7.24.7 + '@ctrl/tinycolor': 3.6.1 + '@rc-component/color-picker': 1.5.3(react-dom@18.2.0)(react@18.2.0) + '@rc-component/mutate-observer': 1.1.0(react-dom@18.2.0)(react@18.2.0) + '@rc-component/tour': 1.15.0(react-dom@18.2.0)(react@18.2.0) + '@rc-component/trigger': 2.2.0(react-dom@18.2.0)(react@18.2.0) + classnames: 2.5.1 + copy-to-clipboard: 3.3.3 + dayjs: 1.11.10 + qrcode.react: 3.1.0(react@18.2.0) + rc-cascader: 3.26.0(react-dom@18.2.0)(react@18.2.0) + rc-checkbox: 3.3.0(react-dom@18.2.0)(react@18.2.0) + rc-collapse: 3.7.3(react-dom@18.2.0)(react@18.2.0) + rc-dialog: 9.5.2(react-dom@18.2.0)(react@18.2.0) + rc-drawer: 7.2.0(react-dom@18.2.0)(react@18.2.0) + rc-dropdown: 4.2.0(react-dom@18.2.0)(react@18.2.0) + rc-field-form: 2.2.1(react-dom@18.2.0)(react@18.2.0) + rc-image: 7.9.0(react-dom@18.2.0)(react@18.2.0) + rc-input: 1.5.1(react-dom@18.2.0)(react@18.2.0) + rc-input-number: 9.1.0(react-dom@18.2.0)(react@18.2.0) + rc-mentions: 2.14.0(react-dom@18.2.0)(react@18.2.0) + rc-menu: 9.14.1(react-dom@18.2.0)(react@18.2.0) + rc-motion: 2.9.2(react-dom@18.2.0)(react@18.2.0) + rc-notification: 5.6.0(react-dom@18.2.0)(react@18.2.0) + rc-pagination: 4.0.4(react-dom@18.2.0)(react@18.2.0) + rc-picker: 4.5.0(dayjs@1.11.10)(react-dom@18.2.0)(react@18.2.0) + rc-progress: 4.0.0(react-dom@18.2.0)(react@18.2.0) + rc-rate: 2.13.0(react-dom@18.2.0)(react@18.2.0) + rc-resize-observer: 1.4.0(react-dom@18.2.0)(react@18.2.0) + rc-segmented: 2.3.0(react-dom@18.2.0)(react@18.2.0) + rc-select: 14.14.0(react-dom@18.2.0)(react@18.2.0) + rc-slider: 10.6.2(react-dom@18.2.0)(react@18.2.0) + rc-steps: 6.0.1(react-dom@18.2.0)(react@18.2.0) + rc-switch: 4.1.0(react-dom@18.2.0)(react@18.2.0) + rc-table: 7.45.7(react-dom@18.2.0)(react@18.2.0) + rc-tabs: 15.1.1(react-dom@18.2.0)(react@18.2.0) + rc-textarea: 1.7.0(react-dom@18.2.0)(react@18.2.0) + rc-tooltip: 6.2.0(react-dom@18.2.0)(react@18.2.0) + rc-tree: 5.8.8(react-dom@18.2.0)(react@18.2.0) + rc-tree-select: 5.21.0(react-dom@18.2.0)(react@18.2.0) + rc-upload: 4.5.2(react-dom@18.2.0)(react@18.2.0) + rc-util: 5.43.0(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + scroll-into-view-if-needed: 3.1.0 + throttle-debounce: 5.0.0 + transitivePeerDependencies: + - date-fns + - luxon + - moment + dev: false + /antd@5.18.3(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-Dm3P8HBxoo/DiR/QZLj5Mk+rQZsSXxCCArSZACHGiklkkjW6klzlebAElOUr9NyDeFX7UnQ6LVk7vznXlnjTqQ==} peerDependencies: @@ -14832,7 +14742,6 @@ packages: /arrify@1.0.1: resolution: {integrity: sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==} engines: {node: '>=0.10.0'} - dev: true /arrify@2.0.1: resolution: {integrity: sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==} @@ -15006,7 +14915,7 @@ packages: /axios@1.6.8: resolution: {integrity: sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==} dependencies: - follow-redirects: 1.15.6(debug@4.3.4) + follow-redirects: 1.15.6(debug@4.3.5) form-data: 4.0.0 proxy-from-env: 1.1.0 transitivePeerDependencies: @@ -15016,17 +14925,17 @@ packages: resolution: {integrity: sha512-fpWrvyVHEKyeEvbKZTVOeZF3VSKKWtJxFIxX/jaVPf+cLbGUSitjb49pHLqPV2BUNNZ0LcoeEGfE/YCpyDYHIw==} dev: true - /babel-jest@29.7.0(@babel/core@7.24.7): + /babel-jest@29.7.0(@babel/core@7.22.10): resolution: {integrity: sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@babel/core': ^7.8.0 dependencies: - '@babel/core': 7.24.7 + '@babel/core': 7.22.10 '@jest/transform': 29.7.0 '@types/babel__core': 7.20.5 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 29.6.3(@babel/core@7.24.7) + babel-preset-jest: 29.6.3(@babel/core@7.22.10) chalk: 4.1.2 graceful-fs: 4.2.11 slash: 3.0.0 @@ -15115,49 +15024,49 @@ packages: zod: 3.23.8 zod-validation-error: 2.1.0(zod@3.23.8) - /babel-plugin-styled-components@2.1.4(@babel/core@7.24.7)(styled-components@5.3.11): + /babel-plugin-styled-components@2.1.4(@babel/core@7.22.10)(styled-components@5.3.11): resolution: {integrity: sha512-Xgp9g+A/cG47sUyRwwYxGM4bR/jDRg5N6it/8+HxCnbT5XNKSKDT9xm4oag/osgqjC2It/vH0yXsomOG6k558g==} peerDependencies: styled-components: '>= 2' dependencies: '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-module-imports': 7.24.3 - '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.24.7) + '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.22.10) lodash: 4.17.21 picomatch: 2.3.1 - styled-components: 5.3.11(@babel/core@7.24.7)(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1) + styled-components: 5.3.11(@babel/core@7.22.10)(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1) transitivePeerDependencies: - '@babel/core' dev: true - /babel-preset-current-node-syntax@1.0.1(@babel/core@7.24.7): + /babel-preset-current-node-syntax@1.0.1(@babel/core@7.22.10): resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.24.7 - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.7) - '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.24.7) - '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.24.7) - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.24.7) - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.24.7) - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.7) - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.7) - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.7) - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.7) - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.7) - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.7) - '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.24.7) + '@babel/core': 7.22.10 + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.22.10) + '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.22.10) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.22.10) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.22.10) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.22.10) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.22.10) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.22.10) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.22.10) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.10) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.22.10) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.10) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.22.10) - /babel-preset-jest@29.6.3(@babel/core@7.24.7): + /babel-preset-jest@29.6.3(@babel/core@7.22.10): resolution: {integrity: sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.24.7 + '@babel/core': 7.22.10 babel-plugin-jest-hoist: 29.6.3 - babel-preset-current-node-syntax: 1.0.1(@babel/core@7.24.7) + babel-preset-current-node-syntax: 1.0.1(@babel/core@7.22.10) /babel-runtime@6.26.0: resolution: {integrity: sha512-ITKNuq2wKlW1fJg9sSW52eepoYgZBggvOAHC0u/CYu/qxQ9EVzThCgR69BnSXLHjy2f7SY5zaQ4yt7H9ZVxY2g==} @@ -15578,6 +15487,7 @@ packages: engines: {node: '>=10.16.0'} dependencies: streamsearch: 1.1.0 + dev: false /bytes@3.0.0: resolution: {integrity: sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==} @@ -16532,21 +16442,6 @@ packages: path-type: 4.0.0 yaml: 1.10.2 - /cosmiconfig@9.0.0(typescript@5.4.4): - resolution: {integrity: sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==} - engines: {node: '>=14'} - peerDependencies: - typescript: '>=4.9.5' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - env-paths: 2.2.1 - import-fresh: 3.3.0 - js-yaml: 4.1.0 - parse-json: 5.2.0 - typescript: 5.4.4 - /crc-32@1.2.2: resolution: {integrity: sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==} engines: {node: '>=0.8'} @@ -16782,13 +16677,6 @@ packages: mdn-data: 2.0.14 source-map: 0.6.1 - /css-tree@2.3.1: - resolution: {integrity: sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==} - engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0} - dependencies: - mdn-data: 2.0.30 - source-map-js: 1.2.0 - /css-what@6.1.0: resolution: {integrity: sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==} engines: {node: '>= 6'} @@ -17288,7 +17176,6 @@ packages: dependencies: decamelize: 1.2.0 map-obj: 1.0.1 - dev: true /decamelize@1.2.0: resolution: {integrity: sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==} @@ -17631,7 +17518,6 @@ packages: engines: {node: '>=6.0.0'} dependencies: esutils: 2.0.3 - dev: false /dom-accessibility-api@0.5.16: resolution: {integrity: sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==} @@ -18397,7 +18283,7 @@ packages: - supports-color dev: false - /eslint-plugin-jest-dom@5.4.0(eslint@9.5.0): + /eslint-plugin-jest-dom@5.4.0(eslint@8.55.0): resolution: {integrity: sha512-yBqvFsnpS5Sybjoq61cJiUsenRkC9K32hYQBFS9doBR7nbQZZ5FyO+X7MlmfM1C48Ejx/qTuOCgukDUNyzKZ7A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0, npm: '>=6', yarn: '>=1'} peerDependencies: @@ -18408,7 +18294,7 @@ packages: optional: true dependencies: '@babel/runtime': 7.24.5 - eslint: 9.5.0 + eslint: 8.55.0 requireindex: 1.2.0 dev: true @@ -18433,7 +18319,7 @@ packages: - typescript dev: false - /eslint-plugin-jest@27.2.3(@typescript-eslint/eslint-plugin@5.62.0)(eslint@9.5.0)(typescript@5.4.5): + /eslint-plugin-jest@27.2.3(@typescript-eslint/eslint-plugin@5.62.0)(eslint@8.55.0)(typescript@5.4.5): resolution: {integrity: sha512-sRLlSCpICzWuje66Gl9zvdF6mwD5X86I4u55hJyFBsxYOsBCmT5+kSUjf+fkFWVMMgpzNEupjW8WzUqi83hJAQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: @@ -18446,9 +18332,9 @@ packages: jest: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0)(eslint@9.5.0)(typescript@5.4.5) - '@typescript-eslint/utils': 5.62.0(eslint@9.5.0)(typescript@5.4.5) - eslint: 9.5.0 + '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0)(eslint@8.55.0)(typescript@5.4.5) + '@typescript-eslint/utils': 5.62.0(eslint@8.55.0)(typescript@5.4.5) + eslint: 8.55.0 transitivePeerDependencies: - supports-color - typescript @@ -18518,16 +18404,6 @@ packages: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 dependencies: eslint: 8.55.0 - dev: false - - /eslint-plugin-react-hooks@4.6.0(eslint@9.5.0): - resolution: {integrity: sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==} - engines: {node: '>=10'} - peerDependencies: - eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 - dependencies: - eslint: 9.5.0 - dev: true /eslint-plugin-react@7.33.2(eslint@8.55.0): resolution: {integrity: sha512-73QQMKALArI8/7xGLNI/3LylrEYrlKZSb5C9+q3OtOewTnMQi5cT+aE9E41sLCmli3I9PGGmD1yiZydyo4FEPw==} @@ -18552,41 +18428,15 @@ packages: resolve: 2.0.0-next.5 semver: 6.3.1 string.prototype.matchall: 4.0.11 - dev: false - /eslint-plugin-react@7.33.2(eslint@9.5.0): - resolution: {integrity: sha512-73QQMKALArI8/7xGLNI/3LylrEYrlKZSb5C9+q3OtOewTnMQi5cT+aE9E41sLCmli3I9PGGmD1yiZydyo4FEPw==} - engines: {node: '>=4'} - peerDependencies: - eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 - dependencies: - array-includes: 3.1.8 - array.prototype.flatmap: 1.3.2 - array.prototype.tosorted: 1.1.4 - doctrine: 2.1.0 - es-iterator-helpers: 1.0.19 - eslint: 9.5.0 - estraverse: 5.3.0 - jsx-ast-utils: 3.3.5 - minimatch: 3.1.2 - object.entries: 1.1.8 - object.fromentries: 2.0.8 - object.hasown: 1.1.4 - object.values: 1.2.0 - prop-types: 15.8.1 - resolve: 2.0.0-next.5 - semver: 6.3.1 - string.prototype.matchall: 4.0.11 - dev: true - - /eslint-plugin-testing-library@5.11.1(eslint@9.5.0)(typescript@5.4.5): + /eslint-plugin-testing-library@5.11.1(eslint@8.55.0)(typescript@5.4.5): resolution: {integrity: sha512-5eX9e1Kc2PqVRed3taaLnAAqPZGEX75C+M/rXzUAI3wIg/ZxzUm1OVAwfe/O+vE+6YXOLetSe9g5GKD2ecXipw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0, npm: '>=6'} peerDependencies: eslint: ^7.5.0 || ^8.0.0 dependencies: - '@typescript-eslint/utils': 5.62.0(eslint@9.5.0)(typescript@5.4.5) - eslint: 9.5.0 + '@typescript-eslint/utils': 5.62.0(eslint@8.55.0)(typescript@5.4.5) + eslint: 8.55.0 transitivePeerDependencies: - supports-color - typescript @@ -18605,15 +18455,6 @@ packages: dependencies: esrecurse: 4.3.0 estraverse: 5.3.0 - dev: false - - /eslint-scope@8.0.1: - resolution: {integrity: sha512-pL8XjgP4ZOmmwfFE8mEhSxA7ZY4C+LWyqjQ3o4yWkkmD0qcMT9kkW3zWHOczhWcjTSgqycYAgwSlXvZltv65og==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - dependencies: - esrecurse: 4.3.0 - estraverse: 5.3.0 - dev: true /eslint-utils@2.1.0: resolution: {integrity: sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==} @@ -18635,11 +18476,6 @@ packages: resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - /eslint-visitor-keys@4.0.0: - resolution: {integrity: sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - dev: true - /eslint@8.55.0: resolution: {integrity: sha512-iyUUAM0PCKj5QpwGfmCAG9XXbZCWsqP/eWAWrG/W0umvjuLRBECwSFdt+rCntju0xEH7teIABPwXpahftIaTdA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -18685,59 +18521,6 @@ packages: text-table: 0.2.0 transitivePeerDependencies: - supports-color - dev: false - - /eslint@9.5.0: - resolution: {integrity: sha512-+NAOZFrW/jFTS3dASCGBxX1pkFD0/fsO+hfAkJ4TyYKwgsXZbqzrw+seCYFCcPCYXvnD67tAnglU7GQTz6kcVw==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - hasBin: true - dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@9.5.0) - '@eslint-community/regexpp': 4.10.1 - '@eslint/config-array': 0.16.0 - '@eslint/eslintrc': 3.1.0 - '@eslint/js': 9.5.0 - '@humanwhocodes/module-importer': 1.0.1 - '@humanwhocodes/retry': 0.3.0 - '@nodelib/fs.walk': 1.2.8 - ajv: 6.12.6 - chalk: 4.1.2 - cross-spawn: 7.0.3 - debug: 4.3.5(supports-color@5.5.0) - escape-string-regexp: 4.0.0 - eslint-scope: 8.0.1 - eslint-visitor-keys: 4.0.0 - espree: 10.1.0 - esquery: 1.5.0 - esutils: 2.0.3 - fast-deep-equal: 3.1.3 - file-entry-cache: 8.0.0 - find-up: 5.0.0 - glob-parent: 6.0.2 - ignore: 5.3.1 - imurmurhash: 0.1.4 - is-glob: 4.0.3 - is-path-inside: 3.0.3 - json-stable-stringify-without-jsonify: 1.0.1 - levn: 0.4.1 - lodash.merge: 4.6.2 - minimatch: 3.1.2 - natural-compare: 1.4.0 - optionator: 0.9.4 - strip-ansi: 6.0.1 - text-table: 0.2.0 - transitivePeerDependencies: - - supports-color - dev: true - - /espree@10.1.0: - resolution: {integrity: sha512-M1M6CpiE6ffoigIOWYO9UDP8TMUw9kqb21tf+08IgDYjCsOvCuDt4jQcZmoYxx+w7zlKw9/N0KXfto+I8/FrXA==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - dependencies: - acorn: 8.12.0 - acorn-jsx: 5.3.2(acorn@8.12.0) - eslint-visitor-keys: 4.0.0 - dev: true /espree@9.6.1: resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==} @@ -18746,7 +18529,6 @@ packages: acorn: 8.11.3 acorn-jsx: 5.3.2(acorn@8.11.3) eslint-visitor-keys: 3.4.3 - dev: false /esprima@4.0.1: resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==} @@ -19143,20 +18925,6 @@ packages: engines: {node: ^10.12.0 || >=12.0.0} dependencies: flat-cache: 3.2.0 - dev: false - - /file-entry-cache@8.0.0: - resolution: {integrity: sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==} - engines: {node: '>=16.0.0'} - dependencies: - flat-cache: 4.0.1 - dev: true - - /file-entry-cache@9.0.0: - resolution: {integrity: sha512-6MgEugi8p2tiUhqO7GnPsmbCCzj0YRCwwaTbpGRyKZesjRSzkqkAE9fPp7V2yMs5hwfgbQLgdvSSkGNg1s5Uvw==} - engines: {node: '>=18'} - dependencies: - flat-cache: 5.0.0 /file-saver@2.0.5: resolution: {integrity: sha512-P9bmyZ3h/PRG+Nzga+rbdI4OEpNDzAVyy74uVO9ATgzLK6VtAsYybF/+TOCvrc0MO793d6+42lLyZTw7/ArVzA==} @@ -19261,22 +19029,6 @@ packages: flatted: 3.2.9 keyv: 4.5.4 rimraf: 3.0.2 - dev: false - - /flat-cache@4.0.1: - resolution: {integrity: sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==} - engines: {node: '>=16'} - dependencies: - flatted: 3.3.1 - keyv: 4.5.4 - dev: true - - /flat-cache@5.0.0: - resolution: {integrity: sha512-JrqFmyUl2PnPi1OvLyTVHnQvwQ0S+e6lGSwu8OkAZlSaNIZciTY2H/cOOROxsBA1m/LZNHDsqAgDZt6akWcjsQ==} - engines: {node: '>=18'} - dependencies: - flatted: 3.3.1 - keyv: 4.5.4 /flat-to-nested@1.1.1: resolution: {integrity: sha512-Sym5oik6BO9JnsDEjv9Q9hPTCexG2ttk0UiM2mgLEiCiiUOQr8acBd33r8ixnoSGR0HAxPoP8WtLAL5oV46IhQ==} @@ -19289,9 +19041,6 @@ packages: /flatted@3.2.9: resolution: {integrity: sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==} - /flatted@3.3.1: - resolution: {integrity: sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==} - /flru@1.0.2: resolution: {integrity: sha512-kWyh8ADvHBFz6ua5xYOPnUroZTT/bwWfrCeL0Wj1dzG4/YOmOcfJ99W8dOVyyynJN35rZ9aCOtHChqQovV7yog==} engines: {node: '>=6'} @@ -19329,6 +19078,7 @@ packages: optional: true dependencies: debug: 4.3.4 + dev: false /follow-redirects@1.15.6(debug@4.3.5): resolution: {integrity: sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==} @@ -19340,7 +19090,6 @@ packages: optional: true dependencies: debug: 4.3.5(supports-color@5.5.0) - dev: false /fontkit@2.0.2: resolution: {integrity: sha512-jc4k5Yr8iov8QfS6u8w2CnHWVmbOGtdBtOXMze5Y+QD966Rx6PEVWXSEGwXlsDlKtu1G12cJjcsybnqhSk/+LA==} @@ -19727,7 +19476,7 @@ packages: dependencies: basic-ftp: 5.0.5 data-uri-to-buffer: 6.0.2 - debug: 4.3.4 + debug: 4.3.5(supports-color@5.5.0) fs-extra: 11.2.0 transitivePeerDependencies: - supports-color @@ -19875,12 +19624,6 @@ packages: engines: {node: '>=8'} dependencies: type-fest: 0.20.2 - dev: false - - /globals@14.0.0: - resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==} - engines: {node: '>=18'} - dev: true /globalthis@1.0.3: resolution: {integrity: sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==} @@ -19995,7 +19738,6 @@ packages: /hard-rejection@2.1.0: resolution: {integrity: sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==} engines: {node: '>=6'} - dev: true /harmony-reflect@1.6.2: resolution: {integrity: sha512-HIp/n38R9kQjDEziXyDTuW3vvoxxyxjxFzXLrBr18uB47GnSt+G9D29fqrpM5ZkspMcPICud3XsBJQ4Y2URg8g==} @@ -20122,14 +19864,12 @@ packages: /hosted-git-info@2.8.9: resolution: {integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==} - dev: true /hosted-git-info@4.1.0: resolution: {integrity: sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==} engines: {node: '>=10'} dependencies: lru-cache: 6.0.0 - dev: true /hotkeys-js@3.9.4: resolution: {integrity: sha512-2zuLt85Ta+gIyvs4N88pCYskNrxf1TFv3LR9t5mdAZIX8BcgQQ48F2opUptvHa6m8zsy5v/a0i9mWzTrlNWU0Q==} @@ -20290,7 +20030,7 @@ packages: engines: {node: '>= 14'} dependencies: agent-base: 7.1.1 - debug: 4.3.4 + debug: 4.3.5(supports-color@5.5.0) transitivePeerDependencies: - supports-color dev: false @@ -20321,7 +20061,7 @@ packages: engines: {node: '>= 14'} dependencies: agent-base: 7.1.1 - debug: 4.3.4 + debug: 4.3.5(supports-color@5.5.0) transitivePeerDependencies: - supports-color dev: false @@ -20422,7 +20162,6 @@ packages: /ignore@5.3.0: resolution: {integrity: sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==} engines: {node: '>= 4'} - dev: false /ignore@5.3.1: resolution: {integrity: sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==} @@ -20463,6 +20202,10 @@ packages: engines: {node: '>=4'} dev: false + /import-lazy@4.0.0: + resolution: {integrity: sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==} + engines: {node: '>=8'} + /imurmurhash@0.1.4: resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==} engines: {node: '>=0.8.19'} @@ -20892,7 +20635,6 @@ packages: /is-plain-obj@1.1.0: resolution: {integrity: sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==} engines: {node: '>=0.10.0'} - dev: true /is-plain-obj@2.1.0: resolution: {integrity: sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==} @@ -21256,13 +20998,13 @@ packages: resolution: {integrity: sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==} dev: false - /jsdom-worker@0.3.0(node-fetch@3.3.2): + /jsdom-worker@0.3.0(node-fetch@2.7.0): resolution: {integrity: sha512-nlPmN0i93+e6vxzov8xqLMR+MBs/TAYeSviehivzqovHH0AgooVx9pQ/otrygASppPvdR+V9Jqx5SMe8+FcADg==} peerDependencies: node-fetch: '*' dependencies: mitt: 3.0.1 - node-fetch: 3.3.2 + node-fetch: 2.7.0 uuid-v4: 0.1.0 dev: false @@ -21513,8 +21255,8 @@ packages: engines: {node: '>=6'} dev: true - /known-css-properties@0.31.0: - resolution: {integrity: sha512-sBPIUGTNF0czz0mwGGUoKKJC8Q7On1GPbCSFPfyEsfHb2DyBG0Y4QtV+EVWpINSaiGKZblDNuF5AezxSgOhesQ==} + /known-css-properties@0.26.0: + resolution: {integrity: sha512-5FZRzrZzNTBruuurWpvZnvP9pum+fe0HcK8z/ooo+U+Hmp4vtbyp1/QDsqmufirXy4egGzbaH/y2uCZf+6W5Kg==} /koa-bodyparser@4.4.1: resolution: {integrity: sha512-kBH3IYPMb+iAXnrxIhXnW+gXV8OTzCu8VPDqvcDHW9SQrbkHmqPQtiZwrltNmSq6/lpipHnT7k7PsjlVD7kK0w==} @@ -22237,7 +21979,6 @@ packages: /map-obj@1.0.1: resolution: {integrity: sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==} engines: {node: '>=0.10.0'} - dev: true /map-obj@4.3.0: resolution: {integrity: sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==} @@ -22318,9 +22059,6 @@ packages: /mdn-data@2.0.14: resolution: {integrity: sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==} - /mdn-data@2.0.30: - resolution: {integrity: sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==} - /mdurl@1.0.1: resolution: {integrity: sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g==} dev: false @@ -22362,10 +22100,6 @@ packages: readable-stream: 2.3.8 dev: false - /meow@13.2.0: - resolution: {integrity: sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA==} - engines: {node: '>=18'} - /meow@6.1.1: resolution: {integrity: sha512-3YffViIt2QWgTy6Pale5QpopX/IvU3LPL03jOTqp6pGj3VjesdO/U8CuHMKpnQr4shCNCM5fd5XFFvIIl6JBHg==} engines: {node: '>=8'} @@ -22400,6 +22134,23 @@ packages: yargs-parser: 20.2.9 dev: true + /meow@9.0.0: + resolution: {integrity: sha512-+obSblOQmRhcyBt62furQqRAQpNyWXo8BuQ5bN7dG8wmwQ+vwHKp/rCFD4CrTP8CsDQD1sjoZ94K417XEUk8IQ==} + engines: {node: '>=10'} + dependencies: + '@types/minimist': 1.2.5 + camelcase-keys: 6.2.2 + decamelize: 1.2.0 + decamelize-keys: 1.1.1 + hard-rejection: 2.1.0 + minimist-options: 4.1.0 + normalize-package-data: 3.0.3 + read-pkg-up: 7.0.1 + redent: 3.0.0 + trim-newlines: 3.0.1 + type-fest: 0.18.1 + yargs-parser: 20.2.9 + /merge-descriptors@1.0.1: resolution: {integrity: sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==} @@ -22588,7 +22339,6 @@ packages: arrify: 1.0.1 is-plain-obj: 1.1.0 kind-of: 6.0.3 - dev: true /minimist@1.2.8: resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==} @@ -22803,6 +22553,7 @@ packages: object-assign: 4.1.1 type-is: 1.6.18 xtend: 4.0.2 + dev: false /multimatch@4.0.0: resolution: {integrity: sha512-lDmx79y1z6i7RNx0ZGCPq1bzJ6ZoDDKbvh7jxr9SJcWLkShMzXrHbYVpTdnhNM5MXpDUxCQ4DgqVttVXlBgiBQ==} @@ -23118,7 +22869,6 @@ packages: resolve: 1.22.8 semver: 5.7.2 validate-npm-package-license: 3.0.4 - dev: true /normalize-package-data@3.0.3: resolution: {integrity: sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==} @@ -23128,7 +22878,6 @@ packages: is-core-module: 2.13.1 semver: 7.6.0 validate-npm-package-license: 3.0.4 - dev: true /normalize-path@3.0.0: resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} @@ -23423,19 +23172,6 @@ packages: levn: 0.4.1 prelude-ls: 1.2.1 type-check: 0.4.0 - dev: false - - /optionator@0.9.4: - resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==} - engines: {node: '>= 0.8.0'} - dependencies: - deep-is: 0.1.4 - fast-levenshtein: 2.0.6 - levn: 0.4.1 - prelude-ls: 1.2.1 - type-check: 0.4.0 - word-wrap: 1.2.5 - dev: true /ora@5.4.1: resolution: {integrity: sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==} @@ -23567,7 +23303,7 @@ packages: dependencies: '@tootallnate/quickjs-emscripten': 0.23.0 agent-base: 7.1.1 - debug: 4.3.4 + debug: 4.3.5(supports-color@5.5.0) get-uri: 6.0.3 http-proxy-agent: 7.0.2 https-proxy-agent: 7.0.4 @@ -24030,7 +23766,7 @@ packages: resolution: {integrity: sha512-FbLvW60w+vEyvMjP/xom2UPhUN/2bVpdtLfKJeYM3gwzYhoTEEChCOICfFzxkxuoEleOlnpjie+n1nue91bDQw==} engines: {node: '>=5'} dependencies: - debug: 4.3.4 + debug: 4.3.5(supports-color@5.5.0) transitivePeerDependencies: - supports-color dev: false @@ -24041,7 +23777,7 @@ packages: dependencies: amp: 0.3.1 amp-message: 0.1.2 - debug: 4.3.4 + debug: 4.3.5(supports-color@5.5.0) escape-string-regexp: 4.0.0 transitivePeerDependencies: - supports-color @@ -24386,6 +24122,9 @@ packages: dependencies: postcss: 8.4.38 + /postcss-media-query-parser@0.2.3: + resolution: {integrity: sha512-3sOlxmbKcSHMjlUXQZKQ06jOswE7oVkXPxmZdoB1r5l0q6gTFTQSHxNxOrCccElbW7dxNytifNEo8qidX2Vsig==} + /postcss-modules-extract-imports@3.1.0(postcss@8.4.38): resolution: {integrity: sha512-k3kNe0aNFQDAZGbin48pL2VNidTF0w4/eASDsxlyspobzU3wZQLOGj7L9gfRe0Jo9/4uud09DsjFNH7winGv8Q==} engines: {node: ^10 || ^12 || >= 14} @@ -24545,11 +24284,11 @@ packages: /postcss-resolve-nested-selector@0.1.1: resolution: {integrity: sha512-HvExULSwLqHLgUy1rl3ANIqCsvMS0WHss2UOsXhXnQaZ9VCc2oBvIpXrl00IUFT5ZDITME0o6oiXeiHr2SAIfw==} - /postcss-safe-parser@7.0.0(postcss@8.4.38): - resolution: {integrity: sha512-ovehqRNVCpuFzbXoTb4qLtyzK3xn3t/CUBxOs8LsnQjQrShaB4lKiHoVqY8ANaC0hBMHq5QVWk77rwGklFUDrg==} - engines: {node: '>=18.0'} + /postcss-safe-parser@6.0.0(postcss@8.4.38): + resolution: {integrity: sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ==} + engines: {node: '>=12.0'} peerDependencies: - postcss: ^8.4.31 + postcss: ^8.3.3 dependencies: postcss: 8.4.38 @@ -24898,7 +24637,7 @@ packages: engines: {node: '>= 14'} dependencies: agent-base: 7.1.1 - debug: 4.3.4 + debug: 4.3.5(supports-color@5.5.0) http-proxy-agent: 7.0.2 https-proxy-agent: 7.0.4 lru-cache: 7.18.3 @@ -24953,6 +24692,14 @@ packages: engines: {node: '>=0.6.0', teleport: '>=0.2.0'} dev: true + /qrcode.react@3.1.0(react@18.2.0): + resolution: {integrity: sha512-oyF+Urr3oAMUG/OiOuONL3HXM+53wvuH3mtIWQrYmsXoAq0DkvZp2RYUWFSMFtbdOpuS++9v+WAkzNVkMlNW6Q==} + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + dependencies: + react: 18.2.0 + dev: false + /qrcode.react@3.1.0(react@18.3.1): resolution: {integrity: sha512-oyF+Urr3oAMUG/OiOuONL3HXM+53wvuH3mtIWQrYmsXoAq0DkvZp2RYUWFSMFtbdOpuS++9v+WAkzNVkMlNW6Q==} peerDependencies: @@ -25134,6 +24881,22 @@ packages: react-dom: 18.3.1(react@18.3.1) dev: true + /rc-cascader@3.26.0(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-L1dml383TPSJD1I11YwxuVbmqaJY64psZqFp1ETlgl3LEOwDu76Cyl11fw5dmjJhMlUWwM5dECQfqJgfebhUjg==} + peerDependencies: + react: '>=16.9.0' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.24.7 + array-tree-filter: 2.1.0 + classnames: 2.5.1 + rc-select: 14.14.0(react-dom@18.2.0)(react@18.2.0) + rc-tree: 5.8.8(react-dom@18.2.0)(react@18.2.0) + rc-util: 5.38.1(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + /rc-cascader@3.26.0(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-L1dml383TPSJD1I11YwxuVbmqaJY64psZqFp1ETlgl3LEOwDu76Cyl11fw5dmjJhMlUWwM5dECQfqJgfebhUjg==} peerDependencies: @@ -25149,6 +24912,19 @@ packages: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) + /rc-checkbox@3.3.0(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-Ih3ZaAcoAiFKJjifzwsGiT/f/quIkxJoklW4yKGho14Olulwn8gN7hOBve0/WGDg5o/l/5mL0w7ff7/YGvefVw==} + peerDependencies: + react: '>=16.9.0' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.24.7 + classnames: 2.5.1 + rc-util: 5.38.1(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + /rc-checkbox@3.3.0(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-Ih3ZaAcoAiFKJjifzwsGiT/f/quIkxJoklW4yKGho14Olulwn8gN7hOBve0/WGDg5o/l/5mL0w7ff7/YGvefVw==} peerDependencies: @@ -25161,6 +24937,20 @@ packages: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) + /rc-collapse@3.7.3(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-60FJcdTRn0X5sELF18TANwtVi7FtModq649H11mYF1jh83DniMoM4MqY627sEKRCTm4+WXfGDcB7hY5oW6xhyw==} + peerDependencies: + react: '>=16.9.0' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.24.7 + classnames: 2.5.1 + rc-motion: 2.9.2(react-dom@18.2.0)(react@18.2.0) + rc-util: 5.38.1(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + /rc-collapse@3.7.3(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-60FJcdTRn0X5sELF18TANwtVi7FtModq649H11mYF1jh83DniMoM4MqY627sEKRCTm4+WXfGDcB7hY5oW6xhyw==} peerDependencies: @@ -25174,6 +24964,21 @@ packages: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) + /rc-dialog@9.5.2(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-qVUjc8JukG+j/pNaHVSRa2GO2/KbV2thm7yO4hepQ902eGdYK913sGkwg/fh9yhKYV1ql3BKIN2xnud3rEXAPw==} + peerDependencies: + react: '>=16.9.0' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.24.7 + '@rc-component/portal': 1.1.2(react-dom@18.2.0)(react@18.2.0) + classnames: 2.5.1 + rc-motion: 2.9.2(react-dom@18.2.0)(react@18.2.0) + rc-util: 5.43.0(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + /rc-dialog@9.5.2(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-qVUjc8JukG+j/pNaHVSRa2GO2/KbV2thm7yO4hepQ902eGdYK913sGkwg/fh9yhKYV1ql3BKIN2xnud3rEXAPw==} peerDependencies: @@ -25188,6 +24993,21 @@ packages: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) + /rc-drawer@7.2.0(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-9lOQ7kBekEJRdEpScHvtmEtXnAsy+NGDXiRWc2ZVC7QXAazNVbeT4EraQKYwCME8BJLa8Bxqxvs5swwyOepRwg==} + peerDependencies: + react: '>=16.9.0' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.24.7 + '@rc-component/portal': 1.1.2(react-dom@18.2.0)(react@18.2.0) + classnames: 2.5.1 + rc-motion: 2.9.2(react-dom@18.2.0)(react@18.2.0) + rc-util: 5.38.1(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + /rc-drawer@7.2.0(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-9lOQ7kBekEJRdEpScHvtmEtXnAsy+NGDXiRWc2ZVC7QXAazNVbeT4EraQKYwCME8BJLa8Bxqxvs5swwyOepRwg==} peerDependencies: @@ -25202,6 +25022,20 @@ packages: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) + /rc-dropdown@4.2.0(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-odM8Ove+gSh0zU27DUj5cG1gNKg7mLWBYzB5E4nNLrLwBmYEgYP43vHKDGOVZcJSVElQBI0+jTQgjnq0NfLjng==} + peerDependencies: + react: '>=16.11.0' + react-dom: '>=16.11.0' + dependencies: + '@babel/runtime': 7.24.7 + '@rc-component/trigger': 2.2.0(react-dom@18.2.0)(react@18.2.0) + classnames: 2.5.1 + rc-util: 5.43.0(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + /rc-dropdown@4.2.0(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-odM8Ove+gSh0zU27DUj5cG1gNKg7mLWBYzB5E4nNLrLwBmYEgYP43vHKDGOVZcJSVElQBI0+jTQgjnq0NfLjng==} peerDependencies: @@ -25228,6 +25062,20 @@ packages: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) + /rc-field-form@2.2.1(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-uoNqDoR7A4tn4QTSqoWPAzrR7ZwOK5I+vuZ/qdcHtbKx+ZjEsTg7QXm2wk/jalDiSksAQmATxL0T5LJkRREdIA==} + engines: {node: '>=8.x'} + peerDependencies: + react: '>=16.9.0' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.24.7 + '@rc-component/async-validator': 5.0.4 + rc-util: 5.38.1(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + /rc-field-form@2.2.1(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-uoNqDoR7A4tn4QTSqoWPAzrR7ZwOK5I+vuZ/qdcHtbKx+ZjEsTg7QXm2wk/jalDiSksAQmATxL0T5LJkRREdIA==} engines: {node: '>=8.x'} @@ -25241,6 +25089,22 @@ packages: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) + /rc-image@7.9.0(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-l4zqO5E0quuLMCtdKfBgj4Suv8tIS011F5k1zBBlK25iMjjiNHxA0VeTzGFtUZERSA45gvpXDg8/P6qNLjR25g==} + peerDependencies: + react: '>=16.9.0' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.24.7 + '@rc-component/portal': 1.1.2(react-dom@18.2.0)(react@18.2.0) + classnames: 2.5.1 + rc-dialog: 9.5.2(react-dom@18.2.0)(react@18.2.0) + rc-motion: 2.9.2(react-dom@18.2.0)(react@18.2.0) + rc-util: 5.38.1(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + /rc-image@7.9.0(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-l4zqO5E0quuLMCtdKfBgj4Suv8tIS011F5k1zBBlK25iMjjiNHxA0VeTzGFtUZERSA45gvpXDg8/P6qNLjR25g==} peerDependencies: @@ -25271,6 +25135,21 @@ packages: react-dom: 18.3.1(react@18.3.1) dev: true + /rc-input-number@9.1.0(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-NqJ6i25Xn/AgYfVxynlevIhX3FuKlMwIFpucGG1h98SlK32wQwDK0zhN9VY32McOmuaqzftduNYWWooWz8pXQA==} + peerDependencies: + react: '>=16.9.0' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.24.7 + '@rc-component/mini-decimal': 1.1.0 + classnames: 2.5.1 + rc-input: 1.5.1(react-dom@18.2.0)(react@18.2.0) + rc-util: 5.43.0(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + /rc-input-number@9.1.0(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-NqJ6i25Xn/AgYfVxynlevIhX3FuKlMwIFpucGG1h98SlK32wQwDK0zhN9VY32McOmuaqzftduNYWWooWz8pXQA==} peerDependencies: @@ -25298,6 +25177,19 @@ packages: react-dom: 18.3.1(react@18.3.1) dev: true + /rc-input@1.5.1(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-+nOzQJDeIfIpNP/SgY45LXSKbuMlp4Yap2y8c+ZpU7XbLmNzUd6+d5/S75sA/52jsVE6S/AkhkkDEAOjIu7i6g==} + peerDependencies: + react: '>=16.0.0' + react-dom: '>=16.0.0' + dependencies: + '@babel/runtime': 7.24.7 + classnames: 2.5.1 + rc-util: 5.38.1(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + /rc-input@1.5.1(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-+nOzQJDeIfIpNP/SgY45LXSKbuMlp4Yap2y8c+ZpU7XbLmNzUd6+d5/S75sA/52jsVE6S/AkhkkDEAOjIu7i6g==} peerDependencies: @@ -25310,6 +25202,23 @@ packages: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) + /rc-mentions@2.14.0(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-qKR59FMuF8PK4ZqsbWX3UuA5P1M/snzyqV6Yt3y1DCFbCEdqUGIBgQp6vEfLCO6Z0RoRFlzXtCeSlBTcDDpg1A==} + peerDependencies: + react: '>=16.9.0' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.24.7 + '@rc-component/trigger': 2.2.0(react-dom@18.2.0)(react@18.2.0) + classnames: 2.5.1 + rc-input: 1.5.1(react-dom@18.2.0)(react@18.2.0) + rc-menu: 9.14.1(react-dom@18.2.0)(react@18.2.0) + rc-textarea: 1.7.0(react-dom@18.2.0)(react@18.2.0) + rc-util: 5.38.1(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + /rc-mentions@2.14.0(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-qKR59FMuF8PK4ZqsbWX3UuA5P1M/snzyqV6Yt3y1DCFbCEdqUGIBgQp6vEfLCO6Z0RoRFlzXtCeSlBTcDDpg1A==} peerDependencies: @@ -25326,6 +25235,22 @@ packages: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) + /rc-menu@9.14.1(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-5wlRb3M8S4yGlWhSoEYJ7ZVRElyScdcpUHxgiLxkeig1tEdyKrnED3B2fhpN0Rrpdp9jyhnmZR/Lwq2fH5VvDQ==} + peerDependencies: + react: '>=16.9.0' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.24.7 + '@rc-component/trigger': 2.2.0(react-dom@18.2.0)(react@18.2.0) + classnames: 2.5.1 + rc-motion: 2.9.2(react-dom@18.2.0)(react@18.2.0) + rc-overflow: 1.3.2(react-dom@18.2.0)(react@18.2.0) + rc-util: 5.38.1(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + /rc-menu@9.14.1(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-5wlRb3M8S4yGlWhSoEYJ7ZVRElyScdcpUHxgiLxkeig1tEdyKrnED3B2fhpN0Rrpdp9jyhnmZR/Lwq2fH5VvDQ==} peerDependencies: @@ -25341,7 +25266,7 @@ packages: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - /rc-motion@2.9.0(react-dom@18.3.1)(react@18.3.1): + /rc-motion@2.9.0(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-XIU2+xLkdIr1/h6ohPZXyPBMvOmuyFZQ/T0xnawz+Rh+gh4FINcnZmMT5UTIj6hgI0VLDjTaPeRd+smJeSPqiQ==} peerDependencies: react: '>=16.9.0' @@ -25349,9 +25274,9 @@ packages: dependencies: '@babel/runtime': 7.24.0 classnames: 2.5.1 - rc-util: 5.38.1(react-dom@18.3.1)(react@18.3.1) - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + rc-util: 5.38.1(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false /rc-motion@2.9.1(react-dom@18.3.1)(react@18.3.1): @@ -25367,6 +25292,19 @@ packages: react-dom: 18.3.1(react@18.3.1) dev: true + /rc-motion@2.9.2(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-fUAhHKLDdkAXIDLH0GYwof3raS58dtNUmzLF2MeiR8o6n4thNpSDQhOqQzWE4WfFZDCi9VEN8n7tiB7czREcyw==} + peerDependencies: + react: '>=16.9.0' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.24.7 + classnames: 2.5.1 + rc-util: 5.43.0(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + /rc-motion@2.9.2(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-fUAhHKLDdkAXIDLH0GYwof3raS58dtNUmzLF2MeiR8o6n4thNpSDQhOqQzWE4WfFZDCi9VEN8n7tiB7czREcyw==} peerDependencies: @@ -25379,6 +25317,21 @@ packages: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) + /rc-notification@5.6.0(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-TGQW5T7waOxLwgJG7fXcw8l7AQiFOjaZ7ISF5PrU526nunHRNcTMuzKihQHaF4E/h/KfOCDk3Mv8eqzbu2e28w==} + engines: {node: '>=8.x'} + peerDependencies: + react: '>=16.9.0' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.24.7 + classnames: 2.5.1 + rc-motion: 2.9.2(react-dom@18.2.0)(react@18.2.0) + rc-util: 5.38.1(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + /rc-notification@5.6.0(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-TGQW5T7waOxLwgJG7fXcw8l7AQiFOjaZ7ISF5PrU526nunHRNcTMuzKihQHaF4E/h/KfOCDk3Mv8eqzbu2e28w==} engines: {node: '>=8.x'} @@ -25393,6 +25346,20 @@ packages: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) + /rc-overflow@1.3.2(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-nsUm78jkYAoPygDAcGZeC2VwIg/IBGSodtOY3pMof4W3M9qRJgqaDYm03ZayHlde3I6ipliAxbN0RUcGf5KOzw==} + peerDependencies: + react: '>=16.9.0' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.24.7 + classnames: 2.5.1 + rc-resize-observer: 1.4.0(react-dom@18.2.0)(react@18.2.0) + rc-util: 5.43.0(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + /rc-overflow@1.3.2(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-nsUm78jkYAoPygDAcGZeC2VwIg/IBGSodtOY3pMof4W3M9qRJgqaDYm03ZayHlde3I6ipliAxbN0RUcGf5KOzw==} peerDependencies: @@ -25406,6 +25373,19 @@ packages: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) + /rc-pagination@4.0.4(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-GGrLT4NgG6wgJpT/hHIpL9nELv27A1XbSZzECIuQBQTVSf4xGKxWr6I/jhpRPauYEWEbWVw22ObG6tJQqwJqWQ==} + peerDependencies: + react: '>=16.9.0' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.24.7 + classnames: 2.5.1 + rc-util: 5.38.1(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + /rc-pagination@4.0.4(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-GGrLT4NgG6wgJpT/hHIpL9nELv27A1XbSZzECIuQBQTVSf4xGKxWr6I/jhpRPauYEWEbWVw22ObG6tJQqwJqWQ==} peerDependencies: @@ -25449,6 +25429,37 @@ packages: react-dom: 18.3.1(react@18.3.1) dev: true + /rc-picker@4.5.0(dayjs@1.11.10)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-suqz9bzuhBQlf7u+bZd1bJLPzhXpk12w6AjQ9BTPTiFwexVZgUKViG1KNLyfFvW6tCUZZK0HmCCX7JAyM+JnCg==} + engines: {node: '>=8.x'} + peerDependencies: + date-fns: '>= 2.x' + dayjs: 1.11.10 + luxon: '>= 3.x' + moment: '>= 2.x' + react: '>=16.9.0' + react-dom: '>=16.9.0' + peerDependenciesMeta: + date-fns: + optional: true + dayjs: + optional: true + luxon: + optional: true + moment: + optional: true + dependencies: + '@babel/runtime': 7.24.7 + '@rc-component/trigger': 2.2.0(react-dom@18.2.0)(react@18.2.0) + classnames: 2.5.1 + dayjs: 1.11.10 + rc-overflow: 1.3.2(react-dom@18.2.0)(react@18.2.0) + rc-resize-observer: 1.4.0(react-dom@18.2.0)(react@18.2.0) + rc-util: 5.38.1(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + /rc-picker@4.5.0(dayjs@1.11.10)(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-suqz9bzuhBQlf7u+bZd1bJLPzhXpk12w6AjQ9BTPTiFwexVZgUKViG1KNLyfFvW6tCUZZK0HmCCX7JAyM+JnCg==} engines: {node: '>=8.x'} @@ -25479,6 +25490,19 @@ packages: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) + /rc-progress@4.0.0(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-oofVMMafOCokIUIBnZLNcOZFsABaUw8PPrf1/y0ZBvKZNpOiu5h4AO9vv11Sw0p4Hb3D0yGWuEattcQGtNJ/aw==} + peerDependencies: + react: '>=16.9.0' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.24.7 + classnames: 2.5.1 + rc-util: 5.38.1(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + /rc-progress@4.0.0(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-oofVMMafOCokIUIBnZLNcOZFsABaUw8PPrf1/y0ZBvKZNpOiu5h4AO9vv11Sw0p4Hb3D0yGWuEattcQGtNJ/aw==} peerDependencies: @@ -25491,6 +25515,20 @@ packages: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) + /rc-rate@2.13.0(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-oxvx1Q5k5wD30sjN5tqAyWTvJfLNNJn7Oq3IeS4HxWfAiC4BOXMITNAsw7u/fzdtO4MS8Ki8uRLOzcnEuoQiAw==} + engines: {node: '>=8.x'} + peerDependencies: + react: '>=16.9.0' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.24.7 + classnames: 2.5.1 + rc-util: 5.38.1(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + /rc-rate@2.13.0(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-oxvx1Q5k5wD30sjN5tqAyWTvJfLNNJn7Oq3IeS4HxWfAiC4BOXMITNAsw7u/fzdtO4MS8Ki8uRLOzcnEuoQiAw==} engines: {node: '>=8.x'} @@ -25504,6 +25542,20 @@ packages: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) + /rc-resize-observer@1.4.0(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-PnMVyRid9JLxFavTjeDXEXo65HCRqbmLBw9xX9gfC4BZiSzbLXKzW3jPz+J0P71pLbD5tBMTT+mkstV5gD0c9Q==} + peerDependencies: + react: '>=16.9.0' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.24.0 + classnames: 2.5.1 + rc-util: 5.43.0(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + resize-observer-polyfill: 1.5.1 + dev: false + /rc-resize-observer@1.4.0(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-PnMVyRid9JLxFavTjeDXEXo65HCRqbmLBw9xX9gfC4BZiSzbLXKzW3jPz+J0P71pLbD5tBMTT+mkstV5gD0c9Q==} peerDependencies: @@ -25517,6 +25569,20 @@ packages: react-dom: 18.3.1(react@18.3.1) resize-observer-polyfill: 1.5.1 + /rc-segmented@2.3.0(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-I3FtM5Smua/ESXutFfb8gJ8ZPcvFR+qUgeeGFQHBOvRiRKyAk4aBE5nfqrxXx+h8/vn60DQjOt6i4RNtrbOobg==} + peerDependencies: + react: '>=16.0.0' + react-dom: '>=16.0.0' + dependencies: + '@babel/runtime': 7.24.7 + classnames: 2.5.1 + rc-motion: 2.9.2(react-dom@18.2.0)(react@18.2.0) + rc-util: 5.38.1(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + /rc-segmented@2.3.0(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-I3FtM5Smua/ESXutFfb8gJ8ZPcvFR+qUgeeGFQHBOvRiRKyAk4aBE5nfqrxXx+h8/vn60DQjOt6i4RNtrbOobg==} peerDependencies: @@ -25548,7 +25614,7 @@ packages: react-dom: 18.3.1(react@18.3.1) dev: true - /rc-select@14.10.0(react-dom@18.3.1)(react@18.3.1): + /rc-select@14.10.0(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-TsIJTYafTTapCA32LLNpx/AD6ntepR1TG8jEVx35NiAAWCPymhUfuca8kRcUNd3WIGVMDcMKn9kkphoxEz+6Ag==} engines: {node: '>=8.x'} peerDependencies: @@ -25556,14 +25622,14 @@ packages: react-dom: '*' dependencies: '@babel/runtime': 7.24.0 - '@rc-component/trigger': 1.18.3(react-dom@18.3.1)(react@18.3.1) + '@rc-component/trigger': 1.18.3(react-dom@18.2.0)(react@18.2.0) classnames: 2.5.1 - rc-motion: 2.9.0(react-dom@18.3.1)(react@18.3.1) - rc-overflow: 1.3.2(react-dom@18.3.1)(react@18.3.1) - rc-util: 5.38.1(react-dom@18.3.1)(react@18.3.1) - rc-virtual-list: 3.11.3(react-dom@18.3.1)(react@18.3.1) - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + rc-motion: 2.9.0(react-dom@18.2.0)(react@18.2.0) + rc-overflow: 1.3.2(react-dom@18.2.0)(react@18.2.0) + rc-util: 5.38.1(react-dom@18.2.0)(react@18.2.0) + rc-virtual-list: 3.11.3(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false /rc-select@14.13.0(react-dom@18.3.1)(react@18.3.1): @@ -25584,6 +25650,24 @@ packages: react-dom: 18.3.1(react@18.3.1) dev: true + /rc-select@14.14.0(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-Uo2wulrjoPPRLCPd7zlK4ZFVJxlTN//yp1xWP/U+TUOQCyXrT+Duvq/Si5OzVcmQyWAUSbsplc2OwNNhvbOeKQ==} + engines: {node: '>=8.x'} + peerDependencies: + react: '*' + react-dom: '*' + dependencies: + '@babel/runtime': 7.24.7 + '@rc-component/trigger': 2.2.0(react-dom@18.2.0)(react@18.2.0) + classnames: 2.5.1 + rc-motion: 2.9.2(react-dom@18.2.0)(react@18.2.0) + rc-overflow: 1.3.2(react-dom@18.2.0)(react@18.2.0) + rc-util: 5.38.1(react-dom@18.2.0)(react@18.2.0) + rc-virtual-list: 3.14.3(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + /rc-select@14.14.0(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-Uo2wulrjoPPRLCPd7zlK4ZFVJxlTN//yp1xWP/U+TUOQCyXrT+Duvq/Si5OzVcmQyWAUSbsplc2OwNNhvbOeKQ==} engines: {node: '>=8.x'} @@ -25601,6 +25685,20 @@ packages: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) + /rc-slider@10.6.2(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-FjkoFjyvUQWcBo1F3RgSglky3ar0+qHLM41PlFVYB4Bj3RD8E/Mv7kqMouLFBU+3aFglMzzctAIWRwajEuueSw==} + engines: {node: '>=8.x'} + peerDependencies: + react: '>=16.9.0' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.24.7 + classnames: 2.5.1 + rc-util: 5.38.1(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + /rc-slider@10.6.2(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-FjkoFjyvUQWcBo1F3RgSglky3ar0+qHLM41PlFVYB4Bj3RD8E/Mv7kqMouLFBU+3aFglMzzctAIWRwajEuueSw==} engines: {node: '>=8.x'} @@ -25614,6 +25712,20 @@ packages: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) + /rc-steps@6.0.1(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-lKHL+Sny0SeHkQKKDJlAjV5oZ8DwCdS2hFhAkIjuQt1/pB81M0cA0ErVFdHq9+jmPmFw1vJB2F5NBzFXLJxV+g==} + engines: {node: '>=8.x'} + peerDependencies: + react: '>=16.9.0' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.24.7 + classnames: 2.5.1 + rc-util: 5.38.1(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + /rc-steps@6.0.1(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-lKHL+Sny0SeHkQKKDJlAjV5oZ8DwCdS2hFhAkIjuQt1/pB81M0cA0ErVFdHq9+jmPmFw1vJB2F5NBzFXLJxV+g==} engines: {node: '>=8.x'} @@ -25627,6 +25739,19 @@ packages: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) + /rc-switch@4.1.0(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-TI8ufP2Az9oEbvyCeVE4+90PDSljGyuwix3fV58p7HV2o4wBnVToEyomJRVyTaZeqNPAp+vqeo4Wnj5u0ZZQBg==} + peerDependencies: + react: '>=16.9.0' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.24.7 + classnames: 2.5.1 + rc-util: 5.38.1(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + /rc-switch@4.1.0(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-TI8ufP2Az9oEbvyCeVE4+90PDSljGyuwix3fV58p7HV2o4wBnVToEyomJRVyTaZeqNPAp+vqeo4Wnj5u0ZZQBg==} peerDependencies: @@ -25639,6 +25764,23 @@ packages: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) + /rc-table@7.45.7(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-wi9LetBL1t1csxyGkMB2p3mCiMt+NDexMlPbXHvQFmBBAsMxrgNSAPwUci2zDLUq9m8QdWc1Nh8suvrpy9mXrg==} + engines: {node: '>=8.x'} + peerDependencies: + react: '>=16.9.0' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.24.7 + '@rc-component/context': 1.4.0(react-dom@18.2.0)(react@18.2.0) + classnames: 2.5.1 + rc-resize-observer: 1.4.0(react-dom@18.2.0)(react@18.2.0) + rc-util: 5.38.1(react-dom@18.2.0)(react@18.2.0) + rc-virtual-list: 3.14.3(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + /rc-table@7.45.7(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-wi9LetBL1t1csxyGkMB2p3mCiMt+NDexMlPbXHvQFmBBAsMxrgNSAPwUci2zDLUq9m8QdWc1Nh8suvrpy9mXrg==} engines: {node: '>=8.x'} @@ -25655,6 +25797,24 @@ packages: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) + /rc-tabs@15.1.1(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-Tc7bJvpEdkWIVCUL7yQrMNBJY3j44NcyWS48jF/UKMXuUlzaXK+Z/pEL5LjGcTadtPvVmNqA40yv7hmr+tCOAw==} + engines: {node: '>=8.x'} + peerDependencies: + react: '>=16.9.0' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.24.7 + classnames: 2.5.1 + rc-dropdown: 4.2.0(react-dom@18.2.0)(react@18.2.0) + rc-menu: 9.14.1(react-dom@18.2.0)(react@18.2.0) + rc-motion: 2.9.2(react-dom@18.2.0)(react@18.2.0) + rc-resize-observer: 1.4.0(react-dom@18.2.0)(react@18.2.0) + rc-util: 5.38.1(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + /rc-tabs@15.1.1(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-Tc7bJvpEdkWIVCUL7yQrMNBJY3j44NcyWS48jF/UKMXuUlzaXK+Z/pEL5LjGcTadtPvVmNqA40yv7hmr+tCOAw==} engines: {node: '>=8.x'} @@ -25672,6 +25832,21 @@ packages: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) + /rc-textarea@1.7.0(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-UxizYJkWkmxP3zofXgc487QiGyDmhhheDLLjIWbFtDmiru1ls30KpO8odDaPyqNUIy9ugj5djxTEuezIn6t3Jg==} + peerDependencies: + react: '>=16.9.0' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.24.7 + classnames: 2.5.1 + rc-input: 1.5.1(react-dom@18.2.0)(react@18.2.0) + rc-resize-observer: 1.4.0(react-dom@18.2.0)(react@18.2.0) + rc-util: 5.43.0(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + /rc-textarea@1.7.0(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-UxizYJkWkmxP3zofXgc487QiGyDmhhheDLLjIWbFtDmiru1ls30KpO8odDaPyqNUIy9ugj5djxTEuezIn6t3Jg==} peerDependencies: @@ -25686,6 +25861,19 @@ packages: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) + /rc-tooltip@6.2.0(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-iS/3iOAvtDh9GIx1ulY7EFUXUtktFccNLsARo3NPgLf0QW9oT0w3dA9cYWlhqAKmD+uriEwdWz1kH0Qs4zk2Aw==} + peerDependencies: + react: '>=16.9.0' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.24.7 + '@rc-component/trigger': 2.2.0(react-dom@18.2.0)(react@18.2.0) + classnames: 2.5.1 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + /rc-tooltip@6.2.0(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-iS/3iOAvtDh9GIx1ulY7EFUXUtktFccNLsARo3NPgLf0QW9oT0w3dA9cYWlhqAKmD+uriEwdWz1kH0Qs4zk2Aw==} peerDependencies: @@ -25698,7 +25886,7 @@ packages: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - /rc-tree-select@5.15.0(react-dom@18.3.1)(react@18.3.1): + /rc-tree-select@5.15.0(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-YJHfdO6azFnR0/JuNBZLDptGE4/RGfVeHAafUIYcm2T3RBkL1O8aVqiHvwIyLzdK59ry0NLrByd+3TkfpRM+9Q==} peerDependencies: react: '*' @@ -25706,11 +25894,11 @@ packages: dependencies: '@babel/runtime': 7.24.0 classnames: 2.5.1 - rc-select: 14.10.0(react-dom@18.3.1)(react@18.3.1) - rc-tree: 5.8.2(react-dom@18.3.1)(react@18.3.1) - rc-util: 5.38.1(react-dom@18.3.1)(react@18.3.1) - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + rc-select: 14.10.0(react-dom@18.2.0)(react@18.2.0) + rc-tree: 5.8.2(react-dom@18.2.0)(react@18.2.0) + rc-util: 5.38.1(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false /rc-tree-select@5.19.0(react-dom@18.3.1)(react@18.3.1): @@ -25728,6 +25916,21 @@ packages: react-dom: 18.3.1(react@18.3.1) dev: true + /rc-tree-select@5.21.0(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-w+9qEu6zh0G3wt9N/hzWNSnqYH1i9mH1Nqxo0caxLRRFXF5yZWYmpCDoDTMdQM1Y4z3Q5yj08qyrPH/d4AtumA==} + peerDependencies: + react: '*' + react-dom: '*' + dependencies: + '@babel/runtime': 7.24.7 + classnames: 2.5.1 + rc-select: 14.14.0(react-dom@18.2.0)(react@18.2.0) + rc-tree: 5.8.8(react-dom@18.2.0)(react@18.2.0) + rc-util: 5.38.1(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + /rc-tree-select@5.21.0(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-w+9qEu6zh0G3wt9N/hzWNSnqYH1i9mH1Nqxo0caxLRRFXF5yZWYmpCDoDTMdQM1Y4z3Q5yj08qyrPH/d4AtumA==} peerDependencies: @@ -25773,7 +25976,7 @@ packages: react-dom: 18.3.1(react@18.3.1) dev: true - /rc-tree@5.8.2(react-dom@18.3.1)(react@18.3.1): + /rc-tree@5.8.2(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-xH/fcgLHWTLmrSuNphU8XAqV7CdaOQgm4KywlLGNoTMhDAcNR3GVNP6cZzb0GrKmIZ9yae+QLot/cAgUdPRMzg==} engines: {node: '>=10.x'} peerDependencies: @@ -25782,11 +25985,11 @@ packages: dependencies: '@babel/runtime': 7.24.0 classnames: 2.5.1 - rc-motion: 2.9.0(react-dom@18.3.1)(react@18.3.1) - rc-util: 5.38.1(react-dom@18.3.1)(react@18.3.1) - rc-virtual-list: 3.11.3(react-dom@18.3.1)(react@18.3.1) - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + rc-motion: 2.9.0(react-dom@18.2.0)(react@18.2.0) + rc-util: 5.38.1(react-dom@18.2.0)(react@18.2.0) + rc-virtual-list: 3.11.3(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false /rc-tree@5.8.7(react-dom@18.3.1)(react@18.3.1): @@ -25805,6 +26008,22 @@ packages: react-dom: 18.3.1(react@18.3.1) dev: true + /rc-tree@5.8.8(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-S+mCMWo91m5AJqjz3PdzKilGgbFm7fFJRFiTDOcoRbD7UfMOPnerXwMworiga0O2XIo383UoWuEfeHs1WOltag==} + engines: {node: '>=10.x'} + peerDependencies: + react: '*' + react-dom: '*' + dependencies: + '@babel/runtime': 7.24.7 + classnames: 2.5.1 + rc-motion: 2.9.2(react-dom@18.2.0)(react@18.2.0) + rc-util: 5.38.1(react-dom@18.2.0)(react@18.2.0) + rc-virtual-list: 3.14.3(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + /rc-tree@5.8.8(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-S+mCMWo91m5AJqjz3PdzKilGgbFm7fFJRFiTDOcoRbD7UfMOPnerXwMworiga0O2XIo383UoWuEfeHs1WOltag==} engines: {node: '>=10.x'} @@ -25836,6 +26055,19 @@ packages: react-dom: 18.3.1(react@18.3.1) dev: true + /rc-upload@4.5.2(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-QO3ne77DwnAPKFn0bA5qJM81QBjQi0e0NHdkvpFyY73Bea2NfITiotqJqVjHgeYPOJu5lLVR32TNGP084aSoXA==} + peerDependencies: + react: '>=16.9.0' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.24.7 + classnames: 2.5.1 + rc-util: 5.38.1(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + /rc-upload@4.5.2(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-QO3ne77DwnAPKFn0bA5qJM81QBjQi0e0NHdkvpFyY73Bea2NfITiotqJqVjHgeYPOJu5lLVR32TNGP084aSoXA==} peerDependencies: @@ -25848,6 +26080,18 @@ packages: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) + /rc-util@5.38.1(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-e4ZMs7q9XqwTuhIK7zBIVFltUtMSjphuPPQXHoHlzRzNdOwUxDejo0Zls5HYaJfRKNURcsS/ceKVULlhjBrxng==} + peerDependencies: + react: '>=16.9.0' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.24.0 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + react-is: 18.3.1 + dev: false + /rc-util@5.38.1(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-e4ZMs7q9XqwTuhIK7zBIVFltUtMSjphuPPQXHoHlzRzNdOwUxDejo0Zls5HYaJfRKNURcsS/ceKVULlhjBrxng==} peerDependencies: @@ -25859,6 +26103,18 @@ packages: react-dom: 18.3.1(react@18.3.1) react-is: 18.3.1 + /rc-util@5.39.1(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-OW/ERynNDgNr4y0oiFmtes3rbEamXw7GHGbkbNd9iRr7kgT03T6fT0b9WpJ3mbxKhyOcAHnGcIoh5u/cjrC2OQ==} + peerDependencies: + react: '>=16.9.0' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.24.1 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + react-is: 18.3.1 + dev: false + /rc-util@5.39.1(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-OW/ERynNDgNr4y0oiFmtes3rbEamXw7GHGbkbNd9iRr7kgT03T6fT0b9WpJ3mbxKhyOcAHnGcIoh5u/cjrC2OQ==} peerDependencies: @@ -25869,6 +26125,19 @@ packages: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) react-is: 18.3.1 + dev: true + + /rc-util@5.41.0(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-xtlCim9RpmVv0Ar2Nnc3WfJCxjQkTf3xHPWoFdjp1fSs2NirQwqiQrfqdU9HUe0kdfb168M/T8Dq0IaX50xeKg==} + peerDependencies: + react: '>=16.9.0' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.24.0 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + react-is: 18.3.1 + dev: false /rc-util@5.41.0(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-xtlCim9RpmVv0Ar2Nnc3WfJCxjQkTf3xHPWoFdjp1fSs2NirQwqiQrfqdU9HUe0kdfb168M/T8Dq0IaX50xeKg==} @@ -25880,6 +26149,7 @@ packages: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) react-is: 18.3.1 + dev: true /rc-util@5.42.0(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-uxj2fkMe++/A3CTNagEljdTjZJHVFNH5EZcK9D4YAtWWTdEMglRE4VFtd0psIPUBIY+lSdqwVcIrR1oQMR07vw==} @@ -25892,6 +26162,18 @@ packages: react-dom: 18.3.1(react@18.3.1) react-is: 18.3.1 + /rc-util@5.43.0(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-AzC7KKOXFqAdIBqdGWepL9Xn7cm3vnAmjlHqUnoQaTMZYhM4VlXGLkkHHxj/BZ7Td0+SOPKB4RGPboBVKT9htw==} + peerDependencies: + react: '>=16.9.0' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.24.7 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + react-is: 18.3.1 + dev: false + /rc-util@5.43.0(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-AzC7KKOXFqAdIBqdGWepL9Xn7cm3vnAmjlHqUnoQaTMZYhM4VlXGLkkHHxj/BZ7Td0+SOPKB4RGPboBVKT9htw==} peerDependencies: @@ -25903,7 +26185,7 @@ packages: react-dom: 18.3.1(react@18.3.1) react-is: 18.3.1 - /rc-virtual-list@3.11.3(react-dom@18.3.1)(react@18.3.1): + /rc-virtual-list@3.11.3(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-tu5UtrMk/AXonHwHxUogdXAWynaXsrx1i6dsgg+lOo/KJSF8oBAcprh1z5J3xgnPJD5hXxTL58F8s8onokdt0Q==} engines: {node: '>=8.x'} peerDependencies: @@ -25912,10 +26194,10 @@ packages: dependencies: '@babel/runtime': 7.24.0 classnames: 2.5.1 - rc-resize-observer: 1.4.0(react-dom@18.3.1)(react@18.3.1) - rc-util: 5.38.1(react-dom@18.3.1)(react@18.3.1) - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + rc-resize-observer: 1.4.0(react-dom@18.2.0)(react@18.2.0) + rc-util: 5.38.1(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false /rc-virtual-list@3.11.4(react-dom@18.3.1)(react@18.3.1): @@ -25948,6 +26230,21 @@ packages: react-dom: 18.3.1(react@18.3.1) dev: true + /rc-virtual-list@3.14.3(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-6+6wiEhdqakNBnbRJymgMlh+90qpkgqherTRo1l1cX7mK6F9hWsazPczmP0lA+64yhC9/t+M9Dh5pjvDWimn8A==} + engines: {node: '>=8.x'} + peerDependencies: + react: '>=16.9.0' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.24.7 + classnames: 2.5.1 + rc-resize-observer: 1.4.0(react-dom@18.2.0)(react@18.2.0) + rc-util: 5.43.0(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + /rc-virtual-list@3.14.3(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-6+6wiEhdqakNBnbRJymgMlh+90qpkgqherTRo1l1cX7mK6F9hWsazPczmP0lA+64yhC9/t+M9Dh5pjvDWimn8A==} engines: {node: '>=8.x'} @@ -25972,6 +26269,25 @@ packages: strip-json-comments: 2.0.1 dev: false + /react-beautiful-dnd@13.1.1(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-0Lvs4tq2VcrEjEgDXHjT98r+63drkKEgqyxdA7qD3mvKwga6a5SscbdLPO2IExotU1jW8L0Ksdl0Cj2AF67nPQ==} + peerDependencies: + react: ^16.8.5 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.5 || ^17.0.0 || ^18.0.0 + dependencies: + '@babel/runtime': 7.24.0 + css-box-model: 1.2.1 + memoize-one: 5.2.1 + raf-schd: 4.0.3 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + react-redux: 7.2.9(react-dom@18.2.0)(react@18.2.0) + redux: 4.2.1 + use-memo-one: 1.1.3(react@18.2.0) + transitivePeerDependencies: + - react-native + dev: false + /react-beautiful-dnd@13.1.1(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-0Lvs4tq2VcrEjEgDXHjT98r+63drkKEgqyxdA7qD3mvKwga6a5SscbdLPO2IExotU1jW8L0Ksdl0Cj2AF67nPQ==} peerDependencies: @@ -25989,6 +26305,7 @@ packages: use-memo-one: 1.1.3(react@18.3.1) transitivePeerDependencies: - react-native + dev: true /react-big-calendar@1.8.5(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-cra8WPfoTSQthFfqxi0k9xm/Shv5jWSw19LkNzpSJcnQhP6XGes/eJjd8P8g/iwaJjXIWPpg3+HB5wO5wabRyA==} @@ -26043,7 +26360,6 @@ packages: loose-envify: 1.4.0 react: 18.2.0 scheduler: 0.23.2 - dev: false /react-dom@18.3.1(react@18.3.1): resolution: {integrity: sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==} @@ -26071,6 +26387,15 @@ packages: react: 18.3.1 dev: false + /react-error-boundary@4.0.11(react@18.2.0): + resolution: {integrity: sha512-U13ul67aP5DOSPNSCWQ/eO0AQEYzEFkVljULQIjMV0KlffTAhxuDoBKdO0pb/JZ8mDhMKFZ9NZi0BmLGUiNphw==} + peerDependencies: + react: '>=16.13.1' + dependencies: + '@babel/runtime': 7.24.0 + react: 18.2.0 + dev: false + /react-error-boundary@4.0.11(react@18.3.1): resolution: {integrity: sha512-U13ul67aP5DOSPNSCWQ/eO0AQEYzEFkVljULQIjMV0KlffTAhxuDoBKdO0pb/JZ8mDhMKFZ9NZi0BmLGUiNphw==} peerDependencies: @@ -26078,6 +26403,7 @@ packages: dependencies: '@babel/runtime': 7.24.0 react: 18.3.1 + dev: true /react-error-overlay@6.0.9: resolution: {integrity: sha512-nQTTcUu+ATDbrSD1BZHr5kgSD4oF8OFjxun8uAaL8RwPBacGBNPf/yAuVVdx17N8XNzRDMrZ9XcKZHCjPW+9ew==} @@ -26113,30 +26439,30 @@ packages: react-fast-compare: 3.2.2 shallowequal: 1.1.0 - /react-helmet@6.1.0(react@18.3.1): + /react-helmet@6.1.0(react@18.2.0): resolution: {integrity: sha512-4uMzEY9nlDlgxr61NL3XbKRy1hEkXmKNXhjbAIOVw5vcFrsdYbH2FEwcNyWvWinl103nXgzYNlns9ca+8kFiWw==} peerDependencies: react: '>=16.3.0' dependencies: object-assign: 4.1.1 prop-types: 15.8.1 - react: 18.3.1 + react: 18.2.0 react-fast-compare: 3.2.2 - react-side-effect: 2.1.2(react@18.3.1) + react-side-effect: 2.1.2(react@18.2.0) dev: false - /react-hotkeys-hook@3.4.7(react-dom@18.3.1)(react@18.3.1): + /react-hotkeys-hook@3.4.7(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-+bbPmhPAl6ns9VkXkNNyxlmCAIyDAcWbB76O4I0ntr3uWCRuIQf/aRLartUahe9chVMPj+OEzzfk3CQSjclUEQ==} peerDependencies: react: '>=16.8.1' react-dom: '>=16.8.1' dependencies: hotkeys-js: 3.9.4 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false - /react-i18next@14.1.2(i18next@22.5.1)(react-dom@18.3.1)(react@18.3.1): + /react-i18next@14.1.2(i18next@22.5.1)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-FSIcJy6oauJbGEXfhUgVeLzvWBhIBIS+/9c6Lj4niwKZyGaGb4V4vUbATXSlsHJDXXB+ociNxqFNiFuV1gmoqg==} peerDependencies: i18next: '>= 23.2.3' @@ -26152,8 +26478,8 @@ packages: '@babel/runtime': 7.24.7 html-parse-stringify: 3.0.1 i18next: 22.5.1 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false /react-i18next@14.1.2(i18next@23.11.5)(react-dom@18.3.1)(react@18.3.1): @@ -26175,6 +26501,15 @@ packages: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) + /react-iframe@1.8.5(react@18.2.0): + resolution: {integrity: sha512-F4cQJGs3ydaG6fJWfuz9yLwOU0Trzl6kttXuUG+vYwosH8enOOFxZWEDQCSbNVO8ayjfYZeqLxEvdvcsSy4GvA==} + peerDependencies: + react: '>=16.x.x' + dependencies: + object-assign: 4.1.1 + react: 18.2.0 + dev: false + /react-iframe@1.8.5(react@18.3.1): resolution: {integrity: sha512-F4cQJGs3ydaG6fJWfuz9yLwOU0Trzl6kttXuUG+vYwosH8enOOFxZWEDQCSbNVO8ayjfYZeqLxEvdvcsSy4GvA==} peerDependencies: @@ -26182,8 +26517,9 @@ packages: dependencies: object-assign: 4.1.1 react: 18.3.1 + dev: true - /react-image-lightbox@5.1.4(react-dom@18.3.1)(react@18.3.1): + /react-image-lightbox@5.1.4(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-kTiAODz091bgT7SlWNHab0LSMZAPJtlNWDGKv7pLlLY1krmf7FuG1zxE0wyPpeA8gPdwfr3cu6sPwZRqWsc3Eg==} deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. peerDependencies: @@ -26191,12 +26527,12 @@ packages: react-dom: 16.x || 17.x dependencies: prop-types: 15.8.1 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - react-modal: 3.16.1(react-dom@18.3.1)(react@18.3.1) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + react-modal: 3.16.1(react-dom@18.2.0)(react@18.2.0) dev: false - /react-intersection-observer@9.10.3(react-dom@18.3.1)(react@18.3.1): + /react-intersection-observer@9.10.3(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-9NYfKwPZRovB6QJee7fDg0zz/SyYrqXtn5xTZU0vwLtLVBtfu9aZt1pVmr825REE49VPDZ7Lm5SNHjJBOTZHpA==} peerDependencies: react: ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 @@ -26205,8 +26541,8 @@ packages: react-dom: optional: true dependencies: - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false /react-is@16.13.1: @@ -26222,6 +26558,18 @@ packages: /react-is@18.3.1: resolution: {integrity: sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==} + /react-js-cron@3.2.0(antd@5.18.3)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-DAluNX6ZpfsSDAIAfJKNyWIckTWTcQ/7IK91J4jaS4o4iihRJo/8gd7kf6ACDTE2RKt0PiSpOf1MBrrSdmdyUQ==} + peerDependencies: + antd: '>=4.23.0' + react: '>=17.0.0' + react-dom: '>=17.0.0' + dependencies: + antd: 5.18.3(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + /react-js-cron@3.2.0(antd@5.18.3)(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-DAluNX6ZpfsSDAIAfJKNyWIckTWTcQ/7IK91J4jaS4o4iihRJo/8gd7kf6ACDTE2RKt0PiSpOf1MBrrSdmdyUQ==} peerDependencies: @@ -26232,6 +26580,7 @@ packages: antd: 5.18.3(react-dom@18.3.1)(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) + dev: true /react-lifecycles-compat@3.0.4: resolution: {integrity: sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==} @@ -26239,7 +26588,7 @@ packages: /react-merge-refs@1.1.0: resolution: {integrity: sha512-alTKsjEL0dKH/ru1Iyn7vliS2QRcBp9zZPGoWxUOvRGWPUYgjo+V01is7p04It6KhgrzhJGnIj9GgX8W4bZoCQ==} - /react-modal@3.16.1(react-dom@18.3.1)(react@18.3.1): + /react-modal@3.16.1(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-VStHgI3BVcGo7OXczvnJN7yT2TWHJPDXZWyI/a0ssFNhGZWsPmB8cF0z33ewDXq4VfYMO1vXgiv/g8Nj9NDyWg==} engines: {node: '>=8'} peerDependencies: @@ -26248,8 +26597,8 @@ packages: dependencies: exenv: 1.2.2 prop-types: 15.8.1 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) react-lifecycles-compat: 3.0.4 warning: 4.0.3 dev: false @@ -26299,7 +26648,7 @@ packages: - supports-color dev: true - /react-quill@2.0.0(react-dom@18.3.1)(react@18.3.1): + /react-quill@2.0.0(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-4qQtv1FtCfLgoD3PXAur5RyxuUbPXQGOHgTlFie3jtxp43mXDtzCKaOgQ3mLyZfi1PUlyjycfivKelFhy13QUg==} peerDependencies: react: ^16 || ^17 || ^18 @@ -26308,8 +26657,30 @@ packages: '@types/quill': 1.3.10 lodash: 4.17.21 quill: 1.3.7 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + + /react-redux@7.2.9(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-Gx4L3uM182jEEayZfRbI/G11ZpYdNAnBs70lFVMNdHJI76XYtR+7m0MN+eAs7UHBPhWXcnFPaS+9owSCJQHNpQ==} + peerDependencies: + react: ^16.8.3 || ^17 || ^18 + react-dom: '*' + react-native: '*' + peerDependenciesMeta: + react-dom: + optional: true + react-native: + optional: true + dependencies: + '@babel/runtime': 7.24.0 + '@types/react-redux': 7.1.33 + hoist-non-react-statics: 3.3.2 + loose-envify: 1.4.0 + prop-types: 15.8.1 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + react-is: 17.0.2 dev: false /react-redux@7.2.9(react-dom@18.3.1)(react@18.3.1): @@ -26332,6 +26703,7 @@ packages: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) react-is: 17.0.2 + dev: true /react-refresh@0.14.0: resolution: {integrity: sha512-wViHqhAd8OHeLS/IRMJjTSDHF3U9eWi62F/MledQGPdJGDhodXJ9PBLNGr6WWL7qlH12Mt3TyTpbS+hGXMjCzQ==} @@ -26341,6 +26713,19 @@ packages: resolution: {integrity: sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==} engines: {node: '>=0.10.0'} + /react-router-dom@6.21.0(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-1dUdVj3cwc1npzJaf23gulB562ESNvxf7E4x8upNJycqyUm5BRRZ6dd3LrlzhtLaMrwOCO8R0zoiYxdaJx4LlQ==} + engines: {node: '>=14.0.0'} + peerDependencies: + react: '>=16.8' + react-dom: '>=16.8' + dependencies: + '@remix-run/router': 1.14.0 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + react-router: 6.21.0(react@18.2.0) + dev: false + /react-router-dom@6.21.0(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-1dUdVj3cwc1npzJaf23gulB562ESNvxf7E4x8upNJycqyUm5BRRZ6dd3LrlzhtLaMrwOCO8R0zoiYxdaJx4LlQ==} engines: {node: '>=14.0.0'} @@ -26352,6 +26737,7 @@ packages: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) react-router: 6.21.0(react@18.3.1) + dev: true /react-router-dom@6.22.3(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-7ZILI7HjcE+p31oQvwbokjk6OA/bnFxrhJ19n82Ex9Ph8fNAq+Hm/7KchpMGlTgWhUxRHMMCut+vEtNpWpowKw==} @@ -26400,6 +26786,16 @@ packages: react-dom: 18.3.1(react@18.3.1) react-router: 6.3.0(react@18.3.1) + /react-router@6.21.0(react@18.2.0): + resolution: {integrity: sha512-hGZ0HXbwz3zw52pLZV3j3+ec+m/PQ9cTpBvqjFQmy2XVUWGn5MD+31oXHb6dVTxYzmAeaiUBYjkoNz66n3RGCg==} + engines: {node: '>=14.0.0'} + peerDependencies: + react: '>=16.8' + dependencies: + '@remix-run/router': 1.14.0 + react: 18.2.0 + dev: false + /react-router@6.21.0(react@18.3.1): resolution: {integrity: sha512-hGZ0HXbwz3zw52pLZV3j3+ec+m/PQ9cTpBvqjFQmy2XVUWGn5MD+31oXHb6dVTxYzmAeaiUBYjkoNz66n3RGCg==} engines: {node: '>=14.0.0'} @@ -26408,15 +26804,16 @@ packages: dependencies: '@remix-run/router': 1.14.0 react: 18.3.1 + dev: true - /react-router@6.21.1(react@18.3.1): + /react-router@6.21.1(react@18.2.0): resolution: {integrity: sha512-W0l13YlMTm1YrpVIOpjCADJqEUpz1vm+CMo47RuFX4Ftegwm6KOYsL5G3eiE52jnJpKvzm6uB/vTKTPKM8dmkA==} engines: {node: '>=14.0.0'} peerDependencies: react: '>=16.8' dependencies: '@remix-run/router': 1.14.1 - react: 18.3.1 + react: 18.2.0 dev: false /react-router@6.22.3(react@18.3.1): @@ -26454,12 +26851,12 @@ packages: history: 5.3.0 react: 18.3.1 - /react-side-effect@2.1.2(react@18.3.1): + /react-side-effect@2.1.2(react@18.2.0): resolution: {integrity: sha512-PVjOcvVOyIILrYoyGEpDN3vmYNLdy1CajSFNt4TDsVQC5KpTijDvWVoR+/7Rz2xT978D8/ZtFceXxzsPwZEDvw==} peerDependencies: react: ^16.3.0 || ^17.0.0 || ^18.0.0 dependencies: - react: 18.3.1 + react: 18.2.0 dev: false /react-sticky-box@1.0.2(react@18.3.1): @@ -26471,6 +26868,16 @@ packages: resize-observer-polyfill: 1.5.1 dev: false + /react-to-print@2.14.15(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-SKnwOzU2cJ8eaAkoJO7+gNhvfEDmm+Y34IdcHsjtHioUevUPhprqbVtvNJlZ2JkGJ8ExK2QNWM9pXECTDR5D8w==} + peerDependencies: + react: ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 + react-dom: ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 + dependencies: + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + /react-to-print@2.14.15(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-SKnwOzU2cJ8eaAkoJO7+gNhvfEDmm+Y34IdcHsjtHioUevUPhprqbVtvNJlZ2JkGJ8ExK2QNWM9pXECTDR5D8w==} peerDependencies: @@ -26479,6 +26886,7 @@ packages: dependencies: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) + dev: true /react-transition-group@4.4.5(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==} @@ -26516,7 +26924,6 @@ packages: engines: {node: '>=0.10.0'} dependencies: loose-envify: 1.4.0 - dev: false /react@18.3.1: resolution: {integrity: sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==} @@ -26539,7 +26946,6 @@ packages: find-up: 4.1.0 read-pkg: 5.2.0 type-fest: 0.8.1 - dev: true /read-pkg@5.2.0: resolution: {integrity: sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==} @@ -26549,7 +26955,6 @@ packages: normalize-package-data: 2.5.0 parse-json: 5.2.0 type-fest: 0.6.0 - dev: true /read-yaml-file@1.1.0: resolution: {integrity: sha512-VIMnQi/Z4HT2Fxuwg5KrY174U1VdUIASQVWXXyqtNRtxSr9IYkn1rsI6Tb6HsrHCmB7gVpNwX6JxPTHcH6IoTA==} @@ -26828,7 +27233,7 @@ packages: resolution: {integrity: sha512-efCx3b+0Z69/LGJmm9Yvi4cqEdxnoGnxYxGxBghkkTTFeXRtTCmmhO0AnAfHz59k957uTSuy8WaHqOs8wbYUWg==} engines: {node: '>=6'} dependencies: - debug: 4.3.4 + debug: 4.3.5(supports-color@5.5.0) module-details-from-path: 1.0.3 resolve: 1.22.8 transitivePeerDependencies: @@ -27006,7 +27411,7 @@ packages: resolution: {integrity: sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg==} dev: false - /rollup-plugin-dts@6.1.0(rollup@4.14.1)(typescript@5.5.2): + /rollup-plugin-dts@6.1.0(rollup@4.14.1)(typescript@5.4.5): resolution: {integrity: sha512-ijSCPICkRMDKDLBK9torss07+8dl9UpY9z1N/zTeA1cIqdzMlpkV3MOOC7zukyvQfDyxa1s3Dl2+DeiP/G6DOw==} engines: {node: '>=16'} peerDependencies: @@ -27015,7 +27420,7 @@ packages: dependencies: magic-string: 0.30.8 rollup: 4.14.1 - typescript: 5.5.2 + typescript: 5.4.5 optionalDependencies: '@babel/code-frame': 7.24.7 dev: true @@ -27662,7 +28067,7 @@ packages: engines: {node: '>= 14'} dependencies: agent-base: 7.1.1 - debug: 4.3.4 + debug: 4.3.5(supports-color@5.5.0) socks: 2.8.3 transitivePeerDependencies: - supports-color @@ -27786,22 +28191,18 @@ packages: dependencies: spdx-expression-parse: 3.0.1 spdx-license-ids: 3.0.17 - dev: true /spdx-exceptions@2.5.0: resolution: {integrity: sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==} - dev: true /spdx-expression-parse@3.0.1: resolution: {integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==} dependencies: spdx-exceptions: 2.5.0 spdx-license-ids: 3.0.17 - dev: true /spdx-license-ids@3.0.17: resolution: {integrity: sha512-sh8PWc/ftMqAAdFiBu6Fy6JUOYjqDJBJvIhpfDMyHrr0Rbp5liZqd4TjtQ/RgfLjKFZb+LMx5hpml5qOWy0qvg==} - dev: true /spdy-transport@3.0.0: resolution: {integrity: sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==} @@ -28008,6 +28409,7 @@ packages: /streamsearch@1.1.0: resolution: {integrity: sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==} engines: {node: '>=10.0.0'} + dev: false /streamx@2.15.1: resolution: {integrity: sha512-fQMzy2O/Q47rgwErk/eGeLu/roaFWV0jVsogDmrszM9uIw8L5OA+t+V93MgYlufNptfjmYR1tOMWhei/Eh7TQA==} @@ -28237,7 +28639,10 @@ packages: resolution: {integrity: sha512-wnD1HyVqpJUI2+eKZ+eo1UwghftP6yuFheBqqe+bWCotBjC2K1YnteJILRMs3SM4V/0dLEW1SC27MWP5y+mwmw==} dev: false - /styled-components@5.3.11(@babel/core@7.24.7)(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1): + /style-search@0.1.0: + resolution: {integrity: sha512-Dj1Okke1C3uKKwQcetra4jSuk0DqbzbYtXipzFlFMZtowbF1x7BKJwB9AayVMyFARvU8EDrZdcax4At/452cAg==} + + /styled-components@5.3.11(@babel/core@7.22.10)(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1): resolution: {integrity: sha512-uuzIIfnVkagcVHv9nE0VPlHPSCmXIUGKfJ42LNjxCCTDTL5sgnJ8Z7GZBq0EnLYGln77tPpEpExt2+qa+cZqSw==} engines: {node: '>=10'} peerDependencies: @@ -28250,7 +28655,7 @@ packages: '@emotion/is-prop-valid': 1.2.1 '@emotion/stylis': 0.8.5 '@emotion/unitless': 0.7.5 - babel-plugin-styled-components: 2.1.4(@babel/core@7.24.7)(styled-components@5.3.11) + babel-plugin-styled-components: 2.1.4(@babel/core@7.22.10)(styled-components@5.3.11) css-to-react-native: 3.2.0 hoist-non-react-statics: 3.3.2 react: 18.3.1 @@ -28262,68 +28667,66 @@ packages: - '@babel/core' dev: true - /stylelint-config-recommended@7.0.0(stylelint@16.6.1): + /stylelint-config-recommended@7.0.0(stylelint@14.16.1): resolution: {integrity: sha512-yGn84Bf/q41J4luis1AZ95gj0EQwRX8lWmGmBwkwBNSkpGSpl66XcPTulxGa/Z91aPoNGuIGBmFkcM1MejMo9Q==} peerDependencies: stylelint: ^14.4.0 dependencies: - stylelint: 16.6.1(typescript@5.4.4) + stylelint: 14.16.1 - /stylelint-config-standard@25.0.0(stylelint@16.6.1): + /stylelint-config-standard@25.0.0(stylelint@14.16.1): resolution: {integrity: sha512-21HnP3VSpaT1wFjFvv9VjvOGDtAviv47uTp3uFmzcN+3Lt+RYRv6oAplLaV51Kf792JSxJ6svCJh/G18E9VnCA==} peerDependencies: stylelint: ^14.4.0 dependencies: - stylelint: 16.6.1(typescript@5.4.4) - stylelint-config-recommended: 7.0.0(stylelint@16.6.1) + stylelint: 14.16.1 + stylelint-config-recommended: 7.0.0(stylelint@14.16.1) - /stylelint@16.6.1(typescript@5.4.4): - resolution: {integrity: sha512-yNgz2PqWLkhH2hw6X9AweV9YvoafbAD5ZsFdKN9BvSDVwGvPh+AUIrn7lYwy1S7IHmtFin75LLfX1m0D2tHu8Q==} - engines: {node: '>=18.12.0'} + /stylelint@14.16.1: + resolution: {integrity: sha512-ErlzR/T3hhbV+a925/gbfc3f3Fep9/bnspMiJPorfGEmcBbXdS+oo6LrVtoUZ/w9fqD6o6k7PtUlCOsCRdjX/A==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} hasBin: true dependencies: - '@csstools/css-parser-algorithms': 2.6.3(@csstools/css-tokenizer@2.3.1) - '@csstools/css-tokenizer': 2.3.1 - '@csstools/media-query-list-parser': 2.1.11(@csstools/css-parser-algorithms@2.6.3)(@csstools/css-tokenizer@2.3.1) - '@csstools/selector-specificity': 3.1.1(postcss-selector-parser@6.1.0) - '@dual-bundle/import-meta-resolve': 4.1.0 + '@csstools/selector-specificity': 2.2.0(postcss-selector-parser@6.1.0) balanced-match: 2.0.0 colord: 2.9.3 - cosmiconfig: 9.0.0(typescript@5.4.4) + cosmiconfig: 7.1.0 css-functions-list: 3.2.2 - css-tree: 2.3.1 debug: 4.3.5(supports-color@5.5.0) fast-glob: 3.3.2 fastest-levenshtein: 1.0.16 - file-entry-cache: 9.0.0 + file-entry-cache: 6.0.1 global-modules: 2.0.0 globby: 11.1.0 globjoin: 0.1.4 html-tags: 3.3.1 ignore: 5.3.1 + import-lazy: 4.0.0 imurmurhash: 0.1.4 is-plain-object: 5.0.0 - known-css-properties: 0.31.0 + known-css-properties: 0.26.0 mathml-tag-names: 2.1.3 - meow: 13.2.0 + meow: 9.0.0 micromatch: 4.0.7 normalize-path: 3.0.0 picocolors: 1.0.1 postcss: 8.4.38 + postcss-media-query-parser: 0.2.3 postcss-resolve-nested-selector: 0.1.1 - postcss-safe-parser: 7.0.0(postcss@8.4.38) + postcss-safe-parser: 6.0.0(postcss@8.4.38) postcss-selector-parser: 6.1.0 postcss-value-parser: 4.2.0 resolve-from: 5.0.0 string-width: 4.2.3 - strip-ansi: 7.1.0 - supports-hyperlinks: 3.0.0 + strip-ansi: 6.0.1 + style-search: 0.1.0 + supports-hyperlinks: 2.3.0 svg-tags: 1.0.0 table: 6.8.2 - write-file-atomic: 5.0.1 + v8-compile-cache: 2.4.0 + write-file-atomic: 4.0.2 transitivePeerDependencies: - supports-color - - typescript /stylis@4.2.0: resolution: {integrity: sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==} @@ -28431,9 +28834,9 @@ packages: dependencies: has-flag: 4.0.0 - /supports-hyperlinks@3.0.0: - resolution: {integrity: sha512-QBDPHyPQDRTy9ku4URNGY5Lah8PAaXs6tAAwp55sL5WCsSW7GIfdf6W5ixfziW+t7wh3GVvHyHHyQ1ESsoRvaA==} - engines: {node: '>=14.18'} + /supports-hyperlinks@2.3.0: + resolution: {integrity: sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==} + engines: {node: '>=8'} dependencies: has-flag: 4.0.0 supports-color: 7.2.0 @@ -28473,14 +28876,14 @@ packages: resolution: {integrity: sha512-Uv8E7hV/nXALQKgW86X1i58gl1O6DFg+Uq54sDwhYqucBBxj/47dLNw872TNILNlOTuPA6dRvUMGQdmlpaX8qQ==} dev: true - /swr@2.2.4(react@18.3.1): + /swr@2.2.4(react@18.2.0): resolution: {integrity: sha512-njiZ/4RiIhoOlAaLYDqwz5qH/KZXVilRLvomrx83HjzCWTfa+InyfAjv05PSFxnmLzZkNO9ZfvgoqzAaEI4sGQ==} peerDependencies: react: ^16.11.0 || ^17.0.0 || ^18.0.0 dependencies: client-only: 0.0.1 - react: 18.3.1 - use-sync-external-store: 1.2.0(react@18.3.1) + react: 18.2.0 + use-sync-external-store: 1.2.0(react@18.2.0) dev: false /symbol-tree@3.2.4: @@ -28868,7 +29271,6 @@ packages: /trim-newlines@3.0.1: resolution: {integrity: sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==} engines: {node: '>=8'} - dev: true /trim-right@1.0.1: resolution: {integrity: sha512-WZGXGstmCWgeevgTL54hrCuw1dyMQIzWy7ZfqRJfSmJZBwklI15egmQytFP6bPidmw3M8d5yEowl1niq4vmqZw==} @@ -29156,12 +29558,10 @@ packages: /type-fest@0.18.1: resolution: {integrity: sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==} engines: {node: '>=10'} - dev: true /type-fest@0.20.2: resolution: {integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==} engines: {node: '>=10'} - dev: false /type-fest@0.21.3: resolution: {integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==} @@ -29180,7 +29580,6 @@ packages: /type-fest@0.8.1: resolution: {integrity: sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==} engines: {node: '>=8'} - dev: true /type-fest@1.4.0: resolution: {integrity: sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==} @@ -29290,17 +29689,12 @@ packages: resolution: {integrity: sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==} engines: {node: '>=14.17'} hasBin: true + dev: false /typescript@5.4.5: resolution: {integrity: sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==} engines: {node: '>=14.17'} hasBin: true - dev: true - - /typescript@5.5.2: - resolution: {integrity: sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==} - engines: {node: '>=14.17'} - hasBin: true /uc.micro@1.0.6: resolution: {integrity: sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==} @@ -29332,7 +29726,7 @@ packages: requiresBuild: true optional: true - /umi@4.2.10(@babel/core@7.24.7)(@types/node@20.14.2)(@types/react@18.3.3)(eslint@8.55.0)(prettier@3.2.5)(react-dom@18.3.1)(react@18.3.1)(stylelint@16.6.1)(typescript@5.4.4)(webpack@5.92.1): + /umi@4.2.10(@babel/core@7.22.10)(@types/node@20.14.2)(@types/react@18.3.3)(eslint@8.55.0)(prettier@3.2.5)(react-dom@18.3.1)(react@18.3.1)(stylelint@14.16.1)(typescript@5.4.4)(webpack@5.92.1): resolution: {integrity: sha512-PUnrHWTJVZ3ynr5BnpYalBeu9ugb4C8CNKZrFPSOeTaHQ4dLeJl3rL/ubdhaQVhSWKgMQlv1susQULecEjxlHQ==} engines: {node: '>=14'} hasBin: true @@ -29341,11 +29735,11 @@ packages: '@umijs/bundler-utils': 4.2.10 '@umijs/bundler-webpack': 4.2.10(typescript@5.4.4)(webpack@5.92.1) '@umijs/core': 4.2.10 - '@umijs/lint': 4.2.10(eslint@8.55.0)(stylelint@16.6.1)(typescript@5.4.4) + '@umijs/lint': 4.2.10(eslint@8.55.0)(stylelint@14.16.1)(typescript@5.4.4) '@umijs/preset-umi': 4.2.10(@types/node@20.14.2)(@types/react@18.3.3)(typescript@5.4.4)(webpack@5.92.1) '@umijs/renderer-react': 4.2.10(react-dom@18.3.1)(react@18.3.1) '@umijs/server': 4.2.10 - '@umijs/test': 4.2.10(@babel/core@7.24.7) + '@umijs/test': 4.2.10(@babel/core@7.22.10) '@umijs/utils': 4.2.10 prettier-plugin-organize-imports: 3.2.4(prettier@3.2.5)(typescript@5.4.4) prettier-plugin-packagejson: 2.4.3(prettier@3.2.5) @@ -29383,7 +29777,7 @@ packages: - webpack-plugin-serve dev: false - /umi@4.2.10(@babel/core@7.24.7)(@types/node@20.14.2)(@types/react@18.3.3)(eslint@9.5.0)(prettier@3.2.5)(react-dom@18.3.1)(react@18.3.1)(stylelint@16.6.1)(typescript@5.4.5)(webpack@5.92.1): + /umi@4.2.10(@babel/core@7.22.10)(@types/node@20.14.2)(@types/react@18.3.3)(eslint@8.55.0)(prettier@3.2.5)(react-dom@18.3.1)(react@18.3.1)(stylelint@14.16.1)(typescript@5.4.5)(webpack@5.92.1): resolution: {integrity: sha512-PUnrHWTJVZ3ynr5BnpYalBeu9ugb4C8CNKZrFPSOeTaHQ4dLeJl3rL/ubdhaQVhSWKgMQlv1susQULecEjxlHQ==} engines: {node: '>=14'} hasBin: true @@ -29392,11 +29786,11 @@ packages: '@umijs/bundler-utils': 4.2.10 '@umijs/bundler-webpack': 4.2.10(typescript@5.4.5)(webpack@5.92.1) '@umijs/core': 4.2.10 - '@umijs/lint': 4.2.10(eslint@9.5.0)(stylelint@16.6.1)(typescript@5.4.5) + '@umijs/lint': 4.2.10(eslint@8.55.0)(stylelint@14.16.1)(typescript@5.4.5) '@umijs/preset-umi': 4.2.10(@types/node@20.14.2)(@types/react@18.3.3)(typescript@5.4.5)(webpack@5.92.1) '@umijs/renderer-react': 4.2.10(react-dom@18.3.1)(react@18.3.1) '@umijs/server': 4.2.10 - '@umijs/test': 4.2.10(@babel/core@7.24.7) + '@umijs/test': 4.2.10(@babel/core@7.22.10) '@umijs/utils': 4.2.10 prettier-plugin-organize-imports: 3.2.4(prettier@3.2.5)(typescript@5.4.5) prettier-plugin-packagejson: 2.4.3(prettier@3.2.5) @@ -29712,7 +30106,7 @@ packages: react: 18.3.1 dev: true - /use-deep-compare-effect@1.8.1(react@18.3.1): + /use-deep-compare-effect@1.8.1(react@18.2.0): resolution: {integrity: sha512-kbeNVZ9Zkc0RFGpfMN3MNfaKNvcLNyxOAAd9O4CBZ+kCBXXscn9s/4I+8ytUER4RDpEYs5+O6Rs4PqiZ+rHr5Q==} engines: {node: '>=10', npm: '>=6'} peerDependencies: @@ -29720,7 +30114,7 @@ packages: dependencies: '@babel/runtime': 7.24.0 dequal: 2.0.3 - react: 18.3.1 + react: 18.2.0 dev: false /use-isomorphic-layout-effect@1.1.2(@types/react@18.3.3)(react@18.1.0): @@ -29735,27 +30129,36 @@ packages: '@types/react': 18.3.3 react: 18.1.0 + /use-memo-one@1.1.3(react@18.2.0): + resolution: {integrity: sha512-g66/K7ZQGYrI6dy8GLpVcMsBp4s17xNkYJVSMvTEevGy3nDxHOfE6z8BVE22+5G5x7t3+bhzrlTDB7ObrEE0cQ==} + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + dependencies: + react: 18.2.0 + dev: false + /use-memo-one@1.1.3(react@18.3.1): resolution: {integrity: sha512-g66/K7ZQGYrI6dy8GLpVcMsBp4s17xNkYJVSMvTEevGy3nDxHOfE6z8BVE22+5G5x7t3+bhzrlTDB7ObrEE0cQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: react: 18.3.1 + dev: true - /use-merge-value@1.2.0(react@18.3.1): + /use-merge-value@1.2.0(react@18.2.0): resolution: {integrity: sha512-DXgG0kkgJN45TcyoXL49vJnn55LehnrmoHc7MbKi+QDBvr8dsesqws8UlyIWGHMR+JXgxc1nvY+jDGMlycsUcw==} peerDependencies: react: '>= 16.x' dependencies: - react: 18.3.1 + react: 18.2.0 dev: false - /use-sync-external-store@1.2.0(react@18.3.1): + /use-sync-external-store@1.2.0(react@18.2.0): resolution: {integrity: sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - react: 18.3.1 + react: 18.2.0 dev: false /use-sync-external-store@1.2.2(react@18.3.1): @@ -29833,12 +30236,14 @@ packages: resolution: {integrity: sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==} dev: true + /v8-compile-cache@2.4.0: + resolution: {integrity: sha512-ocyWc3bAHBB/guyqJQVI5o4BZkPhznPYUG2ea80Gond/BgNWpap8TOmLSeeQG7bnh2KMISxskdADG59j7zruhw==} + /validate-npm-package-license@3.0.4: resolution: {integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==} dependencies: spdx-correct: 3.2.0 spdx-expression-parse: 3.0.1 - dev: true /validate-npm-package-name@5.0.0: resolution: {integrity: sha512-YuKoXDAhBYxY7SfOKxHBDoSyENFeW5VvIIQp2TGQuit8gpK6MnWaQelBKxso72DoxTZfZdcP3W90LqpSkgPzLQ==} @@ -29889,7 +30294,7 @@ packages: hasBin: true dependencies: cac: 6.7.14 - debug: 4.3.4 + debug: 4.3.5(supports-color@5.5.0) pathe: 1.1.2 picocolors: 1.0.0 vite: 5.2.13(@types/node@20.14.2)(sass@1.75.0) @@ -30513,11 +30918,6 @@ packages: engines: {node: '>=0.8'} dev: true - /word-wrap@1.2.5: - resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==} - engines: {node: '>=0.10.0'} - dev: true - /word@0.3.0: resolution: {integrity: sha512-OELeY0Q61OXpdUfTp+oweA/vtLVg5VDOXh+3he3PNzLGG/y0oylSOC1xRVj0+l4vQ3tj/bB1HVHv1ocXkQceFA==} engines: {node: '>=0.8'} @@ -30583,6 +30983,7 @@ packages: dependencies: imurmurhash: 0.1.4 signal-exit: 4.1.0 + dev: false /write-yaml-file@5.0.0: resolution: {integrity: sha512-FdNA4RyH1L43TlvGG8qOMIfcEczwA5ij+zLXUy3Z83CjxhLvcV7/Q/8pk22wnCgYw7PJhtK+7lhO+qqyT4NdvQ==} @@ -30793,7 +31194,6 @@ packages: /yargs-parser@20.2.9: resolution: {integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==} engines: {node: '>=10'} - dev: true /yargs-parser@21.1.1: resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==}