From 510799690437e74ef284dba56ef2358685e4ca0f Mon Sep 17 00:00:00 2001
From: bqy_fe <1743369777@qq.com>
Date: Tue, 30 Jan 2024 09:19:51 +0800
Subject: [PATCH] refactor(project): release 2.0 (#145)
refactor(project): release 2.0
---
.env | 8 +-
.env.development | 10 +-
.env.production | 8 +-
.eslintrc.js | 2 +-
.gitattributes | 15 +-
.vscode/settings.json | 53 +-
.vscode/vue3.3.code-snippets | 2 +-
mock/_createProductionServer.ts | 20 -
mock/_util.ts | 64 -
mock/demo/hero/index.ts | 37 -
mock/demo/select-demo.ts | 28 -
mock/log/_reqLog.data.ts | 602 --
mock/log/index.ts | 16 -
mocks/_util.ts | 83 +
{mock => mocks}/demo/hero/_heroList.json | 0
{mock => mocks}/demo/hero/_lolHeroList.json | 0
mocks/demo/hero/index.ts | 37 +
mocks/demo/select.ts | 23 +
mocks/index.ts | 22 +
mocks/list.ts | 28 +
mocks/user.ts | 24 +
openapi.config.ts | 67 +
package.json | 114 +-
packages/mock-server/package.json | 36 +
.../mock-server/src/browser/enableMocking.ts | 54 +
packages/mock-server/src/browser/index.ts | 1 +
.../mock-server/src/browser/vitePlugin.ts | 35 +
packages/mock-server/src/buildLocalMswFile.ts | 60 +
packages/mock-server/src/index.ts | 60 +
packages/mock-server/src/mockServiceWorker.js | 299 +
packages/mock-server/src/node/index.ts | 107 +
.../mock-server/src/utils/isMatchHandler.ts | 44 +
packages/mock-server/src/utils/log.ts | 7 +
packages/mock-server/tsconfig.json | 28 +
packages/mock-server/tsup.config.ts | 42 +
packages/mock-server/types/module.d.ts | 4 +
pnpm-lock.yaml | 7282 +++++++++++------
pnpm-workspace.yaml | 2 +
src/App.vue | 1 -
src/api/account/index.ts | 39 -
src/api/account/model.d.ts | 50 -
src/api/backend/api/account.ts | 59 +
src/api/backend/api/auth.ts | 27 +
src/api/backend/api/authEmail.ts | 15 +
src/api/backend/api/businessTodo.ts | 82 +
src/api/backend/api/captcha.ts | 22 +
src/api/backend/api/health.ts | 68 +
src/api/backend/api/index.ts | 48 +
src/api/backend/api/systemDept.ts | 77 +
src/api/backend/api/systemDictItem.ts | 91 +
src/api/backend/api/systemDictType.ts | 99 +
src/api/backend/api/systemEmail.ts | 15 +
src/api/backend/api/systemLog.ts | 90 +
src/api/backend/api/systemMenu.ts | 87 +
src/api/backend/api/systemOnline.ts | 23 +
src/api/backend/api/systemParamConfig.ts | 91 +
src/api/backend/api/systemRole.ts | 91 +
src/api/backend/api/systemServe.ts | 11 +
src/api/backend/api/systemSse.ts | 17 +
src/api/backend/api/systemTask.ts | 136 +
src/api/backend/api/systemUser.ts | 110 +
src/api/backend/api/toolsStorage.ts | 44 +
src/api/backend/api/toolsUpload.ts | 35 +
src/api/backend/api/typings.d.ts | 1121 +++
src/api/demo/hero.ts | 30 +
src/api/demo/select.ts | 13 +
src/api/demos/hero.ts | 53 -
src/api/demos/select.ts | 18 -
src/api/index.ts | 5 +
src/api/login/index.ts | 30 -
src/api/login/model.d.ts | 26 -
src/api/netdisk/index.ts | 80 -
src/api/netdisk/model.d.ts | 112 -
src/api/netdisk/overview.ts | 8 -
src/api/system/dept/index.ts | 96 -
src/api/system/dept/model.d.ts | 68 -
src/api/system/log/index.ts | 31 -
src/api/system/log/model.d.ts | 42 -
src/api/system/menu/index.ts | 56 -
src/api/system/menu/model.d.ts | 77 -
src/api/system/online/index.ts | 17 -
src/api/system/online/model.d.ts | 15 -
src/api/system/param-config/index.ts | 58 -
src/api/system/param-config/model.d.ts | 46 -
src/api/system/role/index.ts | 66 -
src/api/system/role/model.d.ts | 55 -
src/api/system/serve/index.ts | 9 -
src/api/system/serve/model.d.ts | 42 -
src/api/system/task/index.ts | 80 -
src/api/system/task/model.d.ts | 57 -
src/api/system/user/index.ts | 65 -
src/api/system/user/model.d.ts | 75 -
src/api/typings.d.ts | 14 +-
.../basic/context-menu/src/ContextMenu.vue | 2 +-
.../basic/excel/src/ExportExcelModal.tsx | 2 +-
src/components/basic/icon/Icon.vue | 45 +
src/components/basic/icon/index.ts | 8 +
src/components/basic/icon/src/IconPicker.vue | 121 +
.../svg-icon.vue => icon/src/SvgIcon.vue} | 17 +-
.../{iconfont => icon/src}/icon-font.tsx | 1 +
src/components/basic/icon/src/icons.data.ts | 14 +
src/components/basic/icon/src/props.ts | 30 +
src/components/basic/iconfont/index.ts | 2 -
src/components/basic/icons-select/icons.json | 1311 ---
src/components/basic/icons-select/index.vue | 72 -
src/components/basic/iframe-page/index.ts | 3 +-
src/components/basic/locale-picker/index.vue | 2 +-
src/components/basic/svg-icon/index.ts | 3 -
src/components/basic/tinymce/constants.ts | 37 +
src/components/basic/tinymce/index.ts | 5 +
src/components/basic/tinymce/index.vue | 53 +
src/components/basic/tinymce/langs/index.ts | 7 +
src/components/basic/tinymce/langs/zh_CN.js | 428 +
src/components/basic/tinymce/plugins.ts | 50 +
src/components/basic/tinymce/props.ts | 34 +
.../src/components/table-action.vue | 173 +-
.../table-settings/column-setting.vue | 4 +-
.../src/components/table-settings/index.vue | 2 +
.../table-settings/search-setting.vue | 23 +
.../src/components/tool-bar/index.vue | 16 +-
.../dynamic-table/src/dynamic-table.config.ts | 40 +
.../core/dynamic-table/src/dynamic-table.ts | 46 +-
.../core/dynamic-table/src/dynamic-table.vue | 33 +-
.../core/dynamic-table/src/hooks/index.ts | 2 +
.../dynamic-table/src/hooks/useColumns.tsx | 7 +-
.../core/dynamic-table/src/hooks/useTable.tsx | 13 +-
.../dynamic-table/src/hooks/useTableExpand.ts | 71 +
.../dynamic-table/src/hooks/useTableForm.ts | 4 +-
.../src/hooks/useTableMethods.tsx | 174 +-
.../dynamic-table/src/hooks/useTableState.tsx | 18 +-
.../core/dynamic-table/src/types/column.ts | 8 +-
.../dynamic-table/src/types/tableAction.ts | 9 +-
.../core/schema-form/src/hooks/useAdvanced.ts | 2 +
.../core/schema-form/src/hooks/useForm.tsx | 7 +-
.../schema-form/src/hooks/useFormEvents.ts | 45 +-
.../schema-form/src/hooks/useFormState.ts | 2 +-
.../schema-form/src/hooks/useLabelWidth.ts | 1 +
.../core/schema-form/src/schema-form-item.ts | 4 +-
.../core/schema-form/src/schema-form-item.vue | 57 +-
.../core/schema-form/src/schema-form.ts | 11 +-
.../core/schema-form/src/types/form.ts | 49 +-
src/constants/env.ts | 7 +
src/core/permission/index.ts | 66 -
src/core/permission/modules/index.ts | 42 -
src/core/permission/modules/netdisk/index.ts | 3 -
src/core/permission/modules/netdisk/manage.ts | 19 -
src/core/permission/modules/sys/dept.ts | 18 -
src/core/permission/modules/sys/index.ts | 20 -
src/core/permission/modules/sys/log.ts | 11 -
src/core/permission/modules/sys/menu.ts | 13 -
src/core/permission/modules/sys/online.ts | 10 -
.../permission/modules/sys/param-config.ts | 13 -
src/core/permission/modules/sys/role.ts | 14 -
src/core/permission/modules/sys/serve.ts | 9 -
src/core/permission/modules/sys/task.ts | 16 -
src/core/permission/modules/sys/user.ts | 14 -
src/core/permission/modules/types.ts | 4 -
src/core/permission/utils.ts | 88 -
src/core/socket/event-type.ts | 9 -
src/core/socket/socket-io.ts | 264 -
src/core/socket/useSocket.ts | 31 -
src/directives/permission.ts | 24 -
src/enums/httpEnum.ts | 2 +-
src/hooks/useModal/index.ts | 10 +-
src/hooks/useModal/types.ts | 6 +-
src/hooks/useModal/useFormModal.tsx | 13 +-
src/hooks/useModal/useModal.tsx | 10 +-
src/layout/header/index.vue | 8 +-
src/layout/menu/menu-item-content.vue | 6 +-
src/layout/menu/menu-item.vue | 11 +-
src/layout/menu/menu.vue | 10 +-
src/layout/routerView/index.vue | 28 +-
src/layout/tabs/tabs-view.vue | 69 +-
src/locales/config.ts | 4 +-
src/locales/lang/en-US/common.ts | 20 -
src/locales/lang/en-US/component.ts | 28 -
src/locales/lang/en-US/layout.ts | 115 -
src/locales/lang/en-US/routes/account.ts | 4 -
src/locales/lang/en-US/routes/basic.ts | 4 -
src/locales/lang/en-US/routes/dashboard.ts | 6 -
src/locales/lang/en-US/routes/demo.ts | 20 -
src/locales/lang/{en_US.ts => en.ts} | 6 +-
src/locales/lang/en/common.json | 20 +
src/locales/lang/en/component.json | 28 +
src/locales/lang/en/layout.json | 108 +
src/locales/lang/en/routes/account.json | 4 +
src/locales/lang/en/routes/basic.json | 4 +
src/locales/lang/en/routes/dashboard.json | 6 +
src/locales/lang/en/routes/demo.json | 20 +
src/locales/lang/zh-CN/common.json | 22 +
src/locales/lang/zh-CN/common.ts | 20 -
src/locales/lang/zh-CN/component.json | 32 +
src/locales/lang/zh-CN/component.ts | 32 -
src/locales/lang/zh-CN/layout.json | 108 +
src/locales/lang/zh-CN/layout.ts | 115 -
src/locales/lang/zh-CN/routes/account.json | 4 +
src/locales/lang/zh-CN/routes/account.ts | 4 -
src/locales/lang/zh-CN/routes/basic.json | 4 +
src/locales/lang/zh-CN/routes/basic.ts | 4 -
src/locales/lang/zh-CN/routes/dashboard.json | 6 +
src/locales/lang/zh-CN/routes/dashboard.ts | 6 -
src/locales/lang/zh-CN/routes/demo.json | 20 +
src/locales/lang/zh-CN/routes/demo.ts | 20 -
src/locales/lang/zh_CN.ts | 2 +-
src/main.ts | 20 +-
src/permission/index.ts | 41 +
src/permission/permCode.ts | 72 +
src/plugins/antd.ts | 2 +-
src/plugins/customComponents.ts | 13 -
src/plugins/directives.ts | 12 -
src/plugins/globalMethods.ts | 2 +-
src/plugins/index.ts | 2 -
src/polyfill.ts | 2 +
src/router/asyncModules/index.ts | 11 +-
src/router/generator-router.tsx | 169 -
src/router/helper/routeHelper.tsx | 75 +
src/router/index.ts | 20 +-
src/router/router-guards.ts | 24 +-
.../besidesLayout.ts => routes/basic.ts} | 29 +-
src/router/routes/index.ts | 22 +
.../modules}/account.ts | 0
.../modules}/dashboard.ts | 7 +-
.../modules}/demos.ts | 85 +-
.../modules}/externa-link.ts | 6 +-
.../modules}/index.ts | 0
src/router/{ => routes}/outsideLayout.ts | 2 +-
src/router/staticModules/error.ts | 45 -
src/store/modules/user.ts | 218 +-
src/store/modules/ws.ts | 90 -
src/styles/common.less | 8 +-
src/styles/index.less | 1 +
src/styles/reset.css | 8 +
src/styles/transition.less | 14 +-
src/utils/Storage.ts | 8 +-
src/utils/common.ts | 50 +
src/utils/dateUtil.ts | 10 +-
src/utils/log.ts | 9 +
src/utils/request.ts | 144 +-
src/views/account/about.vue | 26 +-
src/views/dashboard/welcome/index.vue | 31 +-
src/views/demos/custom-modal.vue | 2 +-
.../demos/form/basic-form/form-schema.tsx | 4 +-
src/views/demos/form/basic-form/index.vue | 4 +-
src/views/demos/icons/Iconfont.vue | 2 +-
src/views/demos/nested-routes/route-one.vue | 2 +-
src/views/demos/nested-routes/route-three.vue | 2 +-
src/views/demos/nested-routes/route-two.vue | 2 +-
.../demos/tables/edit-row-table/columns.tsx | 14 +-
.../demos/tables/edit-row-table/index.vue | 17 +-
src/views/demos/tables/lol-table/columns.tsx | 8 +-
src/views/demos/tables/lol-table/heroInfo.vue | 63 +-
src/views/demos/tables/lol-table/index.vue | 12 +-
.../demos/tables/search-table/columns.tsx | 8 +-
src/views/demos/tables/search-table/index.vue | 57 +-
src/views/demos/tables/wzry-table/columns.tsx | 23 +-
src/views/demos/tables/wzry-table/index.vue | 33 +-
src/views/error/comp-not-found.vue | 13 +
src/views/login/index.vue | 12 +-
src/views/netdisk/columns.tsx | 76 -
.../components/file-operate-button-list.vue | 241 -
.../components/file-preview-drawer.vue | 158 -
.../netdisk/components/file-upload-drawer.vue | 170 -
.../components/overview-header-item.vue | 59 -
src/views/netdisk/formSchemas.ts | 80 -
src/views/netdisk/manage.vue | 299 -
src/views/netdisk/overview.vue | 226 -
src/views/system/dept/columns.tsx | 28 +
src/views/system/dept/formSchemas.ts | 39 +
src/views/system/dept/index.vue | 108 +
src/views/system/dict-item/columns.tsx | 77 +
src/views/system/dict-item/formSchemas.ts | 61 +
src/views/system/dict-item/index.vue | 137 +
src/views/system/dict-type/columns.tsx | 67 +
src/views/system/dict-type/formSchemas.ts | 36 +
src/views/system/dict-type/index.vue | 136 +
src/views/system/menu/columns.tsx | 111 +
src/views/system/menu/formSchemas.tsx | 217 +
.../system/{permission => }/menu/index.vue | 93 +-
src/views/system/monitor/log/login/index.vue | 72 +
src/views/system/monitor/login-log/index.vue | 66 -
src/views/system/monitor/online/index.vue | 100 +-
src/views/system/monitor/req-log/index.vue | 100 -
src/views/system/monitor/serve/index.vue | 6 +-
src/views/system/param-config/columns.tsx | 42 +-
src/views/system/param-config/formSchemas.ts | 21 +-
.../{config-list.vue => index.vue} | 63 +-
src/views/system/permission/menu/columns.tsx | 92 -
.../system/permission/menu/formSchemas.tsx | 155 -
src/views/system/permission/user/index.vue | 380 -
.../system/{permission => }/role/columns.tsx | 31 +-
.../{permission => }/role/formSchemas.ts | 47 +-
.../system/{permission => }/role/index.vue | 79 +-
src/views/system/schedule/log/index.vue | 47 +-
src/views/system/schedule/task/columns.tsx | 23 +-
src/views/system/schedule/task/formSchemas.ts | 2 +-
src/views/system/schedule/task/index.vue | 55 +-
src/views/system/user/AvatarUpload.vue | 109 +
src/views/system/user/DeptTree.vue | 113 +
.../system/{permission => }/user/columns.tsx | 42 +-
.../formSchemas.ts => user/formSchemas.tsx} | 61 +-
src/views/system/user/index.vue | 214 +
src/views/tool/email/formSchemas.tsx | 40 +
src/views/tool/email/index.vue | 67 +
src/views/tool/storage/columns.tsx | 152 +
src/views/tool/storage/index.vue | 77 +
src/views/tool/storage/upload-modal.vue | 131 +
stylelint.config.js | 14 +-
tsconfig.json | 45 +-
types/env.d.ts | 2 +-
types/global.d.ts | 25 +
types/shims/shims-vue.d.ts | 12 +-
types/vue-router.d.ts | 8 +-
vite.config.ts | 44 +-
313 files changed, 13326 insertions(+), 11135 deletions(-)
delete mode 100644 mock/_createProductionServer.ts
delete mode 100644 mock/_util.ts
delete mode 100644 mock/demo/hero/index.ts
delete mode 100644 mock/demo/select-demo.ts
delete mode 100644 mock/log/_reqLog.data.ts
delete mode 100644 mock/log/index.ts
create mode 100644 mocks/_util.ts
rename {mock => mocks}/demo/hero/_heroList.json (100%)
rename {mock => mocks}/demo/hero/_lolHeroList.json (100%)
create mode 100644 mocks/demo/hero/index.ts
create mode 100644 mocks/demo/select.ts
create mode 100644 mocks/index.ts
create mode 100644 mocks/list.ts
create mode 100644 mocks/user.ts
create mode 100644 openapi.config.ts
create mode 100644 packages/mock-server/package.json
create mode 100644 packages/mock-server/src/browser/enableMocking.ts
create mode 100644 packages/mock-server/src/browser/index.ts
create mode 100644 packages/mock-server/src/browser/vitePlugin.ts
create mode 100644 packages/mock-server/src/buildLocalMswFile.ts
create mode 100644 packages/mock-server/src/index.ts
create mode 100644 packages/mock-server/src/mockServiceWorker.js
create mode 100644 packages/mock-server/src/node/index.ts
create mode 100644 packages/mock-server/src/utils/isMatchHandler.ts
create mode 100644 packages/mock-server/src/utils/log.ts
create mode 100644 packages/mock-server/tsconfig.json
create mode 100644 packages/mock-server/tsup.config.ts
create mode 100644 packages/mock-server/types/module.d.ts
create mode 100644 pnpm-workspace.yaml
delete mode 100644 src/api/account/index.ts
delete mode 100644 src/api/account/model.d.ts
create mode 100644 src/api/backend/api/account.ts
create mode 100644 src/api/backend/api/auth.ts
create mode 100644 src/api/backend/api/authEmail.ts
create mode 100644 src/api/backend/api/businessTodo.ts
create mode 100644 src/api/backend/api/captcha.ts
create mode 100644 src/api/backend/api/health.ts
create mode 100644 src/api/backend/api/index.ts
create mode 100644 src/api/backend/api/systemDept.ts
create mode 100644 src/api/backend/api/systemDictItem.ts
create mode 100644 src/api/backend/api/systemDictType.ts
create mode 100644 src/api/backend/api/systemEmail.ts
create mode 100644 src/api/backend/api/systemLog.ts
create mode 100644 src/api/backend/api/systemMenu.ts
create mode 100644 src/api/backend/api/systemOnline.ts
create mode 100644 src/api/backend/api/systemParamConfig.ts
create mode 100644 src/api/backend/api/systemRole.ts
create mode 100644 src/api/backend/api/systemServe.ts
create mode 100644 src/api/backend/api/systemSse.ts
create mode 100644 src/api/backend/api/systemTask.ts
create mode 100644 src/api/backend/api/systemUser.ts
create mode 100644 src/api/backend/api/toolsStorage.ts
create mode 100644 src/api/backend/api/toolsUpload.ts
create mode 100644 src/api/backend/api/typings.d.ts
create mode 100644 src/api/demo/hero.ts
create mode 100644 src/api/demo/select.ts
delete mode 100644 src/api/demos/hero.ts
delete mode 100644 src/api/demos/select.ts
create mode 100644 src/api/index.ts
delete mode 100644 src/api/login/index.ts
delete mode 100644 src/api/login/model.d.ts
delete mode 100644 src/api/netdisk/index.ts
delete mode 100644 src/api/netdisk/model.d.ts
delete mode 100644 src/api/netdisk/overview.ts
delete mode 100644 src/api/system/dept/index.ts
delete mode 100644 src/api/system/dept/model.d.ts
delete mode 100644 src/api/system/log/index.ts
delete mode 100644 src/api/system/log/model.d.ts
delete mode 100644 src/api/system/menu/index.ts
delete mode 100644 src/api/system/menu/model.d.ts
delete mode 100644 src/api/system/online/index.ts
delete mode 100644 src/api/system/online/model.d.ts
delete mode 100644 src/api/system/param-config/index.ts
delete mode 100644 src/api/system/param-config/model.d.ts
delete mode 100644 src/api/system/role/index.ts
delete mode 100644 src/api/system/role/model.d.ts
delete mode 100644 src/api/system/serve/index.ts
delete mode 100644 src/api/system/serve/model.d.ts
delete mode 100644 src/api/system/task/index.ts
delete mode 100644 src/api/system/task/model.d.ts
delete mode 100644 src/api/system/user/index.ts
delete mode 100644 src/api/system/user/model.d.ts
create mode 100644 src/components/basic/icon/Icon.vue
create mode 100644 src/components/basic/icon/index.ts
create mode 100644 src/components/basic/icon/src/IconPicker.vue
rename src/components/basic/{svg-icon/svg-icon.vue => icon/src/SvgIcon.vue} (74%)
rename src/components/basic/{iconfont => icon/src}/icon-font.tsx (95%)
create mode 100644 src/components/basic/icon/src/icons.data.ts
create mode 100644 src/components/basic/icon/src/props.ts
delete mode 100644 src/components/basic/iconfont/index.ts
delete mode 100644 src/components/basic/icons-select/icons.json
delete mode 100644 src/components/basic/icons-select/index.vue
delete mode 100644 src/components/basic/svg-icon/index.ts
create mode 100644 src/components/basic/tinymce/constants.ts
create mode 100644 src/components/basic/tinymce/index.ts
create mode 100644 src/components/basic/tinymce/index.vue
create mode 100644 src/components/basic/tinymce/langs/index.ts
create mode 100644 src/components/basic/tinymce/langs/zh_CN.js
create mode 100644 src/components/basic/tinymce/plugins.ts
create mode 100644 src/components/basic/tinymce/props.ts
create mode 100644 src/components/core/dynamic-table/src/components/table-settings/search-setting.vue
create mode 100644 src/components/core/dynamic-table/src/dynamic-table.config.ts
create mode 100644 src/components/core/dynamic-table/src/hooks/useTableExpand.ts
create mode 100644 src/constants/env.ts
delete mode 100644 src/core/permission/index.ts
delete mode 100644 src/core/permission/modules/index.ts
delete mode 100644 src/core/permission/modules/netdisk/index.ts
delete mode 100644 src/core/permission/modules/netdisk/manage.ts
delete mode 100644 src/core/permission/modules/sys/dept.ts
delete mode 100644 src/core/permission/modules/sys/index.ts
delete mode 100644 src/core/permission/modules/sys/log.ts
delete mode 100644 src/core/permission/modules/sys/menu.ts
delete mode 100644 src/core/permission/modules/sys/online.ts
delete mode 100644 src/core/permission/modules/sys/param-config.ts
delete mode 100644 src/core/permission/modules/sys/role.ts
delete mode 100644 src/core/permission/modules/sys/serve.ts
delete mode 100644 src/core/permission/modules/sys/task.ts
delete mode 100644 src/core/permission/modules/sys/user.ts
delete mode 100644 src/core/permission/modules/types.ts
delete mode 100644 src/core/permission/utils.ts
delete mode 100644 src/core/socket/event-type.ts
delete mode 100644 src/core/socket/socket-io.ts
delete mode 100644 src/core/socket/useSocket.ts
delete mode 100644 src/directives/permission.ts
delete mode 100644 src/locales/lang/en-US/common.ts
delete mode 100644 src/locales/lang/en-US/component.ts
delete mode 100644 src/locales/lang/en-US/layout.ts
delete mode 100644 src/locales/lang/en-US/routes/account.ts
delete mode 100644 src/locales/lang/en-US/routes/basic.ts
delete mode 100644 src/locales/lang/en-US/routes/dashboard.ts
delete mode 100644 src/locales/lang/en-US/routes/demo.ts
rename src/locales/lang/{en_US.ts => en.ts} (52%)
create mode 100644 src/locales/lang/en/common.json
create mode 100644 src/locales/lang/en/component.json
create mode 100644 src/locales/lang/en/layout.json
create mode 100644 src/locales/lang/en/routes/account.json
create mode 100644 src/locales/lang/en/routes/basic.json
create mode 100644 src/locales/lang/en/routes/dashboard.json
create mode 100644 src/locales/lang/en/routes/demo.json
create mode 100644 src/locales/lang/zh-CN/common.json
delete mode 100644 src/locales/lang/zh-CN/common.ts
create mode 100644 src/locales/lang/zh-CN/component.json
delete mode 100644 src/locales/lang/zh-CN/component.ts
create mode 100644 src/locales/lang/zh-CN/layout.json
delete mode 100644 src/locales/lang/zh-CN/layout.ts
create mode 100644 src/locales/lang/zh-CN/routes/account.json
delete mode 100644 src/locales/lang/zh-CN/routes/account.ts
create mode 100644 src/locales/lang/zh-CN/routes/basic.json
delete mode 100644 src/locales/lang/zh-CN/routes/basic.ts
create mode 100644 src/locales/lang/zh-CN/routes/dashboard.json
delete mode 100644 src/locales/lang/zh-CN/routes/dashboard.ts
create mode 100644 src/locales/lang/zh-CN/routes/demo.json
delete mode 100644 src/locales/lang/zh-CN/routes/demo.ts
create mode 100644 src/permission/index.ts
create mode 100644 src/permission/permCode.ts
delete mode 100644 src/plugins/customComponents.ts
delete mode 100644 src/plugins/directives.ts
create mode 100644 src/polyfill.ts
delete mode 100644 src/router/generator-router.tsx
create mode 100644 src/router/helper/routeHelper.tsx
rename src/router/{staticModules/besidesLayout.ts => routes/basic.ts} (64%)
create mode 100644 src/router/routes/index.ts
rename src/router/{staticModules => routes/modules}/account.ts (100%)
rename src/router/{staticModules => routes/modules}/dashboard.ts (76%)
rename src/router/{staticModules => routes/modules}/demos.ts (72%)
rename src/router/{staticModules => routes/modules}/externa-link.ts (64%)
rename src/router/{staticModules => routes/modules}/index.ts (100%)
rename src/router/{ => routes}/outsideLayout.ts (77%)
delete mode 100644 src/router/staticModules/error.ts
delete mode 100644 src/store/modules/ws.ts
create mode 100644 src/styles/reset.css
create mode 100644 src/utils/log.ts
create mode 100644 src/views/error/comp-not-found.vue
delete mode 100644 src/views/netdisk/columns.tsx
delete mode 100644 src/views/netdisk/components/file-operate-button-list.vue
delete mode 100644 src/views/netdisk/components/file-preview-drawer.vue
delete mode 100644 src/views/netdisk/components/file-upload-drawer.vue
delete mode 100644 src/views/netdisk/components/overview-header-item.vue
delete mode 100644 src/views/netdisk/formSchemas.ts
delete mode 100644 src/views/netdisk/manage.vue
delete mode 100644 src/views/netdisk/overview.vue
create mode 100644 src/views/system/dept/columns.tsx
create mode 100644 src/views/system/dept/formSchemas.ts
create mode 100644 src/views/system/dept/index.vue
create mode 100644 src/views/system/dict-item/columns.tsx
create mode 100644 src/views/system/dict-item/formSchemas.ts
create mode 100644 src/views/system/dict-item/index.vue
create mode 100644 src/views/system/dict-type/columns.tsx
create mode 100644 src/views/system/dict-type/formSchemas.ts
create mode 100644 src/views/system/dict-type/index.vue
create mode 100644 src/views/system/menu/columns.tsx
create mode 100644 src/views/system/menu/formSchemas.tsx
rename src/views/system/{permission => }/menu/index.vue (53%)
create mode 100644 src/views/system/monitor/log/login/index.vue
delete mode 100644 src/views/system/monitor/login-log/index.vue
delete mode 100644 src/views/system/monitor/req-log/index.vue
rename src/views/system/param-config/{config-list.vue => index.vue} (55%)
delete mode 100644 src/views/system/permission/menu/columns.tsx
delete mode 100644 src/views/system/permission/menu/formSchemas.tsx
delete mode 100644 src/views/system/permission/user/index.vue
rename src/views/system/{permission => }/role/columns.tsx (58%)
rename src/views/system/{permission => }/role/formSchemas.ts (60%)
rename src/views/system/{permission => }/role/index.vue (52%)
create mode 100644 src/views/system/user/AvatarUpload.vue
create mode 100644 src/views/system/user/DeptTree.vue
rename src/views/system/{permission => }/user/columns.tsx (75%)
rename src/views/system/{permission/user/formSchemas.ts => user/formSchemas.tsx} (64%)
create mode 100644 src/views/system/user/index.vue
create mode 100644 src/views/tool/email/formSchemas.tsx
create mode 100644 src/views/tool/email/index.vue
create mode 100644 src/views/tool/storage/columns.tsx
create mode 100644 src/views/tool/storage/index.vue
create mode 100644 src/views/tool/storage/upload-modal.vue
diff --git a/.env b/.env
index 29a761759..a84741b88 100644
--- a/.env
+++ b/.env
@@ -1,14 +1,14 @@
-# 供docker构建时使用
-ENV = 'production'
+# 项目名称
+VITE_APP_TITLE = Admin
# 网站前缀
VITE_BASE_URL = /
# base api
-VITE_BASE_API = '/api/admin/'
+VITE_BASE_API_URL = '/api/admin/'
VITE_BASE_SOCKET_PATH = '/ws-api'
VITE_BASE_SOCKET_NSP = '/admin'
# mock api
-VITE_MOCK_API = '/mock-api/'
+VITE_MOCK_API = '/api/'
diff --git a/.env.development b/.env.development
index 0581dae46..11fc3dc1b 100644
--- a/.env.development
+++ b/.env.development
@@ -1,14 +1,12 @@
# 只在开发模式中被载入
+ENV = 'development'
# 网站前缀
VITE_BASE_URL = /
-# base api
-VITE_BASE_API = '/api/admin/'
+# base api url
+VITE_BASE_API_URL = '/api'
VITE_BASE_SOCKET_PATH = '/ws-api'
-VITE_BASE_SOCKET_NSP = '/admin'
-
-# mock api
-VITE_MOCK_API = '/mock-api/'
+VITE_BASE_SOCKET_NSP = '/auth'
VITE_DROP_CONSOLE = false
diff --git a/.env.production b/.env.production
index 3a024ada2..7bf371b7c 100644
--- a/.env.production
+++ b/.env.production
@@ -1,14 +1,12 @@
# 只在生产模式中被载入
+ENV = 'production'
-# base api
-VITE_BASE_API = 'https://nest-api.buqiyuan.site/api/admin/'
+# base api url
+VITE_BASE_API_URL = 'http://127.0.0.1:7001'
VITE_BASE_SOCKET_PATH = '/ws-api'
VITE_BASE_SOCKET_NSP = 'wss://nest-api.buqiyuan.site/admin'
# 网站前缀
VITE_BASE_URL = /vue3-antdv-admin/
-# mock api
-VITE_MOCK_API = '/mock-api/'
-
VITE_DROP_CONSOLE = true
diff --git a/.eslintrc.js b/.eslintrc.js
index 5d9f4f438..7de04ca1f 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -28,7 +28,7 @@ module.exports = {
],
overrides: [
{
- files: ['*.ts', '*.tsx', '*.vue'],
+ files: ['*.ts', '*.js', '*.tsx', '*.vue'],
rules: {
'no-undef': 'off',
},
diff --git a/.gitattributes b/.gitattributes
index d6e52a9f0..d4e5bd3ed 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,6 +1,11 @@
+# https://docs.github.com/cn/get-started/getting-started-with-git/configuring-git-to-handle-line-endings
+
+# Automatically normalize line endings (to LF) for all text-based files.
* text=auto eol=lf
-*.ts linguist-detectable=false
-*.css linguist-detectable=false
-*.scss linguist-detectable=false
-*.js linguist-detectable=true
-*.vue linguist-detectable=true
+
+# Declare files that will always have CRLF line endings on checkout.
+*.{cmd,[cC][mM][dD]} text eol=crlf
+*.{bat,[bB][aA][tT]} text eol=crlf
+
+# Denote all files that are truly binary and should not be modified.
+*.{ico,png,jpg,jpeg,gif,webp,svg,woff,woff2} binary
\ No newline at end of file
diff --git a/.vscode/settings.json b/.vscode/settings.json
index c0d780b36..bd1d447e5 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,33 +1,11 @@
{
"typescript.tsdk": "./node_modules/typescript/lib",
- "typescript.preferences.importModuleSpecifier": "non-relative",
+ "volar.tsPlugin": true,
+ "volar.tsPluginStatus": false,
"npm.packageManager": "pnpm",
"editor.tabSize": 2,
- "editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"files.eol": "\n",
- "eslint.probe": [
- "javascript",
- "javascriptreact",
- "typescript",
- "typescriptreact",
- "html",
- "vue",
- "markdown",
- "json",
- "jsonc"
- ],
- "eslint.validate": [
- "javascript",
- "javascriptreact",
- "typescript",
- "typescriptreact",
- "html",
- "vue",
- "markdown",
- "json",
- "jsonc"
- ],
"search.exclude": {
"**/node_modules": true,
"**/*.log": true,
@@ -78,7 +56,6 @@
},
"stylelint.enable": true,
"stylelint.validate": ["css", "less", "postcss", "scss", "vue", "sass"],
- "stylelint.packageManager": "pnpm",
"path-intellisense.mappings": {
"@/": "${workspaceRoot}/src"
},
@@ -86,16 +63,10 @@
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
- "editor.defaultFormatter": "esbenp.prettier-vscode",
- "editor.codeActionsOnSave": {
- "source.fixAll.eslint": true
- }
+ "editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
- "editor.defaultFormatter": "esbenp.prettier-vscode",
- "editor.codeActionsOnSave": {
- "source.fixAll.eslint": true
- }
+ "editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
@@ -112,21 +83,23 @@
"[markdown]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
- "[jsonc]": {
- "editor.defaultFormatter": "esbenp.prettier-vscode"
+ "editor.codeActionsOnSave": {
+ "source.fixAll.eslint": "explicit",
+ "source.fixAll.stylelint": "explicit"
},
"[vue]": {
"editor.codeActionsOnSave": {
- "source.fixAll.eslint": true,
- "source.fixAll.stylelint": true
- }
+ "source.fixAll.eslint": "explicit",
+ "source.fixAll.stylelint": "explicit"
+ },
+ "editor.defaultFormatter": "esbenp.prettier-vscode"
},
"i18n-ally.localesPaths": ["src/locales/lang"],
"i18n-ally.keystyle": "nested",
"i18n-ally.sortKeys": true,
"i18n-ally.namespace": true,
- "i18n-ally.pathMatcher": "{locale}/{namespace}.{ext}",
- "i18n-ally.enabledParsers": ["ts"],
+ "i18n-ally.pathMatcher": "{locale}/{namespaces}.{ext}",
+ "i18n-ally.enabledParsers": ["json"],
"i18n-ally.sourceLanguage": "en",
"i18n-ally.displayLanguage": "zh-CN",
"i18n-ally.enabledFrameworks": ["vue", "react"]
diff --git a/.vscode/vue3.3.code-snippets b/.vscode/vue3.3.code-snippets
index b20ff8bb1..c4625ad95 100644
--- a/.vscode/vue3.3.code-snippets
+++ b/.vscode/vue3.3.code-snippets
@@ -5,7 +5,7 @@
"body": [
"\n",
"",
diff --git a/mock/_createProductionServer.ts b/mock/_createProductionServer.ts
deleted file mode 100644
index 4be24dcc0..000000000
--- a/mock/_createProductionServer.ts
+++ /dev/null
@@ -1,20 +0,0 @@
-import { createProdMockServer } from 'vite-plugin-mock/es/createProdMockServer';
-
-const modules = import.meta.glob('./**/*.ts', { eager: true });
-
-const mockModules: any[] = [];
-Object.keys(modules).forEach((key) => {
- if (key.includes('/_')) {
- return;
- }
- mockModules.push(...modules[key].default);
-});
-
-/**
- * Used in a production environment. Need to manually import all modules
- */
-export function setupProdMockServer() {
- console.log('mockModules', mockModules);
-
- createProdMockServer(mockModules);
-}
diff --git a/mock/_util.ts b/mock/_util.ts
deleted file mode 100644
index 981f15f6c..000000000
--- a/mock/_util.ts
+++ /dev/null
@@ -1,64 +0,0 @@
-// Interface data format used to return a unified format
-
-export function resultSuccess(data: T, { message = 'ok' } = {}) {
- return {
- code: 200,
- data,
- message,
- type: 'success',
- };
-}
-
-export function resultPageSuccess(
- page: number,
- pageSize: number,
- list: T[],
- { message = 'ok' } = {},
-) {
- const pageData = pagination(page, pageSize, list);
-
- return {
- ...resultSuccess({
- list: pageData,
- pagination: {
- page: ~~page,
- size: ~~pageSize,
- total: list.length,
- },
- }),
- message,
- };
-}
-
-export function resultError(message = 'Request failed', { code = -1, result = null } = {}) {
- return {
- code,
- result,
- message,
- type: 'error',
- };
-}
-
-export function pagination(page: number, pageSize: number, array: T[]): T[] {
- const offset = (page - 1) * Number(pageSize);
- const ret =
- offset + Number(pageSize) >= array.length
- ? array.slice(offset, array.length)
- : array.slice(offset, offset + Number(pageSize));
- return ret;
-}
-
-export interface requestParams {
- method: string;
- body: any;
- headers?: { authorization?: string };
- query: any;
-}
-
-/**
- * @description 本函数用于从request数据中获取token,请根据项目的实际情况修改
- *
- */
-export function getRequestToken({ headers }: requestParams): string | undefined {
- return headers?.authorization;
-}
diff --git a/mock/demo/hero/index.ts b/mock/demo/hero/index.ts
deleted file mode 100644
index 02757dc7e..000000000
--- a/mock/demo/hero/index.ts
+++ /dev/null
@@ -1,37 +0,0 @@
-import { resultPageSuccess, resultSuccess } from '../../_util';
-import heroListJson from './_heroList.json';
-import heroLoLListJson from './_lolHeroList.json';
-import type { MockMethod } from 'vite-plugin-mock';
-
-export default [
- // 获取请求日志
- {
- url: '/mock-api/demos/wzry/hero_list',
- method: 'get',
- timeout: 700,
- response: ({ query }) => {
- const { page = 1, limit = 10 } = query;
- const filterResult = heroListJson.filter((n) => n.cname.includes(query.cname || ''));
- return resultPageSuccess(page, limit, filterResult);
- },
- },
- {
- url: '/mock-api/demos/lol/hero_list',
- method: 'get',
- timeout: 700,
- response: ({ query }) => {
- const { page = 1, limit = 10 } = query;
- const filterResult = heroLoLListJson.filter((n) => n.title.includes(query.title || ''));
- return resultPageSuccess(page, limit, filterResult);
- },
- },
- {
- url: '/mock-api/demos/lol/hero_info',
- method: 'get',
- timeout: 200,
- response: ({ query }) => {
- const result = heroLoLListJson.find((n) => n.heroId == query.id);
- return resultSuccess(result);
- },
- },
-] as MockMethod[];
diff --git a/mock/demo/select-demo.ts b/mock/demo/select-demo.ts
deleted file mode 100644
index 7d47cea7a..000000000
--- a/mock/demo/select-demo.ts
+++ /dev/null
@@ -1,28 +0,0 @@
-import { resultSuccess } from '../_util';
-import type { MockMethod } from 'vite-plugin-mock';
-
-const demoList = (keyword, count = 20) => {
- const result = {
- list: [] as any[],
- };
- for (let index = 0; index < count; index++) {
- result.list.push({
- name: `${keyword ?? ''}选项${index}`,
- id: `${index}`,
- });
- }
- return result;
-};
-
-export default [
- {
- url: '/mock-api/select/getDemoOptions',
- timeout: 1000,
- method: 'get',
- response: ({ query }) => {
- const { keyword, count } = query;
- console.log(keyword);
- return resultSuccess(demoList(keyword, count));
- },
- },
-] as MockMethod[];
diff --git a/mock/log/_reqLog.data.ts b/mock/log/_reqLog.data.ts
deleted file mode 100644
index abe4b0050..000000000
--- a/mock/log/_reqLog.data.ts
+++ /dev/null
@@ -1,602 +0,0 @@
-export default [
- {
- createTime: '2021-09-20 15:09:20',
- updateTime: '2021-09-20 15:09:20',
- id: 1488,
- ip: '127.0.0.1',
- userId: 1,
- params: '{}',
- action: '/admin/account/permmenu',
- method: 'GET',
- status: 200,
- consumeTime: 13,
- },
- {
- createTime: '2021-09-20 15:09:20',
- updateTime: '2021-09-20 15:09:20',
- id: 1487,
- ip: '127.0.0.1',
- userId: 1,
- params: '{}',
- action: '/admin/account/info',
- method: 'GET',
- status: 200,
- consumeTime: 3,
- },
- {
- createTime: '2021-09-20 15:09:20',
- updateTime: '2021-09-20 15:09:20',
- id: 1486,
- ip: '127.0.0.1',
- userId: 1,
- params: '{}',
- action: '/admin/account/permmenu',
- method: 'GET',
- status: 200,
- consumeTime: 16,
- },
- {
- createTime: '2021-09-20 15:09:20',
- updateTime: '2021-09-20 15:09:20',
- id: 1485,
- ip: '127.0.0.1',
- userId: 1,
- params: '{}',
- action: '/admin/account/info',
- method: 'GET',
- status: 200,
- consumeTime: 2,
- },
- {
- createTime: '2021-09-20 15:09:20',
- updateTime: '2021-09-20 15:09:20',
- id: 1484,
- ip: '127.0.0.1',
- userId: 1,
- params: '{}',
- action: '/admin/account/permmenu',
- method: 'GET',
- status: 200,
- consumeTime: 21,
- },
- {
- createTime: '2021-09-20 15:09:20',
- updateTime: '2021-09-20 15:09:20',
- id: 1483,
- ip: '127.0.0.1',
- userId: 1,
- params: '{}',
- action: '/admin/account/info',
- method: 'GET',
- status: 200,
- consumeTime: 7,
- },
- {
- createTime: '2021-09-20 15:09:10',
- updateTime: '2021-09-20 15:09:10',
- id: 1482,
- ip: '127.0.0.1',
- userId: null,
- params: '{}',
- action: '/admin/captcha/img',
- method: 'GET',
- status: 200,
- consumeTime: 7,
- },
- {
- createTime: '2021-09-20 08:13:26',
- updateTime: '2021-09-20 08:13:26',
- id: 1481,
- ip: '127.0.0.1',
- userId: 1,
- params: '{"page":1,"limit":20,"departmentIds":[4]}',
- action: '/admin/sys/user/page',
- method: 'POST',
- status: 200,
- consumeTime: 12,
- },
- {
- createTime: '2021-09-20 08:13:24',
- updateTime: '2021-09-20 08:13:24',
- id: 1480,
- ip: '127.0.0.1',
- userId: 1,
- params: '{"page":1,"limit":20}',
- action: '/admin/sys/user/page',
- method: 'POST',
- status: 200,
- consumeTime: 8,
- },
- {
- createTime: '2021-09-20 08:13:24',
- updateTime: '2021-09-20 08:13:24',
- id: 1479,
- ip: '127.0.0.1',
- userId: 1,
- params: '{}',
- action: '/admin/sys/dept/list',
- method: 'GET',
- status: 200,
- consumeTime: 3,
- },
- {
- createTime: '2021-09-20 08:13:20',
- updateTime: '2021-09-20 08:13:20',
- id: 1478,
- ip: '127.0.0.1',
- userId: 1,
- params: '{}',
- action: '/admin/sys/dept/list',
- method: 'GET',
- status: 200,
- consumeTime: 5,
- },
- {
- createTime: '2021-09-20 08:13:20',
- updateTime: '2021-09-20 08:13:20',
- id: 1477,
- ip: '127.0.0.1',
- userId: 1,
- params: '{}',
- action: '/admin/sys/menu/list',
- method: 'GET',
- status: 200,
- consumeTime: 4,
- },
- {
- createTime: '2021-09-20 08:13:19',
- updateTime: '2021-09-20 08:13:19',
- id: 1476,
- ip: '127.0.0.1',
- userId: 1,
- params: '{}',
- action: '/admin/sys/role/list',
- method: 'GET',
- status: 200,
- consumeTime: 2,
- },
- {
- createTime: '2021-09-20 08:12:25',
- updateTime: '2021-09-20 08:12:25',
- id: 1475,
- ip: '127.0.0.1',
- userId: 1,
- params: '{}',
- action: '/admin/sys/menu/list',
- method: 'GET',
- status: 200,
- consumeTime: 6,
- },
- {
- createTime: '2021-09-20 08:12:25',
- updateTime: '2021-09-20 08:12:25',
- id: 1474,
- ip: '127.0.0.1',
- userId: 1,
- params: '{}',
- action: '/admin/sys/dept/list',
- method: 'GET',
- status: 200,
- consumeTime: 5,
- },
- {
- createTime: '2021-09-20 08:12:23',
- updateTime: '2021-09-20 08:12:23',
- id: 1473,
- ip: '127.0.0.1',
- userId: 1,
- params: '{}',
- action: '/admin/sys/role/list',
- method: 'GET',
- status: 200,
- consumeTime: 2,
- },
- {
- createTime: '2021-09-20 08:12:20',
- updateTime: '2021-09-20 08:12:20',
- id: 1472,
- ip: '127.0.0.1',
- userId: 1,
- params: '{}',
- action: '/admin/sys/menu/list',
- method: 'GET',
- status: 200,
- consumeTime: 4,
- },
- {
- createTime: '2021-09-20 08:12:12',
- updateTime: '2021-09-20 08:12:12',
- id: 1471,
- ip: '127.0.0.1',
- userId: 1,
- params: '{}',
- action: '/admin/account/info',
- method: 'GET',
- status: 200,
- consumeTime: 2,
- },
- {
- createTime: '2021-09-20 08:12:12',
- updateTime: '2021-09-20 08:12:12',
- id: 1470,
- ip: '127.0.0.1',
- userId: 1,
- params: '{}',
- action: '/admin/account/info',
- method: 'GET',
- status: 200,
- consumeTime: 5,
- },
- {
- createTime: '2021-09-20 08:12:12',
- updateTime: '2021-09-20 08:12:12',
- id: 1469,
- ip: '127.0.0.1',
- userId: 1,
- params: '{}',
- action: '/admin/account/permmenu',
- method: 'GET',
- status: 200,
- consumeTime: 6,
- },
- {
- createTime: '2021-09-20 08:12:12',
- updateTime: '2021-09-20 08:12:12',
- id: 1468,
- ip: '127.0.0.1',
- userId: 1,
- params: '{}',
- action: '/admin/account/permmenu',
- method: 'GET',
- status: 200,
- consumeTime: 6,
- },
- {
- createTime: '2021-09-20 08:12:12',
- updateTime: '2021-09-20 08:12:12',
- id: 1467,
- ip: '127.0.0.1',
- userId: 1,
- params: '{}',
- action: '/admin/account/info',
- method: 'GET',
- status: 200,
- consumeTime: 1,
- },
- {
- createTime: '2021-09-20 08:12:12',
- updateTime: '2021-09-20 08:12:12',
- id: 1466,
- ip: '127.0.0.1',
- userId: 1,
- params: '{}',
- action: '/admin/account/permmenu',
- method: 'GET',
- status: 200,
- consumeTime: 7,
- },
- {
- createTime: '2021-09-20 08:12:06',
- updateTime: '2021-09-20 08:12:06',
- id: 1465,
- ip: '127.0.0.1',
- userId: null,
- params: '{}',
- action: '/admin/captcha/img',
- method: 'GET',
- status: 200,
- consumeTime: 4,
- },
- {
- createTime: '2021-09-20 08:12:05',
- updateTime: '2021-09-20 08:12:05',
- id: 1464,
- ip: '127.0.0.1',
- userId: null,
- params: '{}',
- action: '/admin/captcha/img',
- method: 'GET',
- status: 200,
- consumeTime: 3,
- },
- {
- createTime: '2021-09-20 08:12:02',
- updateTime: '2021-09-20 08:12:02',
- id: 1463,
- ip: '127.0.0.1',
- userId: null,
- params: '{}',
- action: '/admin/captcha/img',
- method: 'GET',
- status: 200,
- consumeTime: 4,
- },
- {
- createTime: '2021-09-20 08:11:59',
- updateTime: '2021-09-20 08:11:59',
- id: 1462,
- ip: '127.0.0.1',
- userId: null,
- params: '{}',
- action: '/admin/captcha/img',
- method: 'GET',
- status: 200,
- consumeTime: 4,
- },
- {
- createTime: '2021-09-20 08:11:51',
- updateTime: '2021-09-20 08:11:51',
- id: 1461,
- ip: '127.0.0.1',
- userId: null,
- params: '{}',
- action: '/admin/captcha/img',
- method: 'GET',
- status: 200,
- consumeTime: 5,
- },
- {
- createTime: '2021-09-20 02:45:12',
- updateTime: '2021-09-20 02:45:12',
- id: 1460,
- ip: '127.0.0.1',
- userId: null,
- params: '{}',
- action: '/admin/captcha/img',
- method: 'GET',
- status: 200,
- consumeTime: 7,
- },
- {
- createTime: '2021-09-19 08:13:37',
- updateTime: '2021-09-19 08:13:37',
- id: 1459,
- ip: '127.0.0.1',
- userId: null,
- params: '{}',
- action: '/admin/captcha/img',
- method: 'GET',
- status: 200,
- consumeTime: 5,
- },
- {
- createTime: '2021-09-18 12:33:17',
- updateTime: '2021-09-18 12:33:17',
- id: 1458,
- ip: '127.0.0.1',
- userId: null,
- params: '{}',
- action: '/admin/captcha/img',
- method: 'GET',
- status: 200,
- consumeTime: 9,
- },
- {
- createTime: '2021-09-17 19:48:12',
- updateTime: '2021-09-17 19:48:12',
- id: 1457,
- ip: '127.0.0.1',
- userId: null,
- params: '{}',
- action: '/admin/captcha/img',
- method: 'GET',
- status: 200,
- consumeTime: 6,
- },
- {
- createTime: '2021-09-17 02:26:14',
- updateTime: '2021-09-17 02:26:14',
- id: 1456,
- ip: '127.0.0.1',
- userId: 1,
- params: '{}',
- action: '/admin/sys/menu/list',
- method: 'GET',
- status: 200,
- consumeTime: 4,
- },
- {
- createTime: '2021-09-17 02:26:11',
- updateTime: '2021-09-17 02:26:11',
- id: 1455,
- ip: '127.0.0.1',
- userId: 1,
- params: '{}',
- action: '/admin/sys/role/list',
- method: 'GET',
- status: 200,
- consumeTime: 2,
- },
- {
- createTime: '2021-09-17 02:26:10',
- updateTime: '2021-09-17 02:26:10',
- id: 1454,
- ip: '127.0.0.1',
- userId: 1,
- params: '{}',
- action: '/admin/sys/menu/list',
- method: 'GET',
- status: 200,
- consumeTime: 3,
- },
- {
- createTime: '2021-09-17 02:26:07',
- updateTime: '2021-09-17 02:26:07',
- id: 1453,
- ip: '127.0.0.1',
- userId: 1,
- params: '{"page":1,"limit":20}',
- action: '/admin/sys/user/page',
- method: 'POST',
- status: 200,
- consumeTime: 6,
- },
- {
- createTime: '2021-09-17 02:26:07',
- updateTime: '2021-09-17 02:26:07',
- id: 1452,
- ip: '127.0.0.1',
- userId: 1,
- params: '{}',
- action: '/admin/sys/dept/list',
- method: 'GET',
- status: 200,
- consumeTime: 2,
- },
- {
- createTime: '2021-09-17 02:26:07',
- updateTime: '2021-09-17 02:26:07',
- id: 1451,
- ip: '127.0.0.1',
- userId: 1,
- params: '{}',
- action: '/admin/account/permmenu',
- method: 'GET',
- status: 200,
- consumeTime: 8,
- },
- {
- createTime: '2021-09-17 02:26:07',
- updateTime: '2021-09-17 02:26:07',
- id: 1450,
- ip: '127.0.0.1',
- userId: 1,
- params: '{}',
- action: '/admin/account/info',
- method: 'GET',
- status: 200,
- consumeTime: 2,
- },
- {
- createTime: '2021-09-17 02:25:58',
- updateTime: '2021-09-17 02:25:58',
- id: 1449,
- ip: '127.0.0.1',
- userId: 1,
- params: '{}',
- action: '/admin/account/permmenu',
- method: 'GET',
- status: 200,
- consumeTime: 7,
- },
- {
- createTime: '2021-09-17 02:25:58',
- updateTime: '2021-09-17 02:25:58',
- id: 1448,
- ip: '127.0.0.1',
- userId: 1,
- params: '{}',
- action: '/admin/account/info',
- method: 'GET',
- status: 200,
- consumeTime: 2,
- },
- {
- createTime: '2021-09-17 02:25:58',
- updateTime: '2021-09-17 02:25:58',
- id: 1447,
- ip: '127.0.0.1',
- userId: 1,
- params: '{}',
- action: '/admin/account/permmenu',
- method: 'GET',
- status: 200,
- consumeTime: 8,
- },
- {
- createTime: '2021-09-17 02:25:58',
- updateTime: '2021-09-17 02:25:58',
- id: 1446,
- ip: '127.0.0.1',
- userId: 1,
- params: '{}',
- action: '/admin/account/info',
- method: 'GET',
- status: 200,
- consumeTime: 2,
- },
- {
- createTime: '2021-09-17 02:25:58',
- updateTime: '2021-09-17 02:25:58',
- id: 1445,
- ip: '127.0.0.1',
- userId: 1,
- params: '{}',
- action: '/admin/account/permmenu',
- method: 'GET',
- status: 200,
- consumeTime: 6,
- },
- {
- createTime: '2021-09-17 02:25:58',
- updateTime: '2021-09-17 02:25:58',
- id: 1444,
- ip: '127.0.0.1',
- userId: 1,
- params: '{}',
- action: '/admin/account/info',
- method: 'GET',
- status: 200,
- consumeTime: 2,
- },
- {
- createTime: '2021-09-17 02:25:52',
- updateTime: '2021-09-17 02:25:52',
- id: 1443,
- ip: '127.0.0.1',
- userId: null,
- params: '{}',
- action: '/admin/captcha/img',
- method: 'GET',
- status: 200,
- consumeTime: 4,
- },
- {
- createTime: '2021-09-17 00:56:59',
- updateTime: '2021-09-17 00:56:59',
- id: 1442,
- ip: '127.0.0.1',
- userId: null,
- params: '{}',
- action: '/admin/captcha/img',
- method: 'GET',
- status: 200,
- consumeTime: 3,
- },
- {
- createTime: '2021-09-17 00:56:46',
- updateTime: '2021-09-17 00:56:46',
- id: 1441,
- ip: '127.0.0.1',
- userId: null,
- params: '{}',
- action: '/admin/captcha/img',
- method: 'GET',
- status: 200,
- consumeTime: 4,
- },
- {
- createTime: '2021-09-16 18:05:25',
- updateTime: '2021-09-16 18:05:25',
- id: 1440,
- ip: '127.0.0.1',
- userId: 1,
- params: '{}',
- action: '/admin/account/permmenu',
- method: 'GET',
- status: 200,
- consumeTime: 7,
- },
- {
- createTime: '2021-09-16 18:05:25',
- updateTime: '2021-09-16 18:05:25',
- id: 1439,
- ip: '127.0.0.1',
- userId: 1,
- params: '{}',
- action: '/admin/account/info',
- method: 'GET',
- status: 200,
- consumeTime: 2,
- },
-];
diff --git a/mock/log/index.ts b/mock/log/index.ts
deleted file mode 100644
index 46cf77bb6..000000000
--- a/mock/log/index.ts
+++ /dev/null
@@ -1,16 +0,0 @@
-import { resultPageSuccess } from '../_util';
-
-import data from './_reqLog.data';
-import type { MockMethod } from 'vite-plugin-mock';
-
-export default [
- {
- url: '/mock-api/sys/log/req/page',
- timeout: 1000,
- method: 'get',
- response: ({ query }) => {
- const { page = 1, limit = 10 } = query;
- return resultPageSuccess(page, limit, data);
- },
- },
-] as MockMethod[];
diff --git a/mocks/_util.ts b/mocks/_util.ts
new file mode 100644
index 000000000..2164d185f
--- /dev/null
+++ b/mocks/_util.ts
@@ -0,0 +1,83 @@
+// Interface data format used to return a unified format
+import type { DefaultBodyType, StrictRequest } from 'msw';
+import { ResultEnum } from '@/enums/httpEnum';
+import { uniqueSlash } from '@/utils/urlUtils';
+
+const baseApiUrl = new URL(import.meta.env.VITE_BASE_API_URL, location.origin).toString();
+
+/**
+ * msw 官方不支持配置 baseUrl, 需要自己手动处理
+ * @see https://github.com/mswjs/msw/issues/397#issuecomment-751230924
+ */
+export const serverApi = (path: string) => {
+ return uniqueSlash(baseApiUrl + path);
+};
+
+export function resultSuccess(data: T, { message = 'ok' } = {}) {
+ return {
+ code: ResultEnum.SUCCESS,
+ data,
+ message,
+ type: 'success',
+ };
+}
+
+export function resultPageSuccess(
+ page: number,
+ pageSize: number,
+ list: T[],
+ { message = 'ok' } = {},
+) {
+ const pageData = pagination(page, pageSize, list);
+
+ return {
+ ...resultSuccess({
+ items: pageData,
+ meta: {
+ currentPage: ~~page,
+ totalItems: list.length,
+ totalPages: Math.ceil(list.length / pageSize),
+ },
+ }),
+ message,
+ };
+}
+
+export function resultError(
+ message = 'Request failed',
+ { code = ResultEnum.ERROR, data = null } = {},
+) {
+ return {
+ code,
+ data,
+ message,
+ type: 'error',
+ };
+}
+
+export function pagination(pageNo: number, pageSize: number, array: T[]): T[] {
+ const offset = (pageNo - 1) * Number(pageSize);
+ return offset + Number(pageSize) >= array.length
+ ? array.slice(offset, array.length)
+ : array.slice(offset, offset + Number(pageSize));
+}
+
+export interface requestParams {
+ method: string;
+ body: any;
+ headers?: { authorization?: string };
+ query: any;
+}
+
+/**
+ * @description 本函数用于从request数据中获取token,请根据项目的实际情况修改
+ *
+ */
+export function getRequestToken({ headers }: requestParams): string | undefined {
+ return headers?.authorization;
+}
+
+export const getQuery = (request: StrictRequest) => {
+ const url = new URL(request.url);
+ return Object.fromEntries(url.searchParams.entries());
+};
diff --git a/mock/demo/hero/_heroList.json b/mocks/demo/hero/_heroList.json
similarity index 100%
rename from mock/demo/hero/_heroList.json
rename to mocks/demo/hero/_heroList.json
diff --git a/mock/demo/hero/_lolHeroList.json b/mocks/demo/hero/_lolHeroList.json
similarity index 100%
rename from mock/demo/hero/_lolHeroList.json
rename to mocks/demo/hero/_lolHeroList.json
diff --git a/mocks/demo/hero/index.ts b/mocks/demo/hero/index.ts
new file mode 100644
index 000000000..4748fec29
--- /dev/null
+++ b/mocks/demo/hero/index.ts
@@ -0,0 +1,37 @@
+import { HttpResponse, delay, http } from 'msw';
+import { getQuery, resultPageSuccess, resultSuccess, serverApi } from '../../_util';
+import heroListJson from './_heroList.json';
+import heroLoLListJson from './_lolHeroList.json';
+
+export default [
+ http.get(serverApi('/demo/wzry/hero_list'), async ({ request }) => {
+ await delay(500);
+ const { page = 1, pageSize = 10, cname = '', title = '' } = getQuery(request);
+
+ const filterResult = heroListJson.filter((n) => {
+ return n.cname.includes(cname) && n.title.includes(title);
+ });
+
+ return HttpResponse.json(resultPageSuccess(page, pageSize, filterResult));
+ }),
+ http.get(serverApi('/demo/lol/hero_list'), async ({ request }) => {
+ // 接口地址: https://game.gtimg.cn/images/lol/act/img/js/heroList/hero_list.js
+ await delay(500);
+
+ const { page = 1, pageSize = 10, title = '', name = '' } = getQuery(request);
+
+ const filterResult = heroLoLListJson.filter((n) => {
+ return n.title.includes(title) && n.name.includes(name);
+ });
+
+ return HttpResponse.json(resultPageSuccess(page, pageSize, filterResult));
+ }),
+ http.get(serverApi('/demo/lol/hero_info/:id'), async ({ params }) => {
+ await delay(300);
+ const { id } = params;
+
+ const result = heroLoLListJson.find((n) => n.heroId == id);
+
+ return HttpResponse.json(resultSuccess(result));
+ }),
+];
diff --git a/mocks/demo/select.ts b/mocks/demo/select.ts
new file mode 100644
index 000000000..e9d47a1b8
--- /dev/null
+++ b/mocks/demo/select.ts
@@ -0,0 +1,23 @@
+import { http, HttpResponse, delay } from 'msw';
+import { getQuery, resultSuccess, serverApi } from '../_util';
+
+const demoList = (keyword, count = 20) => {
+ const result = [] as any[];
+
+ for (let index = 0; index < count; index++) {
+ result.push({
+ name: `${keyword ?? ''}选项${index}`,
+ id: `${index}`,
+ });
+ }
+ return result;
+};
+
+export default [
+ http.get(serverApi('/select/getDemoOptions'), async ({ request }) => {
+ await delay(1000);
+ const { keyword, count } = getQuery(request);
+
+ return HttpResponse.json(resultSuccess(demoList(keyword, count)));
+ }),
+];
diff --git a/mocks/index.ts b/mocks/index.ts
new file mode 100644
index 000000000..d87a55548
--- /dev/null
+++ b/mocks/index.ts
@@ -0,0 +1,22 @@
+import { enableMocking } from '@admin-pkg/mock-server';
+import { HttpHandler } from 'msw';
+
+const modules = import.meta.glob('./**/*.ts', {
+ eager: true,
+});
+
+export const setupMock = async () => {
+ const handlers = Object.values(modules).reduce((prev, curr) => {
+ const arr = curr?.default;
+ if (Array.isArray(arr)) {
+ arr.forEach((item) => {
+ if (item instanceof HttpHandler) {
+ prev.push(item);
+ }
+ });
+ }
+ return prev;
+ }, []);
+ // console.log('handlers', handlers);
+ await enableMocking(handlers);
+};
diff --git a/mocks/list.ts b/mocks/list.ts
new file mode 100644
index 000000000..074ea960f
--- /dev/null
+++ b/mocks/list.ts
@@ -0,0 +1,28 @@
+import { http, HttpResponse, delay } from 'msw';
+import { faker } from '@faker-js/faker/locale/zh_CN';
+import { serverApi } from './_util';
+
+export default [
+ http.get(serverApi('/list'), async () => {
+ await delay(1000);
+ return HttpResponse.json(
+ Array.from({ length: 10 }).map(() => ({
+ fullname: faker.person.fullName(),
+ email: faker.internet.email(),
+ avatar: faker.image.avatar(),
+ address: faker.location.streetAddress(),
+ })),
+ );
+ }),
+ http.get(serverApi('/list'), async () => {
+ await delay(1000);
+ return HttpResponse.json(
+ Array.from({ length: 10 }).map(() => ({
+ fullname: faker.person.fullName(),
+ email: faker.internet.email(),
+ avatar: faker.image.avatar(),
+ address: faker.location.streetAddress(),
+ })),
+ );
+ }),
+];
diff --git a/mocks/user.ts b/mocks/user.ts
new file mode 100644
index 000000000..99db5f2f3
--- /dev/null
+++ b/mocks/user.ts
@@ -0,0 +1,24 @@
+import { http, HttpResponse, delay } from 'msw';
+import { faker } from '@faker-js/faker/locale/zh_CN';
+import { serverApi } from './_util';
+
+export default [
+ http.get(serverApi('/user/:id'), async () => {
+ await delay(1000);
+ return HttpResponse.json(
+ Array.from({ length: 10 }).map(() => ({
+ fullname: faker.person.fullName(),
+ email: faker.internet.email(),
+ avatar: faker.image.avatar(),
+ address: faker.location.streetAddress(),
+ })),
+ );
+ }),
+ http.get(serverApi('/login'), async () => {
+ await delay(1000);
+ return HttpResponse.json({
+ code: 200,
+ data: '登录成功',
+ });
+ }),
+];
diff --git a/openapi.config.ts b/openapi.config.ts
new file mode 100644
index 000000000..94cf06e75
--- /dev/null
+++ b/openapi.config.ts
@@ -0,0 +1,67 @@
+import { generateService } from '@umijs/openapi';
+import type { RequestOptions } from './src/utils/request';
+
+const re = /controller[-_ .](\w)/gi;
+
+// swagger-typescript-api
+generateService({
+ schemaPath: 'http://127.0.0.1:7001/api-docs-json',
+ serversPath: './src/api/backend',
+ requestOptionsType: 'RequestOptions',
+ // 自定义网络请求函数路径
+ requestImportStatement: 'import { request, type RequestOptions } from "@/utils/request";',
+ hook: {
+ // @ts-ignore
+ customFunctionName(operationObject, apiPath) {
+ const { operationId } = operationObject;
+
+ if (!operationId) {
+ console.warn('[Warning] no operationId', apiPath);
+ return;
+ }
+
+ const funcName = operationId.replace(re, (_all, letter) => letter.toUpperCase());
+
+ operationObject.operationId = funcName;
+
+ return funcName;
+ },
+ // @ts-ignore
+ customFileNames(operationObject, apiPath) {
+ const { operationId } = operationObject;
+
+ if (!operationId) {
+ console.warn('[Warning] no operationId', apiPath);
+ return;
+ }
+ const controllerName = operationId.split(re)[0];
+ const moduleName = operationObject.tags?.[0].split(' - ')[0];
+
+ if (moduleName === controllerName) {
+ return [controllerName];
+ } else if (moduleName && moduleName !== controllerName) {
+ return [`${moduleName}_${controllerName}`];
+ }
+ return;
+ },
+ customType(schemaObject, namespace, defaultGetType) {
+ const type = defaultGetType(schemaObject, namespace);
+ // 提取出 data 的类型
+ const regex = /API\.ResOp & { 'data'\?: (.+); }/;
+ return type.replace(regex, '$1');
+ },
+ customOptionsDefaultValue(data): RequestOptions {
+ const { summary } = data;
+
+ if (summary?.startsWith('创建') || summary?.startsWith('新增')) {
+ return { successMsg: '创建成功' };
+ } else if (summary?.startsWith('更新')) {
+ return { successMsg: '更新成功' };
+ } else if (summary?.startsWith('删除')) {
+ return { successMsg: '删除成功' };
+ }
+
+ return {};
+ },
+ },
+});
diff --git a/package.json b/package.json
index 18a512f1a..fd21d8ea6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,7 @@
{
"name": "vue3-antdv-admin",
- "version": "1.1.0",
+ "version": "2.0.0",
+ "packageManager": "pnpm@8.10.2",
"author": {
"name": "buqiyuan",
"email": "1743369777@qq.com",
@@ -14,6 +15,7 @@
"preview": "npm run build && vite preview",
"preview:dist": "vite preview",
"deploy": "bash deploy.sh",
+ "openapi": "npx tsx openapi.config.ts",
"clean:cache": "npx rimraf node_modules/.cache/ && npx rimraf node_modules/.vite",
"clean:lib": "npx rimraf node_modules",
"format": "prettier --write .",
@@ -31,11 +33,13 @@
"test:br": "npx http-server dist --cors --brotli -c-1"
},
"dependencies": {
+ "@admin-pkg/mock-server": "workspace:*",
"@ant-design/icons-vue": "~7.0.1",
- "@vue/runtime-core": "~3.3.4",
- "@vueuse/core": "~10.5.0",
- "ant-design-vue": "~4.0.6",
- "axios": "~1.5.1",
+ "@iconify/vue": "^4.1.1",
+ "@tinymce/tinymce-vue": "^5.1.1",
+ "@vueuse/core": "~10.7.2",
+ "ant-design-vue": "~4.1.1",
+ "axios": "~1.6.7",
"dayjs": "~1.11.10",
"echarts": "^5.4.3",
"file-saver": "~2.0.5",
@@ -43,67 +47,73 @@
"mitt": "~3.0.1",
"nprogress": "~1.0.0-1",
"pinia": "~2.1.7",
- "qiniu-js": "^3.4.1",
+ "qiniu-js": "^3.4.2",
"qs": "~6.11.2",
- "socket.io-client": "~4.7.2",
- "sortablejs": "~1.15.0",
- "vue": "~3.3.4",
- "vue-echarts": "^6.6.1",
- "vue-i18n": "9.5.0",
+ "sortablejs": "~1.15.2",
+ "tinymce": "^6.8.2",
+ "vue": "~3.4.15",
+ "vue-echarts": "^6.6.8",
+ "vue-i18n": "9.9.0",
"vue-router": "~4.2.5",
"vue-types": "~5.1.1",
+ "vue-virtual-scroller": "2.0.0-beta.8",
"xlsx": "~0.18.5"
},
"devDependencies": {
- "@commitlint/cli": "~17.8.0",
- "@commitlint/config-conventional": "~17.8.0",
- "@types/lodash-es": "~4.17.9",
- "@types/node": "~20.8.6",
- "@typescript-eslint/eslint-plugin": "~6.8.0",
- "@typescript-eslint/parser": "~6.8.0",
- "@vitejs/plugin-legacy": "~4.1.1",
- "@vitejs/plugin-vue": "~4.4.0",
- "@vitejs/plugin-vue-jsx": "~3.0.2",
- "@vue/tsconfig": "^0.4.0",
+ "@commitlint/cli": "~18.6.0",
+ "@commitlint/config-conventional": "~18.6.0",
+ "@faker-js/faker": "^8.4.0",
+ "@iconify-json/ant-design": "^1.1.14",
+ "@iconify-json/ep": "^1.1.14",
+ "@iconify/json": "^2.2.176",
+ "@types/lodash-es": "~4.17.12",
+ "@types/node": "~20.10.5",
+ "@typescript-eslint/eslint-plugin": "~6.20.0",
+ "@typescript-eslint/parser": "~6.20.0",
+ "@umijs/openapi": "^1.10.1",
+ "@vitejs/plugin-legacy": "~5.3.0",
+ "@vitejs/plugin-vue": "~5.0.3",
+ "@vitejs/plugin-vue-jsx": "~3.1.0",
+ "@vue/tsconfig": "^0.5.1",
"commitizen": "~4.3.0",
"conventional-changelog-cli": "~4.1.0",
+ "core-js": "^3.35.1",
"cross-env": "~7.0.3",
- "eslint": "~8.51.0",
- "eslint-config-prettier": "~9.0.0",
- "eslint-define-config": "~1.24.1",
- "eslint-plugin-import": "~2.28.1",
- "eslint-plugin-prettier": "~5.0.1",
- "eslint-plugin-vue": "~9.17.0",
- "husky": "~8.0.3",
+ "eslint": "~8.56.0",
+ "eslint-config-prettier": "~9.1.0",
+ "eslint-define-config": "~2.1.0",
+ "eslint-plugin-import": "~2.29.1",
+ "eslint-plugin-prettier": "~5.1.3",
+ "eslint-plugin-vue": "~9.20.1",
+ "husky": "~9.0.7",
"less": "~4.2.0",
- "lightningcss": "^1.22.0",
- "lint-staged": "~15.0.1",
+ "lightningcss": "^1.23.0",
+ "lint-staged": "~15.2.0",
"mockjs": "~1.1.0",
- "postcss": "~8.4.31",
- "postcss-html": "~1.5.0",
+ "msw": "^2.1.5",
+ "postcss": "~8.4.33",
+ "postcss-html": "~1.6.0",
"postcss-less": "~6.0.0",
- "prettier": "~3.0.3",
+ "prettier": "~3.2.4",
"pretty-quick": "~3.1.3",
"rimraf": "~5.0.5",
- "stylelint": "~15.11.0",
- "stylelint-config-html": "~1.1.0",
- "stylelint-config-property-sort-order-smacss": "^9.1.0",
- "stylelint-config-recommended": "~13.0.0",
+ "stylelint": "~16.2.0",
+ "stylelint-config-property-sort-order-smacss": "^10.0.0",
+ "stylelint-config-recommended": "~14.0.0",
"stylelint-config-recommended-vue": "~1.5.0",
- "stylelint-config-standard": "~34.0.0",
- "stylelint-order": "~6.0.3",
- "stylelint-prettier": "^4.0.2",
- "terser": "~5.21.0",
- "ts-node": "^10.9.1",
- "typescript": "~5.2.2",
- "unocss": "^0.56.5",
- "unplugin-vue-components": "~0.25.2",
- "vite": "~4.4.11",
+ "stylelint-config-standard": "~36.0.0",
+ "stylelint-order": "~6.0.4",
+ "stylelint-prettier": "^5.0.0",
+ "terser": "~5.27.0",
+ "ts-node": "^10.9.2",
+ "typescript": "~5.3.3",
+ "unocss": "^0.58.4",
+ "unplugin-vue-components": "~0.26.0",
+ "vite": "~5.0.12",
"vite-plugin-checker": "~0.6.2",
- "vite-plugin-mock": "~2.9.6",
"vite-plugin-svg-icons": "~2.0.1",
- "vue-eslint-parser": "~9.3.2",
- "vue-tsc": "~1.8.19"
+ "vue-eslint-parser": "~9.4.2",
+ "vue-tsc": "~1.8.27"
},
"__npminstall_done": false,
"repository": {
@@ -125,7 +135,11 @@
"node": ">=14"
},
"target": "web",
- "packageManager": "^pnpm@6.32.4",
+ "dependenciesMeta": {
+ "@admin-pkg/mock-server": {
+ "injected": true
+ }
+ },
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
diff --git a/packages/mock-server/package.json b/packages/mock-server/package.json
new file mode 100644
index 000000000..ec24f83f2
--- /dev/null
+++ b/packages/mock-server/package.json
@@ -0,0 +1,36 @@
+{
+ "name": "@admin-pkg/mock-server",
+ "version": "0.0.1",
+ "description": "",
+ "module": "./dist/browser/index.mjs",
+ "main": "./dist/browser/index.mjs",
+ "exports": {
+ ".": {
+ "import": "./dist/browser/index.mjs",
+ "require": "./dist/browser/index.mjs"
+ },
+ "./vite": {
+ "import": "./dist/index.mjs",
+ "require": "./dist/index.js"
+ }
+ },
+ "scripts": {
+ "prepare": "npm run build",
+ "dev": "rimraf dist && tsup --watch",
+ "build": "rimraf dist && tsup"
+ },
+ "keywords": [],
+ "author": "",
+ "license": "ISC",
+ "dependencies": {
+ "@mswjs/interceptors": "^0.25.14",
+ "headers-polyfill": "^4.0.2",
+ "strict-event-emitter": "^0.5.1"
+ },
+ "devDependencies": {
+ "tsup": "^8.0.1"
+ },
+ "peerDependencies": {
+ "msw": "^2.0.0"
+ }
+}
diff --git a/packages/mock-server/src/browser/enableMocking.ts b/packages/mock-server/src/browser/enableMocking.ts
new file mode 100644
index 000000000..61582d87e
--- /dev/null
+++ b/packages/mock-server/src/browser/enableMocking.ts
@@ -0,0 +1,54 @@
+import { setupWorker } from 'msw/browser';
+import { log } from '../utils/log';
+import type { HttpHandler } from 'msw';
+
+const genMessage = (handlers: HttpHandler[]) => {
+ return {
+ type: 'updateMockHeaders',
+ mockHeaders: handlers.map((n) => n.info.header),
+ };
+};
+
+const postMsg = (registration: ServiceWorkerRegistration, handlers: HttpHandler[]) => {
+ const serviceWorker = registration.active;
+ if (serviceWorker) {
+ serviceWorker.postMessage(genMessage(handlers));
+
+ registration.addEventListener('updatefound', () => {
+ serviceWorker.postMessage(genMessage(handlers));
+ // If updatefound is fired, it means that there's a new service worker being installed.
+ log(`Value of updateViaCache: ${registration.updateViaCache}`);
+ });
+ }
+};
+
+export const enableMocking = async (handlers: HttpHandler[]) => {
+ const scriptURL = `${import.meta.env.BASE_URL || ''}/mockServiceWorker.mjs`.replace(
+ /\/{2,}/g,
+ '/',
+ );
+ const worker = setupWorker(...handlers);
+
+ globalThis.__msw_worker = worker;
+
+ const serviceWorkerRegistration = await worker.start({
+ onUnhandledRequest: 'bypass',
+ serviceWorker: {
+ url: scriptURL,
+ options: {
+ updateViaCache: 'none',
+ },
+ },
+ });
+
+ if (serviceWorkerRegistration) {
+ postMsg(serviceWorkerRegistration, handlers);
+ } else if (navigator.serviceWorker) {
+ navigator.serviceWorker.ready.then((registration) => {
+ // log('serviceWorker ready', registration, this.genMessage());
+ postMsg(registration, handlers);
+ });
+ }
+
+ return serviceWorkerRegistration;
+};
diff --git a/packages/mock-server/src/browser/index.ts b/packages/mock-server/src/browser/index.ts
new file mode 100644
index 000000000..aa5ee2028
--- /dev/null
+++ b/packages/mock-server/src/browser/index.ts
@@ -0,0 +1 @@
+export { enableMocking } from './enableMocking';
diff --git a/packages/mock-server/src/browser/vitePlugin.ts b/packages/mock-server/src/browser/vitePlugin.ts
new file mode 100644
index 000000000..1292f4026
--- /dev/null
+++ b/packages/mock-server/src/browser/vitePlugin.ts
@@ -0,0 +1,35 @@
+import { readFile, copyFile } from 'node:fs/promises';
+import { resolve } from 'node:path';
+import type { Connect } from 'vite';
+
+const swFileName = 'mockServiceWorker.mjs';
+const localMswDistPath = resolve(__dirname, swFileName);
+
+export const createBrowserMiddleware = (): Connect.NextHandleFunction => {
+ return async (req, res, next) => {
+ try {
+ if (req.method !== 'GET' || req.url !== `/${swFileName}`) {
+ next();
+ return;
+ }
+
+ const swContent = await readFile(localMswDistPath, 'utf8');
+ res.setHeader('content-type', 'application/javascript');
+ res.statusCode = 200;
+ res.end(swContent);
+ } catch (error) {
+ console.error(error);
+ res.statusCode = 500;
+ res.end(error.toString());
+ }
+ };
+};
+
+interface BuildBrowserSupportOptions {
+ outDir: string;
+}
+
+export const buildMswForBrowser = async ({ outDir }: BuildBrowserSupportOptions) => {
+ const outputPath = resolve(process.cwd(), outDir, swFileName);
+ await copyFile(localMswDistPath, outputPath);
+};
diff --git a/packages/mock-server/src/buildLocalMswFile.ts b/packages/mock-server/src/buildLocalMswFile.ts
new file mode 100644
index 000000000..8eb6547a4
--- /dev/null
+++ b/packages/mock-server/src/buildLocalMswFile.ts
@@ -0,0 +1,60 @@
+import { readFile, writeFile } from 'node:fs/promises';
+import { createRequire } from 'node:module';
+import { resolve } from 'node:path';
+import { fileURLToPath } from 'node:url';
+
+const __filename = fileURLToPath(import.meta.url);
+const __dirname = fileURLToPath(new URL('.', import.meta.url));
+
+const require = createRequire(import.meta.url);
+const swFileName = 'mockServiceWorker.js';
+const mswDir = require.resolve(`msw`);
+const mswPath = resolve(mswDir, `../../${swFileName}`);
+const localMswPath = resolve(__dirname, swFileName);
+
+const replaceCodeParts = [
+ {
+ from: 'const INTEGRITY_CHECKSUM = ',
+ to: `
+// Inject by @admin-pkg/mock-server
+import { isMatchHandler } from './utils/isMatchHandler';
+const INTEGRITY_CHECKSUM = `,
+ },
+ {
+ from: `self.addEventListener('message', async function (event) {`,
+ to: `
+self.addEventListener('message', async function (event) {
+ // Inject by @admin-pkg/mock-server
+ if (event.data?.type === 'updateMockHeaders') {
+ globalThis.mockHeaders = event.data.mockHeaders || [];
+ // console.log('globalThis.mockHeaders', globalThis.mockHeaders);
+ }
+`,
+ },
+ {
+ from: `
+self.addEventListener('fetch', function (event) {
+ const { request } = event`,
+ to: `
+self.addEventListener('fetch', function (event) {
+ const { request } = event
+
+ // Inject by @admin-pkg/mock-server
+ const isMockRequest = isMatchHandler(request);
+ // console.log('isMockRequest', request.url, isMockRequest);
+ if (isMockRequest === false) {
+ return;
+ }
+`,
+ },
+];
+
+export const genLocalMswFile = async () => {
+ const swContent = await readFile(mswPath, { encoding: 'utf8' });
+
+ const newSwContent = replaceCodeParts.reduce((prev, { from, to }) => {
+ return prev.replace(from, to);
+ }, swContent);
+
+ await writeFile(localMswPath, newSwContent);
+};
diff --git a/packages/mock-server/src/index.ts b/packages/mock-server/src/index.ts
new file mode 100644
index 000000000..bdcef2c2c
--- /dev/null
+++ b/packages/mock-server/src/index.ts
@@ -0,0 +1,60 @@
+import { createNodeMiddleware } from './node/';
+import { buildMswForBrowser, createBrowserMiddleware } from './browser/vitePlugin';
+import type { HttpHandler } from 'msw';
+import type { Plugin } from 'vite';
+
+export interface VitePluginMswOptions {
+ mode?: 'browser' | 'node';
+ handlers?: HttpHandler[];
+ build?: boolean;
+}
+
+interface BrowserIntegrationOptions {
+ build?: boolean;
+}
+
+const browserIntegration = ({ build }: BrowserIntegrationOptions): Plugin => {
+ let outDir;
+ return {
+ name: 'vite-plugin-msw:browser-integration',
+ configureServer(devServer) {
+ const { isProduction } = devServer.config;
+ if (!isProduction) {
+ devServer.middlewares.use(createBrowserMiddleware());
+ }
+ },
+ configResolved(config) {
+ outDir = config.build.outDir;
+ },
+ async closeBundle() {
+ const isProduction = process.env.NODE_ENV === 'production';
+ if (isProduction && build) {
+ await buildMswForBrowser({ outDir });
+ }
+ },
+ };
+};
+
+const getNodeIntegration = (handlers: HttpHandler[]): Plugin => {
+ return {
+ name: 'vite-plugin-msw:node-integration',
+ configureServer(devServer) {
+ devServer.middlewares.use(createNodeMiddleware()(...handlers));
+ },
+ };
+};
+
+function vitePluginMsw(
+ options: Omit & { mode?: 'browser' },
+): Plugin;
+function vitePluginMsw(options: VitePluginMswOptions & { mode?: 'node' }): Plugin;
+function vitePluginMsw(options: VitePluginMswOptions): Plugin {
+ const { mode = 'browser', handlers = [], build = false } = options;
+ if (mode === 'node') {
+ return getNodeIntegration(handlers);
+ } else {
+ return browserIntegration({ build });
+ }
+}
+
+export default vitePluginMsw;
diff --git a/packages/mock-server/src/mockServiceWorker.js b/packages/mock-server/src/mockServiceWorker.js
new file mode 100644
index 000000000..1d2e58557
--- /dev/null
+++ b/packages/mock-server/src/mockServiceWorker.js
@@ -0,0 +1,299 @@
+/* eslint-disable */
+/* tslint:disable */
+
+/**
+ * Mock Service Worker (2.1.3).
+ * @see https://github.com/mswjs/msw
+ * - Please do NOT modify this file.
+ * - Please do NOT serve this file on production.
+ */
+
+// Inject by @admin-pkg/mock-server
+import { isMatchHandler } from './utils/isMatchHandler';
+const INTEGRITY_CHECKSUM = '223d191a56023cd36aa88c802961b911';
+const IS_MOCKED_RESPONSE = Symbol('isMockedResponse');
+const activeClientIds = new Set();
+
+self.addEventListener('install', function () {
+ self.skipWaiting();
+});
+
+self.addEventListener('activate', function (event) {
+ event.waitUntil(self.clients.claim());
+});
+
+self.addEventListener('message', async function (event) {
+ // Inject by @admin-pkg/mock-server
+ if (event.data?.type === 'updateMockHeaders') {
+ globalThis.mockHeaders = event.data.mockHeaders || [];
+ // console.log('globalThis.mockHeaders', globalThis.mockHeaders);
+ }
+
+ const clientId = event.source.id;
+
+ if (!clientId || !self.clients) {
+ return;
+ }
+
+ const client = await self.clients.get(clientId);
+
+ if (!client) {
+ return;
+ }
+
+ const allClients = await self.clients.matchAll({
+ type: 'window',
+ });
+
+ switch (event.data) {
+ case 'KEEPALIVE_REQUEST': {
+ sendToClient(client, {
+ type: 'KEEPALIVE_RESPONSE',
+ });
+ break;
+ }
+
+ case 'INTEGRITY_CHECK_REQUEST': {
+ sendToClient(client, {
+ type: 'INTEGRITY_CHECK_RESPONSE',
+ payload: INTEGRITY_CHECKSUM,
+ });
+ break;
+ }
+
+ case 'MOCK_ACTIVATE': {
+ activeClientIds.add(clientId);
+
+ sendToClient(client, {
+ type: 'MOCKING_ENABLED',
+ payload: true,
+ });
+ break;
+ }
+
+ case 'MOCK_DEACTIVATE': {
+ activeClientIds.delete(clientId);
+ break;
+ }
+
+ case 'CLIENT_CLOSED': {
+ activeClientIds.delete(clientId);
+
+ const remainingClients = allClients.filter((client) => {
+ return client.id !== clientId;
+ });
+
+ // Unregister itself when there are no more clients
+ if (remainingClients.length === 0) {
+ self.registration.unregister();
+ }
+
+ break;
+ }
+ }
+});
+
+self.addEventListener('fetch', function (event) {
+ const { request } = event;
+
+ // Inject by @admin-pkg/mock-server
+ const isMockRequest = isMatchHandler(request);
+ // console.log('isMockRequest', request.url, isMockRequest);
+ if (isMockRequest === false) {
+ return;
+ }
+
+ // Bypass navigation requests.
+ if (request.mode === 'navigate') {
+ return;
+ }
+
+ // Opening the DevTools triggers the "only-if-cached" request
+ // that cannot be handled by the worker. Bypass such requests.
+ if (request.cache === 'only-if-cached' && request.mode !== 'same-origin') {
+ return;
+ }
+
+ // Bypass all requests when there are no active clients.
+ // Prevents the self-unregistered worked from handling requests
+ // after it's been deleted (still remains active until the next reload).
+ if (activeClientIds.size === 0) {
+ return;
+ }
+
+ // Generate unique request ID.
+ const requestId = crypto.randomUUID();
+ event.respondWith(handleRequest(event, requestId));
+});
+
+async function handleRequest(event, requestId) {
+ const client = await resolveMainClient(event);
+ const response = await getResponse(event, client, requestId);
+
+ // Send back the response clone for the "response:*" life-cycle events.
+ // Ensure MSW is active and ready to handle the message, otherwise
+ // this message will pend indefinitely.
+ if (client && activeClientIds.has(client.id)) {
+ (async function () {
+ const responseClone = response.clone();
+
+ sendToClient(
+ client,
+ {
+ type: 'RESPONSE',
+ payload: {
+ requestId,
+ isMockedResponse: IS_MOCKED_RESPONSE in response,
+ type: responseClone.type,
+ status: responseClone.status,
+ statusText: responseClone.statusText,
+ body: responseClone.body,
+ headers: Object.fromEntries(responseClone.headers.entries()),
+ },
+ },
+ [responseClone.body],
+ );
+ })();
+ }
+
+ return response;
+}
+
+// Resolve the main client for the given event.
+// Client that issues a request doesn't necessarily equal the client
+// that registered the worker. It's with the latter the worker should
+// communicate with during the response resolving phase.
+async function resolveMainClient(event) {
+ const client = await self.clients.get(event.clientId);
+
+ if (client?.frameType === 'top-level') {
+ return client;
+ }
+
+ const allClients = await self.clients.matchAll({
+ type: 'window',
+ });
+
+ return allClients
+ .filter((client) => {
+ // Get only those clients that are currently visible.
+ return client.visibilityState === 'visible';
+ })
+ .find((client) => {
+ // Find the client ID that's recorded in the
+ // set of clients that have registered the worker.
+ return activeClientIds.has(client.id);
+ });
+}
+
+async function getResponse(event, client, requestId) {
+ const { request } = event;
+
+ // Clone the request because it might've been already used
+ // (i.e. its body has been read and sent to the client).
+ const requestClone = request.clone();
+
+ function passthrough() {
+ const headers = Object.fromEntries(requestClone.headers.entries());
+
+ // Remove internal MSW request header so the passthrough request
+ // complies with any potential CORS preflight checks on the server.
+ // Some servers forbid unknown request headers.
+ delete headers['x-msw-intention'];
+
+ return fetch(requestClone, { headers });
+ }
+
+ // Bypass mocking when the client is not active.
+ if (!client) {
+ return passthrough();
+ }
+
+ // Bypass initial page load requests (i.e. static assets).
+ // The absence of the immediate/parent client in the map of the active clients
+ // means that MSW hasn't dispatched the "MOCK_ACTIVATE" event yet
+ // and is not ready to handle requests.
+ if (!activeClientIds.has(client.id)) {
+ return passthrough();
+ }
+
+ // Bypass requests with the explicit bypass header.
+ // Such requests can be issued by "ctx.fetch()".
+ const mswIntention = request.headers.get('x-msw-intention');
+ if (['bypass', 'passthrough'].includes(mswIntention)) {
+ return passthrough();
+ }
+
+ // Notify the client that a request has been intercepted.
+ const requestBuffer = await request.arrayBuffer();
+ const clientMessage = await sendToClient(
+ client,
+ {
+ type: 'REQUEST',
+ payload: {
+ id: requestId,
+ url: request.url,
+ mode: request.mode,
+ method: request.method,
+ headers: Object.fromEntries(request.headers.entries()),
+ cache: request.cache,
+ credentials: request.credentials,
+ destination: request.destination,
+ integrity: request.integrity,
+ redirect: request.redirect,
+ referrer: request.referrer,
+ referrerPolicy: request.referrerPolicy,
+ body: requestBuffer,
+ keepalive: request.keepalive,
+ },
+ },
+ [requestBuffer],
+ );
+
+ switch (clientMessage.type) {
+ case 'MOCK_RESPONSE': {
+ return respondWithMock(clientMessage.data);
+ }
+
+ case 'MOCK_NOT_FOUND': {
+ return passthrough();
+ }
+ }
+
+ return passthrough();
+}
+
+function sendToClient(client, message, transferrables = []) {
+ return new Promise((resolve, reject) => {
+ const channel = new MessageChannel();
+
+ channel.port1.onmessage = (event) => {
+ if (event.data && event.data.error) {
+ return reject(event.data.error);
+ }
+
+ resolve(event.data);
+ };
+
+ client.postMessage(message, [channel.port2].concat(transferrables.filter(Boolean)));
+ });
+}
+
+async function respondWithMock(response) {
+ // Setting response status code to 0 is a no-op.
+ // However, when responding with a "Response.error()", the produced Response
+ // instance will have status code set to 0. Since it's not possible to create
+ // a Response instance with status code 0, handle that use-case separately.
+ if (response.status === 0) {
+ return Response.error();
+ }
+
+ const mockedResponse = new Response(response.body, response);
+
+ Reflect.defineProperty(mockedResponse, IS_MOCKED_RESPONSE, {
+ value: true,
+ enumerable: true,
+ });
+
+ return mockedResponse;
+}
diff --git a/packages/mock-server/src/node/index.ts b/packages/mock-server/src/node/index.ts
new file mode 100644
index 000000000..a17d955ff
--- /dev/null
+++ b/packages/mock-server/src/node/index.ts
@@ -0,0 +1,107 @@
+/* eslint-disable @typescript-eslint/ban-ts-comment */
+import { randomUUID } from 'node:crypto';
+import { HttpHandler, handleRequest } from 'msw';
+import { Emitter } from 'strict-event-emitter';
+import { Headers } from 'headers-polyfill';
+import { encodeBuffer } from '@mswjs/interceptors';
+import type { IncomingHttpHeaders } from 'node:http';
+import type { Connect } from 'vite';
+
+const emitter = new Emitter();
+
+async function transformReadableStramToUint8Array(stream: ReadableStream): Promise {
+ const reader = stream.getReader();
+ const chunks: Uint8Array[] = [];
+
+ // eslint-disable-next-line no-constant-condition
+ while (true) {
+ const { done, value } = await reader.read();
+ if (done) break;
+ chunks.push(new Uint8Array(value));
+ }
+
+ let totalLength = 0;
+ for (let i = 0; i < chunks.length; i++) {
+ totalLength += chunks[i].length;
+ }
+
+ const result = new Uint8Array(totalLength);
+
+ let offset = 0;
+ for (let i = 0; i < chunks.length; i++) {
+ result.set(chunks[i], offset);
+ offset += chunks[i].length;
+ }
+
+ return result;
+}
+
+const sanitizeHeaders = (headers: IncomingHttpHeaders) =>
+ Object.entries({ ...headers }).reduce((acc, [key, value]) => {
+ if (typeof key === 'string' && !key.startsWith(':')) {
+ // @ts-ignore
+ acc[key] = value;
+ }
+ return acc;
+ }, {});
+
+export const createNodeMiddleware =
+ (serverOrigin = `http://localhost`) =>
+ (...handlers: HttpHandler[]): Connect.NextHandleFunction => {
+ return async (req, res, next) => {
+ if (!req.method || !req.url) {
+ next();
+ } else {
+ let requestBody;
+ if (!['GET', 'HEAD'].includes(req.method)) {
+ requestBody = encodeBuffer(
+ // @ts-ignore
+ typeof req.body === 'string' ? req.body : JSON.stringify(req.body),
+ );
+ }
+
+ // Treat all relative URLs as the ones coming from the server.
+ const mockedRequest = new Request(new URL(req.url, serverOrigin), {
+ method: req.method,
+ headers: new Headers(sanitizeHeaders(req.headers)),
+ credentials: 'omit',
+ body: requestBody,
+ });
+
+ await handleRequest(
+ mockedRequest,
+ randomUUID(),
+ handlers,
+ {
+ onUnhandledRequest: () => null,
+ },
+ // @ts-ignore
+ emitter,
+ {
+ resolutionContext: {
+ /**
+ * @note Resolve relative request handler URLs against
+ * the server's origin (no relative URLs in Node.js).
+ */
+ baseUrl: serverOrigin,
+ },
+ async onMockedResponse(mockedResponse) {
+ const { status, statusText, headers, body } = mockedResponse;
+ res.statusCode = status;
+ headers.forEach((value, name) => {
+ res.setHeader(name, value);
+ });
+
+ // ReadableStream to Uint8Array
+ let returnBody;
+ if (body) returnBody = await transformReadableStramToUint8Array(body);
+ res.end(returnBody ? returnBody : statusText);
+ },
+ onPassthroughResponse() {
+ next();
+ },
+ },
+ );
+ }
+ };
+ };
diff --git a/packages/mock-server/src/utils/isMatchHandler.ts b/packages/mock-server/src/utils/isMatchHandler.ts
new file mode 100644
index 000000000..972db2819
--- /dev/null
+++ b/packages/mock-server/src/utils/isMatchHandler.ts
@@ -0,0 +1,44 @@
+import { matchRequestUrl } from 'msw';
+// import { log } from './log';
+
+const isStringEqual = (actual: string, expected: string) => {
+ return actual.toLowerCase() === expected.toLowerCase();
+};
+
+const matchMethod = (method, actualMethod: string) => {
+ return method instanceof RegExp ? method.test(actualMethod) : isStringEqual(method, actualMethod);
+};
+
+/**
+ * 判断请求是否为 Mock 请求
+ * @see https://github.com/mswjs/msw/blob/main/src/core/handlers/HttpHandler.ts#L127-L131
+ */
+export const isMatchHandler = (request: Request) => {
+ const url = new URL(request.url);
+ const mockHeaders: string[] = globalThis.mockHeaders || [];
+ // log('mockHeaders', mockHeaders);
+ return mockHeaders.some((n) => {
+ const [method, path] = n.split(' ');
+
+ const hasMatchingMethod = matchMethod(method, request.method);
+ const hasMatchingUrl = matchRequestUrl(url, path, url.origin).matches;
+ // log(n, '===', hasMatchingMethod && hasMatchingUrl);
+ return hasMatchingMethod && hasMatchingUrl;
+ });
+};
+
+// 参考自官方的匹配方法 import { getResponse } from 'msw/lib/core/utils/getResponse';
+// 由于在 Service worker 监听 fetch 时的回调函数的 respondWith 只能是同步调用,所以不能通过异步的方式做判断
+// const isMatchHandler = async (request: Request) => {
+// let result;
+
+// for (const handler of handlers) {
+// result = await handler.test({ request });
+
+// if (result) {
+// return true;
+// }
+// }
+
+// return handlers.length && result;
+// };
diff --git a/packages/mock-server/src/utils/log.ts b/packages/mock-server/src/utils/log.ts
new file mode 100644
index 000000000..e30e8439e
--- /dev/null
+++ b/packages/mock-server/src/utils/log.ts
@@ -0,0 +1,7 @@
+import { name } from '../../package.json';
+
+const LIBRARY_PREFIX = `[${name}]`;
+
+export const log = (...msg) => {
+ console.log(`%c${LIBRARY_PREFIX}`, 'font-weight:bold;', ...msg);
+};
diff --git a/packages/mock-server/tsconfig.json b/packages/mock-server/tsconfig.json
new file mode 100644
index 000000000..a3bdab5e3
--- /dev/null
+++ b/packages/mock-server/tsconfig.json
@@ -0,0 +1,28 @@
+{
+ "compilerOptions": {
+ "baseUrl": ".",
+ "target": "esnext",
+ "module": "esnext",
+ "moduleResolution": "node",
+ "outDir": "dist",
+ "declaration": true,
+ "esModuleInterop": true,
+ "resolveJsonModule": true,
+ "skipLibCheck": true,
+ "skipDefaultLibCheck": true,
+ "strictNullChecks": true,
+ "strictFunctionTypes": true,
+ "strictPropertyInitialization": true,
+ "useUnknownInCatchVariables": false,
+ "noImplicitThis": true,
+ "noUnusedLocals": true,
+ "noUnusedParameters": true,
+ "noImplicitReturns": true,
+ "noFallthroughCasesInSwitch": true,
+ "allowSyntheticDefaultImports": true,
+ "experimentalDecorators": true,
+ "emitDecoratorMetadata": true,
+ "types": ["node", "vite/client"],
+ },
+ "include": ["**/*.ts"],
+}
diff --git a/packages/mock-server/tsup.config.ts b/packages/mock-server/tsup.config.ts
new file mode 100644
index 000000000..20e0b49de
--- /dev/null
+++ b/packages/mock-server/tsup.config.ts
@@ -0,0 +1,42 @@
+import { defineConfig } from 'tsup';
+import { genLocalMswFile } from './src/buildLocalMswFile';
+
+export default defineConfig(async () => {
+ await genLocalMswFile();
+
+ return [
+ {
+ entry: ['src/index.ts'],
+ splitting: false,
+ sourcemap: true,
+ // clean: ['!mockServiceWorker.*'],
+ dts: true,
+ outDir: 'dist',
+ format: ['cjs', 'esm'],
+ },
+ {
+ entry: ['src/browser/index.ts'],
+ splitting: false,
+ outDir: 'dist/browser',
+ format: ['esm'],
+ dts: true,
+ /**
+ * fix build msw/browser err
+ * @see: https://github.com/egoist/tsup/issues/978
+ */
+ platform: 'browser',
+ minify: false,
+ // 排除自定义的 vite 虚拟模块
+ external: ['virtual:vite-plugin-msw'],
+ },
+ {
+ entry: ['src/mockServiceWorker.js'],
+ splitting: false,
+ outDir: 'dist',
+ format: ['esm'],
+ platform: 'browser',
+ minify: false,
+ noExternal: ['msw', '@mswjs/interceptors', 'strict-event-emitter'],
+ },
+ ];
+});
diff --git a/packages/mock-server/types/module.d.ts b/packages/mock-server/types/module.d.ts
new file mode 100644
index 000000000..34e1d4366
--- /dev/null
+++ b/packages/mock-server/types/module.d.ts
@@ -0,0 +1,4 @@
+declare module 'virtual:vite-plugin-msw' {
+ import type { HttpHandler } from 'msw';
+ export const mockModules: Record;
+}
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 17e9b8ab3..1c9a73e67 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -8,21 +8,27 @@ importers:
.:
dependencies:
+ '@admin-pkg/mock-server':
+ specifier: workspace:*
+ version: file:packages/mock-server(msw@2.1.5)
'@ant-design/icons-vue':
specifier: ~7.0.1
- version: 7.0.1(vue@3.3.4)
- '@vue/runtime-core':
- specifier: ~3.3.4
- version: 3.3.4
+ version: 7.0.1(vue@3.4.15)
+ '@iconify/vue':
+ specifier: ^4.1.1
+ version: 4.1.1(vue@3.4.15)
+ '@tinymce/tinymce-vue':
+ specifier: ^5.1.1
+ version: 5.1.1(vue@3.4.15)
'@vueuse/core':
- specifier: ~10.5.0
- version: 10.5.0(vue@3.3.4)
+ specifier: ~10.7.2
+ version: 10.7.2(vue@3.4.15)
ant-design-vue:
- specifier: ~4.0.6
- version: 4.0.6(vue@3.3.4)
+ specifier: ~4.1.1
+ version: 4.1.1(vue@3.4.15)
axios:
- specifier: ~1.5.1
- version: 1.5.1
+ specifier: ~1.6.7
+ version: 1.6.7
dayjs:
specifier: ~1.11.10
version: 1.11.10
@@ -43,185 +49,225 @@ importers:
version: 1.0.0-1
pinia:
specifier: ~2.1.7
- version: 2.1.7(typescript@5.2.2)(vue@3.3.4)
+ version: 2.1.7(typescript@5.3.3)(vue@3.4.15)
qiniu-js:
- specifier: ^3.4.1
- version: 3.4.1
+ specifier: ^3.4.2
+ version: 3.4.2
qs:
specifier: ~6.11.2
version: 6.11.2
- socket.io-client:
- specifier: ~4.7.2
- version: 4.7.2
sortablejs:
- specifier: ~1.15.0
- version: 1.15.0
+ specifier: ~1.15.2
+ version: 1.15.2
+ tinymce:
+ specifier: ^6.8.2
+ version: 6.8.2
vue:
- specifier: ~3.3.4
- version: 3.3.4
+ specifier: ~3.4.15
+ version: 3.4.15(typescript@5.3.3)
vue-echarts:
- specifier: ^6.6.1
- version: 6.6.1(echarts@5.4.3)(vue@3.3.4)
+ specifier: ^6.6.8
+ version: 6.6.8(echarts@5.4.3)(vue@3.4.15)
vue-i18n:
- specifier: 9.5.0
- version: 9.5.0(vue@3.3.4)
+ specifier: 9.9.0
+ version: 9.9.0(vue@3.4.15)
vue-router:
specifier: ~4.2.5
- version: 4.2.5(vue@3.3.4)
+ version: 4.2.5(vue@3.4.15)
vue-types:
specifier: ~5.1.1
- version: 5.1.1(vue@3.3.4)
+ version: 5.1.1(vue@3.4.15)
+ vue-virtual-scroller:
+ specifier: 2.0.0-beta.8
+ version: 2.0.0-beta.8(vue@3.4.15)
xlsx:
specifier: ~0.18.5
version: 0.18.5
devDependencies:
'@commitlint/cli':
- specifier: ~17.8.0
- version: 17.8.0
+ specifier: ~18.6.0
+ version: 18.6.0(@types/node@20.10.8)(typescript@5.3.3)
'@commitlint/config-conventional':
- specifier: ~17.8.0
- version: 17.8.0
+ specifier: ~18.6.0
+ version: 18.6.0
+ '@faker-js/faker':
+ specifier: ^8.4.0
+ version: 8.4.0
+ '@iconify-json/ant-design':
+ specifier: ^1.1.14
+ version: 1.1.14
+ '@iconify-json/ep':
+ specifier: ^1.1.14
+ version: 1.1.14
+ '@iconify/json':
+ specifier: ^2.2.176
+ version: 2.2.176
'@types/lodash-es':
- specifier: ~4.17.9
- version: 4.17.9
+ specifier: ~4.17.12
+ version: 4.17.12
'@types/node':
- specifier: ~20.8.6
- version: 20.8.6
+ specifier: ~20.10.5
+ version: 20.10.8
'@typescript-eslint/eslint-plugin':
- specifier: ~6.8.0
- version: 6.8.0(@typescript-eslint/parser@6.8.0)(eslint@8.51.0)(typescript@5.2.2)
+ specifier: ~6.20.0
+ version: 6.20.0(@typescript-eslint/parser@6.20.0)(eslint@8.56.0)(typescript@5.3.3)
'@typescript-eslint/parser':
- specifier: ~6.8.0
- version: 6.8.0(eslint@8.51.0)(typescript@5.2.2)
+ specifier: ~6.20.0
+ version: 6.20.0(eslint@8.56.0)(typescript@5.3.3)
+ '@umijs/openapi':
+ specifier: ^1.10.1
+ version: 1.10.1
'@vitejs/plugin-legacy':
- specifier: ~4.1.1
- version: 4.1.1(terser@5.21.0)(vite@4.4.11)
+ specifier: ~5.3.0
+ version: 5.3.0(esbuild@0.19.11)(terser@5.27.0)(vite@5.0.12)
'@vitejs/plugin-vue':
- specifier: ~4.4.0
- version: 4.4.0(vite@4.4.11)(vue@3.3.4)
+ specifier: ~5.0.3
+ version: 5.0.3(vite@5.0.12)(vue@3.4.15)
'@vitejs/plugin-vue-jsx':
- specifier: ~3.0.2
- version: 3.0.2(vite@4.4.11)(vue@3.3.4)
+ specifier: ~3.1.0
+ version: 3.1.0(vite@5.0.12)(vue@3.4.15)
'@vue/tsconfig':
- specifier: ^0.4.0
- version: 0.4.0
+ specifier: ^0.5.1
+ version: 0.5.1
commitizen:
specifier: ~4.3.0
- version: 4.3.0
+ version: 4.3.0(@types/node@20.10.8)(typescript@5.3.3)
conventional-changelog-cli:
specifier: ~4.1.0
version: 4.1.0
+ core-js:
+ specifier: ^3.35.1
+ version: 3.35.1
cross-env:
specifier: ~7.0.3
version: 7.0.3
eslint:
- specifier: ~8.51.0
- version: 8.51.0
+ specifier: ~8.56.0
+ version: 8.56.0
eslint-config-prettier:
- specifier: ~9.0.0
- version: 9.0.0(eslint@8.51.0)
+ specifier: ~9.1.0
+ version: 9.1.0(eslint@8.56.0)
eslint-define-config:
- specifier: ~1.24.1
- version: 1.24.1
+ specifier: ~2.1.0
+ version: 2.1.0
eslint-plugin-import:
- specifier: ~2.28.1
- version: 2.28.1(@typescript-eslint/parser@6.8.0)(eslint@8.51.0)
+ specifier: ~2.29.1
+ version: 2.29.1(@typescript-eslint/parser@6.20.0)(eslint@8.56.0)
eslint-plugin-prettier:
- specifier: ~5.0.1
- version: 5.0.1(eslint-config-prettier@9.0.0)(eslint@8.51.0)(prettier@3.0.3)
+ specifier: ~5.1.3
+ version: 5.1.3(eslint-config-prettier@9.1.0)(eslint@8.56.0)(prettier@3.2.4)
eslint-plugin-vue:
- specifier: ~9.17.0
- version: 9.17.0(eslint@8.51.0)
+ specifier: ~9.20.1
+ version: 9.20.1(eslint@8.56.0)
husky:
- specifier: ~8.0.3
- version: 8.0.3
+ specifier: ~9.0.7
+ version: 9.0.7
less:
specifier: ~4.2.0
version: 4.2.0
lightningcss:
- specifier: ^1.22.0
- version: 1.22.0
+ specifier: ^1.23.0
+ version: 1.23.0
lint-staged:
- specifier: ~15.0.1
- version: 15.0.1
+ specifier: ~15.2.0
+ version: 15.2.0
mockjs:
specifier: ~1.1.0
version: 1.1.0
+ msw:
+ specifier: ^2.1.5
+ version: 2.1.5(typescript@5.3.3)
postcss:
- specifier: ~8.4.31
- version: 8.4.31
+ specifier: ~8.4.33
+ version: 8.4.33
postcss-html:
- specifier: ~1.5.0
- version: 1.5.0
+ specifier: ~1.6.0
+ version: 1.6.0
postcss-less:
specifier: ~6.0.0
- version: 6.0.0(postcss@8.4.31)
+ version: 6.0.0(postcss@8.4.33)
prettier:
- specifier: ~3.0.3
- version: 3.0.3
+ specifier: ~3.2.4
+ version: 3.2.4
pretty-quick:
specifier: ~3.1.3
- version: 3.1.3(prettier@3.0.3)
+ version: 3.1.4(prettier@3.2.4)
rimraf:
specifier: ~5.0.5
version: 5.0.5
stylelint:
- specifier: ~15.11.0
- version: 15.11.0
- stylelint-config-html:
- specifier: ~1.1.0
- version: 1.1.0(postcss-html@1.5.0)(stylelint@15.11.0)
+ specifier: ~16.2.0
+ version: 16.2.0(typescript@5.3.3)
stylelint-config-property-sort-order-smacss:
- specifier: ^9.1.0
- version: 9.1.0(stylelint@15.11.0)
+ specifier: ^10.0.0
+ version: 10.0.0(stylelint@16.2.0)
stylelint-config-recommended:
- specifier: ~13.0.0
- version: 13.0.0(stylelint@15.11.0)
+ specifier: ~14.0.0
+ version: 14.0.0(stylelint@16.2.0)
stylelint-config-recommended-vue:
specifier: ~1.5.0
- version: 1.5.0(postcss-html@1.5.0)(stylelint@15.11.0)
+ version: 1.5.0(postcss-html@1.6.0)(stylelint@16.2.0)
stylelint-config-standard:
- specifier: ~34.0.0
- version: 34.0.0(stylelint@15.11.0)
+ specifier: ~36.0.0
+ version: 36.0.0(stylelint@16.2.0)
stylelint-order:
- specifier: ~6.0.3
- version: 6.0.3(stylelint@15.11.0)
+ specifier: ~6.0.4
+ version: 6.0.4(stylelint@16.2.0)
stylelint-prettier:
- specifier: ^4.0.2
- version: 4.0.2(prettier@3.0.3)(stylelint@15.11.0)
+ specifier: ^5.0.0
+ version: 5.0.0(prettier@3.2.4)(stylelint@16.2.0)
terser:
- specifier: ~5.21.0
- version: 5.21.0
+ specifier: ~5.27.0
+ version: 5.27.0
ts-node:
- specifier: ^10.9.1
- version: 10.9.1(@types/node@20.8.6)(typescript@5.2.2)
+ specifier: ^10.9.2
+ version: 10.9.2(@types/node@20.10.8)(typescript@5.3.3)
typescript:
- specifier: ~5.2.2
- version: 5.2.2
+ specifier: ~5.3.3
+ version: 5.3.3
unocss:
- specifier: ^0.56.5
- version: 0.56.5(postcss@8.4.31)(vite@4.4.11)
+ specifier: ^0.58.4
+ version: 0.58.4(postcss@8.4.33)(vite@5.0.12)
unplugin-vue-components:
- specifier: ~0.25.2
- version: 0.25.2(vue@3.3.4)
+ specifier: ~0.26.0
+ version: 0.26.0(vue@3.4.15)
vite:
- specifier: ~4.4.11
- version: 4.4.11(@types/node@20.8.6)(less@4.2.0)(lightningcss@1.22.0)(terser@5.21.0)
+ specifier: ~5.0.12
+ version: 5.0.12(@types/node@20.10.8)(less@4.2.0)(lightningcss@1.23.0)(terser@5.27.0)
vite-plugin-checker:
specifier: ~0.6.2
- version: 0.6.2(eslint@8.51.0)(stylelint@15.11.0)(typescript@5.2.2)(vite@4.4.11)(vue-tsc@1.8.19)
- vite-plugin-mock:
- specifier: ~2.9.6
- version: 2.9.6(mockjs@1.1.0)(vite@4.4.11)
+ version: 0.6.2(eslint@8.56.0)(stylelint@16.2.0)(typescript@5.3.3)(vite@5.0.12)(vue-tsc@1.8.27)
vite-plugin-svg-icons:
specifier: ~2.0.1
- version: 2.0.1(vite@4.4.11)
+ version: 2.0.1(vite@5.0.12)
vue-eslint-parser:
- specifier: ~9.3.2
- version: 9.3.2(eslint@8.51.0)
+ specifier: ~9.4.2
+ version: 9.4.2(eslint@8.56.0)
vue-tsc:
- specifier: ~1.8.19
- version: 1.8.19(typescript@5.2.2)
+ specifier: ~1.8.27
+ version: 1.8.27(typescript@5.3.3)
+ dependenciesMeta:
+ '@admin-pkg/mock-server':
+ injected: true
+
+ packages/mock-server:
+ dependencies:
+ '@mswjs/interceptors':
+ specifier: ^0.25.14
+ version: 0.25.14
+ headers-polyfill:
+ specifier: ^4.0.2
+ version: 4.0.2
+ msw:
+ specifier: ^2.0.0
+ version: 2.1.3(typescript@5.3.3)
+ strict-event-emitter:
+ specifier: ^0.5.1
+ version: 0.5.1
+ devDependencies:
+ tsup:
+ specifier: ^8.0.1
+ version: 8.0.1(postcss@8.4.33)(ts-node@10.9.2)(typescript@5.3.3)
packages:
@@ -234,8 +280,8 @@ packages:
resolution: {integrity: sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==}
engines: {node: '>=6.0.0'}
dependencies:
- '@jridgewell/gen-mapping': 0.3.2
- '@jridgewell/trace-mapping': 0.3.18
+ '@jridgewell/gen-mapping': 0.3.3
+ '@jridgewell/trace-mapping': 0.3.22
dev: true
/@ant-design/colors@6.0.0:
@@ -244,18 +290,18 @@ packages:
'@ctrl/tinycolor': 3.6.1
dev: false
- /@ant-design/icons-svg@4.2.1:
- resolution: {integrity: sha512-EB0iwlKDGpG93hW8f85CTJTs4SvMX7tt5ceupvhALp1IF44SeUFOMhKUOYqpsoYWQKAOuTRDMqn75rEaKDp0Xw==}
+ /@ant-design/icons-svg@4.3.1:
+ resolution: {integrity: sha512-4QBZg8ccyC6LPIRii7A0bZUk3+lEDCLnhB+FVsflGdcWPPmV+j3fire4AwwoqHV/BibgvBmR9ZIo4s867smv+g==}
dev: false
- /@ant-design/icons-vue@7.0.1(vue@3.3.4):
+ /@ant-design/icons-vue@7.0.1(vue@3.4.15):
resolution: {integrity: sha512-eCqY2unfZK6Fe02AwFlDHLfoyEFreP6rBwAZMIJ1LugmfMiVgwWDYlp1YsRugaPtICYOabV1iWxXdP12u9U43Q==}
peerDependencies:
vue: '>=3.0.3'
dependencies:
'@ant-design/colors': 6.0.0
- '@ant-design/icons-svg': 4.2.1
- vue: 3.3.4
+ '@ant-design/icons-svg': 4.3.1
+ vue: 3.4.15(typescript@5.3.3)
dev: false
/@antfu/install-pkg@0.1.1:
@@ -265,44 +311,43 @@ packages:
find-up: 5.0.0
dev: true
- /@antfu/utils@0.7.6:
- resolution: {integrity: sha512-pvFiLP2BeOKA/ZOS6jxx4XhKzdVLHDhGlFEaZ2flWWYf2xOqVniqpk38I04DFRyz+L0ASggl7SkItTc+ZLju4w==}
+ /@antfu/utils@0.7.7:
+ resolution: {integrity: sha512-gFPqTG7otEJ8uP6wrhDv6mqwGWYZKNvAcCq6u9hOj0c+IKCEsY4L1oC9trPq2SaWIzAfHvqfBDxF591JkMf+kg==}
dev: true
- /@babel/code-frame@7.21.4:
- resolution: {integrity: sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g==}
- engines: {node: '>=6.9.0'}
+ /@babel/code-frame@7.12.11:
+ resolution: {integrity: sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==}
dependencies:
- '@babel/highlight': 7.18.6
+ '@babel/highlight': 7.23.4
dev: true
- /@babel/code-frame@7.22.13:
- resolution: {integrity: sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==}
+ /@babel/code-frame@7.23.5:
+ resolution: {integrity: sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/highlight': 7.22.20
+ '@babel/highlight': 7.23.4
chalk: 2.4.2
dev: true
- /@babel/compat-data@7.22.20:
- resolution: {integrity: sha512-BQYjKbpXjoXwFW5jGqiizJQQT/aC7pFm9Ok1OWssonuguICi264lbgMzRp2ZMmRSlfkX6DsWDDcsrctK8Rwfiw==}
+ /@babel/compat-data@7.23.5:
+ resolution: {integrity: sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==}
engines: {node: '>=6.9.0'}
dev: true
- /@babel/core@7.23.0:
- resolution: {integrity: sha512-97z/ju/Jy1rZmDxybphrBuI+jtJjFVoz7Mr9yUQVVVi+DNZE333uFQeMOqcCIy1x3WYBIbWftUSLmbNXNT7qFQ==}
+ /@babel/core@7.23.7:
+ resolution: {integrity: sha512-+UpDgowcmqe36d4NwqvKsyPMlOLNGMsfMmQ5WGCu+siCe3t3dfe9njrzGfdN4qq+bcNUt0+Vw6haRxBOycs4dw==}
engines: {node: '>=6.9.0'}
dependencies:
'@ampproject/remapping': 2.2.1
- '@babel/code-frame': 7.22.13
- '@babel/generator': 7.23.0
- '@babel/helper-compilation-targets': 7.22.15
- '@babel/helper-module-transforms': 7.23.0(@babel/core@7.23.0)
- '@babel/helpers': 7.23.1
- '@babel/parser': 7.23.0
+ '@babel/code-frame': 7.23.5
+ '@babel/generator': 7.23.6
+ '@babel/helper-compilation-targets': 7.23.6
+ '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.7)
+ '@babel/helpers': 7.23.8
+ '@babel/parser': 7.23.6
'@babel/template': 7.22.15
- '@babel/traverse': 7.23.0
- '@babel/types': 7.23.0
+ '@babel/traverse': 7.23.7
+ '@babel/types': 7.23.6
convert-source-map: 2.0.0
debug: 4.3.4
gensync: 1.0.0-beta.2
@@ -312,13 +357,27 @@ packages:
- supports-color
dev: true
- /@babel/generator@7.23.0:
- resolution: {integrity: sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==}
+ /@babel/eslint-parser@7.23.3(@babel/core@7.23.7)(eslint@7.32.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.7
+ '@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1
+ eslint: 7.32.0
+ eslint-visitor-keys: 2.1.0
+ semver: 6.3.1
+ dev: true
+
+ /@babel/generator@7.23.6:
+ resolution: {integrity: sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.23.0
- '@jridgewell/gen-mapping': 0.3.2
- '@jridgewell/trace-mapping': 0.3.18
+ '@babel/types': 7.23.6
+ '@jridgewell/gen-mapping': 0.3.3
+ '@jridgewell/trace-mapping': 0.3.22
jsesc: 2.5.2
dev: true
@@ -326,80 +385,68 @@ packages:
resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.23.0
+ '@babel/types': 7.23.6
dev: true
/@babel/helper-builder-binary-assignment-operator-visitor@7.22.15:
resolution: {integrity: sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.23.0
+ '@babel/types': 7.23.6
dev: true
- /@babel/helper-compilation-targets@7.22.15:
- resolution: {integrity: sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==}
+ /@babel/helper-compilation-targets@7.23.6:
+ resolution: {integrity: sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/compat-data': 7.22.20
- '@babel/helper-validator-option': 7.22.15
- browserslist: 4.22.1
+ '@babel/compat-data': 7.23.5
+ '@babel/helper-validator-option': 7.23.5
+ browserslist: 4.22.2
lru-cache: 5.1.1
semver: 6.3.1
dev: true
- /@babel/helper-create-class-features-plugin@7.22.15(@babel/core@7.23.0):
- resolution: {integrity: sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==}
+ /@babel/helper-create-class-features-plugin@7.23.7(@babel/core@7.23.7):
+ resolution: {integrity: sha512-xCoqR/8+BoNnXOY7RVSgv6X+o7pmT5q1d+gGcRlXYkI+9B31glE4jeejhKVpA04O1AtzOt7OSQ6VYKP5FcRl9g==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-annotate-as-pure': 7.22.5
'@babel/helper-environment-visitor': 7.22.20
'@babel/helper-function-name': 7.23.0
'@babel/helper-member-expression-to-functions': 7.23.0
'@babel/helper-optimise-call-expression': 7.22.5
- '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.0)
+ '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.7)
'@babel/helper-skip-transparent-expression-wrappers': 7.22.5
'@babel/helper-split-export-declaration': 7.22.6
semver: 6.3.1
dev: true
- /@babel/helper-create-regexp-features-plugin@7.22.1(@babel/core@7.23.0):
- resolution: {integrity: sha512-WWjdnfR3LPIe+0EY8td7WmjhytxXtjKAEpnAxun/hkNiyOaPlvGK+NZaBFIdi9ndYV3Gav7BpFvtUwnaJlwi1w==}
- engines: {node: '>=6.9.0'}
- peerDependencies:
- '@babel/core': ^7.0.0
- dependencies:
- '@babel/core': 7.23.0
- '@babel/helper-annotate-as-pure': 7.22.5
- regexpu-core: 5.3.2
- semver: 6.3.1
- dev: true
-
- /@babel/helper-create-regexp-features-plugin@7.22.15(@babel/core@7.23.0):
+ /@babel/helper-create-regexp-features-plugin@7.22.15(@babel/core@7.23.7):
resolution: {integrity: sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-annotate-as-pure': 7.22.5
regexpu-core: 5.3.2
semver: 6.3.1
dev: true
- /@babel/helper-define-polyfill-provider@0.4.2(@babel/core@7.23.0):
- resolution: {integrity: sha512-k0qnnOqHn5dK9pZpfD5XXZ9SojAITdCKRn2Lp6rnDGzIbaP0rHyMPk/4wsSxVBVz4RfN0q6VpXWP2pDGIoQ7hw==}
+ /@babel/helper-define-polyfill-provider@0.5.0(@babel/core@7.23.7):
+ resolution: {integrity: sha512-NovQquuQLAQ5HuyjCz7WQP9MjRj7dx++yspwiyUiGl9ZyadHRSql1HZh5ogRd8W8w6YM6EQ/NTB8rgjLt5W65Q==}
peerDependencies:
'@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
dependencies:
- '@babel/core': 7.23.0
- '@babel/helper-compilation-targets': 7.22.15
+ '@babel/core': 7.23.7
+ '@babel/helper-compilation-targets': 7.23.6
'@babel/helper-plugin-utils': 7.22.5
debug: 4.3.4
lodash.debounce: 4.0.8
- resolve: 1.22.2
+ resolve: 1.22.8
transitivePeerDependencies:
- supports-color
dev: true
@@ -414,37 +461,37 @@ packages:
engines: {node: '>=6.9.0'}
dependencies:
'@babel/template': 7.22.15
- '@babel/types': 7.23.0
+ '@babel/types': 7.23.6
dev: true
/@babel/helper-hoist-variables@7.22.5:
resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.23.0
+ '@babel/types': 7.23.6
dev: true
/@babel/helper-member-expression-to-functions@7.23.0:
resolution: {integrity: sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.23.0
+ '@babel/types': 7.23.6
dev: true
/@babel/helper-module-imports@7.22.15:
resolution: {integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.23.0
+ '@babel/types': 7.23.6
dev: true
- /@babel/helper-module-transforms@7.23.0(@babel/core@7.23.0):
- resolution: {integrity: sha512-WhDWw1tdrlT0gMgUJSlX0IQvoO1eN279zrAUbVB+KpV2c3Tylz8+GnKOLllCS6Z/iZQEyVYxhZVUdPTqs2YYPw==}
+ /@babel/helper-module-transforms@7.23.3(@babel/core@7.23.7):
+ resolution: {integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-environment-visitor': 7.22.20
'@babel/helper-module-imports': 7.22.15
'@babel/helper-simple-access': 7.22.5
@@ -456,7 +503,7 @@ packages:
resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.23.0
+ '@babel/types': 7.23.6
dev: true
/@babel/helper-plugin-utils@7.22.5:
@@ -464,25 +511,25 @@ packages:
engines: {node: '>=6.9.0'}
dev: true
- /@babel/helper-remap-async-to-generator@7.22.20(@babel/core@7.23.0):
+ /@babel/helper-remap-async-to-generator@7.22.20(@babel/core@7.23.7):
resolution: {integrity: sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-annotate-as-pure': 7.22.5
'@babel/helper-environment-visitor': 7.22.20
'@babel/helper-wrap-function': 7.22.20
dev: true
- /@babel/helper-replace-supers@7.22.20(@babel/core@7.23.0):
+ /@babel/helper-replace-supers@7.22.20(@babel/core@7.23.7):
resolution: {integrity: sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-environment-visitor': 7.22.20
'@babel/helper-member-expression-to-functions': 7.23.0
'@babel/helper-optimise-call-expression': 7.22.5
@@ -492,43 +539,33 @@ packages:
resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.23.0
+ '@babel/types': 7.23.6
dev: true
/@babel/helper-skip-transparent-expression-wrappers@7.22.5:
resolution: {integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.23.0
+ '@babel/types': 7.23.6
dev: true
/@babel/helper-split-export-declaration@7.22.6:
resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.23.0
- dev: true
-
- /@babel/helper-string-parser@7.21.5:
- resolution: {integrity: sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w==}
- engines: {node: '>=6.9.0'}
-
- /@babel/helper-string-parser@7.22.5:
- resolution: {integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==}
- engines: {node: '>=6.9.0'}
+ '@babel/types': 7.23.6
dev: true
- /@babel/helper-validator-identifier@7.19.1:
- resolution: {integrity: sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==}
+ /@babel/helper-string-parser@7.23.4:
+ resolution: {integrity: sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==}
engines: {node: '>=6.9.0'}
/@babel/helper-validator-identifier@7.22.20:
resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==}
engines: {node: '>=6.9.0'}
- dev: true
- /@babel/helper-validator-option@7.22.15:
- resolution: {integrity: sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==}
+ /@babel/helper-validator-option@7.23.5:
+ resolution: {integrity: sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==}
engines: {node: '>=6.9.0'}
dev: true
@@ -538,22 +575,22 @@ packages:
dependencies:
'@babel/helper-function-name': 7.23.0
'@babel/template': 7.22.15
- '@babel/types': 7.23.0
+ '@babel/types': 7.23.6
dev: true
- /@babel/helpers@7.23.1:
- resolution: {integrity: sha512-chNpneuK18yW5Oxsr+t553UZzzAs3aZnFm4bxhebsNTeshrC95yA7l5yl7GBAG+JG1rF0F7zzD2EixK9mWSDoA==}
+ /@babel/helpers@7.23.8:
+ resolution: {integrity: sha512-KDqYz4PiOWvDFrdHLPhKtCThtIcKVy6avWD2oG4GEvyQ+XDZwHD4YQd+H2vNMnq2rkdxsDkU82T+Vk8U/WXHRQ==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/template': 7.22.15
- '@babel/traverse': 7.23.0
- '@babel/types': 7.23.0
+ '@babel/traverse': 7.23.7
+ '@babel/types': 7.23.6
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/highlight@7.18.6:
- resolution: {integrity: sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==}
+ /@babel/highlight@7.23.4:
+ resolution: {integrity: sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/helper-validator-identifier': 7.22.20
@@ -561,999 +598,1108 @@ packages:
js-tokens: 4.0.0
dev: true
- /@babel/highlight@7.22.20:
- resolution: {integrity: sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==}
+ /@babel/parser@7.23.6:
+ resolution: {integrity: sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ==}
+ engines: {node: '>=6.0.0'}
+ hasBin: true
+ dependencies:
+ '@babel/types': 7.23.6
+
+ /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.23.3(@babel/core@7.23.7):
+ resolution: {integrity: sha512-iRkKcCqb7iGnq9+3G6rZ+Ciz5VywC4XNRHe57lKM+jOeYAoR0lVqdeeDRfh0tQcTfw/+vBhHn926FmQhLtlFLQ==}
engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0
dependencies:
- '@babel/helper-validator-identifier': 7.22.20
- chalk: 2.4.2
- js-tokens: 4.0.0
+ '@babel/core': 7.23.7
+ '@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/parser@7.22.4:
- resolution: {integrity: sha512-VLLsx06XkEYqBtE5YGPwfSGwfrjnyPP5oiGty3S8pQLFDFLaS8VwWSIxkTXpcvr5zeYLE6+MBNl2npl/YnfofA==}
- engines: {node: '>=6.0.0'}
- hasBin: true
+ /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.23.3(@babel/core@7.23.7):
+ resolution: {integrity: sha512-WwlxbfMNdVEpQjZmK5mhm7oSwD3dS6eU+Iwsi4Knl9wAletWem7kaRsGOG+8UEbRyqxY4SS5zvtfXwX+jMxUwQ==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.13.0
dependencies:
- '@babel/types': 7.22.4
+ '@babel/core': 7.23.7
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/helper-skip-transparent-expression-wrappers': 7.22.5
+ '@babel/plugin-transform-optional-chaining': 7.23.4(@babel/core@7.23.7)
+ dev: true
- /@babel/parser@7.23.0:
- resolution: {integrity: sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==}
- engines: {node: '>=6.0.0'}
- hasBin: true
+ /@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.23.7(@babel/core@7.23.7):
+ resolution: {integrity: sha512-LlRT7HgaifEpQA1ZgLVOIJZZFVPWN5iReq/7/JixwBtwcoeVGDBD53ZV28rrsLYOZs1Y/EHhA8N/Z6aazHR8cw==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0
dependencies:
- '@babel/types': 7.23.0
+ '@babel/core': 7.23.7
+ '@babel/helper-environment-visitor': 7.22.20
+ '@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.22.15(@babel/core@7.23.0):
- resolution: {integrity: sha512-FB9iYlz7rURmRJyXRKEnalYPPdn87H5no108cyuQQyMwlpJ2SJtpIUBI27kdTin956pz+LPypkPVPUTlxOmrsg==}
+ /@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.23.7):
+ resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==}
engines: {node: '>=6.9.0'}
+ deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.
peerDependencies:
- '@babel/core': ^7.0.0
+ '@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
+ '@babel/helper-create-class-features-plugin': 7.23.7(@babel/core@7.23.7)
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.22.15(@babel/core@7.23.0):
- resolution: {integrity: sha512-Hyph9LseGvAeeXzikV88bczhsrLrIZqDPxO+sSmAunMPaGrBGhfMWzCPYTtiW9t+HzSE2wtV8e5cc5P6r1xMDQ==}
+ /@babel/plugin-proposal-decorators@7.23.7(@babel/core@7.23.7):
+ resolution: {integrity: sha512-b1s5JyeMvqj7d9m9KhJNHKc18gEJiSyVzVX3bwbiPalQBQpuvfPh6lA9F7Kk/dWH0TIiXRpB9yicwijY6buPng==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.13.0
+ '@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
+ '@babel/helper-create-class-features-plugin': 7.23.7(@babel/core@7.23.7)
'@babel/helper-plugin-utils': 7.22.5
- '@babel/helper-skip-transparent-expression-wrappers': 7.22.5
- '@babel/plugin-transform-optional-chaining': 7.23.0(@babel/core@7.23.0)
+ '@babel/plugin-syntax-decorators': 7.23.3(@babel/core@7.23.7)
dev: true
- /@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.23.0):
+ /@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.23.7):
resolution: {integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
dev: true
- /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.23.0):
+ /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.23.7):
resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.23.0):
+ /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.23.7):
resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.23.0):
+ /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.23.7):
resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
+ '@babel/helper-plugin-utils': 7.22.5
+ dev: true
+
+ /@babel/plugin-syntax-decorators@7.23.3(@babel/core@7.23.7):
+ resolution: {integrity: sha512-cf7Niq4/+/juY67E0PbgH0TDhLQ5J7zS8C/Q5FFx+DWyrRa9sUQdTXkjqKu8zGvuqr7vw1muKiukseihU+PJDA==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.23.0):
+ /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.23.7):
resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.23.0):
+ /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.23.7):
resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-syntax-import-assertions@7.22.5(@babel/core@7.23.0):
- resolution: {integrity: sha512-rdV97N7KqsRzeNGoWUOK6yUsWarLjE5Su/Snk9IYPU9CwkWHs4t+rTGOvffTR8XGkJMTAdLfO0xVnXm8wugIJg==}
+ /@babel/plugin-syntax-import-assertions@7.23.3(@babel/core@7.23.7):
+ resolution: {integrity: sha512-lPgDSU+SJLK3xmFDTV2ZRQAiM7UuUjGidwBywFavObCiZc1BeAAcMtHJKUya92hPHO+at63JJPLygilZard8jw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-syntax-import-attributes@7.22.5(@babel/core@7.23.0):
- resolution: {integrity: sha512-KwvoWDeNKPETmozyFE0P2rOLqh39EoQHNjqizrI5B8Vt0ZNS7M56s7dAiAqbYfiAYOuIzIh96z3iR2ktgu3tEg==}
+ /@babel/plugin-syntax-import-attributes@7.23.3(@babel/core@7.23.7):
+ resolution: {integrity: sha512-pawnE0P9g10xgoP7yKr6CK63K2FMsTE+FZidZO/1PwRdzmAPVs+HS1mAURUsgaoxammTJvULUdIkEK0gOcU2tA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.23.0):
+ /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.23.7):
resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.23.0):
+ /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.23.7):
resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.23.0):
- resolution: {integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==}
+ /@babel/plugin-syntax-jsx@7.23.3(@babel/core@7.23.7):
+ resolution: {integrity: sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.23.0):
+ /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.23.7):
resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.23.0):
+ /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.23.7):
resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.23.0):
+ /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.23.7):
resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.23.0):
+ /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.23.7):
resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.23.0):
+ /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.23.7):
resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.23.0):
+ /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.23.7):
resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.23.0):
+ /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.23.7):
resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.23.0):
+ /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.23.7):
resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-syntax-typescript@7.22.5(@babel/core@7.23.0):
- resolution: {integrity: sha512-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ==}
+ /@babel/plugin-syntax-typescript@7.23.3(@babel/core@7.23.7):
+ resolution: {integrity: sha512-9EiNjVJOMwCO+43TqoTrgQ8jMwcAd0sWyXi9RPfIsLTj4R2MADDDQXELhffaUx/uJv2AYcxBgPwH6j4TIA4ytQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.23.0):
+ /@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.23.7):
resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.23.0
- '@babel/helper-create-regexp-features-plugin': 7.22.1(@babel/core@7.23.0)
+ '@babel/core': 7.23.7
+ '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.7)
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-transform-arrow-functions@7.22.5(@babel/core@7.23.0):
- resolution: {integrity: sha512-26lTNXoVRdAnsaDXPpvCNUq+OVWEVC6bx7Vvz9rC53F2bagUWW4u4ii2+h8Fejfh7RYqPxn+libeFBBck9muEw==}
+ /@babel/plugin-transform-arrow-functions@7.23.3(@babel/core@7.23.7):
+ resolution: {integrity: sha512-NzQcQrzaQPkaEwoTm4Mhyl8jI1huEL/WWIEvudjTCMJ9aBZNpsJbMASx7EQECtQQPS/DcnFpo0FIh3LvEO9cxQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-transform-async-generator-functions@7.22.15(@babel/core@7.23.0):
- resolution: {integrity: sha512-jBm1Es25Y+tVoTi5rfd5t1KLmL8ogLKpXszboWOTTtGFGz2RKnQe2yn7HbZ+kb/B8N0FVSGQo874NSlOU1T4+w==}
+ /@babel/plugin-transform-async-generator-functions@7.23.9(@babel/core@7.23.7):
+ resolution: {integrity: sha512-8Q3veQEDGe14dTYuwagbRtwxQDnytyg1JFu4/HwEMETeofocrB0U0ejBJIXoeG/t2oXZ8kzCyI0ZZfbT80VFNQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-environment-visitor': 7.22.20
'@babel/helper-plugin-utils': 7.22.5
- '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.23.0)
- '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.0)
+ '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.23.7)
+ '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.7)
dev: true
- /@babel/plugin-transform-async-to-generator@7.22.5(@babel/core@7.23.0):
- resolution: {integrity: sha512-b1A8D8ZzE/VhNDoV1MSJTnpKkCG5bJo+19R4o4oy03zM7ws8yEMK755j61Dc3EyvdysbqH5BOOTquJ7ZX9C6vQ==}
+ /@babel/plugin-transform-async-to-generator@7.23.3(@babel/core@7.23.7):
+ resolution: {integrity: sha512-A7LFsKi4U4fomjqXJlZg/u0ft/n8/7n7lpffUP/ZULx/DtV9SGlNKZolHH6PE8Xl1ngCc0M11OaeZptXVkfKSw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-module-imports': 7.22.15
'@babel/helper-plugin-utils': 7.22.5
- '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.23.0)
+ '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.23.7)
dev: true
- /@babel/plugin-transform-block-scoped-functions@7.22.5(@babel/core@7.23.0):
- resolution: {integrity: sha512-tdXZ2UdknEKQWKJP1KMNmuF5Lx3MymtMN/pvA+p/VEkhK8jVcQ1fzSy8KM9qRYhAf2/lV33hoMPKI/xaI9sADA==}
+ /@babel/plugin-transform-block-scoped-functions@7.23.3(@babel/core@7.23.7):
+ resolution: {integrity: sha512-vI+0sIaPIO6CNuM9Kk5VmXcMVRiOpDh7w2zZt9GXzmE/9KD70CUEVhvPR/etAeNK/FAEkhxQtXOzVF3EuRL41A==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-transform-block-scoping@7.23.0(@babel/core@7.23.0):
- resolution: {integrity: sha512-cOsrbmIOXmf+5YbL99/S49Y3j46k/T16b9ml8bm9lP6N9US5iQ2yBK7gpui1pg0V/WMcXdkfKbTb7HXq9u+v4g==}
+ /@babel/plugin-transform-block-scoping@7.23.4(@babel/core@7.23.7):
+ resolution: {integrity: sha512-0QqbP6B6HOh7/8iNR4CQU2Th/bbRtBp4KS9vcaZd1fZ0wSh5Fyssg0UCIHwxh+ka+pNDREbVLQnHCMHKZfPwfw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-transform-class-properties@7.22.5(@babel/core@7.23.0):
- resolution: {integrity: sha512-nDkQ0NfkOhPTq8YCLiWNxp1+f9fCobEjCb0n8WdbNUBc4IB5V7P1QnX9IjpSoquKrXF5SKojHleVNs2vGeHCHQ==}
+ /@babel/plugin-transform-class-properties@7.23.3(@babel/core@7.23.7):
+ resolution: {integrity: sha512-uM+AN8yCIjDPccsKGlw271xjJtGii+xQIF/uMPS8H15L12jZTsLfF4o5vNO7d/oUguOyfdikHGc/yi9ge4SGIg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
- '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.0)
+ '@babel/core': 7.23.7
+ '@babel/helper-create-class-features-plugin': 7.23.7(@babel/core@7.23.7)
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-transform-class-static-block@7.22.11(@babel/core@7.23.0):
- resolution: {integrity: sha512-GMM8gGmqI7guS/llMFk1bJDkKfn3v3C4KHK9Yg1ey5qcHcOlKb0QvcMrgzvxo+T03/4szNh5lghY+fEC98Kq9g==}
+ /@babel/plugin-transform-class-static-block@7.23.4(@babel/core@7.23.7):
+ resolution: {integrity: sha512-nsWu/1M+ggti1SOALj3hfx5FXzAY06fwPJsUZD4/A5e1bWi46VUIWtD+kOX6/IdhXGsXBWllLFDSnqSCdUNydQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.12.0
dependencies:
- '@babel/core': 7.23.0
- '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.0)
+ '@babel/core': 7.23.7
+ '@babel/helper-create-class-features-plugin': 7.23.7(@babel/core@7.23.7)
'@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.23.0)
+ '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.23.7)
dev: true
- /@babel/plugin-transform-classes@7.22.15(@babel/core@7.23.0):
- resolution: {integrity: sha512-VbbC3PGjBdE0wAWDdHM9G8Gm977pnYI0XpqMd6LrKISj8/DJXEsWqgRuTYaNE9Bv0JGhTZUzHDlMk18IpOuoqw==}
+ /@babel/plugin-transform-classes@7.23.8(@babel/core@7.23.7):
+ resolution: {integrity: sha512-yAYslGsY1bX6Knmg46RjiCiNSwJKv2IUC8qOdYKqMMr0491SXFhcHqOdRDeCRohOOIzwN/90C6mQ9qAKgrP7dg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-annotate-as-pure': 7.22.5
- '@babel/helper-compilation-targets': 7.22.15
+ '@babel/helper-compilation-targets': 7.23.6
'@babel/helper-environment-visitor': 7.22.20
'@babel/helper-function-name': 7.23.0
- '@babel/helper-optimise-call-expression': 7.22.5
'@babel/helper-plugin-utils': 7.22.5
- '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.0)
+ '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.7)
'@babel/helper-split-export-declaration': 7.22.6
globals: 11.12.0
dev: true
- /@babel/plugin-transform-computed-properties@7.22.5(@babel/core@7.23.0):
- resolution: {integrity: sha512-4GHWBgRf0krxPX+AaPtgBAlTgTeZmqDynokHOX7aqqAB4tHs3U2Y02zH6ETFdLZGcg9UQSD1WCmkVrE9ErHeOg==}
+ /@babel/plugin-transform-computed-properties@7.23.3(@babel/core@7.23.7):
+ resolution: {integrity: sha512-dTj83UVTLw/+nbiHqQSFdwO9CbTtwq1DsDqm3CUEtDrZNET5rT5E6bIdTlOftDTDLMYxvxHNEYO4B9SLl8SLZw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
'@babel/template': 7.22.15
dev: true
- /@babel/plugin-transform-destructuring@7.23.0(@babel/core@7.23.0):
- resolution: {integrity: sha512-vaMdgNXFkYrB+8lbgniSYWHsgqK5gjaMNcc84bMIOMRLH0L9AqYq3hwMdvnyqj1OPqea8UtjPEuS/DCenah1wg==}
+ /@babel/plugin-transform-destructuring@7.23.3(@babel/core@7.23.7):
+ resolution: {integrity: sha512-n225npDqjDIr967cMScVKHXJs7rout1q+tt50inyBCPkyZ8KxeI6d+GIbSBTT/w/9WdlWDOej3V9HE5Lgk57gw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-transform-dotall-regex@7.22.5(@babel/core@7.23.0):
- resolution: {integrity: sha512-5/Yk9QxCQCl+sOIB1WelKnVRxTJDSAIxtJLL2/pqL14ZVlbH0fUQUZa/T5/UnQtBNgghR7mfB8ERBKyKPCi7Vw==}
+ /@babel/plugin-transform-dotall-regex@7.23.3(@babel/core@7.23.7):
+ resolution: {integrity: sha512-vgnFYDHAKzFaTVp+mneDsIEbnJ2Np/9ng9iviHw3P/KVcgONxpNULEW/51Z/BaFojG2GI2GwwXck5uV1+1NOYQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
- '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.0)
+ '@babel/core': 7.23.7
+ '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.7)
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-transform-duplicate-keys@7.22.5(@babel/core@7.23.0):
- resolution: {integrity: sha512-dEnYD+9BBgld5VBXHnF/DbYGp3fqGMsyxKbtD1mDyIA7AkTSpKXFhCVuj/oQVOoALfBs77DudA0BE4d5mcpmqw==}
+ /@babel/plugin-transform-duplicate-keys@7.23.3(@babel/core@7.23.7):
+ resolution: {integrity: sha512-RrqQ+BQmU3Oyav3J+7/myfvRCq7Tbz+kKLLshUmMwNlDHExbGL7ARhajvoBJEvc+fCguPPu887N+3RRXBVKZUA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-transform-dynamic-import@7.22.11(@babel/core@7.23.0):
- resolution: {integrity: sha512-g/21plo58sfteWjaO0ZNVb+uEOkJNjAaHhbejrnBmu011l/eNDScmkbjCC3l4FKb10ViaGU4aOkFznSu2zRHgA==}
+ /@babel/plugin-transform-dynamic-import@7.23.4(@babel/core@7.23.7):
+ resolution: {integrity: sha512-V6jIbLhdJK86MaLh4Jpghi8ho5fGzt3imHOBu/x0jlBaPYqDoWz4RDXjmMOfnh+JWNaQleEAByZLV0QzBT4YQQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.0)
+ '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.7)
dev: true
- /@babel/plugin-transform-exponentiation-operator@7.22.5(@babel/core@7.23.0):
- resolution: {integrity: sha512-vIpJFNM/FjZ4rh1myqIya9jXwrwwgFRHPjT3DkUA9ZLHuzox8jiXkOLvwm1H+PQIP3CqfC++WPKeuDi0Sjdj1g==}
+ /@babel/plugin-transform-exponentiation-operator@7.23.3(@babel/core@7.23.7):
+ resolution: {integrity: sha512-5fhCsl1odX96u7ILKHBj4/Y8vipoqwsJMh4csSA8qFfxrZDEA4Ssku2DyNvMJSmZNOEBT750LfFPbtrnTP90BQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-builder-binary-assignment-operator-visitor': 7.22.15
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-transform-export-namespace-from@7.22.11(@babel/core@7.23.0):
- resolution: {integrity: sha512-xa7aad7q7OiT8oNZ1mU7NrISjlSkVdMbNxn9IuLZyL9AJEhs1Apba3I+u5riX1dIkdptP5EKDG5XDPByWxtehw==}
+ /@babel/plugin-transform-export-namespace-from@7.23.4(@babel/core@7.23.7):
+ resolution: {integrity: sha512-GzuSBcKkx62dGzZI1WVgTWvkkz84FZO5TC5T8dl/Tht/rAla6Dg/Mz9Yhypg+ezVACf/rgDuQt3kbWEv7LdUDQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.23.0)
+ '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.23.7)
dev: true
- /@babel/plugin-transform-for-of@7.22.15(@babel/core@7.23.0):
- resolution: {integrity: sha512-me6VGeHsx30+xh9fbDLLPi0J1HzmeIIyenoOQHuw2D4m2SAU3NrspX5XxJLBpqn5yrLzrlw2Iy3RA//Bx27iOA==}
+ /@babel/plugin-transform-for-of@7.23.6(@babel/core@7.23.7):
+ resolution: {integrity: sha512-aYH4ytZ0qSuBbpfhuofbg/e96oQ7U2w1Aw/UQmKT+1l39uEhUPoFS3fHevDc1G0OvewyDudfMKY1OulczHzWIw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
+ '@babel/helper-skip-transparent-expression-wrappers': 7.22.5
dev: true
- /@babel/plugin-transform-function-name@7.22.5(@babel/core@7.23.0):
- resolution: {integrity: sha512-UIzQNMS0p0HHiQm3oelztj+ECwFnj+ZRV4KnguvlsD2of1whUeM6o7wGNj6oLwcDoAXQ8gEqfgC24D+VdIcevg==}
+ /@babel/plugin-transform-function-name@7.23.3(@babel/core@7.23.7):
+ resolution: {integrity: sha512-I1QXp1LxIvt8yLaib49dRW5Okt7Q4oaxao6tFVKS/anCdEOMtYwWVKoiOA1p34GOWIZjUK0E+zCp7+l1pfQyiw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
- '@babel/helper-compilation-targets': 7.22.15
+ '@babel/core': 7.23.7
+ '@babel/helper-compilation-targets': 7.23.6
'@babel/helper-function-name': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-transform-json-strings@7.22.11(@babel/core@7.23.0):
- resolution: {integrity: sha512-CxT5tCqpA9/jXFlme9xIBCc5RPtdDq3JpkkhgHQqtDdiTnTI0jtZ0QzXhr5DILeYifDPp2wvY2ad+7+hLMW5Pw==}
+ /@babel/plugin-transform-json-strings@7.23.4(@babel/core@7.23.7):
+ resolution: {integrity: sha512-81nTOqM1dMwZ/aRXQ59zVubN9wHGqk6UtqRK+/q+ciXmRy8fSolhGVvG09HHRGo4l6fr/c4ZhXUQH0uFW7PZbg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.0)
+ '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.7)
dev: true
- /@babel/plugin-transform-literals@7.22.5(@babel/core@7.23.0):
- resolution: {integrity: sha512-fTLj4D79M+mepcw3dgFBTIDYpbcB9Sm0bpm4ppXPaO+U+PKFFyV9MGRvS0gvGw62sd10kT5lRMKXAADb9pWy8g==}
+ /@babel/plugin-transform-literals@7.23.3(@babel/core@7.23.7):
+ resolution: {integrity: sha512-wZ0PIXRxnwZvl9AYpqNUxpZ5BiTGrYt7kueGQ+N5FiQ7RCOD4cm8iShd6S6ggfVIWaJf2EMk8eRzAh52RfP4rQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-transform-logical-assignment-operators@7.22.11(@babel/core@7.23.0):
- resolution: {integrity: sha512-qQwRTP4+6xFCDV5k7gZBF3C31K34ut0tbEcTKxlX/0KXxm9GLcO14p570aWxFvVzx6QAfPgq7gaeIHXJC8LswQ==}
+ /@babel/plugin-transform-logical-assignment-operators@7.23.4(@babel/core@7.23.7):
+ resolution: {integrity: sha512-Mc/ALf1rmZTP4JKKEhUwiORU+vcfarFVLfcFiolKUo6sewoxSEgl36ak5t+4WamRsNr6nzjZXQjM35WsU+9vbg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.0)
+ '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.7)
dev: true
- /@babel/plugin-transform-member-expression-literals@7.22.5(@babel/core@7.23.0):
- resolution: {integrity: sha512-RZEdkNtzzYCFl9SE9ATaUMTj2hqMb4StarOJLrZRbqqU4HSBE7UlBw9WBWQiDzrJZJdUWiMTVDI6Gv/8DPvfew==}
+ /@babel/plugin-transform-member-expression-literals@7.23.3(@babel/core@7.23.7):
+ resolution: {integrity: sha512-sC3LdDBDi5x96LA+Ytekz2ZPk8i/Ck+DEuDbRAll5rknJ5XRTSaPKEYwomLcs1AA8wg9b3KjIQRsnApj+q51Ag==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-transform-modules-amd@7.23.0(@babel/core@7.23.0):
- resolution: {integrity: sha512-xWT5gefv2HGSm4QHtgc1sYPbseOyf+FFDo2JbpE25GWl5BqTGO9IMwTYJRoIdjsF85GE+VegHxSCUt5EvoYTAw==}
+ /@babel/plugin-transform-modules-amd@7.23.3(@babel/core@7.23.7):
+ resolution: {integrity: sha512-vJYQGxeKM4t8hYCKVBlZX/gtIY2I7mRGFNcm85sgXGMTBcoV3QdVtdpbcWEbzbfUIUZKwvgFT82mRvaQIebZzw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
- '@babel/helper-module-transforms': 7.23.0(@babel/core@7.23.0)
+ '@babel/core': 7.23.7
+ '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.7)
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-transform-modules-commonjs@7.23.0(@babel/core@7.23.0):
- resolution: {integrity: sha512-32Xzss14/UVc7k9g775yMIvkVK8xwKE0DPdP5JTapr3+Z9w4tzeOuLNY6BXDQR6BdnzIlXnCGAzsk/ICHBLVWQ==}
+ /@babel/plugin-transform-modules-commonjs@7.23.3(@babel/core@7.23.7):
+ resolution: {integrity: sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
- '@babel/helper-module-transforms': 7.23.0(@babel/core@7.23.0)
+ '@babel/core': 7.23.7
+ '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.7)
'@babel/helper-plugin-utils': 7.22.5
'@babel/helper-simple-access': 7.22.5
dev: true
- /@babel/plugin-transform-modules-systemjs@7.23.0(@babel/core@7.23.0):
- resolution: {integrity: sha512-qBej6ctXZD2f+DhlOC9yO47yEYgUh5CZNz/aBoH4j/3NOlRfJXJbY7xDQCqQVf9KbrqGzIWER1f23doHGrIHFg==}
+ /@babel/plugin-transform-modules-systemjs@7.23.9(@babel/core@7.23.7):
+ resolution: {integrity: sha512-KDlPRM6sLo4o1FkiSlXoAa8edLXFsKKIda779fbLrvmeuc3itnjCtaO6RrtoaANsIJANj+Vk1zqbZIMhkCAHVw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-hoist-variables': 7.22.5
- '@babel/helper-module-transforms': 7.23.0(@babel/core@7.23.0)
+ '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.7)
'@babel/helper-plugin-utils': 7.22.5
'@babel/helper-validator-identifier': 7.22.20
dev: true
- /@babel/plugin-transform-modules-umd@7.22.5(@babel/core@7.23.0):
- resolution: {integrity: sha512-+S6kzefN/E1vkSsKx8kmQuqeQsvCKCd1fraCM7zXm4SFoggI099Tr4G8U81+5gtMdUeMQ4ipdQffbKLX0/7dBQ==}
+ /@babel/plugin-transform-modules-umd@7.23.3(@babel/core@7.23.7):
+ resolution: {integrity: sha512-zHsy9iXX2nIsCBFPud3jKn1IRPWg3Ing1qOZgeKV39m1ZgIdpJqvlWVeiHBZC6ITRG0MfskhYe9cLgntfSFPIg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
- '@babel/helper-module-transforms': 7.23.0(@babel/core@7.23.0)
+ '@babel/core': 7.23.7
+ '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.7)
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.23.0):
+ /@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.23.7):
resolution: {integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.23.0
- '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.0)
+ '@babel/core': 7.23.7
+ '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.7)
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-transform-new-target@7.22.5(@babel/core@7.23.0):
- resolution: {integrity: sha512-AsF7K0Fx/cNKVyk3a+DW0JLo+Ua598/NxMRvxDnkpCIGFh43+h/v2xyhRUYf6oD8gE4QtL83C7zZVghMjHd+iw==}
+ /@babel/plugin-transform-new-target@7.23.3(@babel/core@7.23.7):
+ resolution: {integrity: sha512-YJ3xKqtJMAT5/TIZnpAR3I+K+WaDowYbN3xyxI8zxx/Gsypwf9B9h0VB+1Nh6ACAAPRS5NSRje0uVv5i79HYGQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-transform-nullish-coalescing-operator@7.22.11(@babel/core@7.23.0):
- resolution: {integrity: sha512-YZWOw4HxXrotb5xsjMJUDlLgcDXSfO9eCmdl1bgW4+/lAGdkjaEvOnQ4p5WKKdUgSzO39dgPl0pTnfxm0OAXcg==}
+ /@babel/plugin-transform-nullish-coalescing-operator@7.23.4(@babel/core@7.23.7):
+ resolution: {integrity: sha512-jHE9EVVqHKAQx+VePv5LLGHjmHSJR76vawFPTdlxR/LVJPfOEGxREQwQfjuZEOPTwG92X3LINSh3M40Rv4zpVA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.0)
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.7)
dev: true
- /@babel/plugin-transform-numeric-separator@7.22.11(@babel/core@7.23.0):
- resolution: {integrity: sha512-3dzU4QGPsILdJbASKhF/V2TVP+gJya1PsueQCxIPCEcerqF21oEcrob4mzjsp2Py/1nLfF5m+xYNMDpmA8vffg==}
+ /@babel/plugin-transform-numeric-separator@7.23.4(@babel/core@7.23.7):
+ resolution: {integrity: sha512-mps6auzgwjRrwKEZA05cOwuDc9FAzoyFS4ZsG/8F43bTLf/TgkJg7QXOrPO1JO599iA3qgK9MXdMGOEC8O1h6Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.0)
+ '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.7)
dev: true
- /@babel/plugin-transform-object-rest-spread@7.22.15(@babel/core@7.23.0):
- resolution: {integrity: sha512-fEB+I1+gAmfAyxZcX1+ZUwLeAuuf8VIg67CTznZE0MqVFumWkh8xWtn58I4dxdVf080wn7gzWoF8vndOViJe9Q==}
+ /@babel/plugin-transform-object-rest-spread@7.23.4(@babel/core@7.23.7):
+ resolution: {integrity: sha512-9x9K1YyeQVw0iOXJlIzwm8ltobIIv7j2iLyP2jIhEbqPRQ7ScNgwQufU2I0Gq11VjyG4gI4yMXt2VFags+1N3g==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/compat-data': 7.22.20
- '@babel/core': 7.23.0
- '@babel/helper-compilation-targets': 7.22.15
+ '@babel/compat-data': 7.23.5
+ '@babel/core': 7.23.7
+ '@babel/helper-compilation-targets': 7.23.6
'@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.0)
- '@babel/plugin-transform-parameters': 7.22.15(@babel/core@7.23.0)
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.7)
+ '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.23.7)
dev: true
- /@babel/plugin-transform-object-super@7.22.5(@babel/core@7.23.0):
- resolution: {integrity: sha512-klXqyaT9trSjIUrcsYIfETAzmOEZL3cBYqOYLJxBHfMFFggmXOv+NYSX/Jbs9mzMVESw/WycLFPRx8ba/b2Ipw==}
+ /@babel/plugin-transform-object-super@7.23.3(@babel/core@7.23.7):
+ resolution: {integrity: sha512-BwQ8q0x2JG+3lxCVFohg+KbQM7plfpBwThdW9A6TMtWwLsbDA01Ek2Zb/AgDN39BiZsExm4qrXxjk+P1/fzGrA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
- '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.0)
+ '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.7)
dev: true
- /@babel/plugin-transform-optional-catch-binding@7.22.11(@babel/core@7.23.0):
- resolution: {integrity: sha512-rli0WxesXUeCJnMYhzAglEjLWVDF6ahb45HuprcmQuLidBJFWjNnOzssk2kuc6e33FlLaiZhG/kUIzUMWdBKaQ==}
+ /@babel/plugin-transform-optional-catch-binding@7.23.4(@babel/core@7.23.7):
+ resolution: {integrity: sha512-XIq8t0rJPHf6Wvmbn9nFxU6ao4c7WhghTR5WyV8SrJfUFzyxhCm4nhC+iAp3HFhbAKLfYpgzhJ6t4XCtVwqO5A==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.0)
+ '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.7)
dev: true
- /@babel/plugin-transform-optional-chaining@7.23.0(@babel/core@7.23.0):
- resolution: {integrity: sha512-sBBGXbLJjxTzLBF5rFWaikMnOGOk/BmK6vVByIdEggZ7Vn6CvWXZyRkkLFK6WE0IF8jSliyOkUN6SScFgzCM0g==}
+ /@babel/plugin-transform-optional-chaining@7.23.4(@babel/core@7.23.7):
+ resolution: {integrity: sha512-ZU8y5zWOfjM5vZ+asjgAPwDaBjJzgufjES89Rs4Lpq63O300R/kOz30WCLo6BxxX6QVEilwSlpClnG5cZaikTA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
'@babel/helper-skip-transparent-expression-wrappers': 7.22.5
- '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.0)
+ '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.7)
+ dev: true
+
+ /@babel/plugin-transform-parameters@7.23.3(@babel/core@7.23.7):
+ resolution: {integrity: sha512-09lMt6UsUb3/34BbECKVbVwrT9bO6lILWln237z7sLaWnMsTi7Yc9fhX5DLpkJzAGfaReXI22wP41SZmnAA3Vw==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.23.7
+ '@babel/helper-plugin-utils': 7.22.5
+ dev: true
+
+ /@babel/plugin-transform-private-methods@7.23.3(@babel/core@7.23.7):
+ resolution: {integrity: sha512-UzqRcRtWsDMTLrRWFvUBDwmw06tCQH9Rl1uAjfh6ijMSmGYQ+fpdB+cnqRC8EMh5tuuxSv0/TejGL+7vyj+50g==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.23.7
+ '@babel/helper-create-class-features-plugin': 7.23.7(@babel/core@7.23.7)
+ '@babel/helper-plugin-utils': 7.22.5
+ dev: true
+
+ /@babel/plugin-transform-private-property-in-object@7.23.4(@babel/core@7.23.7):
+ resolution: {integrity: sha512-9G3K1YqTq3F4Vt88Djx1UZ79PDyj+yKRnUy7cZGSMe+a7jkwD259uKKuUzQlPkGam7R+8RJwh5z4xO27fA1o2A==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.23.7
+ '@babel/helper-annotate-as-pure': 7.22.5
+ '@babel/helper-create-class-features-plugin': 7.23.7(@babel/core@7.23.7)
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.23.7)
dev: true
- /@babel/plugin-transform-parameters@7.22.15(@babel/core@7.23.0):
- resolution: {integrity: sha512-hjk7qKIqhyzhhUvRT683TYQOFa/4cQKwQy7ALvTpODswN40MljzNDa0YldevS6tGbxwaEKVn502JmY0dP7qEtQ==}
+ /@babel/plugin-transform-property-literals@7.23.3(@babel/core@7.23.7):
+ resolution: {integrity: sha512-jR3Jn3y7cZp4oEWPFAlRsSWjxKe4PZILGBSd4nis1TsC5qeSpb+nrtihJuDhNI7QHiVbUaiXa0X2RZY3/TI6Nw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-transform-private-methods@7.22.5(@babel/core@7.23.0):
- resolution: {integrity: sha512-PPjh4gyrQnGe97JTalgRGMuU4icsZFnWkzicB/fUtzlKUqvsWBKEpPPfr5a2JiyirZkHxnAqkQMO5Z5B2kK3fA==}
+ /@babel/plugin-transform-react-display-name@7.23.3(@babel/core@7.23.7):
+ resolution: {integrity: sha512-GnvhtVfA2OAtzdX58FJxU19rhoGeQzyVndw3GgtdECQvQFXPEZIOVULHVZGAYmOgmqjXpVpfocAbSjh99V/Fqw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
- '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.0)
+ '@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-transform-private-property-in-object@7.22.11(@babel/core@7.23.0):
- resolution: {integrity: sha512-sSCbqZDBKHetvjSwpyWzhuHkmW5RummxJBVbYLkGkaiTOWGxml7SXt0iWa03bzxFIx7wOj3g/ILRd0RcJKBeSQ==}
+ /@babel/plugin-transform-react-jsx-development@7.22.5(@babel/core@7.23.7):
+ resolution: {integrity: sha512-bDhuzwWMuInwCYeDeMzyi7TaBgRQei6DqxhbyniL7/VG4RSS7HtSL2QbY4eESy1KJqlWt8g3xeEBGPuo+XqC8A==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.23.7
+ '@babel/plugin-transform-react-jsx': 7.23.4(@babel/core@7.23.7)
+ dev: true
+
+ /@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.23.7):
+ resolution: {integrity: sha512-5xOpoPguCZCRbo/JeHlloSkTA8Bld1J/E1/kLfD1nsuiW1m8tduTA1ERCgIZokDflX/IBzKcqR3l7VlRgiIfHA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-annotate-as-pure': 7.22.5
- '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.0)
+ '@babel/helper-module-imports': 7.22.15
'@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.23.0)
+ '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.23.7)
+ '@babel/types': 7.23.6
dev: true
- /@babel/plugin-transform-property-literals@7.22.5(@babel/core@7.23.0):
- resolution: {integrity: sha512-TiOArgddK3mK/x1Qwf5hay2pxI6wCZnvQqrFSqbtg1GLl2JcNMitVH/YnqjP+M31pLUeTfzY1HAXFDnUBV30rQ==}
+ /@babel/plugin-transform-react-pure-annotations@7.23.3(@babel/core@7.23.7):
+ resolution: {integrity: sha512-qMFdSS+TUhB7Q/3HVPnEdYJDQIk57jkntAwSuz9xfSE4n+3I+vHYCli3HoHawN1Z3RfCz/y1zXA/JXjG6cVImQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
+ '@babel/helper-annotate-as-pure': 7.22.5
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-transform-regenerator@7.22.10(@babel/core@7.23.0):
- resolution: {integrity: sha512-F28b1mDt8KcT5bUyJc/U9nwzw6cV+UmTeRlXYIl2TNqMMJif0Jeey9/RQ3C4NOd2zp0/TRsDns9ttj2L523rsw==}
+ /@babel/plugin-transform-regenerator@7.23.3(@babel/core@7.23.7):
+ resolution: {integrity: sha512-KP+75h0KghBMcVpuKisx3XTu9Ncut8Q8TuvGO4IhY+9D5DFEckQefOuIsB/gQ2tG71lCke4NMrtIPS8pOj18BQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
regenerator-transform: 0.15.2
dev: true
- /@babel/plugin-transform-reserved-words@7.22.5(@babel/core@7.23.0):
- resolution: {integrity: sha512-DTtGKFRQUDm8svigJzZHzb/2xatPc6TzNvAIJ5GqOKDsGFYgAskjRulbR/vGsPKq3OPqtexnz327qYpP57RFyA==}
+ /@babel/plugin-transform-reserved-words@7.23.3(@babel/core@7.23.7):
+ resolution: {integrity: sha512-QnNTazY54YqgGxwIexMZva9gqbPa15t/x9VS+0fsEFWplwVpXYZivtgl43Z1vMpc1bdPP2PP8siFeVcnFvA3Cg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-transform-shorthand-properties@7.22.5(@babel/core@7.23.0):
- resolution: {integrity: sha512-vM4fq9IXHscXVKzDv5itkO1X52SmdFBFcMIBZ2FRn2nqVYqw6dBexUgMvAjHW+KXpPPViD/Yo3GrDEBaRC0QYA==}
+ /@babel/plugin-transform-shorthand-properties@7.23.3(@babel/core@7.23.7):
+ resolution: {integrity: sha512-ED2fgqZLmexWiN+YNFX26fx4gh5qHDhn1O2gvEhreLW2iI63Sqm4llRLCXALKrCnbN4Jy0VcMQZl/SAzqug/jg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-transform-spread@7.22.5(@babel/core@7.23.0):
- resolution: {integrity: sha512-5ZzDQIGyvN4w8+dMmpohL6MBo+l2G7tfC/O2Dg7/hjpgeWvUx8FzfeOKxGog9IimPa4YekaQ9PlDqTLOljkcxg==}
+ /@babel/plugin-transform-spread@7.23.3(@babel/core@7.23.7):
+ resolution: {integrity: sha512-VvfVYlrlBVu+77xVTOAoxQ6mZbnIq5FM0aGBSFEcIh03qHf+zNqA4DC/3XMUozTg7bZV3e3mZQ0i13VB6v5yUg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
'@babel/helper-skip-transparent-expression-wrappers': 7.22.5
dev: true
- /@babel/plugin-transform-sticky-regex@7.22.5(@babel/core@7.23.0):
- resolution: {integrity: sha512-zf7LuNpHG0iEeiyCNwX4j3gDg1jgt1k3ZdXBKbZSoA3BbGQGvMiSvfbZRR3Dr3aeJe3ooWFZxOOG3IRStYp2Bw==}
+ /@babel/plugin-transform-sticky-regex@7.23.3(@babel/core@7.23.7):
+ resolution: {integrity: sha512-HZOyN9g+rtvnOU3Yh7kSxXrKbzgrm5X4GncPY1QOquu7epga5MxKHVpYu2hvQnry/H+JjckSYRb93iNfsioAGg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-transform-template-literals@7.22.5(@babel/core@7.23.0):
- resolution: {integrity: sha512-5ciOehRNf+EyUeewo8NkbQiUs4d6ZxiHo6BcBcnFlgiJfu16q0bQUw9Jvo0b0gBKFG1SMhDSjeKXSYuJLeFSMA==}
+ /@babel/plugin-transform-template-literals@7.23.3(@babel/core@7.23.7):
+ resolution: {integrity: sha512-Flok06AYNp7GV2oJPZZcP9vZdszev6vPBkHLwxwSpaIqx75wn6mUd3UFWsSsA0l8nXAKkyCmL/sR02m8RYGeHg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-transform-typeof-symbol@7.22.5(@babel/core@7.23.0):
- resolution: {integrity: sha512-bYkI5lMzL4kPii4HHEEChkD0rkc+nvnlR6+o/qdqR6zrm0Sv/nodmyLhlq2DO0YKLUNd2VePmPRjJXSBh9OIdA==}
+ /@babel/plugin-transform-typeof-symbol@7.23.3(@babel/core@7.23.7):
+ resolution: {integrity: sha512-4t15ViVnaFdrPC74be1gXBSMzXk3B4Us9lP7uLRQHTFpV5Dvt33pn+2MyyNxmN3VTTm3oTrZVMUmuw3oBnQ2oQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-transform-typescript@7.22.15(@babel/core@7.23.0):
- resolution: {integrity: sha512-1uirS0TnijxvQLnlv5wQBwOX3E1wCFX7ITv+9pBV2wKEk4K+M5tqDaoNXnTH8tjEIYHLO98MwiTWO04Ggz4XuA==}
+ /@babel/plugin-transform-typescript@7.23.6(@babel/core@7.23.7):
+ resolution: {integrity: sha512-6cBG5mBvUu4VUD04OHKnYzbuHNP8huDsD3EDqqpIpsswTDoqHCjLoHb6+QgsV1WsT2nipRqCPgxD3LXnEO7XfA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-annotate-as-pure': 7.22.5
- '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.0)
+ '@babel/helper-create-class-features-plugin': 7.23.7(@babel/core@7.23.7)
'@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.23.0)
+ '@babel/plugin-syntax-typescript': 7.23.3(@babel/core@7.23.7)
dev: true
- /@babel/plugin-transform-unicode-escapes@7.22.10(@babel/core@7.23.0):
- resolution: {integrity: sha512-lRfaRKGZCBqDlRU3UIFovdp9c9mEvlylmpod0/OatICsSfuQ9YFthRo1tpTkGsklEefZdqlEFdY4A2dwTb6ohg==}
+ /@babel/plugin-transform-unicode-escapes@7.23.3(@babel/core@7.23.7):
+ resolution: {integrity: sha512-OMCUx/bU6ChE3r4+ZdylEqAjaQgHAgipgW8nsCfu5pGqDcFytVd91AwRvUJSBZDz0exPGgnjoqhgRYLRjFZc9Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-transform-unicode-property-regex@7.22.5(@babel/core@7.23.0):
- resolution: {integrity: sha512-HCCIb+CbJIAE6sXn5CjFQXMwkCClcOfPCzTlilJ8cUatfzwHlWQkbtV0zD338u9dZskwvuOYTuuaMaA8J5EI5A==}
+ /@babel/plugin-transform-unicode-property-regex@7.23.3(@babel/core@7.23.7):
+ resolution: {integrity: sha512-KcLIm+pDZkWZQAFJ9pdfmh89EwVfmNovFBcXko8szpBeF8z68kWIPeKlmSOkT9BXJxs2C0uk+5LxoxIv62MROA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
- '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.0)
+ '@babel/core': 7.23.7
+ '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.7)
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-transform-unicode-regex@7.22.5(@babel/core@7.23.0):
- resolution: {integrity: sha512-028laaOKptN5vHJf9/Arr/HiJekMd41hOEZYvNsrsXqJ7YPYuX2bQxh31fkZzGmq3YqHRJzYFFAVYvKfMPKqyg==}
+ /@babel/plugin-transform-unicode-regex@7.23.3(@babel/core@7.23.7):
+ resolution: {integrity: sha512-wMHpNA4x2cIA32b/ci3AfwNgheiva2W0WUKWTK7vBHBhDKfPsc5cFGNWm69WBqpwd86u1qwZ9PWevKqm1A3yAw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
- '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.0)
+ '@babel/core': 7.23.7
+ '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.7)
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-transform-unicode-sets-regex@7.22.5(@babel/core@7.23.0):
- resolution: {integrity: sha512-lhMfi4FC15j13eKrh3DnYHjpGj6UKQHtNKTbtc1igvAhRy4+kLhV07OpLcsN0VgDEw/MjAvJO4BdMJsHwMhzCg==}
+ /@babel/plugin-transform-unicode-sets-regex@7.23.3(@babel/core@7.23.7):
+ resolution: {integrity: sha512-W7lliA/v9bNR83Qc3q1ip9CQMZ09CcHDbHfbLRDNuAhn1Mvkr1ZNF7hPmztMQvtTGVLJ9m8IZqWsTkXOml8dbw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.23.0
- '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.0)
+ '@babel/core': 7.23.7
+ '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.7)
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/preset-env@7.22.20(@babel/core@7.23.0):
- resolution: {integrity: sha512-11MY04gGC4kSzlPHRfvVkNAZhUxOvm7DCJ37hPDnUENwe06npjIRAfInEMTGSb4LZK5ZgDFkv5hw0lGebHeTyg==}
+ /@babel/preset-env@7.23.9(@babel/core@7.23.7):
+ resolution: {integrity: sha512-3kBGTNBBk9DQiPoXYS0g0BYlwTQYUTifqgKTjxUwEUkduRT2QOa0FPGBJ+NROQhGyYO5BuTJwGvBnqKDykac6A==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/compat-data': 7.22.20
- '@babel/core': 7.23.0
- '@babel/helper-compilation-targets': 7.22.15
+ '@babel/compat-data': 7.23.5
+ '@babel/core': 7.23.7
+ '@babel/helper-compilation-targets': 7.23.6
'@babel/helper-plugin-utils': 7.22.5
- '@babel/helper-validator-option': 7.22.15
- '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.22.15(@babel/core@7.23.0)
- '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.22.15(@babel/core@7.23.0)
- '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.23.0)
- '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.0)
- '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.23.0)
- '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.23.0)
- '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.0)
- '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.23.0)
- '@babel/plugin-syntax-import-assertions': 7.22.5(@babel/core@7.23.0)
- '@babel/plugin-syntax-import-attributes': 7.22.5(@babel/core@7.23.0)
- '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.23.0)
- '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.0)
- '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.0)
- '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.0)
- '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.0)
- '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.0)
- '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.0)
- '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.0)
- '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.23.0)
- '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.23.0)
- '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.23.0)
- '@babel/plugin-transform-arrow-functions': 7.22.5(@babel/core@7.23.0)
- '@babel/plugin-transform-async-generator-functions': 7.22.15(@babel/core@7.23.0)
- '@babel/plugin-transform-async-to-generator': 7.22.5(@babel/core@7.23.0)
- '@babel/plugin-transform-block-scoped-functions': 7.22.5(@babel/core@7.23.0)
- '@babel/plugin-transform-block-scoping': 7.23.0(@babel/core@7.23.0)
- '@babel/plugin-transform-class-properties': 7.22.5(@babel/core@7.23.0)
- '@babel/plugin-transform-class-static-block': 7.22.11(@babel/core@7.23.0)
- '@babel/plugin-transform-classes': 7.22.15(@babel/core@7.23.0)
- '@babel/plugin-transform-computed-properties': 7.22.5(@babel/core@7.23.0)
- '@babel/plugin-transform-destructuring': 7.23.0(@babel/core@7.23.0)
- '@babel/plugin-transform-dotall-regex': 7.22.5(@babel/core@7.23.0)
- '@babel/plugin-transform-duplicate-keys': 7.22.5(@babel/core@7.23.0)
- '@babel/plugin-transform-dynamic-import': 7.22.11(@babel/core@7.23.0)
- '@babel/plugin-transform-exponentiation-operator': 7.22.5(@babel/core@7.23.0)
- '@babel/plugin-transform-export-namespace-from': 7.22.11(@babel/core@7.23.0)
- '@babel/plugin-transform-for-of': 7.22.15(@babel/core@7.23.0)
- '@babel/plugin-transform-function-name': 7.22.5(@babel/core@7.23.0)
- '@babel/plugin-transform-json-strings': 7.22.11(@babel/core@7.23.0)
- '@babel/plugin-transform-literals': 7.22.5(@babel/core@7.23.0)
- '@babel/plugin-transform-logical-assignment-operators': 7.22.11(@babel/core@7.23.0)
- '@babel/plugin-transform-member-expression-literals': 7.22.5(@babel/core@7.23.0)
- '@babel/plugin-transform-modules-amd': 7.23.0(@babel/core@7.23.0)
- '@babel/plugin-transform-modules-commonjs': 7.23.0(@babel/core@7.23.0)
- '@babel/plugin-transform-modules-systemjs': 7.23.0(@babel/core@7.23.0)
- '@babel/plugin-transform-modules-umd': 7.22.5(@babel/core@7.23.0)
- '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.23.0)
- '@babel/plugin-transform-new-target': 7.22.5(@babel/core@7.23.0)
- '@babel/plugin-transform-nullish-coalescing-operator': 7.22.11(@babel/core@7.23.0)
- '@babel/plugin-transform-numeric-separator': 7.22.11(@babel/core@7.23.0)
- '@babel/plugin-transform-object-rest-spread': 7.22.15(@babel/core@7.23.0)
- '@babel/plugin-transform-object-super': 7.22.5(@babel/core@7.23.0)
- '@babel/plugin-transform-optional-catch-binding': 7.22.11(@babel/core@7.23.0)
- '@babel/plugin-transform-optional-chaining': 7.23.0(@babel/core@7.23.0)
- '@babel/plugin-transform-parameters': 7.22.15(@babel/core@7.23.0)
- '@babel/plugin-transform-private-methods': 7.22.5(@babel/core@7.23.0)
- '@babel/plugin-transform-private-property-in-object': 7.22.11(@babel/core@7.23.0)
- '@babel/plugin-transform-property-literals': 7.22.5(@babel/core@7.23.0)
- '@babel/plugin-transform-regenerator': 7.22.10(@babel/core@7.23.0)
- '@babel/plugin-transform-reserved-words': 7.22.5(@babel/core@7.23.0)
- '@babel/plugin-transform-shorthand-properties': 7.22.5(@babel/core@7.23.0)
- '@babel/plugin-transform-spread': 7.22.5(@babel/core@7.23.0)
- '@babel/plugin-transform-sticky-regex': 7.22.5(@babel/core@7.23.0)
- '@babel/plugin-transform-template-literals': 7.22.5(@babel/core@7.23.0)
- '@babel/plugin-transform-typeof-symbol': 7.22.5(@babel/core@7.23.0)
- '@babel/plugin-transform-unicode-escapes': 7.22.10(@babel/core@7.23.0)
- '@babel/plugin-transform-unicode-property-regex': 7.22.5(@babel/core@7.23.0)
- '@babel/plugin-transform-unicode-regex': 7.22.5(@babel/core@7.23.0)
- '@babel/plugin-transform-unicode-sets-regex': 7.22.5(@babel/core@7.23.0)
- '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.23.0)
- '@babel/types': 7.23.0
- babel-plugin-polyfill-corejs2: 0.4.5(@babel/core@7.23.0)
- babel-plugin-polyfill-corejs3: 0.8.4(@babel/core@7.23.0)
- babel-plugin-polyfill-regenerator: 0.5.2(@babel/core@7.23.0)
- core-js-compat: 3.33.0
+ '@babel/helper-validator-option': 7.23.5
+ '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.23.3(@babel/core@7.23.7)
+ '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.23.3(@babel/core@7.23.7)
+ '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.23.7(@babel/core@7.23.7)
+ '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.23.7)
+ '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.7)
+ '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.23.7)
+ '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.23.7)
+ '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.7)
+ '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.23.7)
+ '@babel/plugin-syntax-import-assertions': 7.23.3(@babel/core@7.23.7)
+ '@babel/plugin-syntax-import-attributes': 7.23.3(@babel/core@7.23.7)
+ '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.23.7)
+ '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.7)
+ '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.7)
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.7)
+ '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.7)
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.7)
+ '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.7)
+ '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.7)
+ '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.23.7)
+ '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.23.7)
+ '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.23.7)
+ '@babel/plugin-transform-arrow-functions': 7.23.3(@babel/core@7.23.7)
+ '@babel/plugin-transform-async-generator-functions': 7.23.9(@babel/core@7.23.7)
+ '@babel/plugin-transform-async-to-generator': 7.23.3(@babel/core@7.23.7)
+ '@babel/plugin-transform-block-scoped-functions': 7.23.3(@babel/core@7.23.7)
+ '@babel/plugin-transform-block-scoping': 7.23.4(@babel/core@7.23.7)
+ '@babel/plugin-transform-class-properties': 7.23.3(@babel/core@7.23.7)
+ '@babel/plugin-transform-class-static-block': 7.23.4(@babel/core@7.23.7)
+ '@babel/plugin-transform-classes': 7.23.8(@babel/core@7.23.7)
+ '@babel/plugin-transform-computed-properties': 7.23.3(@babel/core@7.23.7)
+ '@babel/plugin-transform-destructuring': 7.23.3(@babel/core@7.23.7)
+ '@babel/plugin-transform-dotall-regex': 7.23.3(@babel/core@7.23.7)
+ '@babel/plugin-transform-duplicate-keys': 7.23.3(@babel/core@7.23.7)
+ '@babel/plugin-transform-dynamic-import': 7.23.4(@babel/core@7.23.7)
+ '@babel/plugin-transform-exponentiation-operator': 7.23.3(@babel/core@7.23.7)
+ '@babel/plugin-transform-export-namespace-from': 7.23.4(@babel/core@7.23.7)
+ '@babel/plugin-transform-for-of': 7.23.6(@babel/core@7.23.7)
+ '@babel/plugin-transform-function-name': 7.23.3(@babel/core@7.23.7)
+ '@babel/plugin-transform-json-strings': 7.23.4(@babel/core@7.23.7)
+ '@babel/plugin-transform-literals': 7.23.3(@babel/core@7.23.7)
+ '@babel/plugin-transform-logical-assignment-operators': 7.23.4(@babel/core@7.23.7)
+ '@babel/plugin-transform-member-expression-literals': 7.23.3(@babel/core@7.23.7)
+ '@babel/plugin-transform-modules-amd': 7.23.3(@babel/core@7.23.7)
+ '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.23.7)
+ '@babel/plugin-transform-modules-systemjs': 7.23.9(@babel/core@7.23.7)
+ '@babel/plugin-transform-modules-umd': 7.23.3(@babel/core@7.23.7)
+ '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.23.7)
+ '@babel/plugin-transform-new-target': 7.23.3(@babel/core@7.23.7)
+ '@babel/plugin-transform-nullish-coalescing-operator': 7.23.4(@babel/core@7.23.7)
+ '@babel/plugin-transform-numeric-separator': 7.23.4(@babel/core@7.23.7)
+ '@babel/plugin-transform-object-rest-spread': 7.23.4(@babel/core@7.23.7)
+ '@babel/plugin-transform-object-super': 7.23.3(@babel/core@7.23.7)
+ '@babel/plugin-transform-optional-catch-binding': 7.23.4(@babel/core@7.23.7)
+ '@babel/plugin-transform-optional-chaining': 7.23.4(@babel/core@7.23.7)
+ '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.23.7)
+ '@babel/plugin-transform-private-methods': 7.23.3(@babel/core@7.23.7)
+ '@babel/plugin-transform-private-property-in-object': 7.23.4(@babel/core@7.23.7)
+ '@babel/plugin-transform-property-literals': 7.23.3(@babel/core@7.23.7)
+ '@babel/plugin-transform-regenerator': 7.23.3(@babel/core@7.23.7)
+ '@babel/plugin-transform-reserved-words': 7.23.3(@babel/core@7.23.7)
+ '@babel/plugin-transform-shorthand-properties': 7.23.3(@babel/core@7.23.7)
+ '@babel/plugin-transform-spread': 7.23.3(@babel/core@7.23.7)
+ '@babel/plugin-transform-sticky-regex': 7.23.3(@babel/core@7.23.7)
+ '@babel/plugin-transform-template-literals': 7.23.3(@babel/core@7.23.7)
+ '@babel/plugin-transform-typeof-symbol': 7.23.3(@babel/core@7.23.7)
+ '@babel/plugin-transform-unicode-escapes': 7.23.3(@babel/core@7.23.7)
+ '@babel/plugin-transform-unicode-property-regex': 7.23.3(@babel/core@7.23.7)
+ '@babel/plugin-transform-unicode-regex': 7.23.3(@babel/core@7.23.7)
+ '@babel/plugin-transform-unicode-sets-regex': 7.23.3(@babel/core@7.23.7)
+ '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.23.7)
+ babel-plugin-polyfill-corejs2: 0.4.8(@babel/core@7.23.7)
+ babel-plugin-polyfill-corejs3: 0.9.0(@babel/core@7.23.7)
+ babel-plugin-polyfill-regenerator: 0.5.5(@babel/core@7.23.7)
+ core-js-compat: 3.35.1
semver: 6.3.1
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.23.0):
+ /@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.23.7):
resolution: {integrity: sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==}
peerDependencies:
'@babel/core': ^7.0.0-0 || ^8.0.0-0 <8.0.0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
- '@babel/types': 7.23.0
+ '@babel/types': 7.23.6
esutils: 2.0.3
dev: true
+ /@babel/preset-react@7.23.3(@babel/core@7.23.7):
+ resolution: {integrity: sha512-tbkHOS9axH6Ysf2OUEqoSZ6T3Fa2SrNH6WTWSPBboxKzdxNc9qOICeLXkNG0ZEwbQ1HY8liwOce4aN/Ceyuq6w==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.23.7
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/helper-validator-option': 7.23.5
+ '@babel/plugin-transform-react-display-name': 7.23.3(@babel/core@7.23.7)
+ '@babel/plugin-transform-react-jsx': 7.23.4(@babel/core@7.23.7)
+ '@babel/plugin-transform-react-jsx-development': 7.22.5(@babel/core@7.23.7)
+ '@babel/plugin-transform-react-pure-annotations': 7.23.3(@babel/core@7.23.7)
+ dev: true
+
+ /@babel/preset-typescript@7.23.3(@babel/core@7.23.7):
+ resolution: {integrity: sha512-17oIGVlqz6CchO9RFYn5U6ZpWRZIngayYCtrPRSgANSwC2V1Jb+iP74nVxzzXJte8b8BYxrL1yY96xfhTBrNNQ==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.23.7
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/helper-validator-option': 7.23.5
+ '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.23.7)
+ '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.23.7)
+ '@babel/plugin-transform-typescript': 7.23.6(@babel/core@7.23.7)
+ dev: true
+
/@babel/regjsgen@0.8.0:
resolution: {integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==}
dev: true
- /@babel/runtime-corejs2@7.19.4:
- resolution: {integrity: sha512-CI3EpUqXzoPOKa7hOzObVDh9RAz2j0fNpW56u85/8oY9+27od2QXwtwJ12LW3aZ3jqmc5lu91czL/79wFkb41w==}
+ /@babel/runtime-corejs2@7.23.8:
+ resolution: {integrity: sha512-U7JI0Qne1eSenXriL+BynbS4GyJE5nwGW/L72RnqOPJ+lgAZvEHS/jHtfU001R8NxD0Y/fqWKrHBoSBg8g2Vqw==}
engines: {node: '>=6.9.0'}
dependencies:
core-js: 2.6.12
- regenerator-runtime: 0.13.9
+ regenerator-runtime: 0.14.1
dev: false
- /@babel/runtime@7.19.4:
- resolution: {integrity: sha512-EXpLCrk55f+cYqmHsSR+yD/0gAIMxxA9QK9lnQWzhMCvt+YmoBN7Zx94s++Kv0+unHk39vxNO8t+CMA2WSS3wA==}
+ /@babel/runtime@7.23.8:
+ resolution: {integrity: sha512-Y7KbAP984rn1VGMbGqKmBLio9V7y5Je9GvU4rQPCPinCyNfUcToxIXl06d59URp/F3LwinvODxab5N/G6qggkw==}
engines: {node: '>=6.9.0'}
dependencies:
- regenerator-runtime: 0.13.11
+ regenerator-runtime: 0.14.1
/@babel/template@7.22.15:
resolution: {integrity: sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/code-frame': 7.22.13
- '@babel/parser': 7.23.0
- '@babel/types': 7.23.0
+ '@babel/code-frame': 7.23.5
+ '@babel/parser': 7.23.6
+ '@babel/types': 7.23.6
dev: true
- /@babel/traverse@7.23.0:
- resolution: {integrity: sha512-t/QaEvyIoIkwzpiZ7aoSKK8kObQYeF7T2v+dazAYCb8SXtp58zEVkWW7zAnju8FNKNdr4ScAOEDmMItbyOmEYw==}
+ /@babel/traverse@7.23.7:
+ resolution: {integrity: sha512-tY3mM8rH9jM0YHFGyfC0/xf+SB5eKUu7HPj7/k3fpi9dAlsMc5YbQvDi0Sh2QTPXqMhyaAtzAr807TIyfQrmyg==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/code-frame': 7.22.13
- '@babel/generator': 7.23.0
+ '@babel/code-frame': 7.23.5
+ '@babel/generator': 7.23.6
'@babel/helper-environment-visitor': 7.22.20
'@babel/helper-function-name': 7.23.0
'@babel/helper-hoist-variables': 7.22.5
'@babel/helper-split-export-declaration': 7.22.6
- '@babel/parser': 7.23.0
- '@babel/types': 7.23.0
+ '@babel/parser': 7.23.6
+ '@babel/types': 7.23.6
debug: 4.3.4
globals: 11.12.0
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/types@7.22.4:
- resolution: {integrity: sha512-Tx9x3UBHTTsMSW85WB2kphxYQVvrZ/t1FxD88IpSgIjiUJlCm9z+xWIDwyo1vffTwSqteqyznB8ZE9vYYk16zA==}
+ /@babel/types@7.23.6:
+ resolution: {integrity: sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/helper-string-parser': 7.21.5
- '@babel/helper-validator-identifier': 7.19.1
+ '@babel/helper-string-parser': 7.23.4
+ '@babel/helper-validator-identifier': 7.22.20
to-fast-properties: 2.0.0
- /@babel/types@7.23.0:
- resolution: {integrity: sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==}
- engines: {node: '>=6.9.0'}
+ /@bundled-es-modules/cookie@2.0.0:
+ resolution: {integrity: sha512-Or6YHg/kamKHpxULAdSqhGqnWFneIXu1NKvvfBBzKGwpVsYuFIQ5aBPHDnnoR3ghW1nvSkALd+EF9iMtY7Vjxw==}
dependencies:
- '@babel/helper-string-parser': 7.22.5
- '@babel/helper-validator-identifier': 7.22.20
- to-fast-properties: 2.0.0
- dev: true
+ cookie: 0.5.0
+
+ /@bundled-es-modules/js-levenshtein@2.0.1:
+ resolution: {integrity: sha512-DERMS3yfbAljKsQc0U2wcqGKUWpdFjwqWuoMugEJlqBnKO180/n+4SR/J8MRDt1AN48X1ovgoD9KrdVXcaa3Rg==}
+ dependencies:
+ js-levenshtein: 1.1.6
+ dev: false
- /@commitlint/cli@17.8.0:
- resolution: {integrity: sha512-D3LdyZYbiRyAChfJMNlAd9f2P9vNQ7GWbI9gN2o7L5hF07QJDqj4z/pcJF3PjDbJWOaUUXla287RdDmmKqH2WQ==}
- engines: {node: '>=v14'}
+ /@bundled-es-modules/statuses@1.0.1:
+ resolution: {integrity: sha512-yn7BklA5acgcBr+7w064fGV+SGIFySjCKpqjcWgBAIfrAkY+4GQTJJHQMeT3V/sgz23VTEVV8TtOmkvJAhFVfg==}
+ dependencies:
+ statuses: 2.0.1
+
+ /@commitlint/cli@18.6.0(@types/node@20.10.8)(typescript@5.3.3):
+ resolution: {integrity: sha512-FiH23cr9QG8VdfbmvJJZmdfHGVMCouOOAzoXZ3Cd7czGC52RbycwNt8YCI7SA69pAl+t30vh8LMaO/N+kcel6w==}
+ engines: {node: '>=v18'}
hasBin: true
dependencies:
- '@commitlint/format': 17.4.4
- '@commitlint/lint': 17.8.0
- '@commitlint/load': 17.8.0
- '@commitlint/read': 17.5.1
- '@commitlint/types': 17.4.4
+ '@commitlint/format': 18.6.0
+ '@commitlint/lint': 18.6.0
+ '@commitlint/load': 18.6.0(@types/node@20.10.8)(typescript@5.3.3)
+ '@commitlint/read': 18.6.0
+ '@commitlint/types': 18.6.0
execa: 5.1.1
lodash.isfunction: 3.0.9
resolve-from: 5.0.0
resolve-global: 1.0.0
- yargs: 17.6.0
+ yargs: 17.7.2
transitivePeerDependencies:
- - '@swc/core'
- - '@swc/wasm'
+ - '@types/node'
+ - typescript
dev: true
- /@commitlint/config-conventional@17.8.0:
- resolution: {integrity: sha512-MgiFXujmqAvi7M33C7OSMTznwrVkckrbXe/aZWQ/+KFGLLF6IE50XIcjGrW0/uiDGb/im5qbqF2dh1dCFNa+sQ==}
- engines: {node: '>=v14'}
+ /@commitlint/config-conventional@18.6.0:
+ resolution: {integrity: sha512-CDCOf2eJz9D/TL44IBks0stM9TmdLCNE2B48owIU3YCadwzts/bobXPScagIgPQF6hhKYMEdj5zpUDlmbwuqwQ==}
+ engines: {node: '>=v18'}
dependencies:
- conventional-changelog-conventionalcommits: 6.1.0
+ conventional-changelog-conventionalcommits: 7.0.2
dev: true
- /@commitlint/config-validator@17.6.7:
- resolution: {integrity: sha512-vJSncmnzwMvpr3lIcm0I8YVVDJTzyjy7NZAeXbTXy+MPUdAr9pKyyg7Tx/ebOQ9kqzE6O9WT6jg2164br5UdsQ==}
- engines: {node: '>=v14'}
+ /@commitlint/config-validator@18.6.0:
+ resolution: {integrity: sha512-Ptfa865arNozlkjxrYG3qt6wT9AlhNUHeuDyKEZiTL/l0ftncFhK/KN0t/EAMV2tec+0Mwxo0FmhbESj/bI+1g==}
+ engines: {node: '>=v18'}
dependencies:
- '@commitlint/types': 17.4.4
- ajv: 8.11.0
+ '@commitlint/types': 18.6.0
+ ajv: 8.12.0
dev: true
- /@commitlint/ensure@17.6.7:
- resolution: {integrity: sha512-mfDJOd1/O/eIb/h4qwXzUxkmskXDL9vNPnZ4AKYKiZALz4vHzwMxBSYtyL2mUIDeU9DRSpEUins8SeKtFkYHSw==}
- engines: {node: '>=v14'}
+ /@commitlint/ensure@18.6.0:
+ resolution: {integrity: sha512-xY07NmOBJ7JuhX3tic021PaeLepZARIQyqpAQoNQZoml1keBFfB6MbA7XlWZv0ebbarUFE4yhKxOPw+WFv7/qw==}
+ engines: {node: '>=v18'}
dependencies:
- '@commitlint/types': 17.4.4
+ '@commitlint/types': 18.6.0
lodash.camelcase: 4.3.0
lodash.kebabcase: 4.1.1
lodash.snakecase: 4.1.1
@@ -1561,148 +1707,119 @@ packages:
lodash.upperfirst: 4.3.1
dev: true
- /@commitlint/execute-rule@17.4.0:
- resolution: {integrity: sha512-LIgYXuCSO5Gvtc0t9bebAMSwd68ewzmqLypqI2Kke1rqOqqDbMpYcYfoPfFlv9eyLIh4jocHWwCK5FS7z9icUA==}
- engines: {node: '>=v14'}
+ /@commitlint/execute-rule@18.4.4:
+ resolution: {integrity: sha512-a37Nd3bDQydtg9PCLLWM9ZC+GO7X5i4zJvrggJv5jBhaHsXeQ9ZWdO6ODYR+f0LxBXXNYK3geYXJrCWUCP8JEg==}
+ engines: {node: '>=v18'}
dev: true
- /@commitlint/format@17.4.4:
- resolution: {integrity: sha512-+IS7vpC4Gd/x+uyQPTAt3hXs5NxnkqAZ3aqrHd5Bx/R9skyCAWusNlNbw3InDbAK6j166D9asQM8fnmYIa+CXQ==}
- engines: {node: '>=v14'}
+ /@commitlint/format@18.6.0:
+ resolution: {integrity: sha512-8UNWfs2slPPSQiiVpLGJTnPHv7Jkd5KYxfbNXbmLL583bjom4RrylvyrCVnmZReA8nNad7pPXq6mDH4FNVj6xg==}
+ engines: {node: '>=v18'}
dependencies:
- '@commitlint/types': 17.4.4
+ '@commitlint/types': 18.6.0
chalk: 4.1.2
dev: true
- /@commitlint/is-ignored@17.8.0:
- resolution: {integrity: sha512-8bR6rxNcWaNprPBdE4ePIOwbxutTQGOsRPYWssX+zjGxnEljzaZSGzFUOMxapYILlf8Tts/O1wPQgG549Rdvdg==}
- engines: {node: '>=v14'}
+ /@commitlint/is-ignored@18.6.0:
+ resolution: {integrity: sha512-Xjx/ZyyJ4FdLuz0FcOvqiqSFgiO2yYj3QN9XlvyrxqbXTxPVC7QFEXJYBVPulUSN/gR7WXH1Udw+HYYfD17xog==}
+ engines: {node: '>=v18'}
dependencies:
- '@commitlint/types': 17.4.4
+ '@commitlint/types': 18.6.0
semver: 7.5.4
dev: true
- /@commitlint/lint@17.8.0:
- resolution: {integrity: sha512-4ihwnqOY4TcJN6iz5Jv1LeYavvBllONwFyGxOIWmCT5s4PNMb43cws2TUdbXTZL1Vq59etGKd5LWYDFPVbs5EA==}
- engines: {node: '>=v14'}
- dependencies:
- '@commitlint/is-ignored': 17.8.0
- '@commitlint/parse': 17.7.0
- '@commitlint/rules': 17.7.0
- '@commitlint/types': 17.4.4
- dev: true
-
- /@commitlint/load@17.7.2:
- resolution: {integrity: sha512-XA7WTnsjHZ4YH6ZYsrnxgLdXzriwMMq+utZUET6spbOEEIPBCDLdOQXS26P+v3TTO4hUHOEhzUquaBv3jbBixw==}
- engines: {node: '>=v14'}
- requiresBuild: true
+ /@commitlint/lint@18.6.0:
+ resolution: {integrity: sha512-ycbuDWfyykPmslgiHzhz8dL6F0BJYltXLVfc+M49z0c+FNITM0v+r0Vd2+Tdtq06VTc894p2+YSmZhulY8Jn3Q==}
+ engines: {node: '>=v18'}
dependencies:
- '@commitlint/config-validator': 17.6.7
- '@commitlint/execute-rule': 17.4.0
- '@commitlint/resolve-extends': 17.6.7
- '@commitlint/types': 17.4.4
- '@types/node': 20.5.1
- chalk: 4.1.2
- cosmiconfig: 8.2.0
- cosmiconfig-typescript-loader: 4.1.1(@types/node@20.5.1)(cosmiconfig@8.2.0)(ts-node@10.9.1)(typescript@5.2.2)
- lodash.isplainobject: 4.0.6
- lodash.merge: 4.6.2
- lodash.uniq: 4.5.0
- resolve-from: 5.0.0
- ts-node: 10.9.1(@types/node@20.5.1)(typescript@5.2.2)
- typescript: 5.2.2
- transitivePeerDependencies:
- - '@swc/core'
- - '@swc/wasm'
+ '@commitlint/is-ignored': 18.6.0
+ '@commitlint/parse': 18.6.0
+ '@commitlint/rules': 18.6.0
+ '@commitlint/types': 18.6.0
dev: true
- optional: true
- /@commitlint/load@17.8.0:
- resolution: {integrity: sha512-9VnGXYJCP4tXmR4YrwP8n5oX6T5ZsHfPQq6WuUQOvAI+QsDQMaTGgTRXr7us+xsjz+b+mMBSagogqfUx2aixyw==}
- engines: {node: '>=v14'}
+ /@commitlint/load@18.6.0(@types/node@20.10.8)(typescript@5.3.3):
+ resolution: {integrity: sha512-RRssj7TmzT0bowoEKlgwg8uQ7ORXWkw7lYLsZZBMi9aInsJuGNLNWcMxJxRZbwxG3jkCidGUg85WmqJvRjsaDA==}
+ engines: {node: '>=v18'}
dependencies:
- '@commitlint/config-validator': 17.6.7
- '@commitlint/execute-rule': 17.4.0
- '@commitlint/resolve-extends': 17.6.7
- '@commitlint/types': 17.4.4
- '@types/node': 20.5.1
+ '@commitlint/config-validator': 18.6.0
+ '@commitlint/execute-rule': 18.4.4
+ '@commitlint/resolve-extends': 18.6.0
+ '@commitlint/types': 18.6.0
chalk: 4.1.2
- cosmiconfig: 8.2.0
- cosmiconfig-typescript-loader: 4.1.1(@types/node@20.5.1)(cosmiconfig@8.2.0)(ts-node@10.9.1)(typescript@5.2.2)
+ cosmiconfig: 8.3.6(typescript@5.3.3)
+ cosmiconfig-typescript-loader: 5.0.0(@types/node@20.10.8)(cosmiconfig@8.3.6)(typescript@5.3.3)
lodash.isplainobject: 4.0.6
lodash.merge: 4.6.2
lodash.uniq: 4.5.0
resolve-from: 5.0.0
- ts-node: 10.9.1(@types/node@20.5.1)(typescript@5.2.2)
- typescript: 5.2.2
transitivePeerDependencies:
- - '@swc/core'
- - '@swc/wasm'
+ - '@types/node'
+ - typescript
dev: true
- /@commitlint/message@17.4.2:
- resolution: {integrity: sha512-3XMNbzB+3bhKA1hSAWPCQA3lNxR4zaeQAQcHj0Hx5sVdO6ryXtgUBGGv+1ZCLMgAPRixuc6en+iNAzZ4NzAa8Q==}
- engines: {node: '>=v14'}
+ /@commitlint/message@18.4.4:
+ resolution: {integrity: sha512-lHF95mMDYgAI1LBXveJUyg4eLaMXyOqJccCK3v55ZOEUsMPrDi8upqDjd/NmzWmESYihaOMBTAnxm+6oD1WoDQ==}
+ engines: {node: '>=v18'}
dev: true
- /@commitlint/parse@17.7.0:
- resolution: {integrity: sha512-dIvFNUMCUHqq5Abv80mIEjLVfw8QNuA4DS7OWip4pcK/3h5wggmjVnlwGCDvDChkw2TjK1K6O+tAEV78oxjxag==}
- engines: {node: '>=v14'}
+ /@commitlint/parse@18.6.0:
+ resolution: {integrity: sha512-Y/G++GJpATFw54O0jikc/h2ibyGHgghtPnwsOk3O/aU092ydJ5XEHYcd7xGNQYuLweLzQis2uEwRNk9AVIPbQQ==}
+ engines: {node: '>=v18'}
dependencies:
- '@commitlint/types': 17.4.4
- conventional-changelog-angular: 6.0.0
- conventional-commits-parser: 4.0.0
+ '@commitlint/types': 18.6.0
+ conventional-changelog-angular: 7.0.0
+ conventional-commits-parser: 5.0.0
dev: true
- /@commitlint/read@17.5.1:
- resolution: {integrity: sha512-7IhfvEvB//p9aYW09YVclHbdf1u7g7QhxeYW9ZHSO8Huzp8Rz7m05aCO1mFG7G8M+7yfFnXB5xOmG18brqQIBg==}
- engines: {node: '>=v14'}
+ /@commitlint/read@18.6.0:
+ resolution: {integrity: sha512-w39ji8VfWhPKRquPhRHB3Yd8XIHwaNHgOh28YI1QEmZ59qVpuVUQo6h/NsVb+uoC6LbXZiofTZv2iFR084jKEA==}
+ engines: {node: '>=v18'}
dependencies:
- '@commitlint/top-level': 17.4.0
- '@commitlint/types': 17.4.4
- fs-extra: 11.1.1
+ '@commitlint/top-level': 18.4.4
+ '@commitlint/types': 18.6.0
git-raw-commits: 2.0.11
- minimist: 1.2.7
+ minimist: 1.2.8
dev: true
- /@commitlint/resolve-extends@17.6.7:
- resolution: {integrity: sha512-PfeoAwLHtbOaC9bGn/FADN156CqkFz6ZKiVDMjuC2N5N0740Ke56rKU7Wxdwya8R8xzLK9vZzHgNbuGhaOVKIg==}
- engines: {node: '>=v14'}
+ /@commitlint/resolve-extends@18.6.0:
+ resolution: {integrity: sha512-k2Xp+Fxeggki2i90vGrbiLDMefPius3zGSTFFlRAPKce/SWLbZtI+uqE9Mne23mHO5lmcSV8z5m6ziiJwGpOcg==}
+ engines: {node: '>=v18'}
dependencies:
- '@commitlint/config-validator': 17.6.7
- '@commitlint/types': 17.4.4
+ '@commitlint/config-validator': 18.6.0
+ '@commitlint/types': 18.6.0
import-fresh: 3.3.0
lodash.mergewith: 4.6.2
resolve-from: 5.0.0
resolve-global: 1.0.0
dev: true
- /@commitlint/rules@17.7.0:
- resolution: {integrity: sha512-J3qTh0+ilUE5folSaoK91ByOb8XeQjiGcdIdiB/8UT1/Rd1itKo0ju/eQVGyFzgTMYt8HrDJnGTmNWwcMR1rmA==}
- engines: {node: '>=v14'}
+ /@commitlint/rules@18.6.0:
+ resolution: {integrity: sha512-pTalvCEvuCWrBWZA/YqO/3B3nZnY3Ncc+TmQsRajBdC1tkQIm5Iovdo4Ec7f2Dw1tVvpYMUUNAgcWqsY0WckWg==}
+ engines: {node: '>=v18'}
dependencies:
- '@commitlint/ensure': 17.6.7
- '@commitlint/message': 17.4.2
- '@commitlint/to-lines': 17.4.0
- '@commitlint/types': 17.4.4
+ '@commitlint/ensure': 18.6.0
+ '@commitlint/message': 18.4.4
+ '@commitlint/to-lines': 18.4.4
+ '@commitlint/types': 18.6.0
execa: 5.1.1
dev: true
- /@commitlint/to-lines@17.4.0:
- resolution: {integrity: sha512-LcIy/6ZZolsfwDUWfN1mJ+co09soSuNASfKEU5sCmgFCvX5iHwRYLiIuoqXzOVDYOy7E7IcHilr/KS0e5T+0Hg==}
- engines: {node: '>=v14'}
+ /@commitlint/to-lines@18.4.4:
+ resolution: {integrity: sha512-mwe2Roa59NCz/krniAdCygFabg7+fQCkIhXqBHw00XQ8Y7lw4poZLLxeGI3p3bLpcEOXdqIDrEGLwHmG5lBdwQ==}
+ engines: {node: '>=v18'}
dev: true
- /@commitlint/top-level@17.4.0:
- resolution: {integrity: sha512-/1loE/g+dTTQgHnjoCy0AexKAEFyHsR2zRB4NWrZ6lZSMIxAhBJnmCqwao7b4H8888PsfoTBCLBYIw8vGnej8g==}
- engines: {node: '>=v14'}
+ /@commitlint/top-level@18.4.4:
+ resolution: {integrity: sha512-PBwW1drgeavl9CadB7IPRUk6rkUP/O8jEkxjlC+ofuh3pw0bzJdAT+Kw7M1Yc9KtTb9xTaqUB8uvRtaybHa/tQ==}
+ engines: {node: '>=v18'}
dependencies:
find-up: 5.0.0
dev: true
- /@commitlint/types@17.4.4:
- resolution: {integrity: sha512-amRN8tRLYOsxRr6mTnGGGvB5EmW/4DDjLMgiwK3CCVEmN6Sr/6xePGEpWaspKkckILuUORCwe6VfDBw6uj4axQ==}
- engines: {node: '>=v14'}
+ /@commitlint/types@18.6.0:
+ resolution: {integrity: sha512-oavoKLML/eJa2rJeyYSbyGAYzTxQ6voG5oeX3OrxpfrkRWhJfm4ACnhoRf5tgiybx2MZ+EVFqC1Lw3W8/uwpZA==}
+ engines: {node: '>=v18'}
dependencies:
chalk: 4.1.2
dev: true
@@ -1714,38 +1831,38 @@ packages:
'@jridgewell/trace-mapping': 0.3.9
dev: true
- /@csstools/css-parser-algorithms@2.3.2(@csstools/css-tokenizer@2.2.1):
- resolution: {integrity: sha512-sLYGdAdEY2x7TSw9FtmdaTrh2wFtRJO5VMbBrA8tEqEod7GEggFmxTSK9XqExib3yMuYNcvcTdCZIP6ukdjAIA==}
+ /@csstools/css-parser-algorithms@2.5.0(@csstools/css-tokenizer@2.2.3):
+ resolution: {integrity: sha512-abypo6m9re3clXA00eu5syw+oaPHbJTPapu9C4pzNsJ4hdZDzushT50Zhu+iIYXgEe1CxnRMn7ngsbV+MLrlpQ==}
engines: {node: ^14 || ^16 || >=18}
peerDependencies:
- '@csstools/css-tokenizer': ^2.2.1
+ '@csstools/css-tokenizer': ^2.2.3
dependencies:
- '@csstools/css-tokenizer': 2.2.1
+ '@csstools/css-tokenizer': 2.2.3
dev: true
- /@csstools/css-tokenizer@2.2.1:
- resolution: {integrity: sha512-Zmsf2f/CaEPWEVgw29odOj+WEVoiJy9s9NOv5GgNY9mZ1CZ7394By6wONrONrTsnNDv6F9hR02nvFihrGVGHBg==}
+ /@csstools/css-tokenizer@2.2.3:
+ resolution: {integrity: sha512-pp//EvZ9dUmGuGtG1p+n17gTHEOqu9jO+FiCUjNN3BDmyhdA2Jq9QsVeR7K8/2QCK17HSsioPlTW9ZkzoWb3Lg==}
engines: {node: ^14 || ^16 || >=18}
dev: true
- /@csstools/media-query-list-parser@2.1.5(@csstools/css-parser-algorithms@2.3.2)(@csstools/css-tokenizer@2.2.1):
- resolution: {integrity: sha512-IxVBdYzR8pYe89JiyXQuYk4aVVoCPhMJkz6ElRwlVysjwURTsTk/bmY/z4FfeRE+CRBMlykPwXEVUg8lThv7AQ==}
+ /@csstools/media-query-list-parser@2.1.7(@csstools/css-parser-algorithms@2.5.0)(@csstools/css-tokenizer@2.2.3):
+ resolution: {integrity: sha512-lHPKJDkPUECsyAvD60joYfDmp8UERYxHGkFfyLJFTVK/ERJe0sVlIFLXU5XFxdjNDTerp5L4KeaKG+Z5S94qxQ==}
engines: {node: ^14 || ^16 || >=18}
peerDependencies:
- '@csstools/css-parser-algorithms': ^2.3.2
- '@csstools/css-tokenizer': ^2.2.1
+ '@csstools/css-parser-algorithms': ^2.5.0
+ '@csstools/css-tokenizer': ^2.2.3
dependencies:
- '@csstools/css-parser-algorithms': 2.3.2(@csstools/css-tokenizer@2.2.1)
- '@csstools/css-tokenizer': 2.2.1
+ '@csstools/css-parser-algorithms': 2.5.0(@csstools/css-tokenizer@2.2.3)
+ '@csstools/css-tokenizer': 2.2.3
dev: true
- /@csstools/selector-specificity@3.0.0(postcss-selector-parser@6.0.13):
- resolution: {integrity: sha512-hBI9tfBtuPIi885ZsZ32IMEU/5nlZH/KOVYJCOh7gyMxaVLGmLedYqFN6Ui1LXkI8JlC8IsuC0rF0btcRZKd5g==}
+ /@csstools/selector-specificity@3.0.1(postcss-selector-parser@6.0.15):
+ resolution: {integrity: sha512-NPljRHkq4a14YzZ3YD406uaxh7s0g6eAq3L9aLOWywoqe8PkYamAvtsh7KNX6c++ihDrJ0RiU+/z7rGnhlZ5ww==}
engines: {node: ^14 || ^16 || >=18}
peerDependencies:
postcss-selector-parser: ^6.0.13
dependencies:
- postcss-selector-parser: 6.0.13
+ postcss-selector-parser: 6.0.15
dev: true
/@ctrl/tinycolor@3.6.1:
@@ -1761,8 +1878,17 @@ packages:
resolution: {integrity: sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ==}
dev: false
- /@esbuild/android-arm64@0.18.20:
- resolution: {integrity: sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==}
+ /@esbuild/aix-ppc64@0.19.11:
+ resolution: {integrity: sha512-FnzU0LyE3ySQk7UntJO4+qIiQgI7KoODnZg5xzXIrFJlKd2P2gwHsHY4927xj9y5PJmJSzULiUCWmv7iWnNa7g==}
+ engines: {node: '>=12'}
+ cpu: [ppc64]
+ os: [aix]
+ requiresBuild: true
+ dev: true
+ optional: true
+
+ /@esbuild/android-arm64@0.19.11:
+ resolution: {integrity: sha512-aiu7K/5JnLj//KOnOfEZ0D90obUkRzDMyqd/wNAUQ34m4YUPVhRZpnqKV9uqDGxT7cToSDnIHsGooyIczu9T+Q==}
engines: {node: '>=12'}
cpu: [arm64]
os: [android]
@@ -1770,8 +1896,8 @@ packages:
dev: true
optional: true
- /@esbuild/android-arm@0.18.20:
- resolution: {integrity: sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==}
+ /@esbuild/android-arm@0.19.11:
+ resolution: {integrity: sha512-5OVapq0ClabvKvQ58Bws8+wkLCV+Rxg7tUVbo9xu034Nm536QTII4YzhaFriQ7rMrorfnFKUsArD2lqKbFY4vw==}
engines: {node: '>=12'}
cpu: [arm]
os: [android]
@@ -1779,8 +1905,8 @@ packages:
dev: true
optional: true
- /@esbuild/android-x64@0.18.20:
- resolution: {integrity: sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==}
+ /@esbuild/android-x64@0.19.11:
+ resolution: {integrity: sha512-eccxjlfGw43WYoY9QgB82SgGgDbibcqyDTlk3l3C0jOVHKxrjdc9CTwDUQd0vkvYg5um0OH+GpxYvp39r+IPOg==}
engines: {node: '>=12'}
cpu: [x64]
os: [android]
@@ -1788,8 +1914,8 @@ packages:
dev: true
optional: true
- /@esbuild/darwin-arm64@0.18.20:
- resolution: {integrity: sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==}
+ /@esbuild/darwin-arm64@0.19.11:
+ resolution: {integrity: sha512-ETp87DRWuSt9KdDVkqSoKoLFHYTrkyz2+65fj9nfXsaV3bMhTCjtQfw3y+um88vGRKRiF7erPrh/ZuIdLUIVxQ==}
engines: {node: '>=12'}
cpu: [arm64]
os: [darwin]
@@ -1797,8 +1923,8 @@ packages:
dev: true
optional: true
- /@esbuild/darwin-x64@0.18.20:
- resolution: {integrity: sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==}
+ /@esbuild/darwin-x64@0.19.11:
+ resolution: {integrity: sha512-fkFUiS6IUK9WYUO/+22omwetaSNl5/A8giXvQlcinLIjVkxwTLSktbF5f/kJMftM2MJp9+fXqZ5ezS7+SALp4g==}
engines: {node: '>=12'}
cpu: [x64]
os: [darwin]
@@ -1806,8 +1932,8 @@ packages:
dev: true
optional: true
- /@esbuild/freebsd-arm64@0.18.20:
- resolution: {integrity: sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==}
+ /@esbuild/freebsd-arm64@0.19.11:
+ resolution: {integrity: sha512-lhoSp5K6bxKRNdXUtHoNc5HhbXVCS8V0iZmDvyWvYq9S5WSfTIHU2UGjcGt7UeS6iEYp9eeymIl5mJBn0yiuxA==}
engines: {node: '>=12'}
cpu: [arm64]
os: [freebsd]
@@ -1815,8 +1941,8 @@ packages:
dev: true
optional: true
- /@esbuild/freebsd-x64@0.18.20:
- resolution: {integrity: sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==}
+ /@esbuild/freebsd-x64@0.19.11:
+ resolution: {integrity: sha512-JkUqn44AffGXitVI6/AbQdoYAq0TEullFdqcMY/PCUZ36xJ9ZJRtQabzMA+Vi7r78+25ZIBosLTOKnUXBSi1Kw==}
engines: {node: '>=12'}
cpu: [x64]
os: [freebsd]
@@ -1824,8 +1950,8 @@ packages:
dev: true
optional: true
- /@esbuild/linux-arm64@0.18.20:
- resolution: {integrity: sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==}
+ /@esbuild/linux-arm64@0.19.11:
+ resolution: {integrity: sha512-LneLg3ypEeveBSMuoa0kwMpCGmpu8XQUh+mL8XXwoYZ6Be2qBnVtcDI5azSvh7vioMDhoJFZzp9GWp9IWpYoUg==}
engines: {node: '>=12'}
cpu: [arm64]
os: [linux]
@@ -1833,8 +1959,8 @@ packages:
dev: true
optional: true
- /@esbuild/linux-arm@0.18.20:
- resolution: {integrity: sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==}
+ /@esbuild/linux-arm@0.19.11:
+ resolution: {integrity: sha512-3CRkr9+vCV2XJbjwgzjPtO8T0SZUmRZla+UL1jw+XqHZPkPgZiyWvbDvl9rqAN8Zl7qJF0O/9ycMtjU67HN9/Q==}
engines: {node: '>=12'}
cpu: [arm]
os: [linux]
@@ -1842,8 +1968,8 @@ packages:
dev: true
optional: true
- /@esbuild/linux-ia32@0.18.20:
- resolution: {integrity: sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==}
+ /@esbuild/linux-ia32@0.19.11:
+ resolution: {integrity: sha512-caHy++CsD8Bgq2V5CodbJjFPEiDPq8JJmBdeyZ8GWVQMjRD0sU548nNdwPNvKjVpamYYVL40AORekgfIubwHoA==}
engines: {node: '>=12'}
cpu: [ia32]
os: [linux]
@@ -1851,8 +1977,8 @@ packages:
dev: true
optional: true
- /@esbuild/linux-loong64@0.18.20:
- resolution: {integrity: sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==}
+ /@esbuild/linux-loong64@0.19.11:
+ resolution: {integrity: sha512-ppZSSLVpPrwHccvC6nQVZaSHlFsvCQyjnvirnVjbKSHuE5N24Yl8F3UwYUUR1UEPaFObGD2tSvVKbvR+uT1Nrg==}
engines: {node: '>=12'}
cpu: [loong64]
os: [linux]
@@ -1860,8 +1986,8 @@ packages:
dev: true
optional: true
- /@esbuild/linux-mips64el@0.18.20:
- resolution: {integrity: sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==}
+ /@esbuild/linux-mips64el@0.19.11:
+ resolution: {integrity: sha512-B5x9j0OgjG+v1dF2DkH34lr+7Gmv0kzX6/V0afF41FkPMMqaQ77pH7CrhWeR22aEeHKaeZVtZ6yFwlxOKPVFyg==}
engines: {node: '>=12'}
cpu: [mips64el]
os: [linux]
@@ -1869,8 +1995,8 @@ packages:
dev: true
optional: true
- /@esbuild/linux-ppc64@0.18.20:
- resolution: {integrity: sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==}
+ /@esbuild/linux-ppc64@0.19.11:
+ resolution: {integrity: sha512-MHrZYLeCG8vXblMetWyttkdVRjQlQUb/oMgBNurVEnhj4YWOr4G5lmBfZjHYQHHN0g6yDmCAQRR8MUHldvvRDA==}
engines: {node: '>=12'}
cpu: [ppc64]
os: [linux]
@@ -1878,8 +2004,8 @@ packages:
dev: true
optional: true
- /@esbuild/linux-riscv64@0.18.20:
- resolution: {integrity: sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==}
+ /@esbuild/linux-riscv64@0.19.11:
+ resolution: {integrity: sha512-f3DY++t94uVg141dozDu4CCUkYW+09rWtaWfnb3bqe4w5NqmZd6nPVBm+qbz7WaHZCoqXqHz5p6CM6qv3qnSSQ==}
engines: {node: '>=12'}
cpu: [riscv64]
os: [linux]
@@ -1887,8 +2013,8 @@ packages:
dev: true
optional: true
- /@esbuild/linux-s390x@0.18.20:
- resolution: {integrity: sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==}
+ /@esbuild/linux-s390x@0.19.11:
+ resolution: {integrity: sha512-A5xdUoyWJHMMlcSMcPGVLzYzpcY8QP1RtYzX5/bS4dvjBGVxdhuiYyFwp7z74ocV7WDc0n1harxmpq2ePOjI0Q==}
engines: {node: '>=12'}
cpu: [s390x]
os: [linux]
@@ -1896,8 +2022,8 @@ packages:
dev: true
optional: true
- /@esbuild/linux-x64@0.18.20:
- resolution: {integrity: sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==}
+ /@esbuild/linux-x64@0.19.11:
+ resolution: {integrity: sha512-grbyMlVCvJSfxFQUndw5mCtWs5LO1gUlwP4CDi4iJBbVpZcqLVT29FxgGuBJGSzyOxotFG4LoO5X+M1350zmPA==}
engines: {node: '>=12'}
cpu: [x64]
os: [linux]
@@ -1905,8 +2031,8 @@ packages:
dev: true
optional: true
- /@esbuild/netbsd-x64@0.18.20:
- resolution: {integrity: sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==}
+ /@esbuild/netbsd-x64@0.19.11:
+ resolution: {integrity: sha512-13jvrQZJc3P230OhU8xgwUnDeuC/9egsjTkXN49b3GcS5BKvJqZn86aGM8W9pd14Kd+u7HuFBMVtrNGhh6fHEQ==}
engines: {node: '>=12'}
cpu: [x64]
os: [netbsd]
@@ -1914,8 +2040,8 @@ packages:
dev: true
optional: true
- /@esbuild/openbsd-x64@0.18.20:
- resolution: {integrity: sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==}
+ /@esbuild/openbsd-x64@0.19.11:
+ resolution: {integrity: sha512-ysyOGZuTp6SNKPE11INDUeFVVQFrhcNDVUgSQVDzqsqX38DjhPEPATpid04LCoUr2WXhQTEZ8ct/EgJCUDpyNw==}
engines: {node: '>=12'}
cpu: [x64]
os: [openbsd]
@@ -1923,8 +2049,8 @@ packages:
dev: true
optional: true
- /@esbuild/sunos-x64@0.18.20:
- resolution: {integrity: sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==}
+ /@esbuild/sunos-x64@0.19.11:
+ resolution: {integrity: sha512-Hf+Sad9nVwvtxy4DXCZQqLpgmRTQqyFyhT3bZ4F2XlJCjxGmRFF0Shwn9rzhOYRB61w9VMXUkxlBy56dk9JJiQ==}
engines: {node: '>=12'}
cpu: [x64]
os: [sunos]
@@ -1932,8 +2058,8 @@ packages:
dev: true
optional: true
- /@esbuild/win32-arm64@0.18.20:
- resolution: {integrity: sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==}
+ /@esbuild/win32-arm64@0.19.11:
+ resolution: {integrity: sha512-0P58Sbi0LctOMOQbpEOvOL44Ne0sqbS0XWHMvvrg6NE5jQ1xguCSSw9jQeUk2lfrXYsKDdOe6K+oZiwKPilYPQ==}
engines: {node: '>=12'}
cpu: [arm64]
os: [win32]
@@ -1941,8 +2067,8 @@ packages:
dev: true
optional: true
- /@esbuild/win32-ia32@0.18.20:
- resolution: {integrity: sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==}
+ /@esbuild/win32-ia32@0.19.11:
+ resolution: {integrity: sha512-6YOrWS+sDJDmshdBIQU+Uoyh7pQKrdykdefC1avn76ss5c+RN6gut3LZA4E2cH5xUEp5/cA0+YxRaVtRAb0xBg==}
engines: {node: '>=12'}
cpu: [ia32]
os: [win32]
@@ -1950,8 +2076,8 @@ packages:
dev: true
optional: true
- /@esbuild/win32-x64@0.18.20:
- resolution: {integrity: sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==}
+ /@esbuild/win32-x64@0.19.11:
+ resolution: {integrity: sha512-vfkhltrjCAb603XaFhqhAF4LGDi2M4OrCRrFusyQ+iTLQ/o60QQXxc9cZC/FFpihBI9N1Grn6SMKVJ4KP7Fuiw==}
engines: {node: '>=12'}
cpu: [x64]
os: [win32]
@@ -1959,30 +2085,57 @@ packages:
dev: true
optional: true
- /@eslint-community/eslint-utils@4.4.0(eslint@8.51.0):
+ /@eslint-community/eslint-utils@4.4.0(eslint@7.32.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: 7.32.0
+ eslint-visitor-keys: 3.4.3
+ dev: true
+
+ /@eslint-community/eslint-utils@4.4.0(eslint@8.56.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: 8.51.0
+ eslint: 8.56.0
eslint-visitor-keys: 3.4.3
dev: true
- /@eslint-community/regexpp@4.9.1:
- resolution: {integrity: sha512-Y27x+MBLjXa+0JWDhykM3+JE+il3kHKAEqabfEWq3SDhZjLYb6/BHL/JKFnH3fe207JaXkyDo685Oc2Glt6ifA==}
+ /@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: true
- /@eslint/eslintrc@2.1.2:
- resolution: {integrity: sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g==}
+ /@eslint/eslintrc@0.4.3:
+ resolution: {integrity: sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==}
+ engines: {node: ^10.12.0 || >=12.0.0}
+ dependencies:
+ ajv: 6.12.6
+ debug: 4.3.4
+ espree: 7.3.1
+ globals: 13.24.0
+ ignore: 4.0.6
+ import-fresh: 3.3.0
+ js-yaml: 3.14.1
+ minimatch: 3.1.2
+ strip-json-comments: 3.1.1
+ 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
espree: 9.6.1
- globals: 13.20.0
- ignore: 5.2.4
+ globals: 13.24.0
+ ignore: 5.3.0
import-fresh: 3.3.0
js-yaml: 4.1.0
minimatch: 3.1.2
@@ -1991,13 +2144,33 @@ packages:
- supports-color
dev: true
- /@eslint/js@8.51.0:
- resolution: {integrity: sha512-HxjQ8Qn+4SI3/AFv6sOrDB+g6PpUTDwSJiQqOrnneEk8L71161srI9gjzzZvYVbzHiVg/BvcH95+cK/zfIt4pg==}
+ /@eslint/js@8.56.0:
+ resolution: {integrity: sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true
- /@humanwhocodes/config-array@0.11.11:
- resolution: {integrity: sha512-N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA==}
+ /@exodus/schemasafe@1.3.0:
+ resolution: {integrity: sha512-5Aap/GaRupgNx/feGBwLLTVv8OQFfv3pq2lPRzPg9R+IOBnDgghTGW7l7EuVXOvg5cc/xSAlRW8rBrjIC3Nvqw==}
+ dev: true
+
+ /@faker-js/faker@8.4.0:
+ resolution: {integrity: sha512-htW87352wzUCdX1jyUQocUcmAaFqcR/w082EC8iP/gtkF0K+aKcBp0hR5Arb7dzR8tQ1TrhE9DNa5EbJELm84w==}
+ engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0, npm: '>=6.14.13'}
+ dev: true
+
+ /@humanwhocodes/config-array@0.11.14:
+ resolution: {integrity: sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==}
+ engines: {node: '>=10.10.0'}
+ dependencies:
+ '@humanwhocodes/object-schema': 2.0.2
+ debug: 4.3.4
+ minimatch: 3.1.2
+ transitivePeerDependencies:
+ - supports-color
+ dev: true
+
+ /@humanwhocodes/config-array@0.5.0:
+ resolution: {integrity: sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==}
engines: {node: '>=10.10.0'}
dependencies:
'@humanwhocodes/object-schema': 1.2.1
@@ -2016,46 +2189,77 @@ packages:
resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==}
dev: true
+ /@humanwhocodes/object-schema@2.0.2:
+ resolution: {integrity: sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==}
+ dev: true
+
/@hutson/parse-repository-url@5.0.0:
resolution: {integrity: sha512-e5+YUKENATs1JgYHMzTr2MW/NDcXGfYFAuOQU8gJgF/kEh4EqKgfGrfLI67bMD4tbhZVlkigz/9YYwWcbOFthg==}
engines: {node: '>=10.13.0'}
dev: true
+ /@iconify-json/ant-design@1.1.14:
+ resolution: {integrity: sha512-43K3xnXzhGnNWwXhaSAZrP8ZV7pbqpGQsr3F88EpVJCUbQ9iquPbOldkGQ72k24FPvFKInCYFTgIuwhOVu0q1A==}
+ dependencies:
+ '@iconify/types': 2.0.0
+ dev: true
+
+ /@iconify-json/ep@1.1.14:
+ resolution: {integrity: sha512-F5tuycil4mEYNLtKcHRcPVOFOiN9nT+9wjTSUm27aIH/ylrKEoZWmB6sBXSLa1IUvsqPOlWXgz3ohISzknSQ5A==}
+ dependencies:
+ '@iconify/types': 2.0.0
+ dev: true
+
+ /@iconify/json@2.2.176:
+ resolution: {integrity: sha512-Pw1MA57OZdzyrJgGHzZXVnoht8vndv4aM6I3xj4SeimF14HA3e101Ignnlw2h/+Yjujf43jH7doPIVAhgCTFMw==}
+ dependencies:
+ '@iconify/types': 2.0.0
+ pathe: 1.1.2
+ dev: true
+
/@iconify/types@2.0.0:
resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==}
- dev: true
- /@iconify/utils@2.1.11:
- resolution: {integrity: sha512-M/w3PkN8zQYXi8N6qK/KhnYMfEbbb6Sk8RZVn8g+Pmmu5ybw177RpsaGwpziyHeUsu4etrexYSWq3rwnIqzYCg==}
+ /@iconify/utils@2.1.20:
+ resolution: {integrity: sha512-t8TeKlYK/5i9yTY9VAGAE4P0qQHd/0vH+VSRO+bdpxlt8wqB6f2I0/IrciRsdeFZPMoL8IICgP7lgl2ZtbG8Tw==}
dependencies:
'@antfu/install-pkg': 0.1.1
- '@antfu/utils': 0.7.6
+ '@antfu/utils': 0.7.7
'@iconify/types': 2.0.0
debug: 4.3.4
kolorist: 1.8.0
- local-pkg: 0.4.3
+ local-pkg: 0.5.0
transitivePeerDependencies:
- supports-color
dev: true
- /@intlify/core-base@9.5.0:
- resolution: {integrity: sha512-y3ufM1RJbI/DSmJf3lYs9ACq3S/iRvaSsE3rPIk0MGH7fp+JxU6rdryv/EYcwfcr3Y1aHFlCBir6S391hRZ57w==}
+ /@iconify/vue@4.1.1(vue@3.4.15):
+ resolution: {integrity: sha512-RL85Bm/DAe8y6rT6pux7D2FJSiUEM/TPfyK7GrbAOfTSwrhvwJW+S5yijdGcmtXouA8MtuH9C7l4hiSE4mLMjg==}
+ peerDependencies:
+ vue: '>=3'
+ dependencies:
+ '@iconify/types': 2.0.0
+ vue: 3.4.15(typescript@5.3.3)
+ dev: false
+
+ /@intlify/core-base@9.9.0:
+ resolution: {integrity: sha512-C7UXPymDIOlMGSNjAhNLtKgzITc/8BjINK5gNKXg8GiWCTwL6n3MWr55czksxn8RM5wTMz0qcLOFT+adtaVQaA==}
engines: {node: '>= 16'}
dependencies:
- '@intlify/message-compiler': 9.5.0
- '@intlify/shared': 9.5.0
+ '@intlify/message-compiler': 9.9.0
+ '@intlify/shared': 9.9.0
dev: false
- /@intlify/message-compiler@9.5.0:
- resolution: {integrity: sha512-CAhVNfEZcOVFg0/5MNyt+OFjvs4J/ARjCj2b+54/FvFP0EDJI5lIqMTSDBE7k0atMROSP0SvWCkwu/AZ5xkK1g==}
+ /@intlify/message-compiler@9.9.0:
+ resolution: {integrity: sha512-yDU/jdUm9KuhEzYfS+wuyja209yXgdl1XFhMlKtXEgSFTxz4COZQCRXXbbH8JrAjMsaJ7bdoPSLsKlY6mXG2iA==}
engines: {node: '>= 16'}
dependencies:
- '@intlify/shared': 9.5.0
+ '@intlify/shared': 9.9.0
source-map-js: 1.0.2
dev: false
- /@intlify/shared@9.5.0:
- resolution: {integrity: sha512-tAxV14LMXZDZbu32XzLMTsowNlgJNmLwWHYzvMUl6L8gvQeoYiZONjY7AUsqZW8TOZDX9lfvF6adPkk9FSRdDA==}
+ /@intlify/shared@9.9.0:
+ resolution: {integrity: sha512-1ECUyAHRrzOJbOizyGufYP2yukqGrWXtkmTu4PcswVnWbkcjzk3YQGmJ0bLkM7JZ0ZYAaohLGdYvBYnTOGYJ9g==}
engines: {node: '>= 16'}
dev: false
@@ -2065,23 +2269,23 @@ packages:
dependencies:
string-width: 5.1.2
string-width-cjs: /string-width@4.2.3
- strip-ansi: 7.0.1
+ strip-ansi: 7.1.0
strip-ansi-cjs: /strip-ansi@6.0.1
wrap-ansi: 8.1.0
wrap-ansi-cjs: /wrap-ansi@7.0.0
dev: true
- /@jridgewell/gen-mapping@0.3.2:
- resolution: {integrity: sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==}
+ /@jridgewell/gen-mapping@0.3.3:
+ resolution: {integrity: sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==}
engines: {node: '>=6.0.0'}
dependencies:
'@jridgewell/set-array': 1.1.2
'@jridgewell/sourcemap-codec': 1.4.15
- '@jridgewell/trace-mapping': 0.3.18
+ '@jridgewell/trace-mapping': 0.3.22
dev: true
- /@jridgewell/resolve-uri@3.1.0:
- resolution: {integrity: sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==}
+ /@jridgewell/resolve-uri@3.1.1:
+ resolution: {integrity: sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==}
engines: {node: '>=6.0.0'}
dev: true
@@ -2090,32 +2294,61 @@ packages:
engines: {node: '>=6.0.0'}
dev: true
- /@jridgewell/source-map@0.3.3:
- resolution: {integrity: sha512-b+fsZXeLYi9fEULmfBrhxn4IrPlINf8fiNarzTof004v3lFdntdwa9PF7vFJqm3mg7s+ScJMxXaE3Acp1irZcg==}
+ /@jridgewell/source-map@0.3.5:
+ resolution: {integrity: sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==}
dependencies:
- '@jridgewell/gen-mapping': 0.3.2
- '@jridgewell/trace-mapping': 0.3.18
- dev: true
-
- /@jridgewell/sourcemap-codec@1.4.14:
- resolution: {integrity: sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==}
+ '@jridgewell/gen-mapping': 0.3.3
+ '@jridgewell/trace-mapping': 0.3.22
dev: true
/@jridgewell/sourcemap-codec@1.4.15:
resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==}
- /@jridgewell/trace-mapping@0.3.18:
- resolution: {integrity: sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA==}
+ /@jridgewell/trace-mapping@0.3.22:
+ resolution: {integrity: sha512-Wf963MzWtA2sjrNt+g18IAln9lKnlRp+K2eH4jjIoF1wYeq3aMREpG09xhlhdzS0EjwU7qmUJYangWa+151vZw==}
dependencies:
- '@jridgewell/resolve-uri': 3.1.0
- '@jridgewell/sourcemap-codec': 1.4.14
+ '@jridgewell/resolve-uri': 3.1.1
+ '@jridgewell/sourcemap-codec': 1.4.15
dev: true
/@jridgewell/trace-mapping@0.3.9:
resolution: {integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==}
dependencies:
- '@jridgewell/resolve-uri': 3.1.0
- '@jridgewell/sourcemap-codec': 1.4.14
+ '@jridgewell/resolve-uri': 3.1.1
+ '@jridgewell/sourcemap-codec': 1.4.15
+ dev: true
+
+ /@mswjs/cookies@1.1.0:
+ resolution: {integrity: sha512-0ZcCVQxifZmhwNBoQIrystCb+2sWBY2Zw8lpfJBPCHGCA/HWqehITeCRVIv4VMy8MPlaHo2w2pTHFV2pFfqKPw==}
+ engines: {node: '>=18'}
+
+ /@mswjs/interceptors@0.25.14:
+ resolution: {integrity: sha512-2dnIxl+obqIqjoPXTFldhe6pcdOrqiz+GcLaQQ6hmL02OldAF7nIC+rUgTWm+iF6lvmyCVhFFqbgbapNhR8eag==}
+ engines: {node: '>=18'}
+ dependencies:
+ '@open-draft/deferred-promise': 2.2.0
+ '@open-draft/logger': 0.3.0
+ '@open-draft/until': 2.1.0
+ is-node-process: 1.2.0
+ outvariant: 1.4.2
+ strict-event-emitter: 0.5.1
+ dev: false
+
+ /@mswjs/interceptors@0.25.15:
+ resolution: {integrity: sha512-s4jdyxmq1eeftfDXJ7MUiK/jlvYaU8Sr75+42hHCVBrYez0k51RHbMitKIKdmsF92Q6gwhp8Sm1MmvdA9llpcg==}
+ engines: {node: '>=18'}
+ dependencies:
+ '@open-draft/deferred-promise': 2.2.0
+ '@open-draft/logger': 0.3.0
+ '@open-draft/until': 2.1.0
+ is-node-process: 1.2.0
+ outvariant: 1.4.2
+ strict-event-emitter: 0.5.1
+
+ /@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1:
+ resolution: {integrity: sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==}
+ dependencies:
+ eslint-scope: 5.1.1
dev: true
/@nodelib/fs.scandir@2.1.5:
@@ -2136,9 +2369,21 @@ packages:
engines: {node: '>= 8'}
dependencies:
'@nodelib/fs.scandir': 2.1.5
- fastq: 1.13.0
+ fastq: 1.16.0
dev: true
+ /@open-draft/deferred-promise@2.2.0:
+ resolution: {integrity: sha512-CecwLWx3rhxVQF6V4bAgPS5t+So2sTbPgAzafKkVizyi7tlwpcFpdFqq+wqF2OwNBmqFuu6tOyouTuxgpMfzmA==}
+
+ /@open-draft/logger@0.3.0:
+ resolution: {integrity: sha512-X2g45fzhxH238HKO4xbSr7+wBS8Fvw6ixhTDuvLd5mqh6bJJCFAPwU9mPDxbcrRtfxv4u5IHCEH77BmxvXmmxQ==}
+ dependencies:
+ is-node-process: 1.2.0
+ outvariant: 1.4.2
+
+ /@open-draft/until@2.1.0:
+ resolution: {integrity: sha512-U69T3ItWHvLwGg5eJ0n3I62nWuE6ilHlmz7zM0npLBRvPRd7e6NYmg54vvRtP5mZG7kZqZCFVdsTWo7BPtBujg==}
+
/@pkgjs/parseargs@0.11.0:
resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
engines: {node: '>=14'}
@@ -2146,69 +2391,17 @@ packages:
dev: true
optional: true
- /@pkgr/utils@2.4.2:
- resolution: {integrity: sha512-POgTXhjrTfbTV63DiFXav4lBHiICLKKwDeaKn9Nphwj7WH6m0hMMCaJkMyRWjgtPFyRKRVoMXXjczsTQRDEhYw==}
+ /@pkgr/core@0.1.1:
+ resolution: {integrity: sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==}
engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0}
- dependencies:
- cross-spawn: 7.0.3
- fast-glob: 3.3.1
- is-glob: 4.0.3
- open: 9.1.0
- picocolors: 1.0.0
- tslib: 2.6.2
- dev: true
-
- /@polka/url@1.0.0-next.21:
- resolution: {integrity: sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==}
- dev: true
-
- /@rollup/plugin-node-resolve@13.3.0:
- resolution: {integrity: sha512-Lus8rbUo1eEcnS4yTFKLZrVumLPY+YayBdWXgFSHYhTT2iJbMhoaaBL3xl5NCdeRytErGr8tZ0L71BMRmnlwSw==}
- engines: {node: '>= 10.0.0'}
- peerDependencies:
- rollup: ^2.42.0
- peerDependenciesMeta:
- rollup:
- optional: true
- dependencies:
- '@rollup/pluginutils': 3.1.0
- '@types/resolve': 1.17.1
- deepmerge: 4.2.2
- is-builtin-module: 3.2.0
- is-module: 1.0.0
- resolve: 1.22.1
- dev: true
-
- /@rollup/pluginutils@3.1.0:
- resolution: {integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==}
- engines: {node: '>= 8.0.0'}
- peerDependencies:
- rollup: ^1.20.0||^2.0.0
- peerDependenciesMeta:
- rollup:
- optional: true
- dependencies:
- '@types/estree': 0.0.39
- estree-walker: 1.0.1
- picomatch: 2.3.1
dev: true
- /@rollup/pluginutils@5.0.2:
- resolution: {integrity: sha512-pTd9rIsP92h+B6wWwFbW8RkZv4hiR/xKsqre4SIuAOaOEQRxi0lqLke9k2/7WegC85GgUs9pjmOjCUi3In4vwA==}
- engines: {node: '>=14.0.0'}
- peerDependencies:
- rollup: ^1.20.0||^2.0.0||^3.0.0
- peerDependenciesMeta:
- rollup:
- optional: true
- dependencies:
- '@types/estree': 1.0.0
- estree-walker: 2.0.2
- picomatch: 2.3.1
+ /@polka/url@1.0.0-next.24:
+ resolution: {integrity: sha512-2LuNTFBIO0m7kKIQvvPHN6UE63VjpmL9rnEEaOOaiSPbZK+zUOYIzBAWcED+3XYzhYsd/0mD57VdxAEqqV52CQ==}
dev: true
- /@rollup/pluginutils@5.0.5:
- resolution: {integrity: sha512-6aEYR910NyP73oHiJglti74iRyOwgFU4x3meH/H8OJx6Ry0j6cOVZ5X/wTvub7G7Ao6qaHBEaNsV3GLJkSsF+Q==}
+ /@rollup/pluginutils@5.1.0:
+ resolution: {integrity: sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==}
engines: {node: '>=14.0.0'}
peerDependencies:
rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0
@@ -2216,21 +2409,164 @@ packages:
rollup:
optional: true
dependencies:
- '@types/estree': 1.0.0
+ '@types/estree': 1.0.5
estree-walker: 2.0.2
picomatch: 2.3.1
dev: true
- /@simonwep/pickr@1.8.2:
- resolution: {integrity: sha512-/l5w8BIkrpP6n1xsetx9MWPWlU6OblN5YgZZphxan0Tq4BByTCETL6lyIeY8lagalS2Nbt4F2W034KHLIiunKA==}
- dependencies:
- core-js: 3.33.0
- nanopop: 2.2.0
- dev: false
-
- /@socket.io/component-emitter@3.1.0:
- resolution: {integrity: sha512-+9jVqKhRSpsc591z5vX+X5Yyw+he/HCB4iQ/RYxw35CEPaY1gnsNE43nf9n9AaYjAQrTiI/mOwKUKdUs9vf7Xg==}
- dev: false
+ /@rollup/rollup-android-arm-eabi@4.9.6:
+ resolution: {integrity: sha512-MVNXSSYN6QXOulbHpLMKYi60ppyO13W9my1qogeiAqtjb2yR4LSmfU2+POvDkLzhjYLXz9Rf9+9a3zFHW1Lecg==}
+ cpu: [arm]
+ os: [android]
+ requiresBuild: true
+ dev: true
+ optional: true
+
+ /@rollup/rollup-android-arm64@4.9.6:
+ resolution: {integrity: sha512-T14aNLpqJ5wzKNf5jEDpv5zgyIqcpn1MlwCrUXLrwoADr2RkWA0vOWP4XxbO9aiO3dvMCQICZdKeDrFl7UMClw==}
+ cpu: [arm64]
+ os: [android]
+ requiresBuild: true
+ dev: true
+ optional: true
+
+ /@rollup/rollup-darwin-arm64@4.9.6:
+ resolution: {integrity: sha512-CqNNAyhRkTbo8VVZ5R85X73H3R5NX9ONnKbXuHisGWC0qRbTTxnF1U4V9NafzJbgGM0sHZpdO83pLPzq8uOZFw==}
+ cpu: [arm64]
+ os: [darwin]
+ requiresBuild: true
+ dev: true
+ optional: true
+
+ /@rollup/rollup-darwin-x64@4.9.6:
+ resolution: {integrity: sha512-zRDtdJuRvA1dc9Mp6BWYqAsU5oeLixdfUvkTHuiYOHwqYuQ4YgSmi6+/lPvSsqc/I0Omw3DdICx4Tfacdzmhog==}
+ cpu: [x64]
+ os: [darwin]
+ requiresBuild: true
+ dev: true
+ optional: true
+
+ /@rollup/rollup-linux-arm-gnueabihf@4.9.6:
+ resolution: {integrity: sha512-oNk8YXDDnNyG4qlNb6is1ojTOGL/tRhbbKeE/YuccItzerEZT68Z9gHrY3ROh7axDc974+zYAPxK5SH0j/G+QQ==}
+ cpu: [arm]
+ os: [linux]
+ requiresBuild: true
+ dev: true
+ optional: true
+
+ /@rollup/rollup-linux-arm64-gnu@4.9.6:
+ resolution: {integrity: sha512-Z3O60yxPtuCYobrtzjo0wlmvDdx2qZfeAWTyfOjEDqd08kthDKexLpV97KfAeUXPosENKd8uyJMRDfFMxcYkDQ==}
+ cpu: [arm64]
+ os: [linux]
+ libc: [glibc]
+ requiresBuild: true
+ dev: true
+ optional: true
+
+ /@rollup/rollup-linux-arm64-musl@4.9.6:
+ resolution: {integrity: sha512-gpiG0qQJNdYEVad+1iAsGAbgAnZ8j07FapmnIAQgODKcOTjLEWM9sRb+MbQyVsYCnA0Im6M6QIq6ax7liws6eQ==}
+ cpu: [arm64]
+ os: [linux]
+ libc: [musl]
+ requiresBuild: true
+ dev: true
+ optional: true
+
+ /@rollup/rollup-linux-riscv64-gnu@4.9.6:
+ resolution: {integrity: sha512-+uCOcvVmFUYvVDr27aiyun9WgZk0tXe7ThuzoUTAukZJOwS5MrGbmSlNOhx1j80GdpqbOty05XqSl5w4dQvcOA==}
+ cpu: [riscv64]
+ os: [linux]
+ libc: [glibc]
+ requiresBuild: true
+ dev: true
+ optional: true
+
+ /@rollup/rollup-linux-x64-gnu@4.9.6:
+ resolution: {integrity: sha512-HUNqM32dGzfBKuaDUBqFB7tP6VMN74eLZ33Q9Y1TBqRDn+qDonkAUyKWwF9BR9unV7QUzffLnz9GrnKvMqC/fw==}
+ cpu: [x64]
+ os: [linux]
+ libc: [glibc]
+ requiresBuild: true
+ dev: true
+ optional: true
+
+ /@rollup/rollup-linux-x64-musl@4.9.6:
+ resolution: {integrity: sha512-ch7M+9Tr5R4FK40FHQk8VnML0Szi2KRujUgHXd/HjuH9ifH72GUmw6lStZBo3c3GB82vHa0ZoUfjfcM7JiiMrQ==}
+ cpu: [x64]
+ os: [linux]
+ libc: [musl]
+ requiresBuild: true
+ dev: true
+ optional: true
+
+ /@rollup/rollup-win32-arm64-msvc@4.9.6:
+ resolution: {integrity: sha512-VD6qnR99dhmTQ1mJhIzXsRcTBvTjbfbGGwKAHcu+52cVl15AC/kplkhxzW/uT0Xl62Y/meBKDZvoJSJN+vTeGA==}
+ cpu: [arm64]
+ os: [win32]
+ requiresBuild: true
+ dev: true
+ optional: true
+
+ /@rollup/rollup-win32-ia32-msvc@4.9.6:
+ resolution: {integrity: sha512-J9AFDq/xiRI58eR2NIDfyVmTYGyIZmRcvcAoJ48oDld/NTR8wyiPUu2X/v1navJ+N/FGg68LEbX3Ejd6l8B7MQ==}
+ cpu: [ia32]
+ os: [win32]
+ requiresBuild: true
+ dev: true
+ optional: true
+
+ /@rollup/rollup-win32-x64-msvc@4.9.6:
+ resolution: {integrity: sha512-jqzNLhNDvIZOrt69Ce4UjGRpXJBzhUBzawMwnaDAwyHriki3XollsewxWzOzz+4yOFDkuJHtTsZFwMxhYJWmLQ==}
+ cpu: [x64]
+ os: [win32]
+ requiresBuild: true
+ dev: true
+ optional: true
+
+ /@simonwep/pickr@1.8.2:
+ resolution: {integrity: sha512-/l5w8BIkrpP6n1xsetx9MWPWlU6OblN5YgZZphxan0Tq4BByTCETL6lyIeY8lagalS2Nbt4F2W034KHLIiunKA==}
+ dependencies:
+ core-js: 3.35.1
+ nanopop: 2.4.1
+ dev: false
+
+ /@stylelint/postcss-css-in-js@0.37.3(postcss-syntax@0.36.2)(postcss@7.0.39):
+ resolution: {integrity: sha512-scLk3cSH1H9KggSniseb2KNAU5D9FWc3H7BxCSAIdtU9OWIyw0zkEZ9qEKHryRM+SExYXRKNb7tOOVNAsQ3iwg==}
+ deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
+ peerDependencies:
+ postcss: '>=7.0.0 || 5'
+ postcss-syntax: '>=0.36.2'
+ dependencies:
+ '@babel/core': 7.23.7
+ postcss: 7.0.39
+ postcss-syntax: 0.36.2(postcss-html@1.6.0)(postcss-less@6.0.0)(postcss@8.4.33)
+ transitivePeerDependencies:
+ - supports-color
+ dev: true
+
+ /@stylelint/postcss-markdown@0.36.2(postcss-syntax@0.36.2)(postcss@7.0.39):
+ resolution: {integrity: sha512-2kGbqUVJUGE8dM+bMzXG/PYUWKkjLIkRLWNh39OaADkiabDRdw8ATFCgbMz5xdIcvwspPAluSL7uY+ZiTWdWmQ==}
+ deprecated: 'Use the original unforked package instead: postcss-markdown'
+ peerDependencies:
+ postcss: '>=7.0.0 || 5'
+ postcss-syntax: '>=0.36.2'
+ dependencies:
+ postcss: 7.0.39
+ postcss-syntax: 0.36.2(postcss-html@1.6.0)(postcss-less@6.0.0)(postcss@8.4.33)
+ remark: 13.0.0
+ unist-util-find-all-after: 3.0.2
+ transitivePeerDependencies:
+ - supports-color
+ dev: true
+
+ /@tinymce/tinymce-vue@5.1.1(vue@3.4.15):
+ resolution: {integrity: sha512-iO57HOWesFOhsaqjA5Ea6sDvQBmJJH3/dq00Uvg7metlct2kLF+ctRgoDsetLt6gmeZ7COPftr814/XzqnJ/dg==}
+ peerDependencies:
+ vue: ^3.0.0
+ dependencies:
+ tinymce: 6.8.2
+ vue: 3.4.15(typescript@5.3.3)
+ dev: false
/@trysound/sax@0.2.0:
resolution: {integrity: sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==}
@@ -2249,84 +2585,136 @@ packages:
resolution: {integrity: sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==}
dev: true
- /@tsconfig/node16@1.0.3:
- resolution: {integrity: sha512-yOlFc+7UtL/89t2ZhjPvvB/DeAr3r+Dq58IgzsFkOAvVC6NMJXmCGjbptdXdR9qsX7pKcTL+s87FtYREi2dEEQ==}
+ /@tsconfig/node16@1.0.4:
+ resolution: {integrity: sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==}
dev: true
- /@types/estree@0.0.39:
- resolution: {integrity: sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==}
+ /@types/cookie@0.6.0:
+ resolution: {integrity: sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==}
+
+ /@types/eslint@7.29.0:
+ resolution: {integrity: sha512-VNcvioYDH8/FxaeTKkM4/TiTwt6pBV9E3OfGmvaw8tPl0rrHCJ4Ll15HRT+pMiFAf/MLQvAzC+6RzUMEL9Ceng==}
+ dependencies:
+ '@types/estree': 1.0.5
+ '@types/json-schema': 7.0.15
dev: true
- /@types/estree@1.0.0:
- resolution: {integrity: sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ==}
+ /@types/estree@1.0.5:
+ resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==}
dev: true
- /@types/json-schema@7.0.13:
- resolution: {integrity: sha512-RbSSoHliUbnXj3ny0CNFOoxrIDV6SUGyStHsvDqosw6CkdPV8TtWGlfecuK4ToyMEAql6pzNxgCFKanovUzlgQ==}
+ /@types/glob@7.2.0:
+ resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==}
+ dependencies:
+ '@types/minimatch': 5.1.2
+ '@types/node': 20.10.8
+ dev: true
+
+ /@types/js-levenshtein@1.1.3:
+ resolution: {integrity: sha512-jd+Q+sD20Qfu9e2aEXogiO3vpOC1PYJOUdyN9gvs4Qrvkg4wF43L5OhqrPeokdv8TL0/mXoYfpkcoGZMNN2pkQ==}
+ dev: false
+
+ /@types/json-schema@7.0.15:
+ resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
dev: true
/@types/json5@0.0.29:
resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==}
dev: true
- /@types/lodash-es@4.17.9:
- resolution: {integrity: sha512-ZTcmhiI3NNU7dEvWLZJkzG6ao49zOIjEgIE0RgV7wbPxU0f2xT3VSAHw2gmst8swH6V0YkLRGp4qPlX/6I90MQ==}
+ /@types/lodash-es@4.17.12:
+ resolution: {integrity: sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==}
dependencies:
- '@types/lodash': 4.14.186
+ '@types/lodash': 4.14.202
dev: true
- /@types/lodash@4.14.186:
- resolution: {integrity: sha512-eHcVlLXP0c2FlMPm56ITode2AgLMSa6aJ05JTTbYbI+7EMkCEE5qk2E41d5g2lCVTqRe0GnnRFurmlCsDODrPw==}
+ /@types/lodash@4.14.202:
+ resolution: {integrity: sha512-OvlIYQK9tNneDlS0VN54LLd5uiPCBOp7gS5Z0f1mjoJYBrtStzgmJBxONW3U6OZqdtNzZPmn9BS/7WI7BFFcFQ==}
dev: true
- /@types/minimatch@3.0.5:
- resolution: {integrity: sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==}
+ /@types/mdast@3.0.15:
+ resolution: {integrity: sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==}
+ dependencies:
+ '@types/unist': 2.0.10
dev: true
- /@types/minimist@1.2.2:
- resolution: {integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==}
+ /@types/minimatch@3.0.5:
+ resolution: {integrity: sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==}
dev: true
- /@types/mockjs@1.0.7:
- resolution: {integrity: sha512-OCxXz6hEaJOVpRwuJMiVY5a6LtJcih+br9gwB/Q8ooOBikvk5FpBQ31OlNimXo3EqKha1Z7PFBni+q9m+8NCWg==}
+ /@types/minimatch@5.1.2:
+ resolution: {integrity: sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==}
dev: true
- /@types/node@20.5.1:
- resolution: {integrity: sha512-4tT2UrL5LBqDwoed9wZ6N3umC4Yhz3W3FloMmiiG4JwmUJWpie0c7lcnUNd4gtMKuDEO4wRVS8B6Xa0uMRsMKg==}
+ /@types/minimist@1.2.5:
+ resolution: {integrity: sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==}
dev: true
- /@types/node@20.8.6:
- resolution: {integrity: sha512-eWO4K2Ji70QzKUqRy6oyJWUeB7+g2cRagT3T/nxYibYcT4y2BDL8lqolRXjTHmkZCdJfIPaY73KbJAZmcryxTQ==}
+ /@types/node@20.10.8:
+ resolution: {integrity: sha512-f8nQs3cLxbAFc00vEU59yf9UyGUftkPaLGfvbVOIDdx2i1b8epBqj2aNGyP19fiyXWvlmZ7qC1XLjAzw/OKIeA==}
dependencies:
- undici-types: 5.25.3
+ undici-types: 5.26.5
dev: true
- /@types/normalize-package-data@2.4.1:
- resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==}
+ /@types/normalize-package-data@2.4.4:
+ resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==}
dev: true
- /@types/resolve@1.17.1:
- resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==}
- dependencies:
- '@types/node': 20.8.6
+ /@types/parse-json@4.0.2:
+ resolution: {integrity: sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==}
dev: true
- /@types/semver@7.5.3:
- resolution: {integrity: sha512-OxepLK9EuNEIPxWNME+C6WwbRAOOI2o2BaQEGzz5Lu2e4Z5eDnEo+/aVEDMIXywoJitJ7xWd641wrGLZdtwRyw==}
+ /@types/semver@7.5.6:
+ resolution: {integrity: sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==}
dev: true
+ /@types/statuses@2.0.4:
+ resolution: {integrity: sha512-eqNDvZsCNY49OAXB0Firg/Sc2BgoWsntsLUdybGFOhAfCD6QJ2n9HXUIHGqt5qjrxmMv4wS8WLAw43ZkKcJ8Pw==}
+
/@types/svgo@2.6.4:
resolution: {integrity: sha512-l4cmyPEckf8moNYHdJ+4wkHvFxjyW6ulm9l4YGaOxeyBWPhBOT0gvni1InpFPdzx1dKf/2s62qGITwxNWnPQng==}
dependencies:
- '@types/node': 20.8.6
+ '@types/node': 20.10.8
dev: true
- /@types/web-bluetooth@0.0.18:
- resolution: {integrity: sha512-v/ZHEj9xh82usl8LMR3GarzFY1IrbXJw5L4QfQhokjRV91q+SelFqxQWSep1ucXEZ22+dSTwLFkXeur25sPIbw==}
+ /@types/unist@2.0.10:
+ resolution: {integrity: sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==}
+ dev: true
+
+ /@types/web-bluetooth@0.0.20:
+ resolution: {integrity: sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==}
dev: false
- /@typescript-eslint/eslint-plugin@6.8.0(@typescript-eslint/parser@6.8.0)(eslint@8.51.0)(typescript@5.2.2):
- resolution: {integrity: sha512-GosF4238Tkes2SHPQ1i8f6rMtG6zlKwMEB0abqSJ3Npvos+doIlc/ATG+vX1G9coDF3Ex78zM3heXHLyWEwLUw==}
+ /@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0)(eslint@7.32.0)(typescript@4.9.5):
+ resolution: {integrity: sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==}
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
+ peerDependencies:
+ '@typescript-eslint/parser': ^5.0.0
+ eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
+ typescript: '*'
+ peerDependenciesMeta:
+ typescript:
+ optional: true
+ dependencies:
+ '@eslint-community/regexpp': 4.10.0
+ '@typescript-eslint/parser': 5.62.0(eslint@7.32.0)(typescript@4.9.5)
+ '@typescript-eslint/scope-manager': 5.62.0
+ '@typescript-eslint/type-utils': 5.62.0(eslint@7.32.0)(typescript@4.9.5)
+ '@typescript-eslint/utils': 5.62.0(eslint@7.32.0)(typescript@4.9.5)
+ debug: 4.3.4
+ eslint: 7.32.0
+ graphemer: 1.4.0
+ ignore: 5.3.0
+ natural-compare-lite: 1.4.0
+ semver: 7.5.4
+ tsutils: 3.21.0(typescript@4.9.5)
+ typescript: 4.9.5
+ transitivePeerDependencies:
+ - supports-color
+ dev: true
+
+ /@typescript-eslint/eslint-plugin@6.20.0(@typescript-eslint/parser@6.20.0)(eslint@8.56.0)(typescript@5.3.3):
+ resolution: {integrity: sha512-fTwGQUnjhoYHeSF6m5pWNkzmDDdsKELYrOBxhjMrofPqCkoC2k3B2wvGHFxa1CTIqkEn88nlW1HVMztjo2K8Hg==}
engines: {node: ^16.0.0 || >=18.0.0}
peerDependencies:
'@typescript-eslint/parser': ^6.0.0 || ^6.0.0-alpha
@@ -2336,26 +2724,64 @@ packages:
typescript:
optional: true
dependencies:
- '@eslint-community/regexpp': 4.9.1
- '@typescript-eslint/parser': 6.8.0(eslint@8.51.0)(typescript@5.2.2)
- '@typescript-eslint/scope-manager': 6.8.0
- '@typescript-eslint/type-utils': 6.8.0(eslint@8.51.0)(typescript@5.2.2)
- '@typescript-eslint/utils': 6.8.0(eslint@8.51.0)(typescript@5.2.2)
- '@typescript-eslint/visitor-keys': 6.8.0
+ '@eslint-community/regexpp': 4.10.0
+ '@typescript-eslint/parser': 6.20.0(eslint@8.56.0)(typescript@5.3.3)
+ '@typescript-eslint/scope-manager': 6.20.0
+ '@typescript-eslint/type-utils': 6.20.0(eslint@8.56.0)(typescript@5.3.3)
+ '@typescript-eslint/utils': 6.20.0(eslint@8.56.0)(typescript@5.3.3)
+ '@typescript-eslint/visitor-keys': 6.20.0
debug: 4.3.4
- eslint: 8.51.0
+ eslint: 8.56.0
graphemer: 1.4.0
- ignore: 5.2.4
+ ignore: 5.3.0
natural-compare: 1.4.0
semver: 7.5.4
- ts-api-utils: 1.0.3(typescript@5.2.2)
- typescript: 5.2.2
+ ts-api-utils: 1.0.3(typescript@5.3.3)
+ typescript: 5.3.3
transitivePeerDependencies:
- supports-color
dev: true
- /@typescript-eslint/parser@6.8.0(eslint@8.51.0)(typescript@5.2.2):
- resolution: {integrity: sha512-5tNs6Bw0j6BdWuP8Fx+VH4G9fEPDxnVI7yH1IAPkQH5RUtvKwRoqdecAPdQXv4rSOADAaz1LFBZvZG7VbXivSg==}
+ /@typescript-eslint/experimental-utils@4.33.0(eslint@7.32.0)(typescript@4.9.5):
+ resolution: {integrity: sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==}
+ engines: {node: ^10.12.0 || >=12.0.0}
+ peerDependencies:
+ eslint: '*'
+ dependencies:
+ '@types/json-schema': 7.0.15
+ '@typescript-eslint/scope-manager': 4.33.0
+ '@typescript-eslint/types': 4.33.0
+ '@typescript-eslint/typescript-estree': 4.33.0(typescript@4.9.5)
+ eslint: 7.32.0
+ eslint-scope: 5.1.1
+ eslint-utils: 3.0.0(eslint@7.32.0)
+ transitivePeerDependencies:
+ - supports-color
+ - typescript
+ dev: true
+
+ /@typescript-eslint/parser@5.62.0(eslint@7.32.0)(typescript@4.9.5):
+ resolution: {integrity: sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==}
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
+ peerDependencies:
+ eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
+ typescript: '*'
+ peerDependenciesMeta:
+ typescript:
+ optional: true
+ dependencies:
+ '@typescript-eslint/scope-manager': 5.62.0
+ '@typescript-eslint/types': 5.62.0
+ '@typescript-eslint/typescript-estree': 5.62.0(typescript@4.9.5)
+ debug: 4.3.4
+ eslint: 7.32.0
+ typescript: 4.9.5
+ transitivePeerDependencies:
+ - supports-color
+ dev: true
+
+ /@typescript-eslint/parser@6.20.0(eslint@8.56.0)(typescript@5.3.3):
+ resolution: {integrity: sha512-bYerPDF/H5v6V76MdMYhjwmwgMA+jlPVqjSDq2cRqMi8bP5sR3Z+RLOiOMad3nsnmDVmn2gAFCyNgh/dIrfP/w==}
engines: {node: ^16.0.0 || >=18.0.0}
peerDependencies:
eslint: ^7.0.0 || ^8.0.0
@@ -2364,27 +2790,63 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/scope-manager': 6.8.0
- '@typescript-eslint/types': 6.8.0
- '@typescript-eslint/typescript-estree': 6.8.0(typescript@5.2.2)
- '@typescript-eslint/visitor-keys': 6.8.0
+ '@typescript-eslint/scope-manager': 6.20.0
+ '@typescript-eslint/types': 6.20.0
+ '@typescript-eslint/typescript-estree': 6.20.0(typescript@5.3.3)
+ '@typescript-eslint/visitor-keys': 6.20.0
debug: 4.3.4
- eslint: 8.51.0
- typescript: 5.2.2
+ eslint: 8.56.0
+ typescript: 5.3.3
transitivePeerDependencies:
- supports-color
dev: true
- /@typescript-eslint/scope-manager@6.8.0:
- resolution: {integrity: sha512-xe0HNBVwCph7rak+ZHcFD6A+q50SMsFwcmfdjs9Kz4qDh5hWhaPhFjRs/SODEhroBI5Ruyvyz9LfwUJ624O40g==}
+ /@typescript-eslint/scope-manager@4.33.0:
+ resolution: {integrity: sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==}
+ engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1}
+ dependencies:
+ '@typescript-eslint/types': 4.33.0
+ '@typescript-eslint/visitor-keys': 4.33.0
+ dev: true
+
+ /@typescript-eslint/scope-manager@5.62.0:
+ resolution: {integrity: sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==}
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
+ dependencies:
+ '@typescript-eslint/types': 5.62.0
+ '@typescript-eslint/visitor-keys': 5.62.0
+ dev: true
+
+ /@typescript-eslint/scope-manager@6.20.0:
+ resolution: {integrity: sha512-p4rvHQRDTI1tGGMDFQm+GtxP1ZHyAh64WANVoyEcNMpaTFn3ox/3CcgtIlELnRfKzSs/DwYlDccJEtr3O6qBvA==}
engines: {node: ^16.0.0 || >=18.0.0}
dependencies:
- '@typescript-eslint/types': 6.8.0
- '@typescript-eslint/visitor-keys': 6.8.0
+ '@typescript-eslint/types': 6.20.0
+ '@typescript-eslint/visitor-keys': 6.20.0
+ dev: true
+
+ /@typescript-eslint/type-utils@5.62.0(eslint@7.32.0)(typescript@4.9.5):
+ resolution: {integrity: sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==}
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
+ peerDependencies:
+ eslint: '*'
+ typescript: '*'
+ peerDependenciesMeta:
+ typescript:
+ optional: true
+ dependencies:
+ '@typescript-eslint/typescript-estree': 5.62.0(typescript@4.9.5)
+ '@typescript-eslint/utils': 5.62.0(eslint@7.32.0)(typescript@4.9.5)
+ debug: 4.3.4
+ eslint: 7.32.0
+ tsutils: 3.21.0(typescript@4.9.5)
+ typescript: 4.9.5
+ transitivePeerDependencies:
+ - supports-color
dev: true
- /@typescript-eslint/type-utils@6.8.0(eslint@8.51.0)(typescript@5.2.2):
- resolution: {integrity: sha512-RYOJdlkTJIXW7GSldUIHqc/Hkto8E+fZN96dMIFhuTJcQwdRoGN2rEWA8U6oXbLo0qufH7NPElUb+MceHtz54g==}
+ /@typescript-eslint/type-utils@6.20.0(eslint@8.56.0)(typescript@5.3.3):
+ resolution: {integrity: sha512-qnSobiJQb1F5JjN0YDRPHruQTrX7ICsmltXhkV536mp4idGAYrIyr47zF/JmkJtEcAVnIz4gUYJ7gOZa6SmN4g==}
engines: {node: ^16.0.0 || >=18.0.0}
peerDependencies:
eslint: ^7.0.0 || ^8.0.0
@@ -2393,23 +2855,75 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/typescript-estree': 6.8.0(typescript@5.2.2)
- '@typescript-eslint/utils': 6.8.0(eslint@8.51.0)(typescript@5.2.2)
+ '@typescript-eslint/typescript-estree': 6.20.0(typescript@5.3.3)
+ '@typescript-eslint/utils': 6.20.0(eslint@8.56.0)(typescript@5.3.3)
debug: 4.3.4
- eslint: 8.51.0
- ts-api-utils: 1.0.3(typescript@5.2.2)
- typescript: 5.2.2
+ eslint: 8.56.0
+ ts-api-utils: 1.0.3(typescript@5.3.3)
+ typescript: 5.3.3
transitivePeerDependencies:
- supports-color
dev: true
- /@typescript-eslint/types@6.8.0:
- resolution: {integrity: sha512-p5qOxSum7W3k+llc7owEStXlGmSl8FcGvhYt8Vjy7FqEnmkCVlM3P57XQEGj58oqaBWDQXbJDZxwUWMS/EAPNQ==}
+ /@typescript-eslint/types@4.33.0:
+ resolution: {integrity: sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==}
+ engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1}
+ dev: true
+
+ /@typescript-eslint/types@5.62.0:
+ resolution: {integrity: sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==}
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
+ dev: true
+
+ /@typescript-eslint/types@6.20.0:
+ resolution: {integrity: sha512-MM9mfZMAhiN4cOEcUOEx+0HmuaW3WBfukBZPCfwSqFnQy0grXYtngKCqpQN339X3RrwtzspWJrpbrupKYUSBXQ==}
engines: {node: ^16.0.0 || >=18.0.0}
dev: true
- /@typescript-eslint/typescript-estree@6.8.0(typescript@5.2.2):
- resolution: {integrity: sha512-ISgV0lQ8XgW+mvv5My/+iTUdRmGspducmQcDw5JxznasXNnZn3SKNrTRuMsEXv+V/O+Lw9AGcQCfVaOPCAk/Zg==}
+ /@typescript-eslint/typescript-estree@4.33.0(typescript@4.9.5):
+ resolution: {integrity: sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==}
+ engines: {node: ^10.12.0 || >=12.0.0}
+ peerDependencies:
+ typescript: '*'
+ peerDependenciesMeta:
+ typescript:
+ optional: true
+ dependencies:
+ '@typescript-eslint/types': 4.33.0
+ '@typescript-eslint/visitor-keys': 4.33.0
+ debug: 4.3.4
+ globby: 11.1.0
+ is-glob: 4.0.3
+ semver: 7.5.4
+ tsutils: 3.21.0(typescript@4.9.5)
+ typescript: 4.9.5
+ transitivePeerDependencies:
+ - supports-color
+ dev: true
+
+ /@typescript-eslint/typescript-estree@5.62.0(typescript@4.9.5):
+ resolution: {integrity: sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==}
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
+ peerDependencies:
+ typescript: '*'
+ peerDependenciesMeta:
+ typescript:
+ optional: true
+ dependencies:
+ '@typescript-eslint/types': 5.62.0
+ '@typescript-eslint/visitor-keys': 5.62.0
+ debug: 4.3.4
+ globby: 11.1.0
+ is-glob: 4.0.3
+ semver: 7.5.4
+ tsutils: 3.21.0(typescript@4.9.5)
+ typescript: 4.9.5
+ transitivePeerDependencies:
+ - supports-color
+ dev: true
+
+ /@typescript-eslint/typescript-estree@6.20.0(typescript@5.3.3):
+ resolution: {integrity: sha512-RnRya9q5m6YYSpBN7IzKu9FmLcYtErkDkc8/dKv81I9QiLLtVBHrjz+Ev/crAqgMNW2FCsoZF4g2QUylMnJz+g==}
engines: {node: ^16.0.0 || >=18.0.0}
peerDependencies:
typescript: '*'
@@ -2417,333 +2931,456 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/types': 6.8.0
- '@typescript-eslint/visitor-keys': 6.8.0
+ '@typescript-eslint/types': 6.20.0
+ '@typescript-eslint/visitor-keys': 6.20.0
debug: 4.3.4
globby: 11.1.0
is-glob: 4.0.3
+ minimatch: 9.0.3
semver: 7.5.4
- ts-api-utils: 1.0.3(typescript@5.2.2)
- typescript: 5.2.2
+ ts-api-utils: 1.0.3(typescript@5.3.3)
+ typescript: 5.3.3
transitivePeerDependencies:
- supports-color
dev: true
- /@typescript-eslint/utils@6.8.0(eslint@8.51.0)(typescript@5.2.2):
- resolution: {integrity: sha512-dKs1itdE2qFG4jr0dlYLQVppqTE+Itt7GmIf/vX6CSvsW+3ov8PbWauVKyyfNngokhIO9sKZeRGCUo1+N7U98Q==}
+ /@typescript-eslint/utils@5.62.0(eslint@7.32.0)(typescript@4.9.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@7.32.0)
+ '@types/json-schema': 7.0.15
+ '@types/semver': 7.5.6
+ '@typescript-eslint/scope-manager': 5.62.0
+ '@typescript-eslint/types': 5.62.0
+ '@typescript-eslint/typescript-estree': 5.62.0(typescript@4.9.5)
+ eslint: 7.32.0
+ eslint-scope: 5.1.1
+ semver: 7.5.4
+ transitivePeerDependencies:
+ - supports-color
+ - typescript
+ dev: true
+
+ /@typescript-eslint/utils@6.20.0(eslint@8.56.0)(typescript@5.3.3):
+ resolution: {integrity: sha512-/EKuw+kRu2vAqCoDwDCBtDRU6CTKbUmwwI7SH7AashZ+W+7o8eiyy6V2cdOqN49KsTcASWsC5QeghYuRDTyOOg==}
engines: {node: ^16.0.0 || >=18.0.0}
peerDependencies:
eslint: ^7.0.0 || ^8.0.0
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@8.51.0)
- '@types/json-schema': 7.0.13
- '@types/semver': 7.5.3
- '@typescript-eslint/scope-manager': 6.8.0
- '@typescript-eslint/types': 6.8.0
- '@typescript-eslint/typescript-estree': 6.8.0(typescript@5.2.2)
- eslint: 8.51.0
+ '@eslint-community/eslint-utils': 4.4.0(eslint@8.56.0)
+ '@types/json-schema': 7.0.15
+ '@types/semver': 7.5.6
+ '@typescript-eslint/scope-manager': 6.20.0
+ '@typescript-eslint/types': 6.20.0
+ '@typescript-eslint/typescript-estree': 6.20.0(typescript@5.3.3)
+ eslint: 8.56.0
semver: 7.5.4
transitivePeerDependencies:
- supports-color
- typescript
dev: true
- /@typescript-eslint/visitor-keys@6.8.0:
- resolution: {integrity: sha512-oqAnbA7c+pgOhW2OhGvxm0t1BULX5peQI/rLsNDpGM78EebV3C9IGbX5HNZabuZ6UQrYveCLjKo8Iy/lLlBkkg==}
+ /@typescript-eslint/visitor-keys@4.33.0:
+ resolution: {integrity: sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==}
+ engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1}
+ dependencies:
+ '@typescript-eslint/types': 4.33.0
+ eslint-visitor-keys: 2.1.0
+ dev: true
+
+ /@typescript-eslint/visitor-keys@5.62.0:
+ resolution: {integrity: sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==}
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
+ dependencies:
+ '@typescript-eslint/types': 5.62.0
+ eslint-visitor-keys: 3.4.3
+ dev: true
+
+ /@typescript-eslint/visitor-keys@6.20.0:
+ resolution: {integrity: sha512-E8Cp98kRe4gKHjJD4NExXKz/zOJ1A2hhZc+IMVD6i7w4yjIvh6VyuRI0gRtxAsXtoC35uGMaQ9rjI2zJaXDEAw==}
engines: {node: ^16.0.0 || >=18.0.0}
dependencies:
- '@typescript-eslint/types': 6.8.0
+ '@typescript-eslint/types': 6.20.0
eslint-visitor-keys: 3.4.3
dev: true
- /@unocss/astro@0.56.5(vite@4.4.11):
- resolution: {integrity: sha512-nkxyGV9mA7DZ5LEr4Gap/SggM60MFNUfn56ngpxCqjQHJOMRJrAcR99hCVn+78vZ9xuZl9HxdIwgZLzn41thMw==}
+ /@umijs/fabric@2.14.1:
+ resolution: {integrity: sha512-fOyXcbViOB+/jW+g2rCiK9XjSZVn4OzFuMZpSCriCdR/KxhxLTokvJWFm3CzBEmg9vXfrBFQ4c/ykmqoVacHtw==}
+ hasBin: true
+ dependencies:
+ '@babel/core': 7.23.7
+ '@babel/eslint-parser': 7.23.3(@babel/core@7.23.7)(eslint@7.32.0)
+ '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.23.7)
+ '@babel/plugin-proposal-decorators': 7.23.7(@babel/core@7.23.7)
+ '@babel/preset-env': 7.23.9(@babel/core@7.23.7)
+ '@babel/preset-react': 7.23.3(@babel/core@7.23.7)
+ '@babel/preset-typescript': 7.23.3(@babel/core@7.23.7)
+ '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0)(eslint@7.32.0)(typescript@4.9.5)
+ '@typescript-eslint/parser': 5.62.0(eslint@7.32.0)(typescript@4.9.5)
+ chalk: 4.1.2
+ eslint: 7.32.0
+ eslint-config-prettier: 8.10.0(eslint@7.32.0)
+ eslint-formatter-pretty: 4.1.0
+ eslint-plugin-babel: 5.3.1(eslint@7.32.0)
+ eslint-plugin-jest: 24.7.0(@typescript-eslint/eslint-plugin@5.62.0)(eslint@7.32.0)(typescript@4.9.5)
+ eslint-plugin-promise: 6.1.1(eslint@7.32.0)
+ eslint-plugin-react: 7.33.2(eslint@7.32.0)
+ eslint-plugin-react-hooks: 4.6.0(eslint@7.32.0)
+ eslint-plugin-unicorn: 20.1.0(eslint@7.32.0)
+ fast-glob: 3.3.2
+ os-locale: 5.0.0
+ prettier: 2.8.8
+ prettier-plugin-packagejson: 2.3.0(prettier@2.8.8)
+ prettier-plugin-two-style-order: 1.0.1(prettier@2.8.8)
+ stylelint: 13.13.1
+ stylelint-config-css-modules: 2.3.0(stylelint@13.13.1)
+ stylelint-config-prettier: 8.0.2(stylelint@13.13.1)
+ stylelint-config-standard: 20.0.0(stylelint@13.13.1)
+ stylelint-declaration-block-no-ignored-properties: 2.8.0(stylelint@13.13.1)
+ typescript: 4.9.5
+ transitivePeerDependencies:
+ - postcss-jsx
+ - postcss-markdown
+ - supports-color
+ dev: true
+
+ /@umijs/openapi@1.10.1:
+ resolution: {integrity: sha512-9wfTgJ9ByeOJ2IJVfObeTx1DjNZS/4iLooIv5SJO3pxCi9NUevKkEGkRU2WHmxRwJzkWiQXewnoNkBO/rXHPWw==}
+ dependencies:
+ '@umijs/fabric': 2.14.1
+ chalk: 4.1.2
+ dayjs: 1.11.10
+ glob: 7.2.3
+ lodash: 4.17.21
+ memoizee: 0.4.15
+ mock.js: 0.2.0
+ mockjs: 1.1.0
+ node-fetch: 2.7.0
+ nunjucks: 3.2.4
+ openapi3-ts: 2.0.2
+ prettier: 2.8.8
+ reserved-words: 0.1.2
+ rimraf: 3.0.2
+ swagger2openapi: 7.0.8
+ tiny-pinyin: 1.3.2
+ transitivePeerDependencies:
+ - chokidar
+ - encoding
+ - postcss-jsx
+ - postcss-markdown
+ - supports-color
+ dev: true
+
+ /@ungap/structured-clone@1.2.0:
+ resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==}
+ dev: true
+
+ /@unocss/astro@0.58.4(vite@5.0.12):
+ resolution: {integrity: sha512-feS8+f3oPmCeR1XF7isQjs3Z9ojM5Ssv0vCNR/dexPFdROfccK/7sIu1YnHWtVg1trPc1kMfI8XJRqfrHMdd5w==}
peerDependencies:
- vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0
+ vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0
peerDependenciesMeta:
vite:
optional: true
dependencies:
- '@unocss/core': 0.56.5
- '@unocss/reset': 0.56.5
- '@unocss/vite': 0.56.5(vite@4.4.11)
- vite: 4.4.11(@types/node@20.8.6)(less@4.2.0)(lightningcss@1.22.0)(terser@5.21.0)
+ '@unocss/core': 0.58.4
+ '@unocss/reset': 0.58.4
+ '@unocss/vite': 0.58.4(vite@5.0.12)
+ vite: 5.0.12(@types/node@20.10.8)(less@4.2.0)(lightningcss@1.23.0)(terser@5.27.0)
transitivePeerDependencies:
- rollup
dev: true
- /@unocss/cli@0.56.5:
- resolution: {integrity: sha512-VYaqu7Dr1n9ebFFdQM+9Jyg/o9BVKRShlV8bQsBS58gkXiWsA/uAl1Uy2vzpLSrT0F6uGyDmYUF6p4DaUnUO+w==}
+ /@unocss/cli@0.58.4:
+ resolution: {integrity: sha512-8dAs1TzzWCtb3FxoTsVtR2+JGkdmchuP0RvGlSywADf5FqYn9nbP0m3z4STtpPavHO9JaGbabStyjS0nA8Ck6w==}
engines: {node: '>=14'}
hasBin: true
dependencies:
'@ampproject/remapping': 2.2.1
- '@rollup/pluginutils': 5.0.5
- '@unocss/config': 0.56.5
- '@unocss/core': 0.56.5
- '@unocss/preset-uno': 0.56.5
+ '@rollup/pluginutils': 5.1.0
+ '@unocss/config': 0.58.4
+ '@unocss/core': 0.58.4
+ '@unocss/preset-uno': 0.58.4
cac: 6.7.14
chokidar: 3.5.3
colorette: 2.0.20
consola: 3.2.3
- fast-glob: 3.3.1
- magic-string: 0.30.4
- pathe: 1.1.1
+ fast-glob: 3.3.2
+ magic-string: 0.30.5
+ pathe: 1.1.2
perfect-debounce: 1.0.0
transitivePeerDependencies:
- rollup
dev: true
- /@unocss/config@0.56.5:
- resolution: {integrity: sha512-rscnFIYgUlN/0hXHdhANyjFcDjDutt3JO0ZRITdNLzoglh7GVNiDTURBJwUZejF/vGJ7IkMd3qOdNhPFuRY1Bg==}
+ /@unocss/config@0.58.4:
+ resolution: {integrity: sha512-b/inDCOnhUPzobhj+SxRI7xeSwoAQU+3D3J5JoWZNPBI4OaJdwpuz40uLXl9VsPz5N6dc8/qa+FrSsgCjUcLTg==}
engines: {node: '>=14'}
dependencies:
- '@unocss/core': 0.56.5
+ '@unocss/core': 0.58.4
unconfig: 0.3.11
dev: true
- /@unocss/core@0.56.5:
- resolution: {integrity: sha512-fx5VhOjSHn0HdV2D34pEwFMAHJcJQRTCp1xEE4GzxY1irXzaa+m2aYf5PZjmDxehiOC16IH7TO9FOWANXk1E0w==}
+ /@unocss/core@0.58.4:
+ resolution: {integrity: sha512-wh4pxXUCkhC+C/0ct74PMYeZgX+oWuHj2mnvr09nM0WmvOm1HeeISrDCCBGcxmKbErUk+D1v3JgzXF7b6j2l4g==}
dev: true
- /@unocss/extractor-arbitrary-variants@0.56.5:
- resolution: {integrity: sha512-p2pyzz/ONvc5CGcaB9OZvWE8qkRSgyuhaQqFQLdBFeUhveHC0CGP0iSnXwBgAFHWM7DJo4/JpWeZ+mBt0ogVLA==}
+ /@unocss/extractor-arbitrary-variants@0.58.4:
+ resolution: {integrity: sha512-TQlVtSQk8YdBU9KuTA5k6JBJ8d/aPrIsCWjDPfBvAqDvrll/dzwBCLoLTQMdCHFjCXCOYWKPum1ET+Wn9R+XbA==}
dependencies:
- '@unocss/core': 0.56.5
+ '@unocss/core': 0.58.4
dev: true
- /@unocss/inspector@0.56.5:
- resolution: {integrity: sha512-UK/X2JyqxB1uueIFlffFsBioxMptanBbJYjrmOoLPdAFoOPp9o8IIFkFs3OKWc8imvyl3w+F0opncmdJnDMllw==}
+ /@unocss/inspector@0.58.4:
+ resolution: {integrity: sha512-BbsaIMqP6dqa3qCfkC0nkvjCg11JRigvFPU4319imTPcTHQNQSg35t2mVFPGZ+QYHlU/3ouBeogUQfJDHBmtVQ==}
dependencies:
- '@unocss/rule-utils': 0.56.5
+ '@unocss/core': 0.58.4
+ '@unocss/rule-utils': 0.58.4
gzip-size: 6.0.0
- sirv: 2.0.3
+ sirv: 2.0.4
dev: true
- /@unocss/postcss@0.56.5(postcss@8.4.31):
- resolution: {integrity: sha512-oDY1vCdrCQZx/oxDkq3z77a0RoO+WVQT090oDZzLFO/cPWH3elSOHwnoJU/KzrpJLbUFpyTQKZ/k3VbBaEdGTA==}
+ /@unocss/postcss@0.58.4(postcss@8.4.33):
+ resolution: {integrity: sha512-pg2qCGakV1TyMApPdvuvqqmPDhgogPWF14J97BT5zIfGYITAJSmBsm7d3+06w6EuqIS+vcYRw+qCV3oX6qTeiA==}
engines: {node: '>=14'}
peerDependencies:
postcss: ^8.4.21 || 5
dependencies:
- '@unocss/config': 0.56.5
- '@unocss/core': 0.56.5
- '@unocss/rule-utils': 0.56.5
+ '@unocss/config': 0.58.4
+ '@unocss/core': 0.58.4
+ '@unocss/rule-utils': 0.58.4
css-tree: 2.3.1
- fast-glob: 3.3.1
- magic-string: 0.30.4
- postcss: 8.4.31
+ fast-glob: 3.3.2
+ magic-string: 0.30.5
+ postcss: 8.4.33
dev: true
- /@unocss/preset-attributify@0.56.5:
- resolution: {integrity: sha512-476NVv1kUmiD0ObtJceUB1ldiQvGStEUlwoHFOFl8srZbRuRlwq8Uz4sxCePf3sn2FP8UHw+By+nxwxMQuHpww==}
+ /@unocss/preset-attributify@0.58.4:
+ resolution: {integrity: sha512-r7pDXgcOgGMmrMoqM4/w20KKn4PxF+/vpElatAGXW3V/tHJWFOLGzk+wYeCMgMxeC+vPzqyJkjTfoqYlZrlokQ==}
dependencies:
- '@unocss/core': 0.56.5
+ '@unocss/core': 0.58.4
dev: true
- /@unocss/preset-icons@0.56.5:
- resolution: {integrity: sha512-Pc973z/M7+TsIPRli9xSE+rjzQnX9r0PppTOD5lrD8PqvNSGIrSWZUFDc5NqL09hKHkIdVrDLC+2ouLYqTI7iA==}
+ /@unocss/preset-icons@0.58.4:
+ resolution: {integrity: sha512-xdOe3PLfEWS4y+rA7Gxh/kDI82VkW0PbdoYO2FBwXH7a0JegdUDD5zuOTsTKAIymvQ7eVH53WXN9mcuhfNmdvQ==}
dependencies:
- '@iconify/utils': 2.1.11
- '@unocss/core': 0.56.5
+ '@iconify/utils': 2.1.20
+ '@unocss/core': 0.58.4
ofetch: 1.3.3
transitivePeerDependencies:
- supports-color
dev: true
- /@unocss/preset-mini@0.56.5:
- resolution: {integrity: sha512-/KhlThhs1ilauM7MwRSpahLbIPZ5VGeGvaUsU8+ZlNT3sis4yoVYkPtR14tL2IT6jhOU05N/uu3aBj+1bP8GjQ==}
+ /@unocss/preset-mini@0.58.4:
+ resolution: {integrity: sha512-cpIWUYxLi4VCkkjxpNJOVqH9D32NX1ebRFaoAVnvCRsoj5TRsZJSdxs0WMN7reHT/CUHh0Wh6d3TfMCFxzbZ4g==}
dependencies:
- '@unocss/core': 0.56.5
- '@unocss/extractor-arbitrary-variants': 0.56.5
- '@unocss/rule-utils': 0.56.5
+ '@unocss/core': 0.58.4
+ '@unocss/extractor-arbitrary-variants': 0.58.4
+ '@unocss/rule-utils': 0.58.4
dev: true
- /@unocss/preset-tagify@0.56.5:
- resolution: {integrity: sha512-ANtI7E92fuzF40MD/3V72myNqrcGNXAD3TjXHIxAPQP2F+DcYIl2TBPHVsGUt2Rc5Kid2kvvsWan6sRAQVGPng==}
+ /@unocss/preset-tagify@0.58.4:
+ resolution: {integrity: sha512-1E3vQvg5Qy4tbgovvrV0JaIXFfcdhK4NCSz+MuUk5ZYgKGVDh4IEw0WPuic534nlLm9+YFqyCSLLyIs3bT/GYQ==}
dependencies:
- '@unocss/core': 0.56.5
+ '@unocss/core': 0.58.4
dev: true
- /@unocss/preset-typography@0.56.5:
- resolution: {integrity: sha512-fA/q5S+s7BV3TRWRvXqG7xpa8WNfG19uaZx288FcKauMR0TX4jUM0EkkngpwrTgeXXohh5awx4OEW3E1s1Q2oA==}
+ /@unocss/preset-typography@0.58.4:
+ resolution: {integrity: sha512-0Opt3Y0At4F03092iwGgz7HswRC2ElBXHR+IO9wWxSbldtpdmKzFJ/GBHEalzQjacWnyyzmRjabjA2quoQ8FQA==}
dependencies:
- '@unocss/core': 0.56.5
- '@unocss/preset-mini': 0.56.5
+ '@unocss/core': 0.58.4
+ '@unocss/preset-mini': 0.58.4
dev: true
- /@unocss/preset-uno@0.56.5:
- resolution: {integrity: sha512-3hzE0X1oxMbHLvWyTj/4BrJQ7OAL428BpzEJos0RsxifM04vOJX4GC4khIbmTl8KIMECMtATK3ren3JqzD2bFw==}
+ /@unocss/preset-uno@0.58.4:
+ resolution: {integrity: sha512-FWBPGIt0UcQHu58l75kvhB4vF2v+s2m0OW9DnIrPm3aY7Qj3q4yA2wdahR37qSsH+6vR3JP4+mV9WBrGjIsjrQ==}
dependencies:
- '@unocss/core': 0.56.5
- '@unocss/preset-mini': 0.56.5
- '@unocss/preset-wind': 0.56.5
- '@unocss/rule-utils': 0.56.5
+ '@unocss/core': 0.58.4
+ '@unocss/preset-mini': 0.58.4
+ '@unocss/preset-wind': 0.58.4
+ '@unocss/rule-utils': 0.58.4
dev: true
- /@unocss/preset-web-fonts@0.56.5:
- resolution: {integrity: sha512-1YPbqpHK6NaXWHceNJTl2A+dNbliB6FeU5Tvkox1KOLTTwvzUF80uWHAE/l05Oc9EZyolZ8OsM37p2eJAb0wpw==}
+ /@unocss/preset-web-fonts@0.58.4:
+ resolution: {integrity: sha512-vcy20fIK37GdhesRpiWGvCvkJDQsSiRF1jxw3dy8J5n9kFpIV8DQoPWUIE0ePF4i5ky2dHSDxKaNOP1bxHdKGA==}
dependencies:
- '@unocss/core': 0.56.5
+ '@unocss/core': 0.58.4
ofetch: 1.3.3
dev: true
- /@unocss/preset-wind@0.56.5:
- resolution: {integrity: sha512-iyMPvCEZkrGLHFXXlcqxDo/UcSK7KWw4x7/QUz7irrvc78cxYVuPm98QZgpCRcCwKerKVyFLjGOtwQ0kmVSVsQ==}
+ /@unocss/preset-wind@0.58.4:
+ resolution: {integrity: sha512-e2F0HsqPXw+nD85MKIZ63mx5yUx5g8iPOtMw9/eEUeK67HrD+jFxeLq0hAM3ou3a4589QIzeg23LXAkM7gCzvg==}
dependencies:
- '@unocss/core': 0.56.5
- '@unocss/preset-mini': 0.56.5
- '@unocss/rule-utils': 0.56.5
+ '@unocss/core': 0.58.4
+ '@unocss/preset-mini': 0.58.4
+ '@unocss/rule-utils': 0.58.4
dev: true
- /@unocss/reset@0.56.5:
- resolution: {integrity: sha512-//Pv2ITAdnpWB9FIr0JiQVl1rL1XgISR8mu3OikhCfi6d/4OH+o6/WyE7evF1pOmk1JjsQlznOABIZXQlcpbHQ==}
+ /@unocss/reset@0.58.4:
+ resolution: {integrity: sha512-ZZTrAdl4WWmMjQdOqcOSWdgFH6kdFKZjPu4c6Ijxk7KvY2BW3nttTTBa7IYeuXFHVfcExUFqlOgRurt+NeWYyQ==}
dev: true
- /@unocss/rule-utils@0.56.5:
- resolution: {integrity: sha512-CXIGHCIC9B8WUl9KbbFMSZHcsIgfmI/+X0bjBv6xrgBVC1EQ2Acq4PYnJIbaRGBRAhl9wYjNL7Zq2UWOdowHAw==}
+ /@unocss/rule-utils@0.58.4:
+ resolution: {integrity: sha512-52Jp4I+joGTaDm7ehB/7uZ2kJL+9BZcYRDUVk4IDacDH5W9yxf1F75LzYT8jJVWXD/HIhiS0r9V6qhcBq2OWZw==}
engines: {node: '>=14'}
dependencies:
- '@unocss/core': 0.56.5
+ '@unocss/core': 0.58.4
+ magic-string: 0.30.5
dev: true
- /@unocss/scope@0.56.5:
- resolution: {integrity: sha512-q2eHYLuqF7RZEVGti205X2JOKSH6lBJGoQIjPtWgodNTg3S7qmUinHG0XzikI30L3EF3VljIh5TbtwGPcvbNsA==}
+ /@unocss/scope@0.58.4:
+ resolution: {integrity: sha512-JrX98xoYnv0HN41WyzlvCCU1T3jnDOry+V8mm2dB9DvByzxI484X6gtKbOXlJFAPwOlZPU5Bru/XTDaL6yQQww==}
dev: true
- /@unocss/transformer-attributify-jsx-babel@0.56.5:
- resolution: {integrity: sha512-QUlbmWpdfzdgEXNcOJwSvKDHB/ID/X3zlpK+fXyCKTkqiYgCwMFmLXll2HtNhIgH2E1gWo/lDlwpiW/QjQb/rw==}
+ /@unocss/transformer-attributify-jsx-babel@0.58.4:
+ resolution: {integrity: sha512-yJd+OxAdgAxSQHVrqC6z19ibPqwwWO7J0TFf2caiP3hidSJ0iOvxcC0h62YCMr9dg4MsCpXaiHmGzxXbWGJ9nQ==}
dependencies:
- '@unocss/core': 0.56.5
+ '@babel/core': 7.23.7
+ '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.23.7)
+ '@babel/preset-typescript': 7.23.3(@babel/core@7.23.7)
+ '@unocss/core': 0.58.4
+ transitivePeerDependencies:
+ - supports-color
dev: true
- /@unocss/transformer-attributify-jsx@0.56.5:
- resolution: {integrity: sha512-SQW7t58s26qHYuD8v3covXtWoXlflw3FV5dlBCw/2iOfNo3OTVUWReAB5y0XQIT3828nHnPqeQq4IhmnuOENdw==}
+ /@unocss/transformer-attributify-jsx@0.58.4:
+ resolution: {integrity: sha512-Y4YMVkgY/EF7x0llV8Y42WGs8b77hbXkPstRLNeRD5x8KBNKnjYUXADwhTBEKXjDR8/y5Ewie8u43i1nbh1XuA==}
dependencies:
- '@unocss/core': 0.56.5
+ '@unocss/core': 0.58.4
dev: true
- /@unocss/transformer-compile-class@0.56.5:
- resolution: {integrity: sha512-uT/+bVDN26hJ4a5FtbOT4PxAVDUTxwZCEVCesPAE5RnGd7f+KYUnk3XdDa77xyklPQsxPhr4MEjA0HGPHtSH8Q==}
+ /@unocss/transformer-compile-class@0.58.4:
+ resolution: {integrity: sha512-GPz462ogvtb64W0iweuB0Dcm1snGsGte0RlVpFUeG2eWlVqKMRvNRtYuive2Ky2zSZKefWJQBGk3Ti+7CM4wFA==}
dependencies:
- '@unocss/core': 0.56.5
+ '@unocss/core': 0.58.4
dev: true
- /@unocss/transformer-directives@0.56.5:
- resolution: {integrity: sha512-ykXbvG1LbqTqlYImMtkJUeH8BtuiE+8T/txUVyooUoVgr2qSELUu2FxC6rTX2EUx+F5BZhaQd6GsdzgaDwXgIg==}
+ /@unocss/transformer-directives@0.58.4:
+ resolution: {integrity: sha512-5g2XVhwpmu2IrGHqPwxh+S3ZtkC/AwAtLIBLWB1QNhY3HVzAAaOzcif6uarngrCTTDQSDmsjzm8TSAq26LtCmQ==}
dependencies:
- '@unocss/core': 0.56.5
- '@unocss/rule-utils': 0.56.5
+ '@unocss/core': 0.58.4
+ '@unocss/rule-utils': 0.58.4
css-tree: 2.3.1
dev: true
- /@unocss/transformer-variant-group@0.56.5:
- resolution: {integrity: sha512-e+7XtICuOtcOgGyxI06i0LK6R446KLFvzv+lw3WbwhD8OcsSFUAtCaAw0l+cyyiiZ/k2tLdUR0O4hYwQVa8f1A==}
+ /@unocss/transformer-variant-group@0.58.4:
+ resolution: {integrity: sha512-zpJ4TMor7aJ3SoLJm4jNBOSqikyXUdQEO1AxkILd9Zcn7JWRgudfFXiXnFP+WGJcs9mMLoUiISxzT8SKNCckfA==}
dependencies:
- '@unocss/core': 0.56.5
+ '@unocss/core': 0.58.4
dev: true
- /@unocss/vite@0.56.5(vite@4.4.11):
- resolution: {integrity: sha512-X4nvIukXTH//d+Oc97nJogK04sVGw4fc5LhVV1DjHQVmAOAmhTJCG6SxWGoSeqqUMx5X3gI9fVILK+5O8yl5EA==}
+ /@unocss/vite@0.58.4(vite@5.0.12):
+ resolution: {integrity: sha512-TqD5fIXv6NF3v10FFrCII//GRbkou6Dn/OzW+d4T5f0KM5+T6DutljpYUdGo0+2QXKDroUWLAspFUaZUx8iwVw==}
peerDependencies:
- vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0
+ vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0
dependencies:
'@ampproject/remapping': 2.2.1
- '@rollup/pluginutils': 5.0.5
- '@unocss/config': 0.56.5
- '@unocss/core': 0.56.5
- '@unocss/inspector': 0.56.5
- '@unocss/scope': 0.56.5
- '@unocss/transformer-directives': 0.56.5
+ '@rollup/pluginutils': 5.1.0
+ '@unocss/config': 0.58.4
+ '@unocss/core': 0.58.4
+ '@unocss/inspector': 0.58.4
+ '@unocss/scope': 0.58.4
+ '@unocss/transformer-directives': 0.58.4
chokidar: 3.5.3
- fast-glob: 3.3.1
- magic-string: 0.30.4
- vite: 4.4.11(@types/node@20.8.6)(less@4.2.0)(lightningcss@1.22.0)(terser@5.21.0)
+ fast-glob: 3.3.2
+ magic-string: 0.30.5
+ vite: 5.0.12(@types/node@20.10.8)(less@4.2.0)(lightningcss@1.23.0)(terser@5.27.0)
transitivePeerDependencies:
- rollup
dev: true
- /@vitejs/plugin-legacy@4.1.1(terser@5.21.0)(vite@4.4.11):
- resolution: {integrity: sha512-um3gbVouD2Q/g19C0qpDfHwveXDCAHzs8OC3e9g6aXpKoD1H14himgs7wkMnhAynBJy7QqUoZNAXDuqN8zLR2g==}
- engines: {node: ^14.18.0 || >=16.0.0}
+ /@vitejs/plugin-legacy@5.3.0(esbuild@0.19.11)(terser@5.27.0)(vite@5.0.12):
+ resolution: {integrity: sha512-BhW+WcJmEgW5G/1UQRiVQ7wz9/ZPnxqzExT9n0zAk4RlqQQ/26udIeXzdU8+03AGnaF61wmZlCspexgEnxFWMA==}
+ engines: {node: ^18.0.0 || >=20.0.0}
peerDependencies:
terser: ^5.4.0
- vite: ^4.0.0
- dependencies:
- '@babel/core': 7.23.0
- '@babel/preset-env': 7.22.20(@babel/core@7.23.0)
- browserslist: 4.22.1
- core-js: 3.33.0
- magic-string: 0.30.4
- regenerator-runtime: 0.13.11
- systemjs: 6.14.1
- terser: 5.21.0
- vite: 4.4.11(@types/node@20.8.6)(less@4.2.0)(lightningcss@1.22.0)(terser@5.21.0)
+ vite: ^5.0.0
+ dependencies:
+ '@babel/core': 7.23.7
+ '@babel/preset-env': 7.23.9(@babel/core@7.23.7)
+ browserslist: 4.22.2
+ core-js: 3.35.1
+ esbuild-plugin-browserslist: 0.10.0(browserslist@4.22.2)(esbuild@0.19.11)
+ magic-string: 0.30.5
+ regenerator-runtime: 0.14.1
+ systemjs: 6.14.3
+ terser: 5.27.0
+ vite: 5.0.12(@types/node@20.10.8)(less@4.2.0)(lightningcss@1.23.0)(terser@5.27.0)
transitivePeerDependencies:
+ - esbuild
- supports-color
dev: true
- /@vitejs/plugin-vue-jsx@3.0.2(vite@4.4.11)(vue@3.3.4):
- resolution: {integrity: sha512-obF26P2Z4Ogy3cPp07B4VaW6rpiu0ue4OT2Y15UxT5BZZ76haUY9guOsZV3uWh/I6xc+VeiW+ZVabRE82FyzWw==}
+ /@vitejs/plugin-vue-jsx@3.1.0(vite@5.0.12)(vue@3.4.15):
+ resolution: {integrity: sha512-w9M6F3LSEU5kszVb9An2/MmXNxocAnUb3WhRr8bHlimhDrXNt6n6D2nJQR3UXpGlZHh/EsgouOHCsM8V3Ln+WA==}
engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies:
- vite: ^4.0.0
+ vite: ^4.0.0 || ^5.0.0
vue: ^3.0.0
dependencies:
- '@babel/core': 7.23.0
- '@babel/plugin-transform-typescript': 7.22.15(@babel/core@7.23.0)
- '@vue/babel-plugin-jsx': 1.1.5(@babel/core@7.23.0)
- vite: 4.4.11(@types/node@20.8.6)(less@4.2.0)(lightningcss@1.22.0)(terser@5.21.0)
- vue: 3.3.4
+ '@babel/core': 7.23.7
+ '@babel/plugin-transform-typescript': 7.23.6(@babel/core@7.23.7)
+ '@vue/babel-plugin-jsx': 1.2.0(@babel/core@7.23.7)
+ vite: 5.0.12(@types/node@20.10.8)(less@4.2.0)(lightningcss@1.23.0)(terser@5.27.0)
+ vue: 3.4.15(typescript@5.3.3)
transitivePeerDependencies:
- supports-color
dev: true
- /@vitejs/plugin-vue@4.4.0(vite@4.4.11)(vue@3.3.4):
- resolution: {integrity: sha512-xdguqb+VUwiRpSg+nsc2HtbAUSGak25DXYvpQQi4RVU1Xq1uworyoH/md9Rfd8zMmPR/pSghr309QNcftUVseg==}
- engines: {node: ^14.18.0 || >=16.0.0}
+ /@vitejs/plugin-vue@5.0.3(vite@5.0.12)(vue@3.4.15):
+ resolution: {integrity: sha512-b8S5dVS40rgHdDrw+DQi/xOM9ed+kSRZzfm1T74bMmBDCd8XO87NKlFYInzCtwvtWwXZvo1QxE2OSspTATWrbA==}
+ engines: {node: ^18.0.0 || >=20.0.0}
peerDependencies:
- vite: ^4.0.0
+ vite: ^5.0.0
vue: ^3.2.25
dependencies:
- vite: 4.4.11(@types/node@20.8.6)(less@4.2.0)(lightningcss@1.22.0)(terser@5.21.0)
- vue: 3.3.4
+ vite: 5.0.12(@types/node@20.10.8)(less@4.2.0)(lightningcss@1.23.0)(terser@5.27.0)
+ vue: 3.4.15(typescript@5.3.3)
dev: true
- /@volar/language-core@1.10.4:
- resolution: {integrity: sha512-Na69qA6uwVIdA0rHuOc2W3pHtVQQO8hCNim7FOaKNpRJh0oAFnu5r9i7Oopo5C4cnELZkPNjTrbmpcCTiW+CMQ==}
+ /@volar/language-core@1.11.1:
+ resolution: {integrity: sha512-dOcNn3i9GgZAcJt43wuaEykSluAuOkQgzni1cuxLxTV0nJKanQztp7FxyswdRILaKH+P2XZMPRp2S4MV/pElCw==}
dependencies:
- '@volar/source-map': 1.10.4
+ '@volar/source-map': 1.11.1
dev: true
- /@volar/source-map@1.10.4:
- resolution: {integrity: sha512-RxZdUEL+pV8p+SMqnhVjzy5zpb1QRZTlcwSk4bdcBO7yOu4rtEWqDGahVCEj4CcXour+0yJUMrMczfSCpP9Uxg==}
+ /@volar/source-map@1.11.1:
+ resolution: {integrity: sha512-hJnOnwZ4+WT5iupLRnuzbULZ42L7BWWPMmruzwtLhJfpDVoZLjNBxHDi2sY2bgZXCKlpU5XcsMFoYrsQmPhfZg==}
dependencies:
muggle-string: 0.3.1
dev: true
- /@volar/typescript@1.10.4:
- resolution: {integrity: sha512-BCCUEBASBEMCrz7qmNSi2hBEWYsXD0doaktRKpmmhvb6XntM2sAWYu6gbyK/MluLDgluGLFiFRpWgobgzUqolg==}
+ /@volar/typescript@1.11.1:
+ resolution: {integrity: sha512-iU+t2mas/4lYierSnoFOeRFQUhAEMgsFuQxoxvwn5EdQopw43j+J27a4lt9LMInx1gLJBC6qL14WYGlgymaSMQ==}
dependencies:
- '@volar/language-core': 1.10.4
+ '@volar/language-core': 1.11.1
+ path-browserify: 1.0.1
dev: true
- /@vue/babel-helper-vue-transform-on@1.1.5:
- resolution: {integrity: sha512-SgUymFpMoAyWeYWLAY+MkCK3QEROsiUnfaw5zxOVD/M64KQs8D/4oK6Q5omVA2hnvEOE0SCkH2TZxs/jnnUj7w==}
+ /@vue/babel-helper-vue-transform-on@1.2.0:
+ resolution: {integrity: sha512-Zn6iRYAVvWl835GCcNsLUroy+jwNjH1yd83hvKNSgbiCkzeZwXvEFCC1u0lVKwoqL7z0IcrtY3dkBMuMxwB1fw==}
dev: true
- /@vue/babel-plugin-jsx@1.1.5(@babel/core@7.23.0):
- resolution: {integrity: sha512-nKs1/Bg9U1n3qSWnsHhCVQtAzI6aQXqua8j/bZrau8ywT1ilXQbK4FwEJGmU8fV7tcpuFvWmmN7TMmV1OBma1g==}
+ /@vue/babel-plugin-jsx@1.2.0(@babel/core@7.23.7):
+ resolution: {integrity: sha512-z0t7fjk03TqncyWYoChKQ4rWx1LXJaw1kNEDrUU5tbPWI2zkCPv2imQJOYlJ8GyTDoQ6/nD82asFcSxDRJ8YgQ==}
peerDependencies:
'@babel/core': ^7.0.0-0
+ peerDependenciesMeta:
+ '@babel/core':
+ optional: true
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.7
'@babel/helper-module-imports': 7.22.15
- '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.23.0)
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.23.7)
'@babel/template': 7.22.15
- '@babel/traverse': 7.23.0
- '@babel/types': 7.23.0
- '@vue/babel-helper-vue-transform-on': 1.1.5
+ '@babel/traverse': 7.23.7
+ '@babel/types': 7.23.6
+ '@vue/babel-helper-vue-transform-on': 1.2.0
+ '@vue/babel-plugin-resolve-type': 1.2.0-beta.0(@babel/core@7.23.7)
camelcase: 6.3.0
html-tags: 3.3.1
svg-tags: 1.0.0
@@ -2751,135 +3388,131 @@ packages:
- supports-color
dev: true
- /@vue/compiler-core@3.3.4:
- resolution: {integrity: sha512-cquyDNvZ6jTbf/+x+AgM2Arrp6G4Dzbb0R64jiG804HRMfRiFXWI6kqUVqZ6ZR0bQhIoQjB4+2bhNtVwndW15g==}
+ /@vue/babel-plugin-resolve-type@1.2.0-beta.0(@babel/core@7.23.7):
+ resolution: {integrity: sha512-zG5nXU+89UjXHVvvf0yehU0MDF1caJssCUF+bU5HWevEoR5qoRLt7wX6rNTtG/ZKHFUvB8BibIKL62Ix167Wxg==}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/code-frame': 7.23.5
+ '@babel/core': 7.23.7
+ '@babel/helper-module-imports': 7.22.15
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/parser': 7.23.6
+ '@vue/compiler-sfc': 3.4.15
+ dev: true
+
+ /@vue/compiler-core@3.4.15:
+ resolution: {integrity: sha512-XcJQVOaxTKCnth1vCxEChteGuwG6wqnUHxAm1DO3gCz0+uXKaJNx8/digSz4dLALCy8n2lKq24jSUs8segoqIw==}
dependencies:
- '@babel/parser': 7.22.4
- '@vue/shared': 3.3.4
+ '@babel/parser': 7.23.6
+ '@vue/shared': 3.4.15
+ entities: 4.5.0
estree-walker: 2.0.2
source-map-js: 1.0.2
- /@vue/compiler-dom@3.3.4:
- resolution: {integrity: sha512-wyM+OjOVpuUukIq6p5+nwHYtj9cFroz9cwkfmP9O1nzH68BenTTv0u7/ndggT8cIQlnBeOo6sUT/gvHcIkLA5w==}
+ /@vue/compiler-dom@3.4.15:
+ resolution: {integrity: sha512-wox0aasVV74zoXyblarOM3AZQz/Z+OunYcIHe1OsGclCHt8RsRm04DObjefaI82u6XDzv+qGWZ24tIsRAIi5MQ==}
dependencies:
- '@vue/compiler-core': 3.3.4
- '@vue/shared': 3.3.4
+ '@vue/compiler-core': 3.4.15
+ '@vue/shared': 3.4.15
- /@vue/compiler-sfc@3.3.4:
- resolution: {integrity: sha512-6y/d8uw+5TkCuzBkgLS0v3lSM3hJDntFEiUORM11pQ/hKvkhSKZrXW6i69UyXlJQisJxuUEJKAWEqWbWsLeNKQ==}
+ /@vue/compiler-sfc@3.4.15:
+ resolution: {integrity: sha512-LCn5M6QpkpFsh3GQvs2mJUOAlBQcCco8D60Bcqmf3O3w5a+KWS5GvYbrrJBkgvL1BDnTp+e8q0lXCLgHhKguBA==}
dependencies:
- '@babel/parser': 7.22.4
- '@vue/compiler-core': 3.3.4
- '@vue/compiler-dom': 3.3.4
- '@vue/compiler-ssr': 3.3.4
- '@vue/reactivity-transform': 3.3.4
- '@vue/shared': 3.3.4
+ '@babel/parser': 7.23.6
+ '@vue/compiler-core': 3.4.15
+ '@vue/compiler-dom': 3.4.15
+ '@vue/compiler-ssr': 3.4.15
+ '@vue/shared': 3.4.15
estree-walker: 2.0.2
- magic-string: 0.30.4
- postcss: 8.4.31
+ magic-string: 0.30.5
+ postcss: 8.4.33
source-map-js: 1.0.2
- /@vue/compiler-ssr@3.3.4:
- resolution: {integrity: sha512-m0v6oKpup2nMSehwA6Uuu+j+wEwcy7QmwMkVNVfrV9P2qE5KshC6RwOCq8fjGS/Eak/uNb8AaWekfiXxbBB6gQ==}
+ /@vue/compiler-ssr@3.4.15:
+ resolution: {integrity: sha512-1jdeQyiGznr8gjFDadVmOJqZiLNSsMa5ZgqavkPZ8O2wjHv0tVuAEsw5hTdUoUW4232vpBbL/wJhzVW/JwY1Uw==}
dependencies:
- '@vue/compiler-dom': 3.3.4
- '@vue/shared': 3.3.4
+ '@vue/compiler-dom': 3.4.15
+ '@vue/shared': 3.4.15
- /@vue/devtools-api@6.5.0:
- resolution: {integrity: sha512-o9KfBeaBmCKl10usN4crU53fYtC1r7jJwdGKjPT24t348rHxgfpZ0xL3Xm/gLUYnc0oTp8LAmrxOeLyu6tbk2Q==}
+ /@vue/devtools-api@6.5.1:
+ resolution: {integrity: sha512-+KpckaAQyfbvshdDW5xQylLni1asvNSGme1JFs8I1+/H5pHEhqUKMEQD/qn3Nx5+/nycBq11qAEi8lk+LXI2dA==}
dev: false
- /@vue/language-core@1.8.19(typescript@5.2.2):
- resolution: {integrity: sha512-nt3dodGs97UM6fnxeQBazO50yYCKBK53waFWB3qMbLmR6eL3aUryZgQtZoBe1pye17Wl8fs9HysV3si6xMgndQ==}
+ /@vue/language-core@1.8.27(typescript@5.3.3):
+ resolution: {integrity: sha512-L8Kc27VdQserNaCUNiSFdDl9LWT24ly8Hpwf1ECy3aFb9m6bDhBGQYOujDm21N7EW3moKIOKEanQwe1q5BK+mA==}
peerDependencies:
typescript: '*'
peerDependenciesMeta:
typescript:
optional: true
dependencies:
- '@volar/language-core': 1.10.4
- '@volar/source-map': 1.10.4
- '@vue/compiler-dom': 3.3.4
- '@vue/reactivity': 3.3.4
- '@vue/shared': 3.3.4
+ '@volar/language-core': 1.11.1
+ '@volar/source-map': 1.11.1
+ '@vue/compiler-dom': 3.4.15
+ '@vue/shared': 3.4.15
+ computeds: 0.0.1
minimatch: 9.0.3
muggle-string: 0.3.1
- typescript: 5.2.2
- vue-template-compiler: 2.7.14
+ path-browserify: 1.0.1
+ typescript: 5.3.3
+ vue-template-compiler: 2.7.16
dev: true
- /@vue/reactivity-transform@3.3.4:
- resolution: {integrity: sha512-MXgwjako4nu5WFLAjpBnCj/ieqcjE2aJBINUNQzkZQfzIZA4xn+0fV1tIYBJvvva3N3OvKGofRLvQIwEQPpaXw==}
+ /@vue/reactivity@3.4.15:
+ resolution: {integrity: sha512-55yJh2bsff20K5O84MxSvXKPHHt17I2EomHznvFiJCAZpJTNW8IuLj1xZWMLELRhBK3kkFV/1ErZGHJfah7i7w==}
dependencies:
- '@babel/parser': 7.22.4
- '@vue/compiler-core': 3.3.4
- '@vue/shared': 3.3.4
- estree-walker: 2.0.2
- magic-string: 0.30.4
-
- /@vue/reactivity@3.3.4:
- resolution: {integrity: sha512-kLTDLwd0B1jG08NBF3R5rqULtv/f8x3rOFByTDz4J53ttIQEDmALqKqXY0J+XQeN0aV2FBxY8nJDf88yvOPAqQ==}
- dependencies:
- '@vue/shared': 3.3.4
+ '@vue/shared': 3.4.15
- /@vue/runtime-core@3.3.4:
- resolution: {integrity: sha512-R+bqxMN6pWO7zGI4OMlmvePOdP2c93GsHFM/siJI7O2nxFRzj55pLwkpCedEY+bTMgp5miZ8CxfIZo3S+gFqvA==}
+ /@vue/runtime-core@3.4.15:
+ resolution: {integrity: sha512-6E3by5m6v1AkW0McCeAyhHTw+3y17YCOKG0U0HDKDscV4Hs0kgNT5G+GCHak16jKgcCDHpI9xe5NKb8sdLCLdw==}
dependencies:
- '@vue/reactivity': 3.3.4
- '@vue/shared': 3.3.4
+ '@vue/reactivity': 3.4.15
+ '@vue/shared': 3.4.15
- /@vue/runtime-dom@3.3.4:
- resolution: {integrity: sha512-Aj5bTJ3u5sFsUckRghsNjVTtxZQ1OyMWCr5dZRAPijF/0Vy4xEoRCwLyHXcj4D0UFbJ4lbx3gPTgg06K/GnPnQ==}
+ /@vue/runtime-dom@3.4.15:
+ resolution: {integrity: sha512-EVW8D6vfFVq3V/yDKNPBFkZKGMFSvZrUQmx196o/v2tHKdwWdiZjYUBS+0Ez3+ohRyF8Njwy/6FH5gYJ75liUw==}
dependencies:
- '@vue/runtime-core': 3.3.4
- '@vue/shared': 3.3.4
- csstype: 3.1.2
+ '@vue/runtime-core': 3.4.15
+ '@vue/shared': 3.4.15
+ csstype: 3.1.3
- /@vue/server-renderer@3.3.4(vue@3.3.4):
- resolution: {integrity: sha512-Q6jDDzR23ViIb67v+vM1Dqntu+HUexQcsWKhhQa4ARVzxOY2HbC7QRW/ggkDBd5BU+uM1sV6XOAP0b216o34JQ==}
+ /@vue/server-renderer@3.4.15(vue@3.4.15):
+ resolution: {integrity: sha512-3HYzaidu9cHjrT+qGUuDhFYvF/j643bHC6uUN9BgM11DVy+pM6ATsG6uPBLnkwOgs7BpJABReLmpL3ZPAsUaqw==}
peerDependencies:
- vue: 3.3.4
+ vue: 3.4.15
dependencies:
- '@vue/compiler-ssr': 3.3.4
- '@vue/shared': 3.3.4
- vue: 3.3.4
+ '@vue/compiler-ssr': 3.4.15
+ '@vue/shared': 3.4.15
+ vue: 3.4.15(typescript@5.3.3)
- /@vue/shared@3.3.4:
- resolution: {integrity: sha512-7OjdcV8vQ74eiz1TZLzZP4JwqM5fA94K6yntPS5Z25r9HDuGNzaGdgvwKYq6S+MxwF0TFRwe50fIR/MYnakdkQ==}
+ /@vue/shared@3.4.15:
+ resolution: {integrity: sha512-KzfPTxVaWfB+eGcGdbSf4CWdaXcGDqckoeXUh7SB3fZdEtzPCK2Vq9B/lRRL3yutax/LWITz+SwvgyOxz5V75g==}
- /@vue/tsconfig@0.4.0:
- resolution: {integrity: sha512-CPuIReonid9+zOG/CGTT05FXrPYATEqoDGNrEaqS4hwcw5BUNM2FguC0mOwJD4Jr16UpRVl9N0pY3P+srIbqmg==}
+ /@vue/tsconfig@0.5.1:
+ resolution: {integrity: sha512-VcZK7MvpjuTPx2w6blwnwZAu5/LgBUtejFOi3pPGQFXQN5Ela03FUtd2Qtg4yWGGissVL0dr6Ro1LfOFh+PCuQ==}
dev: true
- /@vue/typescript@1.8.19(typescript@5.2.2):
- resolution: {integrity: sha512-k/SHeeQROUgqsxyHQ8Cs3Zz5TnX57p7BcBDVYR2E0c61QL2DJ2G8CsaBremmNGuGE6o1R5D50IHIxFmroMz8iw==}
+ /@vueuse/core@10.7.2(vue@3.4.15):
+ resolution: {integrity: sha512-AOyAL2rK0By62Hm+iqQn6Rbu8bfmbgaIMXcE3TSr7BdQ42wnSFlwIdPjInO62onYsEMK/yDMU8C6oGfDAtZ2qQ==}
dependencies:
- '@volar/typescript': 1.10.4
- '@vue/language-core': 1.8.19(typescript@5.2.2)
- transitivePeerDependencies:
- - typescript
- dev: true
-
- /@vueuse/core@10.5.0(vue@3.3.4):
- resolution: {integrity: sha512-z/tI2eSvxwLRjOhDm0h/SXAjNm8N5ld6/SC/JQs6o6kpJ6Ya50LnEL8g5hoYu005i28L0zqB5L5yAl8Jl26K3A==}
- dependencies:
- '@types/web-bluetooth': 0.0.18
- '@vueuse/metadata': 10.5.0
- '@vueuse/shared': 10.5.0(vue@3.3.4)
- vue-demi: 0.14.6(vue@3.3.4)
+ '@types/web-bluetooth': 0.0.20
+ '@vueuse/metadata': 10.7.2
+ '@vueuse/shared': 10.7.2(vue@3.4.15)
+ vue-demi: 0.14.6(vue@3.4.15)
transitivePeerDependencies:
- '@vue/composition-api'
- vue
dev: false
- /@vueuse/metadata@10.5.0:
- resolution: {integrity: sha512-fEbElR+MaIYyCkeM0SzWkdoMtOpIwO72x8WsZHRE7IggiOlILttqttM69AS13nrDxosnDBYdyy3C5mR1LCxHsw==}
+ /@vueuse/metadata@10.7.2:
+ resolution: {integrity: sha512-kCWPb4J2KGrwLtn1eJwaJD742u1k5h6v/St5wFe8Quih90+k2a0JP8BS4Zp34XUuJqS2AxFYMb1wjUL8HfhWsQ==}
dev: false
- /@vueuse/shared@10.5.0(vue@3.3.4):
- resolution: {integrity: sha512-18iyxbbHYLst9MqU1X1QNdMHIjks6wC7XTVf0KNOv5es/Ms6gjVFCAAWTVP2JStuGqydg3DT+ExpFORUEi9yhg==}
+ /@vueuse/shared@10.7.2(vue@3.4.15):
+ resolution: {integrity: sha512-qFbXoxS44pi2FkgFjPvF4h7c9oMDutpyBdcJdMYIMg9XyXli2meFMuaKn+UMgsClo//Th6+beeCgqweT/79BVA==}
dependencies:
- vue-demi: 0.14.6(vue@3.3.4)
+ vue-demi: 0.14.6(vue@3.4.15)
transitivePeerDependencies:
- '@vue/composition-api'
- vue
@@ -2893,33 +3526,39 @@ packages:
through: 2.3.8
dev: true
- /acorn-jsx@5.3.2(acorn@8.10.0):
+ /a-sync-waterfall@1.0.1:
+ resolution: {integrity: sha512-RYTOHHdWipFUliRFMCS4X2Yn2X8M87V/OpSqWzKKOGhzqyUxzyVmhHDH9sAvG+ZuQf/TAOFsLCpMw09I1ufUnA==}
+ dev: true
+
+ /acorn-jsx@5.3.2(acorn@7.4.1):
resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==}
peerDependencies:
acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
dependencies:
- acorn: 8.10.0
+ acorn: 7.4.1
dev: true
- /acorn-walk@8.2.0:
- resolution: {integrity: sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==}
- engines: {node: '>=0.4.0'}
+ /acorn-jsx@5.3.2(acorn@8.11.3):
+ resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==}
+ peerDependencies:
+ acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
+ dependencies:
+ acorn: 8.11.3
dev: true
- /acorn@8.10.0:
- resolution: {integrity: sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==}
+ /acorn-walk@8.3.2:
+ resolution: {integrity: sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==}
engines: {node: '>=0.4.0'}
- hasBin: true
dev: true
- /acorn@8.8.0:
- resolution: {integrity: sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w==}
+ /acorn@7.4.1:
+ resolution: {integrity: sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==}
engines: {node: '>=0.4.0'}
hasBin: true
dev: true
- /acorn@8.8.2:
- resolution: {integrity: sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==}
+ /acorn@8.11.3:
+ resolution: {integrity: sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==}
engines: {node: '>=0.4.0'}
hasBin: true
dev: true
@@ -2942,8 +3581,8 @@ packages:
uri-js: 4.4.1
dev: true
- /ajv@8.11.0:
- resolution: {integrity: sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==}
+ /ajv@8.12.0:
+ resolution: {integrity: sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==}
dependencies:
fast-deep-equal: 3.1.3
json-schema-traverse: 1.0.0
@@ -2951,18 +3590,22 @@ packages:
uri-js: 4.4.1
dev: true
+ /ansi-colors@4.1.3:
+ resolution: {integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==}
+ engines: {node: '>=6'}
+ dev: true
+
/ansi-escapes@4.3.2:
resolution: {integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==}
engines: {node: '>=8'}
dependencies:
type-fest: 0.21.3
- dev: true
- /ansi-escapes@5.0.0:
- resolution: {integrity: sha512-5GFMVX8HqE/TB+FuBJGuO5XG0WrsA6ptUqoODaT/n9mmUaZFkqnBueB4leqGBCmrUHnCnC4PCZTCd0E7QQ83bA==}
- engines: {node: '>=12'}
+ /ansi-escapes@6.2.0:
+ resolution: {integrity: sha512-kzRaCqXnpzWs+3z5ABPQiVke+iq0KXkHo8xiWV4RPTi5Yli0l97BEQuhXV1s7+aSU/fu1kUuxgS4MsQ0fRuygw==}
+ engines: {node: '>=14.16'}
dependencies:
- type-fest: 1.4.0
+ type-fest: 3.13.1
dev: true
/ansi-regex@2.1.1:
@@ -2973,7 +3616,6 @@ packages:
/ansi-regex@5.0.1:
resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==}
engines: {node: '>=8'}
- dev: true
/ansi-regex@6.0.1:
resolution: {integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==}
@@ -2997,56 +3639,64 @@ packages:
engines: {node: '>=8'}
dependencies:
color-convert: 2.0.1
- dev: true
- /ansi-styles@6.1.1:
- resolution: {integrity: sha512-qDOv24WjnYuL+wbwHdlsYZFy+cgPtrYw0Tn7GLORicQp9BkQLzrgI3Pm4VyR9ERZ41YTn7KlMPuL1n05WdZvmg==}
+ /ansi-styles@6.2.1:
+ resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==}
engines: {node: '>=12'}
dev: true
- /ant-design-vue@4.0.6(vue@3.3.4):
- resolution: {integrity: sha512-6kh3b8Ito9SAbOKTW0wyfcCnd859uhQQlttjo8RjMj6YjLK52yNO2TdgYRwed06scUm5RwEnQ2JKMxYYoeG1MA==}
+ /ant-design-vue@4.1.1(vue@3.4.15):
+ resolution: {integrity: sha512-YLhDHhGvegGEczxDqIiiZIJsTHh3dge5Rf94n17sp24gAcey0hDaLtYWM0Z/+N8EheAcM0w3fePvYGMxwGxSDg==}
engines: {node: '>=12.22.0'}
peerDependencies:
vue: '>=3.2.0'
dependencies:
'@ant-design/colors': 6.0.0
- '@ant-design/icons-vue': 7.0.1(vue@3.3.4)
- '@babel/runtime': 7.19.4
+ '@ant-design/icons-vue': 7.0.1(vue@3.4.15)
+ '@babel/runtime': 7.23.8
'@ctrl/tinycolor': 3.6.1
'@emotion/hash': 0.9.1
'@emotion/unitless': 0.8.1
'@simonwep/pickr': 1.8.2
array-tree-filter: 2.1.0
async-validator: 4.2.5
- csstype: 3.1.2
+ csstype: 3.1.3
dayjs: 1.11.10
- dom-align: 1.12.3
+ dom-align: 1.12.4
dom-scroll-into-view: 2.0.1
lodash: 4.17.21
lodash-es: 4.17.21
resize-observer-polyfill: 1.5.1
- scroll-into-view-if-needed: 2.2.29
+ scroll-into-view-if-needed: 2.2.31
shallow-equal: 1.2.1
- stylis: 4.3.0
+ stylis: 4.3.1
throttle-debounce: 5.0.0
- vue: 3.3.4
- vue-types: 3.0.2(vue@3.3.4)
+ vue: 3.4.15(typescript@5.3.3)
+ vue-types: 3.0.2(vue@3.4.15)
warning: 4.0.3
dev: false
- /anymatch@3.1.2:
- resolution: {integrity: sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==}
+ /any-promise@1.3.0:
+ resolution: {integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==}
+ dev: true
+
+ /anymatch@3.1.3:
+ resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==}
engines: {node: '>= 8'}
dependencies:
normalize-path: 3.0.0
picomatch: 2.3.1
- dev: true
/arg@4.1.3:
resolution: {integrity: sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==}
dev: true
+ /argparse@1.0.10:
+ resolution: {integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==}
+ dependencies:
+ sprintf-js: 1.0.3
+ dev: true
+
/argparse@2.0.1:
resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
dev: true
@@ -3069,7 +3719,7 @@ packages:
/array-buffer-byte-length@1.0.0:
resolution: {integrity: sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==}
dependencies:
- call-bind: 1.0.2
+ call-bind: 1.0.5
is-array-buffer: 3.0.2
dev: true
@@ -3082,14 +3732,14 @@ packages:
resolution: {integrity: sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==}
dev: true
- /array-includes@3.1.6:
- resolution: {integrity: sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw==}
+ /array-includes@3.1.7:
+ resolution: {integrity: sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ==}
engines: {node: '>= 0.4'}
dependencies:
- call-bind: 1.0.2
- define-properties: 1.1.4
- es-abstract: 1.20.4
- get-intrinsic: 1.1.3
+ call-bind: 1.0.5
+ define-properties: 1.2.1
+ es-abstract: 1.22.3
+ get-intrinsic: 1.2.2
is-string: 1.0.7
dev: true
@@ -3111,31 +3761,41 @@ packages:
resolution: {integrity: sha512-LzLoiOMAxvy+Gd3BAq3B7VeIgPdo+Q8hthvKtXybMvRV0jrXfJM/t8mw7nNlpEcVlVUnCnM2KSX4XU5HmpodOA==}
engines: {node: '>= 0.4'}
dependencies:
- call-bind: 1.0.2
+ call-bind: 1.0.5
define-properties: 1.2.1
- es-abstract: 1.22.2
- es-shim-unscopables: 1.0.0
- get-intrinsic: 1.2.1
+ es-abstract: 1.22.3
+ es-shim-unscopables: 1.0.2
+ get-intrinsic: 1.2.2
dev: true
- /array.prototype.flat@1.3.1:
- resolution: {integrity: sha512-roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA==}
+ /array.prototype.flat@1.3.2:
+ resolution: {integrity: sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==}
engines: {node: '>= 0.4'}
dependencies:
- call-bind: 1.0.2
- define-properties: 1.1.4
- es-abstract: 1.20.4
- es-shim-unscopables: 1.0.0
+ call-bind: 1.0.5
+ define-properties: 1.2.1
+ es-abstract: 1.22.3
+ es-shim-unscopables: 1.0.2
dev: true
- /array.prototype.flatmap@1.3.1:
- resolution: {integrity: sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==}
+ /array.prototype.flatmap@1.3.2:
+ resolution: {integrity: sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==}
engines: {node: '>= 0.4'}
dependencies:
- call-bind: 1.0.2
- define-properties: 1.1.4
- es-abstract: 1.20.4
- es-shim-unscopables: 1.0.0
+ call-bind: 1.0.5
+ define-properties: 1.2.1
+ es-abstract: 1.22.3
+ es-shim-unscopables: 1.0.2
+ dev: true
+
+ /array.prototype.tosorted@1.1.2:
+ resolution: {integrity: sha512-HuQCHOlk1Weat5jzStICBCd83NxiIMwqDg/dHEsoefabn/hJRj5pVdWcPUSpRrwhwxZOsQassMpgN/xRYFBMIg==}
+ dependencies:
+ call-bind: 1.0.5
+ define-properties: 1.2.1
+ es-abstract: 1.22.3
+ es-shim-unscopables: 1.0.2
+ get-intrinsic: 1.2.2
dev: true
/arraybuffer.prototype.slice@1.0.2:
@@ -3143,10 +3803,10 @@ packages:
engines: {node: '>= 0.4'}
dependencies:
array-buffer-byte-length: 1.0.0
- call-bind: 1.0.2
+ call-bind: 1.0.5
define-properties: 1.2.1
- es-abstract: 1.22.2
- get-intrinsic: 1.2.1
+ es-abstract: 1.22.3
+ get-intrinsic: 1.2.2
is-array-buffer: 3.0.2
is-shared-array-buffer: 1.0.2
dev: true
@@ -3161,6 +3821,10 @@ packages:
engines: {node: '>=8'}
dev: true
+ /asap@2.0.6:
+ resolution: {integrity: sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==}
+ dev: true
+
/assign-symbols@1.0.0:
resolution: {integrity: sha512-Q+JC7Whu8HhmTdBph/Tq59IoRtoy6KAm5zzPv00WdujX82lbAL8K7WVjne7vdCsAmbF4AYaDOPyO3k0kl8qIrw==}
engines: {node: '>=0.10.0'}
@@ -3175,6 +3839,12 @@ packages:
resolution: {integrity: sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==}
dev: false
+ /asynciterator.prototype@1.0.0:
+ resolution: {integrity: sha512-wwHYEIS0Q80f5mosx3L/dfG5t5rjEa9Ft51GTaNt862EnpyGHpgz2RkZvLPp1oF5TnAiTohkEKVEu8pQPJI7Vg==}
+ dependencies:
+ has-symbols: 1.0.3
+ dev: true
+
/asynckit@0.4.0:
resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==}
dev: false
@@ -3190,57 +3860,74 @@ packages:
hasBin: true
dev: true
+ /autoprefixer@9.8.8:
+ resolution: {integrity: sha512-eM9d/swFopRt5gdJ7jrpCwgvEMIayITpojhkkSMRsFHYuH5bkSQ4p/9qTEHtmNudUZh22Tehu7I6CxAW0IXTKA==}
+ hasBin: true
+ dependencies:
+ browserslist: 4.22.2
+ caniuse-lite: 1.0.30001579
+ normalize-range: 0.1.2
+ num2fraction: 1.2.2
+ picocolors: 0.2.1
+ postcss: 7.0.39
+ postcss-value-parser: 4.2.0
+ dev: true
+
/available-typed-arrays@1.0.5:
resolution: {integrity: sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==}
engines: {node: '>= 0.4'}
dev: true
- /axios@1.5.1:
- resolution: {integrity: sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A==}
+ /axios@1.6.7:
+ resolution: {integrity: sha512-/hDJGff6/c7u0hDkvkGxR/oy6CbCs8ziCsC7SqmhjfozqiJGc8Z11wrv9z9lYfY4K8l+H9TpjcMDX0xOZmx+RA==}
dependencies:
- follow-redirects: 1.15.2
+ follow-redirects: 1.15.5
form-data: 4.0.0
proxy-from-env: 1.1.0
transitivePeerDependencies:
- debug
dev: false
- /babel-plugin-polyfill-corejs2@0.4.5(@babel/core@7.23.0):
- resolution: {integrity: sha512-19hwUH5FKl49JEsvyTcoHakh6BE0wgXLLptIyKZ3PijHc/Ci521wygORCUCCred+E/twuqRyAkE02BAWPmsHOg==}
+ /babel-plugin-polyfill-corejs2@0.4.8(@babel/core@7.23.7):
+ resolution: {integrity: sha512-OtIuQfafSzpo/LhnJaykc0R/MMnuLSSVjVYy9mHArIZ9qTCSZ6TpWCuEKZYVoN//t8HqBNScHrOtCrIK5IaGLg==}
peerDependencies:
'@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
dependencies:
- '@babel/compat-data': 7.22.20
- '@babel/core': 7.23.0
- '@babel/helper-define-polyfill-provider': 0.4.2(@babel/core@7.23.0)
+ '@babel/compat-data': 7.23.5
+ '@babel/core': 7.23.7
+ '@babel/helper-define-polyfill-provider': 0.5.0(@babel/core@7.23.7)
semver: 6.3.1
transitivePeerDependencies:
- supports-color
dev: true
- /babel-plugin-polyfill-corejs3@0.8.4(@babel/core@7.23.0):
- resolution: {integrity: sha512-9l//BZZsPR+5XjyJMPtZSK4jv0BsTO1zDac2GC6ygx9WLGlcsnRd1Co0B2zT5fF5Ic6BZy+9m3HNZ3QcOeDKfg==}
+ /babel-plugin-polyfill-corejs3@0.9.0(@babel/core@7.23.7):
+ resolution: {integrity: sha512-7nZPG1uzK2Ymhy/NbaOWTg3uibM2BmGASS4vHS4szRZAIR8R6GwA/xAujpdrXU5iyklrimWnLWU+BLF9suPTqg==}
peerDependencies:
'@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
dependencies:
- '@babel/core': 7.23.0
- '@babel/helper-define-polyfill-provider': 0.4.2(@babel/core@7.23.0)
- core-js-compat: 3.33.0
+ '@babel/core': 7.23.7
+ '@babel/helper-define-polyfill-provider': 0.5.0(@babel/core@7.23.7)
+ core-js-compat: 3.35.1
transitivePeerDependencies:
- supports-color
dev: true
- /babel-plugin-polyfill-regenerator@0.5.2(@babel/core@7.23.0):
- resolution: {integrity: sha512-tAlOptU0Xj34V1Y2PNTL4Y0FOJMDB6bZmoW39FeCQIhigGLkqu3Fj6uiXpxIf6Ij274ENdYx64y6Au+ZKlb1IA==}
+ /babel-plugin-polyfill-regenerator@0.5.5(@babel/core@7.23.7):
+ resolution: {integrity: sha512-OJGYZlhLqBh2DDHeqAxWB1XIvr49CxiJ2gIt61/PU55CQK4Z58OzMqjDe1zwQdQk+rBYsRc+1rJmdajM3gimHg==}
peerDependencies:
'@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
dependencies:
- '@babel/core': 7.23.0
- '@babel/helper-define-polyfill-provider': 0.4.2(@babel/core@7.23.0)
+ '@babel/core': 7.23.7
+ '@babel/helper-define-polyfill-provider': 0.5.0(@babel/core@7.23.7)
transitivePeerDependencies:
- supports-color
dev: true
+ /bail@1.0.5:
+ resolution: {integrity: sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ==}
+ dev: true
+
/balanced-match@1.0.2:
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
dev: true
@@ -3251,7 +3938,6 @@ packages:
/base64-js@1.5.1:
resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==}
- dev: true
/base@0.11.2:
resolution: {integrity: sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==}
@@ -3259,18 +3945,13 @@ packages:
dependencies:
cache-base: 1.0.1
class-utils: 0.3.6
- component-emitter: 1.3.0
+ component-emitter: 1.3.1
define-property: 1.0.0
isobject: 3.0.1
mixin-deep: 1.3.2
pascalcase: 0.1.1
dev: true
- /big-integer@1.6.51:
- resolution: {integrity: sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg==}
- engines: {node: '>=0.6'}
- dev: true
-
/big.js@5.2.2:
resolution: {integrity: sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==}
dev: true
@@ -3278,15 +3959,13 @@ packages:
/binary-extensions@2.2.0:
resolution: {integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==}
engines: {node: '>=8'}
- dev: true
/bl@4.1.0:
resolution: {integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==}
dependencies:
buffer: 5.7.1
inherits: 2.0.4
- readable-stream: 3.6.0
- dev: true
+ readable-stream: 3.6.2
/bluebird@3.7.2:
resolution: {integrity: sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==}
@@ -3296,13 +3975,6 @@ packages:
resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==}
dev: true
- /bplist-parser@0.2.0:
- resolution: {integrity: sha512-z0M+byMThzQmD9NILRniCUXYsYpjwnlO8N5uCFaCqIOpqRsJCrQL9NK3JsD67CN5a08nF5oIL2bD6loTdHOuKw==}
- engines: {node: '>= 5.10.0'}
- dependencies:
- big-integer: 1.6.51
- dev: true
-
/brace-expansion@1.1.11:
resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==}
dependencies:
@@ -3339,17 +4011,16 @@ packages:
engines: {node: '>=8'}
dependencies:
fill-range: 7.0.1
- dev: true
- /browserslist@4.22.1:
- resolution: {integrity: sha512-FEVc202+2iuClEhZhrWy6ZiAcRLvNMyYcxZ8raemul1DYVOVdFsbqckWLdsixQZCpJlwe77Z3UTalE7jsjnKfQ==}
+ /browserslist@4.22.2:
+ resolution: {integrity: sha512-0UgcrvQmBDvZHFGdYUehrCNIazki7/lUP3kkoi/r3YB2amZbFM9J43ZRkJTXBUZK4gmx56+Sqk9+Vs9mwZx9+A==}
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true
dependencies:
- caniuse-lite: 1.0.30001546
- electron-to-chromium: 1.4.543
- node-releases: 2.0.13
- update-browserslist-db: 1.0.13(browserslist@4.22.1)
+ caniuse-lite: 1.0.30001579
+ electron-to-chromium: 1.4.640
+ node-releases: 2.0.14
+ update-browserslist-db: 1.0.13(browserslist@4.22.2)
dev: true
/buffer-from@1.1.2:
@@ -3361,18 +4032,15 @@ packages:
dependencies:
base64-js: 1.5.1
ieee754: 1.2.1
- dev: true
-
- /builtin-modules@3.3.0:
- resolution: {integrity: sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==}
- engines: {node: '>=6'}
- dev: true
- /bundle-name@3.0.0:
- resolution: {integrity: sha512-PKA4BeSvBpQKQ8iPOGCSiell+N8P+Tf1DlwqmYhpe2gAhKPHn8EYOxVT+ShuGmhg8lN8XiSlS80yiExKXrURlw==}
- engines: {node: '>=12'}
+ /bundle-require@4.0.2(esbuild@0.19.11):
+ resolution: {integrity: sha512-jwzPOChofl67PSTW2SGubV9HBQAhhR2i6nskiOThauo9dzwDUgOWQScFVaJkjEfYX+UXiD+LEx8EblQMc2wIag==}
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
+ peerDependencies:
+ esbuild: '>=0.17'
dependencies:
- run-applescript: 5.0.0
+ esbuild: 0.19.11
+ load-tsconfig: 0.2.5
dev: true
/cac@6.7.14:
@@ -3385,7 +4053,7 @@ packages:
engines: {node: '>=0.10.0'}
dependencies:
collection-visit: 1.0.0
- component-emitter: 1.3.0
+ component-emitter: 1.3.1
get-value: 2.0.6
has-value: 1.0.0
isobject: 3.0.1
@@ -3400,11 +4068,16 @@ packages:
engines: {node: '>=6'}
dev: true
- /call-bind@1.0.2:
- resolution: {integrity: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==}
+ /call-bind@1.0.5:
+ resolution: {integrity: sha512-C3nQxfFZxFRVoJoGKKI8y3MOEo129NQ+FgQ08iye+Mk4zNZZGdjfs06bVTr+DBSlA66Q2VEcMki/cUCP4SercQ==}
dependencies:
- function-bind: 1.1.1
- get-intrinsic: 1.1.3
+ function-bind: 1.1.2
+ get-intrinsic: 1.2.2
+ set-function-length: 1.2.0
+
+ /call-me-maybe@1.0.2:
+ resolution: {integrity: sha512-HpX65o1Hnr9HH25ojC1YGs7HCQLq0GCOibSaWER0eNpgJ/Z1MZv2mTc7+xh6WOPxbRVcmgbv4hGU+uSQ/2xFZQ==}
+ dev: true
/callsites@3.1.0:
resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==}
@@ -3420,16 +4093,6 @@ packages:
quick-lru: 4.0.1
dev: true
- /camelcase-keys@7.0.2:
- resolution: {integrity: sha512-Rjs1H+A9R+Ig+4E/9oyB66UC5Mj9Xq3N//vcLf2WzgdTi/3gUu3Z9KoqmlrEG4VuuLK8wJHofxzdQXz/knhiYg==}
- engines: {node: '>=12'}
- dependencies:
- camelcase: 6.3.0
- map-obj: 4.3.0
- quick-lru: 5.1.1
- type-fest: 1.4.0
- dev: true
-
/camelcase@5.3.1:
resolution: {integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==}
engines: {node: '>=6'}
@@ -3440,8 +4103,8 @@ packages:
engines: {node: '>=10'}
dev: true
- /caniuse-lite@1.0.30001546:
- resolution: {integrity: sha512-zvtSJwuQFpewSyRrI3AsftF6rM0X80mZkChIt1spBGEvRglCrjTniXvinc8JKRoqTwXAgvqTImaN9igfSMtUBw==}
+ /caniuse-lite@1.0.30001579:
+ resolution: {integrity: sha512-u5AUVkixruKHJjw/pj9wISlcMpgFWzSrczLZbrqBSxukQixmg0SJ5sZTpvaFvxU0HoQKd4yoyAogyrAz9pzJnA==}
dev: true
/cfb@1.2.2:
@@ -3472,36 +4135,38 @@ packages:
supports-color: 5.5.0
dev: true
- /chalk@3.0.0:
- resolution: {integrity: sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==}
- engines: {node: '>=8'}
- dependencies:
- ansi-styles: 4.3.0
- supports-color: 7.2.0
- dev: true
-
/chalk@4.1.2:
resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
engines: {node: '>=10'}
dependencies:
ansi-styles: 4.3.0
supports-color: 7.2.0
- dev: true
/chalk@5.3.0:
resolution: {integrity: sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==}
engines: {node: ^12.17.0 || ^14.13 || >=16.0.0}
dev: true
+ /character-entities-legacy@1.1.4:
+ resolution: {integrity: sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==}
+ dev: true
+
+ /character-entities@1.2.4:
+ resolution: {integrity: sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==}
+ dev: true
+
+ /character-reference-invalid@1.1.4:
+ resolution: {integrity: sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==}
+ dev: true
+
/chardet@0.7.0:
resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==}
- dev: true
/chokidar@3.5.3:
resolution: {integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==}
engines: {node: '>= 8.10.0'}
dependencies:
- anymatch: 3.1.2
+ anymatch: 3.1.3
braces: 3.0.2
glob-parent: 5.1.2
is-binary-path: 2.1.0
@@ -3509,7 +4174,10 @@ packages:
normalize-path: 3.0.0
readdirp: 3.6.0
optionalDependencies:
- fsevents: 2.3.2
+ fsevents: 2.3.3
+
+ /ci-info@2.0.0:
+ resolution: {integrity: sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==}
dev: true
/class-utils@0.3.6:
@@ -3522,12 +4190,18 @@ packages:
static-extend: 0.1.2
dev: true
+ /clean-regexp@1.0.0:
+ resolution: {integrity: sha512-GfisEZEJvzKrmGWkvfhgzcz/BllN1USeqD2V6tg14OAOgaCD2Z/PUEuxnAZ/nPvmaHRG7a8y77p1T/IRQ4D1Hw==}
+ engines: {node: '>=4'}
+ dependencies:
+ escape-string-regexp: 1.0.5
+ dev: true
+
/cli-cursor@3.1.0:
resolution: {integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==}
engines: {node: '>=8'}
dependencies:
restore-cursor: 3.1.0
- dev: true
/cli-cursor@4.0.0:
resolution: {integrity: sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==}
@@ -3536,23 +4210,21 @@ packages:
restore-cursor: 4.0.0
dev: true
- /cli-spinners@2.7.0:
- resolution: {integrity: sha512-qu3pN8Y3qHNgE2AFweciB1IfMnmZ/fsNTEE+NOFjmGB2F/7rLhnhzppvpCnN4FovtP26k8lHyy9ptEbNwWFLzw==}
+ /cli-spinners@2.9.2:
+ resolution: {integrity: sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==}
engines: {node: '>=6'}
- dev: true
- /cli-truncate@3.1.0:
- resolution: {integrity: sha512-wfOBkjXteqSnI59oPcJkcPl/ZmwvMMOj340qUIY1SKZCv0B9Cf4D4fAucRkIKQmsIuYK3x1rrgU7MeGRruiuiA==}
- engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
+ /cli-truncate@4.0.0:
+ resolution: {integrity: sha512-nPdaFdQ0h/GEigbPClz11D0v/ZJEwxmeVZGeMo3Z5StPtUTkA9o1lD6QwoirYiSDzbcwn2XcjwmCp68W1IS4TA==}
+ engines: {node: '>=18'}
dependencies:
slice-ansi: 5.0.0
- string-width: 5.1.2
+ string-width: 7.0.0
dev: true
/cli-width@3.0.0:
resolution: {integrity: sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==}
engines: {node: '>= 10'}
- dev: true
/cliui@8.0.1:
resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==}
@@ -3561,12 +4233,17 @@ packages:
string-width: 4.2.3
strip-ansi: 6.0.1
wrap-ansi: 7.0.0
+
+ /clone-regexp@2.2.0:
+ resolution: {integrity: sha512-beMpP7BOtTipFuW8hrJvREQ2DrRu3BE7by0ZpibtfBA+qfHYvMGTc2Yb1JMYPKg/JUw0CHYvpg796aNTSW9z7Q==}
+ engines: {node: '>=6'}
+ dependencies:
+ is-regexp: 2.1.0
dev: true
/clone@1.0.4:
resolution: {integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==}
engines: {node: '>=0.8'}
- dev: true
/clone@2.1.2:
resolution: {integrity: sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==}
@@ -3597,7 +4274,6 @@ packages:
engines: {node: '>=7.0.0'}
dependencies:
color-name: 1.1.4
- dev: true
/color-name@1.1.3:
resolution: {integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==}
@@ -3605,7 +4281,6 @@ packages:
/color-name@1.1.4:
resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
- dev: true
/colord@2.9.3:
resolution: {integrity: sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==}
@@ -3631,6 +4306,16 @@ packages:
resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==}
dev: true
+ /commander@4.1.1:
+ resolution: {integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==}
+ engines: {node: '>= 6'}
+ dev: true
+
+ /commander@5.1.0:
+ resolution: {integrity: sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==}
+ engines: {node: '>= 6'}
+ dev: true
+
/commander@7.2.0:
resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==}
engines: {node: '>= 10'}
@@ -3641,18 +4326,13 @@ packages:
engines: {node: '>= 12'}
dev: true
- /commander@9.4.1:
- resolution: {integrity: sha512-5EEkTNyHNGFPD2H+c/dXXfQZYa/scCKasxWcXJaWnNJ99pnQN9Vnmqow+p+PlFPE63Q6mThaZws1T+HxfpgtPw==}
- engines: {node: ^12.20.0 || >=14}
- dev: true
-
- /commitizen@4.3.0:
+ /commitizen@4.3.0(@types/node@20.10.8)(typescript@5.3.3):
resolution: {integrity: sha512-H0iNtClNEhT0fotHvGV3E9tDejDeS04sN1veIebsKYGMuGscFaswRoYJKmT3eW85eIJAs0F28bG2+a/9wCOfPw==}
engines: {node: '>= 12'}
hasBin: true
dependencies:
cachedir: 2.3.0
- cz-conventional-changelog: 3.3.0
+ cz-conventional-changelog: 3.3.0(@types/node@20.10.8)(typescript@5.3.3)
dedent: 0.7.0
detect-indent: 6.1.0
find-node-modules: 2.1.3
@@ -3666,8 +4346,8 @@ packages:
strip-bom: 4.0.0
strip-json-comments: 3.1.1
transitivePeerDependencies:
- - '@swc/core'
- - '@swc/wasm'
+ - '@types/node'
+ - typescript
dev: true
/compare-func@2.0.0:
@@ -3677,28 +4357,20 @@ packages:
dot-prop: 5.3.0
dev: true
- /component-emitter@1.3.0:
- resolution: {integrity: sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==}
+ /component-emitter@1.3.1:
+ resolution: {integrity: sha512-T0+barUSQRTUQASh8bx02dl+DhF54GtIDY13Y3m9oWTklKbb3Wv974meRpeZ3lp1JpLVECWWNHC4vaG2XHXouQ==}
dev: true
- /compute-scroll-into-view@1.0.17:
- resolution: {integrity: sha512-j4dx+Fb0URmzbwwMUrhqWM2BEWHdFGx+qZ9qqASHRPqvTYdqvWnHg0H1hIbcyLnvgnoNAVMlwkepyqM3DaIFUg==}
+ /compute-scroll-into-view@1.0.20:
+ resolution: {integrity: sha512-UCB0ioiyj8CRjtrvaceBLqqhZCVP+1B8+NWQhmdsm0VXOJtobBCf1dBQmebCCo34qZmUwZfIH2MZLqNHazrfjg==}
dev: false
- /concat-map@0.0.1:
- resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
+ /computeds@0.0.1:
+ resolution: {integrity: sha512-7CEBgcMjVmitjYo5q8JTJVra6X5mQ20uTThdK+0kR7UEaDrAWEQcRiBtWJzga4eRpP6afNwwLsX2SET2JhVB1Q==}
dev: true
- /connect@3.7.0:
- resolution: {integrity: sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ==}
- engines: {node: '>= 0.10.0'}
- dependencies:
- debug: 2.6.9
- finalhandler: 1.1.2
- parseurl: 1.3.3
- utils-merge: 1.0.1
- transitivePeerDependencies:
- - supports-color
+ /concat-map@0.0.1:
+ resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
dev: true
/consola@3.2.3:
@@ -3706,13 +4378,6 @@ packages:
engines: {node: ^14.18.0 || >=16.10.0}
dev: true
- /conventional-changelog-angular@6.0.0:
- resolution: {integrity: sha512-6qLgrBF4gueoC7AFVHu51nHL9pF9FRjXrH+ceVf7WmAfH3gs+gEYOkvxhjMPjZu57I4AGUGoNTY8V7Hrgf1uqg==}
- engines: {node: '>=14'}
- dependencies:
- compare-func: 2.0.0
- dev: true
-
/conventional-changelog-angular@7.0.0:
resolution: {integrity: sha512-ROjNchA9LgfNMTTFSIWPzebCwOGFdgkEq45EnvvrmSLvCtAw0HSmrCs7/ty+wAeYUZyNay0YMUNYFTRL72PkBQ==}
engines: {node: '>=16'}
@@ -3741,13 +4406,6 @@ packages:
engines: {node: '>=16'}
dev: true
- /conventional-changelog-conventionalcommits@6.1.0:
- resolution: {integrity: sha512-3cS3GEtR78zTfMzk0AizXKKIdN4OvSh7ibNz6/DPbhWWQu7LqE/8+/GqSodV+sywUR2gpJAdP/1JFf4XtN7Zpw==}
- engines: {node: '>=14'}
- dependencies:
- compare-func: 2.0.0
- dev: true
-
/conventional-changelog-conventionalcommits@7.0.2:
resolution: {integrity: sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==}
engines: {node: '>=16'}
@@ -3809,7 +4467,7 @@ packages:
hasBin: true
dependencies:
conventional-commits-filter: 4.0.0
- handlebars: 4.7.7
+ handlebars: 4.7.8
json-stringify-safe: 5.0.1
meow: 12.1.1
semver: 7.5.4
@@ -3842,17 +4500,6 @@ packages:
engines: {node: '>=16'}
dev: true
- /conventional-commits-parser@4.0.0:
- resolution: {integrity: sha512-WRv5j1FsVM5FISJkoYMR6tPk07fkKT0UodruX4je86V4owk451yjXAKzKAPOs9l7y59E2viHUS9eQ+dfUA9NSg==}
- engines: {node: '>=14'}
- hasBin: true
- dependencies:
- JSONStream: 1.3.5
- is-text-path: 1.0.1
- meow: 8.1.2
- split2: 3.2.2
- dev: true
-
/conventional-commits-parser@5.0.0:
resolution: {integrity: sha512-ZPMl0ZJbw74iS9LuX9YIAiW8pfM5p3yh2o/NbXHbkFuZzY5jvdi5jFycEOkmBW5H5I7nA+D6f3UcsCLP2vvSEA==}
engines: {node: '>=16'}
@@ -3868,6 +4515,10 @@ packages:
resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
dev: true
+ /cookie@0.5.0:
+ resolution: {integrity: sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==}
+ engines: {node: '>= 0.6'}
+
/copy-anything@2.0.6:
resolution: {integrity: sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==}
dependencies:
@@ -3879,10 +4530,10 @@ packages:
engines: {node: '>=0.10.0'}
dev: true
- /core-js-compat@3.33.0:
- resolution: {integrity: sha512-0w4LcLXsVEuNkIqwjjf9rjCoPhK8uqA4tMRh4Ge26vfLtUutshn+aRJU21I9LCJlh2QQHfisNToLjw1XEJLTWw==}
+ /core-js-compat@3.35.1:
+ resolution: {integrity: sha512-sftHa5qUJY3rs9Zht1WEnmkvXputCyDBczPnr7QDgL8n3qrF3CMXY4VPSYtOLLiOUJcah2WNXREd48iOl6mQIw==}
dependencies:
- browserslist: 4.22.1
+ browserslist: 4.22.2
dev: true
/core-js@2.6.12:
@@ -3891,8 +4542,8 @@ packages:
requiresBuild: true
dev: false
- /core-js@3.33.0:
- resolution: {integrity: sha512-HoZr92+ZjFEKar5HS6MC776gYslNOKHt75mEBKWKnPeFDpZ6nH5OeF3S6HFT1mUAUZKrzkez05VboaX8myjSuw==}
+ /core-js@3.35.1:
+ resolution: {integrity: sha512-IgdsbxNyMskrTFxa9lWHyMwAJU5gXOPP+1yO+K59d50VLVAIDAbs7gIv705KzALModfK3ZrSZTPNpC0PQgIZuw==}
requiresBuild: true
/cors@2.8.5:
@@ -3903,29 +4554,61 @@ packages:
vary: 1.1.2
dev: true
- /cosmiconfig-typescript-loader@4.1.1(@types/node@20.5.1)(cosmiconfig@8.2.0)(ts-node@10.9.1)(typescript@5.2.2):
- resolution: {integrity: sha512-9DHpa379Gp0o0Zefii35fcmuuin6q92FnLDffzdZ0l9tVd3nEobG3O+MZ06+kuBvFTSVScvNb/oHA13Nd4iipg==}
- engines: {node: '>=12', npm: '>=6'}
+ /cosmiconfig-typescript-loader@5.0.0(@types/node@20.10.8)(cosmiconfig@8.3.6)(typescript@5.3.3):
+ resolution: {integrity: sha512-+8cK7jRAReYkMwMiG+bxhcNKiHJDM6bR9FD/nGBXOWdMLuYawjF5cGrtLilJ+LGd3ZjCXnJjR5DkfWPoIVlqJA==}
+ engines: {node: '>=v16'}
+ peerDependencies:
+ '@types/node': '*'
+ cosmiconfig: '>=8.2'
+ typescript: '>=4'
+ dependencies:
+ '@types/node': 20.10.8
+ cosmiconfig: 8.3.6(typescript@5.3.3)
+ jiti: 1.21.0
+ typescript: 5.3.3
+ dev: true
+
+ /cosmiconfig@7.1.0:
+ resolution: {integrity: sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==}
+ engines: {node: '>=10'}
+ dependencies:
+ '@types/parse-json': 4.0.2
+ import-fresh: 3.3.0
+ parse-json: 5.2.0
+ path-type: 4.0.0
+ yaml: 1.10.2
+ dev: true
+
+ /cosmiconfig@8.3.6(typescript@5.3.3):
+ resolution: {integrity: sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==}
+ engines: {node: '>=14'}
peerDependencies:
- '@types/node': '*'
- cosmiconfig: '>=7'
- ts-node: '>=10'
- typescript: '>=3'
+ typescript: '>=4.9.5'
+ peerDependenciesMeta:
+ typescript:
+ optional: true
dependencies:
- '@types/node': 20.5.1
- cosmiconfig: 8.2.0
- ts-node: 10.9.1(@types/node@20.5.1)(typescript@5.2.2)
- typescript: 5.2.2
+ import-fresh: 3.3.0
+ js-yaml: 4.1.0
+ parse-json: 5.2.0
+ path-type: 4.0.0
+ typescript: 5.3.3
dev: true
- /cosmiconfig@8.2.0:
- resolution: {integrity: sha512-3rTMnFJA1tCOPwRxtgF4wd7Ab2qvDbL8jX+3smjIbS4HlZBagTlpERbdN7iAbWlrfxE3M8c27kTwTawQ7st+OQ==}
+ /cosmiconfig@9.0.0(typescript@5.3.3):
+ 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
- path-type: 4.0.0
+ typescript: 5.3.3
dev: true
/crc-32@1.2.2:
@@ -4008,24 +4691,31 @@ packages:
css-tree: 1.1.3
dev: true
- /csstype@3.1.2:
- resolution: {integrity: sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==}
+ /csstype@3.1.3:
+ resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==}
- /cz-conventional-changelog@3.3.0:
+ /cz-conventional-changelog@3.3.0(@types/node@20.10.8)(typescript@5.3.3):
resolution: {integrity: sha512-U466fIzU5U22eES5lTNiNbZ+d8dfcHcssH4o7QsdWaCcRs/feIPCxKYSWkYBNs5mny7MvEfwpTLWjvbm94hecw==}
engines: {node: '>= 10'}
dependencies:
chalk: 2.4.2
- commitizen: 4.3.0
+ commitizen: 4.3.0(@types/node@20.10.8)(typescript@5.3.3)
conventional-commit-types: 3.0.0
lodash.map: 4.6.0
longest: 2.0.1
- word-wrap: 1.2.3
+ word-wrap: 1.2.5
optionalDependencies:
- '@commitlint/load': 17.7.2
+ '@commitlint/load': 18.6.0(@types/node@20.10.8)(typescript@5.3.3)
transitivePeerDependencies:
- - '@swc/core'
- - '@swc/wasm'
+ - '@types/node'
+ - typescript
+ dev: true
+
+ /d@1.0.1:
+ resolution: {integrity: sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA==}
+ dependencies:
+ es5-ext: 0.10.62
+ type: 1.2.0
dev: true
/dargs@7.0.0:
@@ -4040,7 +4730,6 @@ packages:
/dayjs@1.11.10:
resolution: {integrity: sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==}
- dev: false
/de-indent@1.0.2:
resolution: {integrity: sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==}
@@ -4078,9 +4767,10 @@ packages:
optional: true
dependencies:
ms: 2.1.2
+ dev: true
- /decamelize-keys@1.1.0:
- resolution: {integrity: sha512-ocLWuYzRPoS9bfiSdDd3cxvrzovVMZnRDVEzAs+hWIVXGDbHxWMECij2OBuyB/An0FFW/nLuq6Kv1i/YC5Qfzg==}
+ /decamelize-keys@1.1.1:
+ resolution: {integrity: sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==}
engines: {node: '>=0.10.0'}
dependencies:
decamelize: 1.2.0
@@ -4092,13 +4782,8 @@ packages:
engines: {node: '>=0.10.0'}
dev: true
- /decamelize@5.0.1:
- resolution: {integrity: sha512-VfxadyCECXgQlkoEAjeghAr5gY3Hf+IKjKb+X8tGVDtveCjN+USwprd2q3QXBR9T1+x2DG0XZF5/w+7HAtSaXA==}
- engines: {node: '>=10'}
- dev: true
-
- /decode-uri-component@0.2.0:
- resolution: {integrity: sha512-hjf+xovcEn31w/EUYdTXQh/8smFL/dzYjohQGEIgjyNavaJfBY2p5F527Bo1VPATxv0VYTUC2bOcXvqFwk78Og==}
+ /decode-uri-component@0.2.2:
+ resolution: {integrity: sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==}
engines: {node: '>=0.10'}
dev: true
@@ -4110,63 +4795,25 @@ packages:
resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==}
dev: true
- /deepmerge@4.2.2:
- resolution: {integrity: sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==}
- engines: {node: '>=0.10.0'}
- dev: true
-
- /default-browser-id@3.0.0:
- resolution: {integrity: sha512-OZ1y3y0SqSICtE8DE4S8YOE9UZOJ8wO16fKWVP5J1Qz42kV9jcnMVFrEE/noXb/ss3Q4pZIH79kxofzyNNtUNA==}
- engines: {node: '>=12'}
- dependencies:
- bplist-parser: 0.2.0
- untildify: 4.0.0
- dev: true
-
- /default-browser@4.0.0:
- resolution: {integrity: sha512-wX5pXO1+BrhMkSbROFsyxUm0i/cJEScyNhA4PPxc41ICuv05ZZB/MX28s8aZx6xjmatvebIapF6hLEKEcpneUA==}
- engines: {node: '>=14.16'}
- dependencies:
- bundle-name: 3.0.0
- default-browser-id: 3.0.0
- execa: 7.1.1
- titleize: 3.0.0
- dev: true
-
/defaults@1.0.4:
resolution: {integrity: sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==}
dependencies:
clone: 1.0.4
- dev: true
- /define-data-property@1.1.0:
- resolution: {integrity: sha512-UzGwzcjyv3OtAvolTj1GoyNYzfFR+iqbGjcnBEENZVCpM4/Ng1yhGNvS3lR/xDS74Tb2wGG9WzNSNIOS9UVb2g==}
+ /define-data-property@1.1.1:
+ resolution: {integrity: sha512-E7uGkTzkk1d0ByLeSc6ZsFS79Axg+m1P/VsgYsxHgiuc3tFSj+MjMIwe90FC4lOAZzNBdY7kkO2P2wKdsQ1vgQ==}
engines: {node: '>= 0.4'}
dependencies:
- get-intrinsic: 1.2.1
+ get-intrinsic: 1.2.2
gopd: 1.0.1
- has-property-descriptors: 1.0.0
- dev: true
-
- /define-lazy-prop@3.0.0:
- resolution: {integrity: sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==}
- engines: {node: '>=12'}
- dev: true
-
- /define-properties@1.1.4:
- resolution: {integrity: sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==}
- engines: {node: '>= 0.4'}
- dependencies:
- has-property-descriptors: 1.0.0
- object-keys: 1.1.1
- dev: true
+ has-property-descriptors: 1.0.1
/define-properties@1.2.1:
resolution: {integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==}
engines: {node: '>= 0.4'}
dependencies:
- define-data-property: 1.1.0
- has-property-descriptors: 1.0.0
+ define-data-property: 1.1.1
+ has-property-descriptors: 1.0.1
object-keys: 1.1.1
dev: true
@@ -4174,26 +4821,26 @@ packages:
resolution: {integrity: sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==}
engines: {node: '>=0.10.0'}
dependencies:
- is-descriptor: 0.1.6
+ is-descriptor: 0.1.7
dev: true
/define-property@1.0.0:
resolution: {integrity: sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==}
engines: {node: '>=0.10.0'}
dependencies:
- is-descriptor: 1.0.2
+ is-descriptor: 1.0.3
dev: true
/define-property@2.0.2:
resolution: {integrity: sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==}
engines: {node: '>=0.10.0'}
dependencies:
- is-descriptor: 1.0.2
+ is-descriptor: 1.0.3
isobject: 3.0.1
dev: true
- /defu@6.1.2:
- resolution: {integrity: sha512-+uO4+qr7msjNNWKYPHqN/3+Dx3NFkmIzayk2L1MyZQlvgZb/J1A0fo410dpKrN2SnqFjt8n4JL8fDJE0wIgjFQ==}
+ /defu@6.1.4:
+ resolution: {integrity: sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==}
dev: true
/delayed-stream@1.0.0:
@@ -4201,8 +4848,8 @@ packages:
engines: {node: '>=0.4.0'}
dev: false
- /destr@2.0.1:
- resolution: {integrity: sha512-M1Ob1zPSIvlARiJUkKqvAZ3VAqQY6Jcuth/pBKQ2b1dX/Qx0OnJ8Vux6J2H5PTMQeRzWrrbTu70VxBfv/OPDJA==}
+ /destr@2.0.2:
+ resolution: {integrity: sha512-65AlobnZMiCET00KaFFjUefxDX0khFA/E4myqZ7a6Sq1yZtR8+FVIvilVX66vF2uobSumxooYZChiRPCKNqhmg==}
dev: true
/detect-file@1.0.0:
@@ -4221,6 +4868,11 @@ packages:
hasBin: true
dev: true
+ /detect-newline@3.1.0:
+ resolution: {integrity: sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==}
+ engines: {node: '>=8'}
+ dev: true
+
/diff@4.0.2:
resolution: {integrity: sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==}
engines: {node: '>=0.3.1'}
@@ -4247,8 +4899,8 @@ packages:
esutils: 2.0.3
dev: true
- /dom-align@1.12.3:
- resolution: {integrity: sha512-Gj9hZN3a07cbR6zviMUBOMPdWxYhbMI+x+WS0NAIu2zFZmbK8ys9R79g+iG9qLnlCwpFoaB+fKy8Pdv470GsPA==}
+ /dom-align@1.12.4:
+ resolution: {integrity: sha512-R8LUSEay/68zE5c8/3BDxiTEvgb4xZTF0RKmAHfiEVN3klfIpXfi2/QCoiWPccVQ0J/ZGdz9OjzL4uJEP/MRAw==}
dev: false
/dom-scroll-into-view@2.0.1:
@@ -4275,7 +4927,7 @@ packages:
dependencies:
domelementtype: 2.3.0
domhandler: 5.0.3
- entities: 4.4.0
+ entities: 4.5.0
dev: true
/domelementtype@1.3.1:
@@ -4321,8 +4973,8 @@ packages:
domhandler: 4.3.1
dev: true
- /domutils@3.0.1:
- resolution: {integrity: sha512-z08c1l761iKhDFtfXO04C7kTdPBLi41zwOZl00WS8b5eiaebNpY00HKbztwBq+e3vyqWNwWF3mP9YLUeqIrF+Q==}
+ /domutils@3.1.0:
+ resolution: {integrity: sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==}
dependencies:
dom-serializer: 2.0.0
domelementtype: 2.3.0
@@ -4351,17 +5003,16 @@ packages:
zrender: 5.4.4
dev: false
- /ee-first@1.1.1:
- resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
+ /electron-to-chromium@1.4.640:
+ resolution: {integrity: sha512-z/6oZ/Muqk4BaE7P69bXhUhpJbUM9ZJeka43ZwxsDshKtePns4mhBlh8bU5+yrnOnz3fhG82XLzGUXazOmsWnA==}
dev: true
- /electron-to-chromium@1.4.543:
- resolution: {integrity: sha512-t2ZP4AcGE0iKCCQCBx/K2426crYdxD3YU6l0uK2EO3FZH0pbC4pFz/sZm2ruZsND6hQBTcDWWlo/MLpiOdif5g==}
+ /emoji-regex@10.3.0:
+ resolution: {integrity: sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==}
dev: true
/emoji-regex@8.0.0:
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
- dev: true
/emoji-regex@9.2.2:
resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==}
@@ -4372,35 +5023,19 @@ packages:
engines: {node: '>= 4'}
dev: true
- /encodeurl@1.0.2:
- resolution: {integrity: sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==}
- engines: {node: '>= 0.8'}
- dev: true
-
/end-of-stream@1.4.4:
resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==}
dependencies:
once: 1.4.0
dev: true
- /engine.io-client@6.5.2:
- resolution: {integrity: sha512-CQZqbrpEYnrpGqC07a9dJDz4gePZUgTPMU3NKJPSeQOyw27Tst4Pl3FemKoFGAlHzgZmKjoRmiJvbWfhCXUlIg==}
+ /enquirer@2.4.1:
+ resolution: {integrity: sha512-rRqJg/6gd538VHvR3PSrdRBb/1Vy2YfzHqzvbhGIQpDRKIa4FgV/54b5Q1xYSxOOwKvjXweS26E0Q+nAMwp2pQ==}
+ engines: {node: '>=8.6'}
dependencies:
- '@socket.io/component-emitter': 3.1.0
- debug: 4.3.4
- engine.io-parser: 5.2.1
- ws: 8.11.0
- xmlhttprequest-ssl: 2.0.0
- transitivePeerDependencies:
- - bufferutil
- - supports-color
- - utf-8-validate
- dev: false
-
- /engine.io-parser@5.2.1:
- resolution: {integrity: sha512-9JktcM3u18nU9N2Lz3bWeBgxVgOKpw7yhRaoxQA3FUDZzzw+9WlA6p4G4u0RixNkg14fH7EfEc/RhpurtiROTQ==}
- engines: {node: '>=10.0.0'}
- dev: false
+ ansi-colors: 4.1.3
+ strip-ansi: 6.0.1
+ dev: true
/entities@1.1.2:
resolution: {integrity: sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==}
@@ -4410,9 +5045,13 @@ packages:
resolution: {integrity: sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==}
dev: true
- /entities@4.4.0:
- resolution: {integrity: sha512-oYp7156SP8LkeGD0GF85ad1X9Ai79WtRsZ2gxJqtBuzH+98YUV6jkHEKlZkMbcrjJjIVJNIDP/3WL9wQkoPbWA==}
+ /entities@4.5.0:
+ resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==}
engines: {node: '>=0.12'}
+
+ /env-paths@2.2.1:
+ resolution: {integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==}
+ engines: {node: '>=6'}
dev: true
/errno@0.1.8:
@@ -4430,56 +5069,26 @@ packages:
is-arrayish: 0.2.1
dev: true
- /es-abstract@1.20.4:
- resolution: {integrity: sha512-0UtvRN79eMe2L+UNEF1BwRe364sj/DXhQ/k5FmivgoSdpM90b8Jc0mDzKMGo7QS0BVbOP/bTwBKNnDc9rNzaPA==}
- engines: {node: '>= 0.4'}
- dependencies:
- call-bind: 1.0.2
- es-to-primitive: 1.2.1
- function-bind: 1.1.1
- function.prototype.name: 1.1.5
- get-intrinsic: 1.2.1
- get-symbol-description: 1.0.0
- has: 1.0.3
- has-property-descriptors: 1.0.0
- has-symbols: 1.0.3
- internal-slot: 1.0.3
- is-callable: 1.2.7
- is-negative-zero: 2.0.2
- is-regex: 1.1.4
- is-shared-array-buffer: 1.0.2
- is-string: 1.0.7
- is-weakref: 1.0.2
- object-inspect: 1.12.3
- object-keys: 1.1.1
- object.assign: 4.1.4
- regexp.prototype.flags: 1.4.3
- safe-regex-test: 1.0.0
- string.prototype.trimend: 1.0.5
- string.prototype.trimstart: 1.0.5
- unbox-primitive: 1.0.2
- dev: true
-
- /es-abstract@1.22.2:
- resolution: {integrity: sha512-YoxfFcDmhjOgWPWsV13+2RNjq1F6UQnfs+8TftwNqtzlmFzEXvlUwdrNrYeaizfjQzRMxkZ6ElWMOJIFKdVqwA==}
+ /es-abstract@1.22.3:
+ resolution: {integrity: sha512-eiiY8HQeYfYH2Con2berK+To6GrK2RxbPawDkGq4UiCQQfZHb6wX9qQqkbpPqaxQFcl8d9QzZqo0tGE0VcrdwA==}
engines: {node: '>= 0.4'}
dependencies:
array-buffer-byte-length: 1.0.0
arraybuffer.prototype.slice: 1.0.2
available-typed-arrays: 1.0.5
- call-bind: 1.0.2
- es-set-tostringtag: 2.0.1
+ call-bind: 1.0.5
+ es-set-tostringtag: 2.0.2
es-to-primitive: 1.2.1
function.prototype.name: 1.1.6
- get-intrinsic: 1.2.1
+ get-intrinsic: 1.2.2
get-symbol-description: 1.0.0
globalthis: 1.0.3
gopd: 1.0.1
- has: 1.0.3
- has-property-descriptors: 1.0.0
+ has-property-descriptors: 1.0.1
has-proto: 1.0.1
has-symbols: 1.0.3
- internal-slot: 1.0.5
+ hasown: 2.0.0
+ internal-slot: 1.0.6
is-array-buffer: 3.0.2
is-callable: 1.2.7
is-negative-zero: 2.0.2
@@ -4488,12 +5097,12 @@ packages:
is-string: 1.0.7
is-typed-array: 1.1.12
is-weakref: 1.0.2
- object-inspect: 1.12.3
+ object-inspect: 1.13.1
object-keys: 1.1.1
- object.assign: 4.1.4
+ object.assign: 4.1.5
regexp.prototype.flags: 1.5.1
- safe-array-concat: 1.0.1
- safe-regex-test: 1.0.0
+ safe-array-concat: 1.1.0
+ safe-regex-test: 1.0.2
string.prototype.trim: 1.2.8
string.prototype.trimend: 1.0.7
string.prototype.trimstart: 1.0.7
@@ -4502,22 +5111,41 @@ packages:
typed-array-byte-offset: 1.0.0
typed-array-length: 1.0.4
unbox-primitive: 1.0.2
- which-typed-array: 1.1.11
+ which-typed-array: 1.1.13
+ dev: true
+
+ /es-iterator-helpers@1.0.15:
+ resolution: {integrity: sha512-GhoY8uYqd6iwUl2kgjTm4CZAf6oo5mHK7BPqx3rKgx893YSsy0LGHV6gfqqQvZt/8xM8xeOnfXBCfqclMKkJ5g==}
+ dependencies:
+ asynciterator.prototype: 1.0.0
+ call-bind: 1.0.5
+ define-properties: 1.2.1
+ es-abstract: 1.22.3
+ es-set-tostringtag: 2.0.2
+ function-bind: 1.1.2
+ get-intrinsic: 1.2.2
+ globalthis: 1.0.3
+ has-property-descriptors: 1.0.1
+ has-proto: 1.0.1
+ has-symbols: 1.0.3
+ internal-slot: 1.0.6
+ iterator.prototype: 1.1.2
+ safe-array-concat: 1.1.0
dev: true
- /es-set-tostringtag@2.0.1:
- resolution: {integrity: sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==}
+ /es-set-tostringtag@2.0.2:
+ resolution: {integrity: sha512-BuDyupZt65P9D2D2vA/zqcI3G5xRsklm5N3xCwuiy+/vKy8i0ifdsQP1sLgO4tZDSCaQUSnmC48khknGMV3D2Q==}
engines: {node: '>= 0.4'}
dependencies:
- get-intrinsic: 1.2.1
- has: 1.0.3
+ get-intrinsic: 1.2.2
has-tostringtag: 1.0.0
+ hasown: 2.0.0
dev: true
- /es-shim-unscopables@1.0.0:
- resolution: {integrity: sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==}
+ /es-shim-unscopables@1.0.2:
+ resolution: {integrity: sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==}
dependencies:
- has: 1.0.3
+ hasown: 2.0.0
dev: true
/es-to-primitive@1.2.1:
@@ -4529,86 +5157,159 @@ packages:
is-symbol: 1.0.4
dev: true
- /esbuild@0.11.3:
- resolution: {integrity: sha512-BzVRHcCtFepjS9WcqRjqoIxLqgpK21a8J4Zi4msSGxDxiXVO1IbcqT1KjhdDDnJxKfe7bvzZrvMEX+bVO0Elcw==}
- hasBin: true
+ /es5-ext@0.10.62:
+ resolution: {integrity: sha512-BHLqn0klhEpnOKSrzn/Xsz2UIW8j+cGmo9JLzr8BiUapV8hPL9+FliFqjwr9ngW7jWdnxv6eO+/LqyhJVqgrjA==}
+ engines: {node: '>=0.10'}
requiresBuild: true
+ dependencies:
+ es6-iterator: 2.0.3
+ es6-symbol: 3.1.3
+ next-tick: 1.1.0
+ dev: true
+
+ /es6-iterator@2.0.3:
+ resolution: {integrity: sha512-zw4SRzoUkd+cl+ZoE15A9o1oQd920Bb0iOJMQkQhl3jNc03YqVjAhG7scf9C5KWRU/R13Orf588uCC6525o02g==}
+ dependencies:
+ d: 1.0.1
+ es5-ext: 0.10.62
+ es6-symbol: 3.1.3
+ dev: true
+
+ /es6-promise@3.3.1:
+ resolution: {integrity: sha512-SOp9Phqvqn7jtEUxPWdWfWoLmyt2VaJ6MpvP9Comy1MceMXqE6bxvaTu4iaxpYYPzhny28Lc+M87/c2cPK6lDg==}
dev: true
- /esbuild@0.18.20:
- resolution: {integrity: sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==}
+ /es6-symbol@3.1.3:
+ resolution: {integrity: sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA==}
+ dependencies:
+ d: 1.0.1
+ ext: 1.7.0
+ dev: true
+
+ /es6-weak-map@2.0.3:
+ resolution: {integrity: sha512-p5um32HOTO1kP+w7PRnB+5lQ43Z6muuMuIMffvDN8ZB4GcnjLBV6zGStpbASIMk4DCAvEaamhe2zhyCb/QXXsA==}
+ dependencies:
+ d: 1.0.1
+ es5-ext: 0.10.62
+ es6-iterator: 2.0.3
+ es6-symbol: 3.1.3
+ dev: true
+
+ /esbuild-plugin-browserslist@0.10.0(browserslist@4.22.2)(esbuild@0.19.11):
+ resolution: {integrity: sha512-rZWFcp3l+73xDiJB+Vl9UqP1VVs+L4E0lygbwJl6UTmW2qQago7DLT56hBu0vocH/TtZsAcRHj0+qHqkkB5Gww==}
+ engines: {node: '>=18'}
+ peerDependencies:
+ browserslist: ^4.21.8
+ esbuild: ~0.19.2
+ dependencies:
+ browserslist: 4.22.2
+ debug: 4.3.4
+ esbuild: 0.19.11
+ zod: 3.22.4
+ transitivePeerDependencies:
+ - supports-color
+ dev: true
+
+ /esbuild@0.19.11:
+ resolution: {integrity: sha512-HJ96Hev2hX/6i5cDVwcqiJBBtuo9+FeIJOtZ9W1kA5M6AMJRHUZlpYZ1/SbEwtO0ioNAW8rUooVpC/WehY2SfA==}
engines: {node: '>=12'}
hasBin: true
requiresBuild: true
optionalDependencies:
- '@esbuild/android-arm': 0.18.20
- '@esbuild/android-arm64': 0.18.20
- '@esbuild/android-x64': 0.18.20
- '@esbuild/darwin-arm64': 0.18.20
- '@esbuild/darwin-x64': 0.18.20
- '@esbuild/freebsd-arm64': 0.18.20
- '@esbuild/freebsd-x64': 0.18.20
- '@esbuild/linux-arm': 0.18.20
- '@esbuild/linux-arm64': 0.18.20
- '@esbuild/linux-ia32': 0.18.20
- '@esbuild/linux-loong64': 0.18.20
- '@esbuild/linux-mips64el': 0.18.20
- '@esbuild/linux-ppc64': 0.18.20
- '@esbuild/linux-riscv64': 0.18.20
- '@esbuild/linux-s390x': 0.18.20
- '@esbuild/linux-x64': 0.18.20
- '@esbuild/netbsd-x64': 0.18.20
- '@esbuild/openbsd-x64': 0.18.20
- '@esbuild/sunos-x64': 0.18.20
- '@esbuild/win32-arm64': 0.18.20
- '@esbuild/win32-ia32': 0.18.20
- '@esbuild/win32-x64': 0.18.20
+ '@esbuild/aix-ppc64': 0.19.11
+ '@esbuild/android-arm': 0.19.11
+ '@esbuild/android-arm64': 0.19.11
+ '@esbuild/android-x64': 0.19.11
+ '@esbuild/darwin-arm64': 0.19.11
+ '@esbuild/darwin-x64': 0.19.11
+ '@esbuild/freebsd-arm64': 0.19.11
+ '@esbuild/freebsd-x64': 0.19.11
+ '@esbuild/linux-arm': 0.19.11
+ '@esbuild/linux-arm64': 0.19.11
+ '@esbuild/linux-ia32': 0.19.11
+ '@esbuild/linux-loong64': 0.19.11
+ '@esbuild/linux-mips64el': 0.19.11
+ '@esbuild/linux-ppc64': 0.19.11
+ '@esbuild/linux-riscv64': 0.19.11
+ '@esbuild/linux-s390x': 0.19.11
+ '@esbuild/linux-x64': 0.19.11
+ '@esbuild/netbsd-x64': 0.19.11
+ '@esbuild/openbsd-x64': 0.19.11
+ '@esbuild/sunos-x64': 0.19.11
+ '@esbuild/win32-arm64': 0.19.11
+ '@esbuild/win32-ia32': 0.19.11
+ '@esbuild/win32-x64': 0.19.11
dev: true
/escalade@3.1.1:
resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==}
engines: {node: '>=6'}
- dev: true
-
- /escape-html@1.0.3:
- resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==}
- dev: true
/escape-string-regexp@1.0.5:
resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==}
engines: {node: '>=0.8.0'}
- dev: true
/escape-string-regexp@4.0.0:
resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==}
engines: {node: '>=10'}
dev: true
- /eslint-config-prettier@9.0.0(eslint@8.51.0):
- resolution: {integrity: sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==}
+ /eslint-ast-utils@1.1.0:
+ resolution: {integrity: sha512-otzzTim2/1+lVrlH19EfQQJEhVJSu0zOb9ygb3iapN6UlyaDtyRq4b5U1FuW0v1lRa9Fp/GJyHkSwm6NqABgCA==}
+ engines: {node: '>=4'}
+ dependencies:
+ lodash.get: 4.4.2
+ lodash.zip: 4.2.0
+ dev: true
+
+ /eslint-config-prettier@8.10.0(eslint@7.32.0):
+ resolution: {integrity: sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==}
+ hasBin: true
+ peerDependencies:
+ eslint: '>=7.0.0'
+ dependencies:
+ eslint: 7.32.0
+ dev: true
+
+ /eslint-config-prettier@9.1.0(eslint@8.56.0):
+ resolution: {integrity: sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==}
hasBin: true
peerDependencies:
eslint: '>=7.0.0'
dependencies:
- eslint: 8.51.0
+ eslint: 8.56.0
+ dev: true
+
+ /eslint-define-config@2.1.0:
+ resolution: {integrity: sha512-QUp6pM9pjKEVannNAbSJNeRuYwW3LshejfyBBpjeMGaJjaDUpVps4C6KVR8R7dWZnD3i0synmrE36znjTkJvdQ==}
+ engines: {node: '>=18.0.0', npm: '>=9.0.0', pnpm: '>=8.6.0'}
dev: true
- /eslint-define-config@1.24.1:
- resolution: {integrity: sha512-o36vBhPSWyIQlHoMqGhhcGmOOm2A2ccBVIdLTG/AWdm9YmjpsLpf+5ntf9LlHR6dduLREgxtGwvwPwSt7vnXJg==}
- engines: {node: '>=18.0.0', npm: '>=9.0.0', pnpm: '>= 8.6.0'}
+ /eslint-formatter-pretty@4.1.0:
+ resolution: {integrity: sha512-IsUTtGxF1hrH6lMWiSl1WbGaiP01eT6kzywdY1U+zLc0MP+nwEnUiS9UI8IaOTUhTeQJLlCEWIbXINBH4YJbBQ==}
+ engines: {node: '>=10'}
+ dependencies:
+ '@types/eslint': 7.29.0
+ ansi-escapes: 4.3.2
+ chalk: 4.1.2
+ eslint-rule-docs: 1.1.235
+ log-symbols: 4.1.0
+ plur: 4.0.0
+ string-width: 4.2.3
+ supports-hyperlinks: 2.3.0
dev: true
- /eslint-import-resolver-node@0.3.7:
- resolution: {integrity: sha512-gozW2blMLJCeFpBwugLTGyvVjNoeo1knonXAcatC6bjPBZitotxdWf7Gimr25N4c0AAOo4eOUfaG82IJPDpqCA==}
+ /eslint-import-resolver-node@0.3.9:
+ resolution: {integrity: sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==}
dependencies:
debug: 3.2.7
- is-core-module: 2.13.0
- resolve: 1.22.2
+ is-core-module: 2.13.1
+ resolve: 1.22.8
transitivePeerDependencies:
- supports-color
dev: true
- /eslint-module-utils@2.8.0(@typescript-eslint/parser@6.8.0)(eslint-import-resolver-node@0.3.7)(eslint@8.51.0):
+ /eslint-module-utils@2.8.0(@typescript-eslint/parser@6.20.0)(eslint-import-resolver-node@0.3.9)(eslint@8.56.0):
resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==}
engines: {node: '>=4'}
peerDependencies:
@@ -4629,16 +5330,26 @@ packages:
eslint-import-resolver-webpack:
optional: true
dependencies:
- '@typescript-eslint/parser': 6.8.0(eslint@8.51.0)(typescript@5.2.2)
+ '@typescript-eslint/parser': 6.20.0(eslint@8.56.0)(typescript@5.3.3)
debug: 3.2.7
- eslint: 8.51.0
- eslint-import-resolver-node: 0.3.7
+ eslint: 8.56.0
+ eslint-import-resolver-node: 0.3.9
transitivePeerDependencies:
- supports-color
dev: true
- /eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.8.0)(eslint@8.51.0):
- resolution: {integrity: sha512-9I9hFlITvOV55alzoKBI+K9q74kv0iKMeY6av5+umsNwayt59fz692daGyjR+oStBQgx6nwR9rXldDev3Clw+A==}
+ /eslint-plugin-babel@5.3.1(eslint@7.32.0):
+ resolution: {integrity: sha512-VsQEr6NH3dj664+EyxJwO4FCYm/00JhYb3Sk3ft8o+fpKuIfQ9TaW6uVUfvwMXHcf/lsnRIoyFPsLMyiWCSL/g==}
+ engines: {node: '>=4'}
+ peerDependencies:
+ eslint: '>=4.0.0'
+ dependencies:
+ eslint: 7.32.0
+ eslint-rule-composer: 0.3.0
+ dev: true
+
+ /eslint-plugin-import@2.29.1(@typescript-eslint/parser@6.20.0)(eslint@8.56.0):
+ resolution: {integrity: sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==}
engines: {node: '>=4'}
peerDependencies:
'@typescript-eslint/parser': '*'
@@ -4647,33 +5358,51 @@ packages:
'@typescript-eslint/parser':
optional: true
dependencies:
- '@typescript-eslint/parser': 6.8.0(eslint@8.51.0)(typescript@5.2.2)
- array-includes: 3.1.6
+ '@typescript-eslint/parser': 6.20.0(eslint@8.56.0)(typescript@5.3.3)
+ array-includes: 3.1.7
array.prototype.findlastindex: 1.2.3
- array.prototype.flat: 1.3.1
- array.prototype.flatmap: 1.3.1
+ array.prototype.flat: 1.3.2
+ array.prototype.flatmap: 1.3.2
debug: 3.2.7
doctrine: 2.1.0
- eslint: 8.51.0
- eslint-import-resolver-node: 0.3.7
- eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.8.0)(eslint-import-resolver-node@0.3.7)(eslint@8.51.0)
- has: 1.0.3
- is-core-module: 2.13.0
+ eslint: 8.56.0
+ eslint-import-resolver-node: 0.3.9
+ eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.20.0)(eslint-import-resolver-node@0.3.9)(eslint@8.56.0)
+ hasown: 2.0.0
+ is-core-module: 2.13.1
is-glob: 4.0.3
minimatch: 3.1.2
object.fromentries: 2.0.7
object.groupby: 1.0.1
- object.values: 1.1.6
+ object.values: 1.1.7
semver: 6.3.1
- tsconfig-paths: 3.14.2
+ tsconfig-paths: 3.15.0
transitivePeerDependencies:
- eslint-import-resolver-typescript
- eslint-import-resolver-webpack
- supports-color
dev: true
- /eslint-plugin-prettier@5.0.1(eslint-config-prettier@9.0.0)(eslint@8.51.0)(prettier@3.0.3):
- resolution: {integrity: sha512-m3u5RnR56asrwV/lDC4GHorlW75DsFfmUcjfCYylTUs85dBRnB7VM6xG8eCMJdeDRnppzmxZVf1GEPJvl1JmNg==}
+ /eslint-plugin-jest@24.7.0(@typescript-eslint/eslint-plugin@5.62.0)(eslint@7.32.0)(typescript@4.9.5):
+ resolution: {integrity: sha512-wUxdF2bAZiYSKBclsUMrYHH6WxiBreNjyDxbRv345TIvPeoCEgPNEn3Sa+ZrSqsf1Dl9SqqSREXMHExlMMu1DA==}
+ engines: {node: '>=10'}
+ peerDependencies:
+ '@typescript-eslint/eslint-plugin': '>= 4'
+ eslint: '>=5'
+ peerDependenciesMeta:
+ '@typescript-eslint/eslint-plugin':
+ optional: true
+ dependencies:
+ '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0)(eslint@7.32.0)(typescript@4.9.5)
+ '@typescript-eslint/experimental-utils': 4.33.0(eslint@7.32.0)(typescript@4.9.5)
+ eslint: 7.32.0
+ transitivePeerDependencies:
+ - supports-color
+ - typescript
+ dev: true
+
+ /eslint-plugin-prettier@5.1.3(eslint-config-prettier@9.1.0)(eslint@8.56.0)(prettier@3.2.4):
+ resolution: {integrity: sha512-C9GCVAs4Eq7ZC/XFQHITLiHJxQngdtraXaM+LoUFoFp/lHNl2Zn8f3WQbe9HvTBBQ9YnKFB0/2Ajdqwo5D1EAw==}
engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies:
'@types/eslint': '>=8.0.0'
@@ -4686,56 +5415,232 @@ packages:
eslint-config-prettier:
optional: true
dependencies:
- eslint: 8.51.0
- eslint-config-prettier: 9.0.0(eslint@8.51.0)
- prettier: 3.0.3
+ eslint: 8.56.0
+ eslint-config-prettier: 9.1.0(eslint@8.56.0)
+ prettier: 3.2.4
prettier-linter-helpers: 1.0.0
- synckit: 0.8.5
+ synckit: 0.8.8
+ dev: true
+
+ /eslint-plugin-promise@6.1.1(eslint@7.32.0):
+ resolution: {integrity: sha512-tjqWDwVZQo7UIPMeDReOpUgHCmCiH+ePnVT+5zVapL0uuHnegBUs2smM13CzOs2Xb5+MHMRFTs9v24yjba4Oig==}
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
+ peerDependencies:
+ eslint: ^7.0.0 || ^8.0.0
+ dependencies:
+ eslint: 7.32.0
+ dev: true
+
+ /eslint-plugin-react-hooks@4.6.0(eslint@7.32.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: 7.32.0
+ dev: true
+
+ /eslint-plugin-react@7.33.2(eslint@7.32.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.7
+ array.prototype.flatmap: 1.3.2
+ array.prototype.tosorted: 1.1.2
+ doctrine: 2.1.0
+ es-iterator-helpers: 1.0.15
+ eslint: 7.32.0
+ estraverse: 5.3.0
+ jsx-ast-utils: 3.3.5
+ minimatch: 3.1.2
+ object.entries: 1.1.7
+ object.fromentries: 2.0.7
+ object.hasown: 1.1.3
+ object.values: 1.1.7
+ prop-types: 15.8.1
+ resolve: 2.0.0-next.5
+ semver: 6.3.1
+ string.prototype.matchall: 4.0.10
+ dev: true
+
+ /eslint-plugin-unicorn@20.1.0(eslint@7.32.0):
+ resolution: {integrity: sha512-XQxLBJT/gnwyRR6cfYsIK1AdekQchAt5tmcsnldevGjgR2xoZsRUa5/i6e0seNHy2RoT57CkTnbVHwHF8No8LA==}
+ engines: {node: '>=10'}
+ peerDependencies:
+ eslint: '>=7.0.0'
+ dependencies:
+ ci-info: 2.0.0
+ clean-regexp: 1.0.0
+ eslint: 7.32.0
+ eslint-ast-utils: 1.1.0
+ eslint-template-visitor: 2.3.2(eslint@7.32.0)
+ eslint-utils: 2.1.0
+ import-modules: 2.1.0
+ lodash: 4.17.21
+ pluralize: 8.0.0
+ read-pkg-up: 7.0.1
+ regexp-tree: 0.1.27
+ reserved-words: 0.1.2
+ safe-regex: 2.1.1
+ semver: 7.5.4
+ transitivePeerDependencies:
+ - supports-color
dev: true
- /eslint-plugin-vue@9.17.0(eslint@8.51.0):
- resolution: {integrity: sha512-r7Bp79pxQk9I5XDP0k2dpUC7Ots3OSWgvGZNu3BxmKK6Zg7NgVtcOB6OCna5Kb9oQwJPl5hq183WD0SY5tZtIQ==}
+ /eslint-plugin-vue@9.20.1(eslint@8.56.0):
+ resolution: {integrity: sha512-GyCs8K3lkEvoyC1VV97GJhP1SvqsKCiWGHnbn0gVUYiUhaH2+nB+Dv1uekv1THFMPbBfYxukrzQdltw950k+LQ==}
engines: {node: ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.2.0 || ^7.0.0 || ^8.0.0
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@8.51.0)
- eslint: 8.51.0
+ '@eslint-community/eslint-utils': 4.4.0(eslint@8.56.0)
+ eslint: 8.56.0
natural-compare: 1.4.0
nth-check: 2.1.1
- postcss-selector-parser: 6.0.13
+ postcss-selector-parser: 6.0.15
semver: 7.5.4
- vue-eslint-parser: 9.3.2(eslint@8.51.0)
+ vue-eslint-parser: 9.4.2(eslint@8.56.0)
xml-name-validator: 4.0.0
transitivePeerDependencies:
- supports-color
dev: true
- /eslint-scope@7.2.2:
- resolution: {integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==}
- engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
- dependencies:
- esrecurse: 4.3.0
- estraverse: 5.3.0
- dev: true
-
- /eslint-visitor-keys@3.4.3:
- resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==}
- engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
- dev: true
-
- /eslint@8.51.0:
- resolution: {integrity: sha512-2WuxRZBrlwnXi+/vFSJyjMqrNjtJqiasMzehF0shoLaW7DzS3/9Yvrmq5JiT66+pNjiX4UBnLDiKHcWAr/OInA==}
+ /eslint-rule-composer@0.3.0:
+ resolution: {integrity: sha512-bt+Sh8CtDmn2OajxvNO+BX7Wn4CIWMpTRm3MaiKPCQcnnlm0CS2mhui6QaoeQugs+3Kj2ESKEEGJUdVafwhiCg==}
+ engines: {node: '>=4.0.0'}
+ dev: true
+
+ /eslint-rule-docs@1.1.235:
+ resolution: {integrity: sha512-+TQ+x4JdTnDoFEXXb3fDvfGOwnyNV7duH8fXWTPD1ieaBmB8omj7Gw/pMBBu4uI2uJCCU8APDaQJzWuXnTsH4A==}
+ dev: true
+
+ /eslint-scope@5.1.1:
+ resolution: {integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==}
+ engines: {node: '>=8.0.0'}
+ dependencies:
+ esrecurse: 4.3.0
+ estraverse: 4.3.0
+ dev: true
+
+ /eslint-scope@7.2.2:
+ resolution: {integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==}
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
+ dependencies:
+ esrecurse: 4.3.0
+ estraverse: 5.3.0
+ dev: true
+
+ /eslint-template-visitor@2.3.2(eslint@7.32.0):
+ resolution: {integrity: sha512-3ydhqFpuV7x1M9EK52BPNj6V0Kwu0KKkcIAfpUhwHbR8ocRln/oUHgfxQupY8O1h4Qv/POHDumb/BwwNfxbtnA==}
+ peerDependencies:
+ eslint: '>=7.0.0'
+ dependencies:
+ '@babel/core': 7.23.7
+ '@babel/eslint-parser': 7.23.3(@babel/core@7.23.7)(eslint@7.32.0)
+ eslint: 7.32.0
+ eslint-visitor-keys: 2.1.0
+ esquery: 1.5.0
+ multimap: 1.1.0
+ transitivePeerDependencies:
+ - supports-color
+ dev: true
+
+ /eslint-utils@2.1.0:
+ resolution: {integrity: sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==}
+ engines: {node: '>=6'}
+ dependencies:
+ eslint-visitor-keys: 1.3.0
+ dev: true
+
+ /eslint-utils@3.0.0(eslint@7.32.0):
+ resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==}
+ engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0}
+ peerDependencies:
+ eslint: '>=5'
+ dependencies:
+ eslint: 7.32.0
+ eslint-visitor-keys: 2.1.0
+ dev: true
+
+ /eslint-visitor-keys@1.3.0:
+ resolution: {integrity: sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==}
+ engines: {node: '>=4'}
+ dev: true
+
+ /eslint-visitor-keys@2.1.0:
+ resolution: {integrity: sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==}
+ engines: {node: '>=10'}
+ dev: true
+
+ /eslint-visitor-keys@3.4.3:
+ resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==}
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
+ dev: true
+
+ /eslint@7.32.0:
+ resolution: {integrity: sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==}
+ engines: {node: ^10.12.0 || >=12.0.0}
+ hasBin: true
+ dependencies:
+ '@babel/code-frame': 7.12.11
+ '@eslint/eslintrc': 0.4.3
+ '@humanwhocodes/config-array': 0.5.0
+ ajv: 6.12.6
+ chalk: 4.1.2
+ cross-spawn: 7.0.3
+ debug: 4.3.4
+ doctrine: 3.0.0
+ enquirer: 2.4.1
+ escape-string-regexp: 4.0.0
+ eslint-scope: 5.1.1
+ eslint-utils: 2.1.0
+ eslint-visitor-keys: 2.1.0
+ espree: 7.3.1
+ esquery: 1.5.0
+ esutils: 2.0.3
+ fast-deep-equal: 3.1.3
+ file-entry-cache: 6.0.1
+ functional-red-black-tree: 1.0.1
+ glob-parent: 5.1.2
+ globals: 13.24.0
+ ignore: 4.0.6
+ import-fresh: 3.3.0
+ imurmurhash: 0.1.4
+ is-glob: 4.0.3
+ js-yaml: 3.14.1
+ 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.3
+ progress: 2.0.3
+ regexpp: 3.2.0
+ semver: 7.5.4
+ strip-ansi: 6.0.1
+ strip-json-comments: 3.1.1
+ table: 6.8.1
+ text-table: 0.2.0
+ v8-compile-cache: 2.4.0
+ transitivePeerDependencies:
+ - supports-color
+ dev: true
+
+ /eslint@8.56.0:
+ resolution: {integrity: sha512-Go19xM6T9puCOWntie1/P997aXxFsOi37JIHRWI514Hc6ZnaHGKY9xFhrU65RT6CcBEzZoGG1e6Nq+DT04ZtZQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
hasBin: true
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@8.51.0)
- '@eslint-community/regexpp': 4.9.1
- '@eslint/eslintrc': 2.1.2
- '@eslint/js': 8.51.0
- '@humanwhocodes/config-array': 0.11.11
+ '@eslint-community/eslint-utils': 4.4.0(eslint@8.56.0)
+ '@eslint-community/regexpp': 4.10.0
+ '@eslint/eslintrc': 2.1.4
+ '@eslint/js': 8.56.0
+ '@humanwhocodes/config-array': 0.11.14
'@humanwhocodes/module-importer': 1.0.1
'@nodelib/fs.walk': 1.2.8
+ '@ungap/structured-clone': 1.2.0
ajv: 6.12.6
chalk: 4.1.2
cross-spawn: 7.0.3
@@ -4751,9 +5656,9 @@ packages:
file-entry-cache: 6.0.1
find-up: 5.0.0
glob-parent: 6.0.2
- globals: 13.20.0
+ globals: 13.24.0
graphemer: 1.4.0
- ignore: 5.2.4
+ ignore: 5.3.0
imurmurhash: 0.1.4
is-glob: 4.0.3
is-path-inside: 3.0.3
@@ -4770,15 +5675,30 @@ packages:
- supports-color
dev: true
+ /espree@7.3.1:
+ resolution: {integrity: sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==}
+ engines: {node: ^10.12.0 || >=12.0.0}
+ dependencies:
+ acorn: 7.4.1
+ acorn-jsx: 5.3.2(acorn@7.4.1)
+ eslint-visitor-keys: 1.3.0
+ dev: true
+
/espree@9.6.1:
resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
- acorn: 8.10.0
- acorn-jsx: 5.3.2(acorn@8.10.0)
+ acorn: 8.11.3
+ acorn-jsx: 5.3.2(acorn@8.11.3)
eslint-visitor-keys: 3.4.3
dev: true
+ /esprima@4.0.1:
+ resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==}
+ engines: {node: '>=4'}
+ hasBin: true
+ dev: true
+
/esquery@1.5.0:
resolution: {integrity: sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==}
engines: {node: '>=0.10'}
@@ -4793,13 +5713,14 @@ packages:
estraverse: 5.3.0
dev: true
- /estraverse@5.3.0:
- resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==}
+ /estraverse@4.3.0:
+ resolution: {integrity: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==}
engines: {node: '>=4.0'}
dev: true
- /estree-walker@1.0.1:
- resolution: {integrity: sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==}
+ /estraverse@5.3.0:
+ resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==}
+ engines: {node: '>=4.0'}
dev: true
/estree-walker@2.0.2:
@@ -4815,6 +5736,13 @@ packages:
engines: {node: '>= 0.6'}
dev: true
+ /event-emitter@0.3.5:
+ resolution: {integrity: sha512-D9rRn9y7kLPnJ+hMq7S/nhvoKwwvVJahBi2BPmx3bvbsEdK3W9ii8cBSGjP+72/LnM4n6fo3+dkCX5FeTQruXA==}
+ dependencies:
+ d: 1.0.1
+ es5-ext: 0.10.62
+ dev: true
+
/eventemitter3@5.0.1:
resolution: {integrity: sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==}
dev: true
@@ -4849,21 +5777,6 @@ packages:
strip-final-newline: 2.0.0
dev: true
- /execa@7.1.1:
- resolution: {integrity: sha512-wH0eMf/UXckdUYnO21+HDztteVv05rq2GXksxT4fCGeHkBhw1DROXh40wcjMcRqDOWE7iPJ4n3M7e2+YFP+76Q==}
- engines: {node: ^14.18.0 || ^16.14.0 || >=18.0.0}
- dependencies:
- cross-spawn: 7.0.3
- get-stream: 6.0.1
- human-signals: 4.3.1
- is-stream: 3.0.0
- merge-stream: 2.0.0
- npm-run-path: 5.1.0
- onetime: 6.0.0
- signal-exit: 3.0.7
- strip-final-newline: 3.0.0
- dev: true
-
/execa@8.0.1:
resolution: {integrity: sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==}
engines: {node: '>=16.17'}
@@ -4873,12 +5786,19 @@ packages:
human-signals: 5.0.0
is-stream: 3.0.0
merge-stream: 2.0.0
- npm-run-path: 5.1.0
+ npm-run-path: 5.2.0
onetime: 6.0.0
signal-exit: 4.1.0
strip-final-newline: 3.0.0
dev: true
+ /execall@2.0.0:
+ resolution: {integrity: sha512-0FU2hZ5Hh6iQnarpRtQurM/aAvp3RIbfvgLHrcqJYzhXyV2KFruhuChf9NC6waAhiUR7FFtlugkI4p7f2Fqlow==}
+ engines: {node: '>=8'}
+ dependencies:
+ clone-regexp: 2.2.0
+ dev: true
+
/expand-brackets@2.1.4:
resolution: {integrity: sha512-w/ozOKR9Obk3qoWeY/WDi6MFta9AoMR+zud60mdnbniMcBxRuFJyDt2LdX/14A1UABeqk+Uk+LDfUpvoGKppZA==}
engines: {node: '>=0.10.0'}
@@ -4901,6 +5821,12 @@ packages:
homedir-polyfill: 1.0.3
dev: true
+ /ext@1.7.0:
+ resolution: {integrity: sha512-6hxeJYaL110a9b5TEJSj0gojyHQAmA2ch5Os+ySCiA1QGdS697XWY1pzsrSjqA9LDEEgdB/KypIlR59RcLuHYw==}
+ dependencies:
+ type: 2.7.2
+ dev: true
+
/extend-shallow@2.0.1:
resolution: {integrity: sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==}
engines: {node: '>=0.10.0'}
@@ -4916,6 +5842,10 @@ packages:
is-extendable: 1.0.1
dev: true
+ /extend@3.0.2:
+ resolution: {integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==}
+ dev: true
+
/external-editor@3.1.0:
resolution: {integrity: sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==}
engines: {node: '>=4'}
@@ -4923,7 +5853,6 @@ packages:
chardet: 0.7.0
iconv-lite: 0.4.24
tmp: 0.0.33
- dev: true
/extglob@2.0.4:
resolution: {integrity: sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==}
@@ -4945,23 +5874,12 @@ packages:
resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
dev: true
- /fast-diff@1.2.0:
- resolution: {integrity: sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==}
- dev: true
-
- /fast-glob@3.2.12:
- resolution: {integrity: sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==}
- engines: {node: '>=8.6.0'}
- dependencies:
- '@nodelib/fs.stat': 2.0.5
- '@nodelib/fs.walk': 1.2.8
- glob-parent: 5.1.2
- merge2: 1.4.1
- micromatch: 4.0.5
+ /fast-diff@1.3.0:
+ resolution: {integrity: sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==}
dev: true
- /fast-glob@3.3.1:
- resolution: {integrity: sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==}
+ /fast-glob@3.3.2:
+ resolution: {integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==}
engines: {node: '>=8.6.0'}
dependencies:
'@nodelib/fs.stat': 2.0.5
@@ -4979,13 +5897,17 @@ packages:
resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==}
dev: true
+ /fast-safe-stringify@2.1.1:
+ resolution: {integrity: sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==}
+ dev: true
+
/fastest-levenshtein@1.0.16:
resolution: {integrity: sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==}
engines: {node: '>= 4.9.1'}
dev: true
- /fastq@1.13.0:
- resolution: {integrity: sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==}
+ /fastq@1.16.0:
+ resolution: {integrity: sha512-ifCoaXsDrsdkWTtiNJX5uzHDsrck5TzfKKDcuFFTIrrc/BS076qgEIfoIy1VeZqViznfKiysPYTh/QeHtnIsYA==}
dependencies:
reusify: 1.0.4
dev: true
@@ -4995,20 +5917,19 @@ packages:
engines: {node: '>=8'}
dependencies:
escape-string-regexp: 1.0.5
- dev: true
/file-entry-cache@6.0.1:
resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==}
engines: {node: ^10.12.0 || >=12.0.0}
dependencies:
- flat-cache: 3.0.4
+ flat-cache: 3.2.0
dev: true
- /file-entry-cache@7.0.1:
- resolution: {integrity: sha512-uLfFktPmRetVCbHe5UPuekWrQ6hENufnA46qEGbfACkK5drjTTdQYUragRgMjHldcbYG+nslUerqMPjbBSHXjQ==}
- engines: {node: '>=12.0.0'}
+ /file-entry-cache@8.0.0:
+ resolution: {integrity: sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==}
+ engines: {node: '>=16.0.0'}
dependencies:
- flat-cache: 3.1.1
+ flat-cache: 4.0.0
dev: true
/file-saver@2.0.5:
@@ -5030,22 +5951,6 @@ packages:
engines: {node: '>=8'}
dependencies:
to-regex-range: 5.0.1
- dev: true
-
- /finalhandler@1.1.2:
- resolution: {integrity: sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==}
- engines: {node: '>= 0.8'}
- dependencies:
- debug: 2.6.9
- encodeurl: 1.0.2
- escape-html: 1.0.3
- on-finished: 2.3.0
- parseurl: 1.3.3
- statuses: 1.5.0
- unpipe: 1.0.0
- transitivePeerDependencies:
- - supports-color
- dev: true
/find-node-modules@2.1.3:
resolution: {integrity: sha512-UC2I2+nx1ZuOBclWVNdcnbDR5dlrOdVb7xNjmT/lHE+LsgztWks3dG7boJ37yTS/venXw84B/mAW9uHVoC5QRg==}
@@ -5092,33 +5997,30 @@ packages:
resolve-dir: 1.0.1
dev: true
- /flat-cache@3.0.4:
- resolution: {integrity: sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==}
+ /flat-cache@3.2.0:
+ resolution: {integrity: sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==}
engines: {node: ^10.12.0 || >=12.0.0}
dependencies:
- flatted: 3.2.7
+ flatted: 3.2.9
+ keyv: 4.5.4
rimraf: 3.0.2
dev: true
- /flat-cache@3.1.1:
- resolution: {integrity: sha512-/qM2b3LUIaIgviBQovTLvijfyOQXPtSRnRK26ksj2J7rzPIecePUIpJsZ4T02Qg+xiAEKIs5K8dsHEd+VaKa/Q==}
- engines: {node: '>=12.0.0'}
+ /flat-cache@4.0.0:
+ resolution: {integrity: sha512-EryKbCE/wxpxKniQlyas6PY1I9vwtF3uCBweX+N8KYTCn3Y12RTGtQAJ/bd5pl7kxUAc8v/R3Ake/N17OZiFqA==}
+ engines: {node: '>=16'}
dependencies:
flatted: 3.2.9
keyv: 4.5.4
- rimraf: 3.0.2
- dev: true
-
- /flatted@3.2.7:
- resolution: {integrity: sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==}
+ rimraf: 5.0.5
dev: true
/flatted@3.2.9:
resolution: {integrity: sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==}
dev: true
- /follow-redirects@1.15.2:
- resolution: {integrity: sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==}
+ /follow-redirects@1.15.5:
+ resolution: {integrity: sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==}
engines: {node: '>=4.0'}
peerDependencies:
debug: '*'
@@ -5143,7 +6045,7 @@ packages:
engines: {node: '>=14'}
dependencies:
cross-spawn: 7.0.3
- signal-exit: 4.0.2
+ signal-exit: 4.1.0
dev: true
/form-data@4.0.0:
@@ -5171,18 +6073,18 @@ packages:
resolution: {integrity: sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==}
engines: {node: '>=12'}
dependencies:
- graceful-fs: 4.2.10
+ graceful-fs: 4.2.11
jsonfile: 6.1.0
- universalify: 2.0.0
+ universalify: 2.0.1
dev: true
- /fs-extra@11.1.1:
- resolution: {integrity: sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==}
+ /fs-extra@11.2.0:
+ resolution: {integrity: sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==}
engines: {node: '>=14.14'}
dependencies:
- graceful-fs: 4.2.10
+ graceful-fs: 4.2.11
jsonfile: 6.1.0
- universalify: 2.0.0
+ universalify: 2.0.1
dev: true
/fs-extra@9.1.0:
@@ -5190,46 +6092,39 @@ packages:
engines: {node: '>=10'}
dependencies:
at-least-node: 1.0.0
- graceful-fs: 4.2.10
+ graceful-fs: 4.2.11
jsonfile: 6.1.0
- universalify: 2.0.0
+ universalify: 2.0.1
dev: true
/fs.realpath@1.0.0:
resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==}
dev: true
- /fsevents@2.3.2:
- resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==}
+ /fsevents@2.3.3:
+ resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
os: [darwin]
requiresBuild: true
- dev: true
optional: true
- /function-bind@1.1.1:
- resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==}
-
- /function.prototype.name@1.1.5:
- resolution: {integrity: sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==}
- engines: {node: '>= 0.4'}
- dependencies:
- call-bind: 1.0.2
- define-properties: 1.2.1
- es-abstract: 1.22.2
- functions-have-names: 1.2.3
- dev: true
+ /function-bind@1.1.2:
+ resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==}
/function.prototype.name@1.1.6:
resolution: {integrity: sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==}
engines: {node: '>= 0.4'}
dependencies:
- call-bind: 1.0.2
+ call-bind: 1.0.5
define-properties: 1.2.1
- es-abstract: 1.22.2
+ es-abstract: 1.22.3
functions-have-names: 1.2.3
dev: true
+ /functional-red-black-tree@1.0.1:
+ resolution: {integrity: sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==}
+ dev: true
+
/functions-have-names@1.2.3:
resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==}
dev: true
@@ -5242,22 +6137,23 @@ packages:
/get-caller-file@2.0.5:
resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==}
engines: {node: 6.* || 8.* || >= 10.*}
- dev: true
- /get-intrinsic@1.1.3:
- resolution: {integrity: sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A==}
- dependencies:
- function-bind: 1.1.1
- has: 1.0.3
- has-symbols: 1.0.3
+ /get-east-asian-width@1.2.0:
+ resolution: {integrity: sha512-2nk+7SIVb14QrgXFHcm84tD4bKQz0RxPuMT8Ag5KPOq7J5fEmAg0UbXdTOSHqNuHSU28k55qnceesxXRZGzKWA==}
+ engines: {node: '>=18'}
+ dev: true
- /get-intrinsic@1.2.1:
- resolution: {integrity: sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==}
+ /get-intrinsic@1.2.2:
+ resolution: {integrity: sha512-0gSo4ml/0j98Y3lngkFEot/zhiCeWsbYIlZ+uZOVgzLyLaUw7wxUL+nCTP0XJvJg1AXulJRI3UJi8GsbDuxdGA==}
dependencies:
- function-bind: 1.1.1
- has: 1.0.3
+ function-bind: 1.1.2
has-proto: 1.0.1
has-symbols: 1.0.3
+ hasown: 2.0.0
+
+ /get-stdin@8.0.0:
+ resolution: {integrity: sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==}
+ engines: {node: '>=10'}
dev: true
/get-stream@5.2.0:
@@ -5281,8 +6177,8 @@ packages:
resolution: {integrity: sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==}
engines: {node: '>= 0.4'}
dependencies:
- call-bind: 1.0.2
- get-intrinsic: 1.2.1
+ call-bind: 1.0.5
+ get-intrinsic: 1.2.2
dev: true
/get-value@2.0.6:
@@ -5290,6 +6186,10 @@ packages:
engines: {node: '>=0.10.0'}
dev: true
+ /git-hooks-list@1.0.3:
+ resolution: {integrity: sha512-Y7wLWcrLUXwk2noSka166byGCvhMtDRpgHdzCno1UQv/n/Hegp++a2xBWJL1lJarnKD3SWaljD+0z1ztqxuKyQ==}
+ dev: true
+
/git-raw-commits@2.0.11:
resolution: {integrity: sha512-VnctFhw+xfj8Va1xtfEqCUD2XDrbAPSJx+hSrE5K7fGdjZruW7XV+QOrN7LF/RJyvspRiD2I0asWsxFp0ya26A==}
engines: {node: '>=10'}
@@ -5326,7 +6226,6 @@ packages:
engines: {node: '>= 6'}
dependencies:
is-glob: 4.0.3
- dev: true
/glob-parent@6.0.2:
resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==}
@@ -5343,7 +6242,7 @@ packages:
foreground-child: 3.1.1
jackspeak: 2.3.6
minimatch: 9.0.3
- minipass: 6.0.2
+ minipass: 7.0.4
path-scurry: 1.10.1
dev: true
@@ -5406,8 +6305,8 @@ packages:
engines: {node: '>=4'}
dev: true
- /globals@13.20.0:
- resolution: {integrity: sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==}
+ /globals@13.24.0:
+ resolution: {integrity: sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==}
engines: {node: '>=8'}
dependencies:
type-fest: 0.20.2
@@ -5420,14 +6319,28 @@ packages:
define-properties: 1.2.1
dev: true
+ /globby@10.0.0:
+ resolution: {integrity: sha512-3LifW9M4joGZasyYPz2A1U74zbC/45fvpXUvO/9KbSa+VV0aGZarWkfdgKyR9sExNP0t0x0ss/UMJpNpcaTspw==}
+ engines: {node: '>=8'}
+ dependencies:
+ '@types/glob': 7.2.0
+ array-union: 2.1.0
+ dir-glob: 3.0.1
+ fast-glob: 3.3.2
+ glob: 7.2.3
+ ignore: 5.3.0
+ merge2: 1.4.1
+ slash: 3.0.0
+ dev: true
+
/globby@11.1.0:
resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==}
engines: {node: '>=10'}
dependencies:
array-union: 2.1.0
dir-glob: 3.0.1
- fast-glob: 3.3.1
- ignore: 5.2.4
+ fast-glob: 3.3.2
+ ignore: 5.3.0
merge2: 1.4.1
slash: 3.0.0
dev: true
@@ -5436,20 +6349,31 @@ packages:
resolution: {integrity: sha512-xYfnw62CKG8nLkZBfWbhWwDw02CHty86jfPcc2cr3ZfeuK9ysoVPPEUxf21bAD/rWAgk52SuBrLJlefNy8mvFg==}
dev: true
+ /gonzales-pe@4.3.0:
+ resolution: {integrity: sha512-otgSPpUmdWJ43VXyiNgEYE4luzHCL2pz4wQ0OnDluC6Eg4Ko3Vexy/SrSynglw/eR+OhkzmqFCZa/OFa/RgAOQ==}
+ engines: {node: '>=0.6.0'}
+ hasBin: true
+ dependencies:
+ minimist: 1.2.8
+ dev: true
+
/gopd@1.0.1:
resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==}
dependencies:
- get-intrinsic: 1.2.1
- dev: true
+ get-intrinsic: 1.2.2
- /graceful-fs@4.2.10:
- resolution: {integrity: sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==}
+ /graceful-fs@4.2.11:
+ resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==}
dev: true
/graphemer@1.4.0:
resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==}
dev: true
+ /graphql@16.8.1:
+ resolution: {integrity: sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==}
+ engines: {node: ^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0}
+
/gzip-size@6.0.0:
resolution: {integrity: sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==}
engines: {node: '>=10'}
@@ -5457,17 +6381,17 @@ packages:
duplexer: 0.1.2
dev: true
- /handlebars@4.7.7:
- resolution: {integrity: sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==}
+ /handlebars@4.7.8:
+ resolution: {integrity: sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==}
engines: {node: '>=0.4.7'}
hasBin: true
dependencies:
- minimist: 1.2.7
+ minimist: 1.2.8
neo-async: 2.6.2
source-map: 0.6.1
wordwrap: 1.0.0
optionalDependencies:
- uglify-js: 3.17.3
+ uglify-js: 3.17.4
dev: true
/hard-rejection@2.1.0:
@@ -5499,18 +6423,15 @@ packages:
/has-flag@4.0.0:
resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==}
engines: {node: '>=8'}
- dev: true
- /has-property-descriptors@1.0.0:
- resolution: {integrity: sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==}
+ /has-property-descriptors@1.0.1:
+ resolution: {integrity: sha512-VsX8eaIewvas0xnvinAe9bw4WfIeODpGYikiWYLH+dma0Jw6KHYqWiWfhQlgOVK8D6PvjubK5Uc4P0iIhIcNVg==}
dependencies:
- get-intrinsic: 1.2.1
- dev: true
+ get-intrinsic: 1.2.2
/has-proto@1.0.1:
resolution: {integrity: sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==}
engines: {node: '>= 0.4'}
- dev: true
/has-symbols@1.0.3:
resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==}
@@ -5554,17 +6475,20 @@ packages:
kind-of: 4.0.0
dev: true
- /has@1.0.3:
- resolution: {integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==}
- engines: {node: '>= 0.4.0'}
+ /hasown@2.0.0:
+ resolution: {integrity: sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==}
+ engines: {node: '>= 0.4'}
dependencies:
- function-bind: 1.1.1
+ function-bind: 1.1.2
/he@1.2.0:
resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==}
hasBin: true
dev: true
+ /headers-polyfill@4.0.2:
+ resolution: {integrity: sha512-EWGTfnTqAO2L/j5HZgoM/3z82L7necsJ0pO9Tp0X1wil3PDLrkypTBRgVO2ExehEEvUycejZD3FuRaXpZZc3kw==}
+
/homedir-polyfill@1.0.3:
resolution: {integrity: sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==}
engines: {node: '>=0.10.0'}
@@ -5587,7 +6511,7 @@ packages:
resolution: {integrity: sha512-+K84LB1DYwMHoHSgaOY/Jfhw3ucPmSET5v98Ke/HdNSw4a0UktWzyW1mjhjpuxxTqOOsfWT/7iVshHmVZ4IpOA==}
engines: {node: ^16.14.0 || >=18.0.0}
dependencies:
- lru-cache: 10.0.1
+ lru-cache: 10.1.0
dev: true
/html-tags@3.3.1:
@@ -5603,16 +6527,20 @@ packages:
domutils: 1.7.0
entities: 1.1.2
inherits: 2.0.4
- readable-stream: 3.6.0
+ readable-stream: 3.6.2
dev: true
- /htmlparser2@8.0.1:
- resolution: {integrity: sha512-4lVbmc1diZC7GUJQtRQ5yBAeUCL1exyMwmForWkRLnwyzWBFxN633SALPMGYaWZvKe9j1pRZJpauvmxENSp/EA==}
+ /htmlparser2@8.0.2:
+ resolution: {integrity: sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==}
dependencies:
domelementtype: 2.3.0
domhandler: 5.0.3
- domutils: 3.0.1
- entities: 4.4.0
+ domutils: 3.1.0
+ entities: 4.5.0
+ dev: true
+
+ /http2-client@1.3.5:
+ resolution: {integrity: sha512-EC2utToWl4RKfs5zd36Mxq7nzHHBuomZboI0yYL6Y0RmBgT7Sgkq4rQ0ezFTYoIsSs7Tm9SJe+o2FcAg6GBhGA==}
dev: true
/human-signals@1.1.1:
@@ -5625,19 +6553,14 @@ packages:
engines: {node: '>=10.17.0'}
dev: true
- /human-signals@4.3.1:
- resolution: {integrity: sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==}
- engines: {node: '>=14.18.0'}
- dev: true
-
/human-signals@5.0.0:
resolution: {integrity: sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==}
engines: {node: '>=16.17.0'}
dev: true
- /husky@8.0.3:
- resolution: {integrity: sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==}
- engines: {node: '>=14'}
+ /husky@9.0.7:
+ resolution: {integrity: sha512-vWdusw+y12DUEeoZqW1kplOFqk3tedGV8qlga8/SF6a3lOiWLqGZZQvfWvY0fQYdfiRi/u1DFNpudTSV9l1aCg==}
+ engines: {node: '>=18'}
hasBin: true
dev: true
@@ -5646,7 +6569,6 @@ packages:
engines: {node: '>=0.10.0'}
dependencies:
safer-buffer: 2.1.2
- dev: true
/iconv-lite@0.6.3:
resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==}
@@ -5659,15 +6581,14 @@ packages:
/ieee754@1.2.1:
resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==}
- dev: true
- /ignore@5.2.0:
- resolution: {integrity: sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==}
+ /ignore@4.0.6:
+ resolution: {integrity: sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==}
engines: {node: '>= 4'}
dev: true
- /ignore@5.2.4:
- resolution: {integrity: sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==}
+ /ignore@5.3.0:
+ resolution: {integrity: sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==}
engines: {node: '>= 4'}
dev: true
@@ -5690,6 +6611,11 @@ packages:
engines: {node: '>=8'}
dev: true
+ /import-modules@2.1.0:
+ resolution: {integrity: sha512-8HEWcnkbGpovH9yInoisxaSoIg9Brbul+Ju3Kqe2UsYDUBJD/iQjSgEj0zPcTDPKfPp2fs5xlv1i+JSye/m1/A==}
+ engines: {node: '>=8'}
+ dev: true
+
/imurmurhash@0.1.4:
resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==}
engines: {node: '>=0.8.19'}
@@ -5700,11 +6626,6 @@ packages:
engines: {node: '>=8'}
dev: true
- /indent-string@5.0.0:
- resolution: {integrity: sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==}
- engines: {node: '>=12'}
- dev: true
-
/inflight@1.0.6:
resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==}
dependencies:
@@ -5714,7 +6635,6 @@ packages:
/inherits@2.0.4:
resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==}
- dev: true
/ini@1.3.8:
resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==}
@@ -5734,50 +6654,75 @@ packages:
mute-stream: 0.0.8
ora: 5.4.1
run-async: 2.4.1
- rxjs: 7.5.7
+ rxjs: 7.8.1
string-width: 4.2.3
strip-ansi: 6.0.1
through: 2.3.8
wrap-ansi: 7.0.0
dev: true
- /internal-slot@1.0.3:
- resolution: {integrity: sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==}
- engines: {node: '>= 0.4'}
+ /inquirer@8.2.6:
+ resolution: {integrity: sha512-M1WuAmb7pn9zdFRtQYk26ZBoY043Sse0wVDdk4Bppr+JOXyQYybdtvK+l9wUibhtjdjvtoiNy8tk+EgsYIUqKg==}
+ engines: {node: '>=12.0.0'}
dependencies:
- get-intrinsic: 1.2.1
- has: 1.0.3
- side-channel: 1.0.4
- dev: true
+ ansi-escapes: 4.3.2
+ chalk: 4.1.2
+ cli-cursor: 3.1.0
+ cli-width: 3.0.0
+ external-editor: 3.1.0
+ figures: 3.2.0
+ lodash: 4.17.21
+ mute-stream: 0.0.8
+ ora: 5.4.1
+ run-async: 2.4.1
+ rxjs: 7.8.1
+ string-width: 4.2.3
+ strip-ansi: 6.0.1
+ through: 2.3.8
+ wrap-ansi: 6.2.0
- /internal-slot@1.0.5:
- resolution: {integrity: sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==}
+ /internal-slot@1.0.6:
+ resolution: {integrity: sha512-Xj6dv+PsbtwyPpEflsejS+oIZxmMlV44zAhG479uYu89MsjcYOhCFnNyKrkJrihbsiasQyY0afoCl/9BLR65bg==}
engines: {node: '>= 0.4'}
dependencies:
- get-intrinsic: 1.2.1
- has: 1.0.3
+ get-intrinsic: 1.2.2
+ hasown: 2.0.0
side-channel: 1.0.4
dev: true
- /is-accessor-descriptor@0.1.6:
- resolution: {integrity: sha512-e1BM1qnDbMRG3ll2U9dSK0UMHuWOs3pY3AtcFsmvwPtKL3MML/Q86i+GilLfvqEs4GW+ExB91tQ3Ig9noDIZ+A==}
- engines: {node: '>=0.10.0'}
+ /invert-kv@3.0.1:
+ resolution: {integrity: sha512-CYdFeFexxhv/Bcny+Q0BfOV+ltRlJcd4BBZBYFX/O0u4npJrgZtIcjokegtiSMAvlMTJ+Koq0GBCc//3bueQxw==}
+ engines: {node: '>=8'}
+ dev: true
+
+ /irregular-plurals@3.5.0:
+ resolution: {integrity: sha512-1ANGLZ+Nkv1ptFb2pa8oG8Lem4krflKuX/gINiHJHjJUKaJHk/SXk5x6K3J+39/p0h1RQ2saROclJJ+QLvETCQ==}
+ engines: {node: '>=8'}
+ dev: true
+
+ /is-accessor-descriptor@1.0.1:
+ resolution: {integrity: sha512-YBUanLI8Yoihw923YeFUS5fs0fF2f5TSFTNiYAAzhhDscDa3lEqYuz1pDOEP5KvX94I9ey3vsqjJcLVFVU+3QA==}
+ engines: {node: '>= 0.10'}
dependencies:
- kind-of: 3.2.2
+ hasown: 2.0.0
dev: true
- /is-accessor-descriptor@1.0.0:
- resolution: {integrity: sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==}
- engines: {node: '>=0.10.0'}
+ /is-alphabetical@1.0.4:
+ resolution: {integrity: sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==}
+ dev: true
+
+ /is-alphanumerical@1.0.4:
+ resolution: {integrity: sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==}
dependencies:
- kind-of: 6.0.3
+ is-alphabetical: 1.0.4
+ is-decimal: 1.0.4
dev: true
/is-array-buffer@3.0.2:
resolution: {integrity: sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==}
dependencies:
- call-bind: 1.0.2
- get-intrinsic: 1.2.1
+ call-bind: 1.0.5
+ get-intrinsic: 1.2.2
is-typed-array: 1.1.12
dev: true
@@ -5785,6 +6730,13 @@ packages:
resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==}
dev: true
+ /is-async-function@2.0.0:
+ resolution: {integrity: sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==}
+ engines: {node: '>= 0.4'}
+ dependencies:
+ has-tostringtag: 1.0.0
+ dev: true
+
/is-bigint@1.0.4:
resolution: {integrity: sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==}
dependencies:
@@ -5796,13 +6748,12 @@ packages:
engines: {node: '>=8'}
dependencies:
binary-extensions: 2.2.0
- dev: true
/is-boolean-object@1.1.2:
resolution: {integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==}
engines: {node: '>= 0.4'}
dependencies:
- call-bind: 1.0.2
+ call-bind: 1.0.5
has-tostringtag: 1.0.0
dev: true
@@ -5810,11 +6761,9 @@ packages:
resolution: {integrity: sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==}
dev: true
- /is-builtin-module@3.2.0:
- resolution: {integrity: sha512-phDA4oSGt7vl1n5tJvTWooWWAsXLY+2xCnxNqvKhGEzujg+A43wPlPOyDg3C8XQHN+6k/JTQWJ/j0dQh/qr+Hw==}
- engines: {node: '>=6'}
- dependencies:
- builtin-modules: 3.3.0
+ /is-buffer@2.0.5:
+ resolution: {integrity: sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==}
+ engines: {node: '>=4'}
dev: true
/is-callable@1.2.7:
@@ -5822,30 +6771,17 @@ packages:
engines: {node: '>= 0.4'}
dev: true
- /is-core-module@2.10.0:
- resolution: {integrity: sha512-Erxj2n/LDAZ7H8WNJXd9tw38GYM3dv8rk8Zcs+jJuxYTW7sozH+SS8NtrSjVL1/vpLvWi1hxy96IzjJ3EHTJJg==}
- dependencies:
- has: 1.0.3
- dev: true
-
- /is-core-module@2.13.0:
- resolution: {integrity: sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==}
- dependencies:
- has: 1.0.3
- dev: true
-
- /is-data-descriptor@0.1.4:
- resolution: {integrity: sha512-+w9D5ulSoBNlmw9OHn3U2v51SyoCd0he+bB3xMl62oijhrspxowjU+AIcDY0N3iEJbUEkB15IlMASQsxYigvXg==}
- engines: {node: '>=0.10.0'}
+ /is-core-module@2.13.1:
+ resolution: {integrity: sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==}
dependencies:
- kind-of: 3.2.2
+ hasown: 2.0.0
dev: true
- /is-data-descriptor@1.0.0:
- resolution: {integrity: sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==}
- engines: {node: '>=0.10.0'}
+ /is-data-descriptor@1.0.1:
+ resolution: {integrity: sha512-bc4NlCDiCr28U4aEsQ3Qs2491gVq4V8G7MQyws968ImqjKuYtTJXrl7Vq7jsN7Ly/C3xj5KWFrY7sHNeDkAzXw==}
+ engines: {node: '>= 0.4'}
dependencies:
- kind-of: 6.0.3
+ hasown: 2.0.0
dev: true
/is-date-object@1.0.5:
@@ -5855,34 +6791,24 @@ packages:
has-tostringtag: 1.0.0
dev: true
- /is-descriptor@0.1.6:
- resolution: {integrity: sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==}
- engines: {node: '>=0.10.0'}
- dependencies:
- is-accessor-descriptor: 0.1.6
- is-data-descriptor: 0.1.4
- kind-of: 5.1.0
+ /is-decimal@1.0.4:
+ resolution: {integrity: sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==}
dev: true
- /is-descriptor@1.0.2:
- resolution: {integrity: sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==}
- engines: {node: '>=0.10.0'}
+ /is-descriptor@0.1.7:
+ resolution: {integrity: sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==}
+ engines: {node: '>= 0.4'}
dependencies:
- is-accessor-descriptor: 1.0.0
- is-data-descriptor: 1.0.0
- kind-of: 6.0.3
- dev: true
-
- /is-docker@2.2.1:
- resolution: {integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==}
- engines: {node: '>=8'}
- hasBin: true
+ is-accessor-descriptor: 1.0.1
+ is-data-descriptor: 1.0.1
dev: true
- /is-docker@3.0.0:
- resolution: {integrity: sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==}
- engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
- hasBin: true
+ /is-descriptor@1.0.3:
+ resolution: {integrity: sha512-JCNNGbwWZEVaSPtS45mdtrneRWJFp07LLmykxeFV5F6oBvNF8vHSfJuJgoT472pSfk+Mf8VnlrspaFBHWM8JAw==}
+ engines: {node: '>= 0.4'}
+ dependencies:
+ is-accessor-descriptor: 1.0.1
+ is-data-descriptor: 1.0.1
dev: true
/is-extendable@0.1.1:
@@ -5900,40 +6826,52 @@ packages:
/is-extglob@2.1.1:
resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==}
engines: {node: '>=0.10.0'}
+
+ /is-finalizationregistry@1.0.2:
+ resolution: {integrity: sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==}
+ dependencies:
+ call-bind: 1.0.5
dev: true
/is-fullwidth-code-point@3.0.0:
resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==}
engines: {node: '>=8'}
- dev: true
/is-fullwidth-code-point@4.0.0:
resolution: {integrity: sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==}
engines: {node: '>=12'}
dev: true
+ /is-fullwidth-code-point@5.0.0:
+ resolution: {integrity: sha512-OVa3u9kkBbw7b8Xw5F9P+D/T9X+Z4+JruYVNapTjPYZYUznQ5YfWeFkOj606XYYW8yugTfC8Pj0hYqvi4ryAhA==}
+ engines: {node: '>=18'}
+ dependencies:
+ get-east-asian-width: 1.2.0
+ dev: true
+
+ /is-generator-function@1.0.10:
+ resolution: {integrity: sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==}
+ engines: {node: '>= 0.4'}
+ dependencies:
+ has-tostringtag: 1.0.0
+ dev: true
+
/is-glob@4.0.3:
resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
engines: {node: '>=0.10.0'}
dependencies:
is-extglob: 2.1.1
- dev: true
- /is-inside-container@1.0.0:
- resolution: {integrity: sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==}
- engines: {node: '>=14.16'}
- hasBin: true
- dependencies:
- is-docker: 3.0.0
+ /is-hexadecimal@1.0.4:
+ resolution: {integrity: sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==}
dev: true
/is-interactive@1.0.0:
resolution: {integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==}
engines: {node: '>=8'}
- dev: true
- /is-module@1.0.0:
- resolution: {integrity: sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==}
+ /is-map@2.0.2:
+ resolution: {integrity: sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==}
dev: true
/is-negative-zero@2.0.2:
@@ -5941,6 +6879,9 @@ packages:
engines: {node: '>= 0.4'}
dev: true
+ /is-node-process@1.2.0:
+ resolution: {integrity: sha512-Vg4o6/fqPxIjtxgUH5QLJhwZ7gW5diGCVlXpuUfELC62CuxM1iHcRe51f2W1FDy04Ai4KJkagKjx3XaqyfRKXw==}
+
/is-number-object@1.0.7:
resolution: {integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==}
engines: {node: '>= 0.4'}
@@ -5958,7 +6899,6 @@ packages:
/is-number@7.0.0:
resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==}
engines: {node: '>=0.12.0'}
- dev: true
/is-obj@2.0.0:
resolution: {integrity: sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==}
@@ -5975,6 +6915,11 @@ packages:
engines: {node: '>=0.10.0'}
dev: true
+ /is-plain-obj@2.1.0:
+ resolution: {integrity: sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==}
+ engines: {node: '>=8'}
+ dev: true
+
/is-plain-object@2.0.4:
resolution: {integrity: sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==}
engines: {node: '>=0.10.0'}
@@ -5991,18 +6936,31 @@ packages:
resolution: {integrity: sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==}
engines: {node: '>=0.10.0'}
+ /is-promise@2.2.2:
+ resolution: {integrity: sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==}
+ dev: true
+
/is-regex@1.1.4:
resolution: {integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==}
engines: {node: '>= 0.4'}
dependencies:
- call-bind: 1.0.2
+ call-bind: 1.0.5
has-tostringtag: 1.0.0
dev: true
+ /is-regexp@2.1.0:
+ resolution: {integrity: sha512-OZ4IlER3zmRIoB9AqNhEggVxqIH4ofDns5nRrPS6yQxXE1TPCUpFznBfRQmQa8uC+pXqjMnukiJBxCisIxiLGA==}
+ engines: {node: '>=6'}
+ dev: true
+
+ /is-set@2.0.2:
+ resolution: {integrity: sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==}
+ dev: true
+
/is-shared-array-buffer@1.0.2:
resolution: {integrity: sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==}
dependencies:
- call-bind: 1.0.2
+ call-bind: 1.0.5
dev: true
/is-stream@2.0.1:
@@ -6029,13 +6987,6 @@ packages:
has-symbols: 1.0.3
dev: true
- /is-text-path@1.0.1:
- resolution: {integrity: sha512-xFuJpne9oFz5qDaodwmmG08e3CawH/2ZV8Qqza1Ko7Sk8POWbkRdwIoAWVhqvq0XeUzANEhKo2n0IXUGBm7A/w==}
- engines: {node: '>=0.10.0'}
- dependencies:
- text-extensions: 1.9.0
- dev: true
-
/is-text-path@2.0.0:
resolution: {integrity: sha512-+oDTluR6WEjdXEJMnC2z6A4FRwFoYuvShVVEGsS7ewc0UTi2QtAKMDJuL4BDEVt+5T7MjFo12RP8ghOM75oKJw==}
engines: {node: '>=8'}
@@ -6047,22 +6998,36 @@ packages:
resolution: {integrity: sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg==}
engines: {node: '>= 0.4'}
dependencies:
- which-typed-array: 1.1.11
+ which-typed-array: 1.1.13
+ dev: true
+
+ /is-typedarray@1.0.0:
+ resolution: {integrity: sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==}
dev: true
/is-unicode-supported@0.1.0:
resolution: {integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==}
engines: {node: '>=10'}
- dev: true
/is-utf8@0.2.1:
resolution: {integrity: sha512-rMYPYvCzsXywIsldgLaSoPlw5PfoB/ssr7hY4pLfcodrA5M/eArza1a9VmTiNIBNMjOGr1Ow9mTyU2o69U6U9Q==}
dev: true
+ /is-weakmap@2.0.1:
+ resolution: {integrity: sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA==}
+ dev: true
+
/is-weakref@1.0.2:
resolution: {integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==}
dependencies:
- call-bind: 1.0.2
+ call-bind: 1.0.5
+ dev: true
+
+ /is-weakset@2.0.2:
+ resolution: {integrity: sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==}
+ dependencies:
+ call-bind: 1.0.5
+ get-intrinsic: 1.2.2
dev: true
/is-what@3.14.1:
@@ -6074,13 +7039,6 @@ packages:
engines: {node: '>=0.10.0'}
dev: true
- /is-wsl@2.2.0:
- resolution: {integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==}
- engines: {node: '>=8'}
- dependencies:
- is-docker: 2.2.1
- dev: true
-
/isarray@1.0.0:
resolution: {integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==}
dev: true
@@ -6105,6 +7063,16 @@ packages:
engines: {node: '>=0.10.0'}
dev: true
+ /iterator.prototype@1.1.2:
+ resolution: {integrity: sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==}
+ dependencies:
+ define-properties: 1.2.1
+ get-intrinsic: 1.2.2
+ has-symbols: 1.0.3
+ reflect.getprototypeof: 1.0.4
+ set-function-name: 2.0.1
+ dev: true
+
/jackspeak@2.3.6:
resolution: {integrity: sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==}
engines: {node: '>=14'}
@@ -6114,20 +7082,38 @@ packages:
'@pkgjs/parseargs': 0.11.0
dev: true
- /jiti@1.20.0:
- resolution: {integrity: sha512-3TV69ZbrvV6U5DfQimop50jE9Dl6J8O1ja1dvBbMba/sZ3YBEQqJ2VZRoQPVnhlzjNtU1vaXRZVrVjU4qtm8yA==}
+ /jiti@1.21.0:
+ resolution: {integrity: sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==}
hasBin: true
dev: true
+ /joycon@3.1.1:
+ resolution: {integrity: sha512-34wB/Y7MW7bzjKRjUKTa46I2Z7eV62Rkhva+KkopW7Qvv/OSWBqvkSY7vusOPrNuZcUG3tApvdVgNB8POj3SPw==}
+ engines: {node: '>=10'}
+ dev: true
+
/js-base64@2.6.4:
resolution: {integrity: sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ==}
dev: true
+ /js-levenshtein@1.1.6:
+ resolution: {integrity: sha512-X2BB11YZtrRqY4EnQcLX5Rh373zbK4alC1FW7D7MBhL2gtcC17cTnr6DmfHZeS0s2rTHjUTMMHfG7gO8SSdw+g==}
+ engines: {node: '>=0.10.0'}
+ dev: false
+
/js-tokens@4.0.0:
resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
- /js-tokens@8.0.0:
- resolution: {integrity: sha512-PC7MzqInq9OqKyTXfIvQNcjMkODJYC8A17kAaQgeW79yfhqTWSOfjHYQ2mDDcwJ96Iibtwkfh0C7R/OvqPlgVA==}
+ /js-tokens@8.0.2:
+ resolution: {integrity: sha512-Olnt+V7xYdvGze9YTbGFZIfQXuGV4R3nQwwl8BrtgaPE/wq8UFpUHWuTNc05saowhSr1ZO6tx+V6RjE9D5YQog==}
+ dev: true
+
+ /js-yaml@3.14.1:
+ resolution: {integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==}
+ hasBin: true
+ dependencies:
+ argparse: 1.0.10
+ esprima: 4.0.1
dev: true
/js-yaml@4.1.0:
@@ -6156,8 +7142,8 @@ packages:
resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==}
dev: true
- /json-parse-even-better-errors@3.0.0:
- resolution: {integrity: sha512-iZbGHafX/59r39gPwVPRBGw0QQKnA7tte5pSMrhWOW7swGsVvVTjmfyAV9pNqk8YGT7tRCdxRu8uzcgZwoDooA==}
+ /json-parse-even-better-errors@3.0.1:
+ resolution: {integrity: sha512-aatBvbL26wVUCLmbWdCpeu9iF5wOyWpagiKkInA+kfws3sWdBrTnsvN2CKcyCYyUrc7rebNBlK6+kteg7ksecg==}
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
dev: true
@@ -6177,18 +7163,11 @@ packages:
resolution: {integrity: sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==}
dev: true
- /json5@1.0.1:
- resolution: {integrity: sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==}
- hasBin: true
- dependencies:
- minimist: 1.2.7
- dev: true
-
/json5@1.0.2:
resolution: {integrity: sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==}
hasBin: true
dependencies:
- minimist: 1.2.7
+ minimist: 1.2.8
dev: true
/json5@2.2.3:
@@ -6204,9 +7183,9 @@ packages:
/jsonfile@6.1.0:
resolution: {integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==}
dependencies:
- universalify: 2.0.0
+ universalify: 2.0.1
optionalDependencies:
- graceful-fs: 4.2.10
+ graceful-fs: 4.2.11
dev: true
/jsonparse@1.3.1:
@@ -6214,6 +7193,16 @@ packages:
engines: {'0': node >= 0.2.0}
dev: true
+ /jsx-ast-utils@3.3.5:
+ resolution: {integrity: sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==}
+ engines: {node: '>=4.0'}
+ dependencies:
+ array-includes: 3.1.7
+ array.prototype.flat: 1.3.2
+ object.assign: 4.1.5
+ object.values: 1.1.7
+ dev: true
+
/keyv@4.5.4:
resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==}
dependencies:
@@ -6244,6 +7233,10 @@ packages:
engines: {node: '>=0.10.0'}
dev: true
+ /known-css-properties@0.21.0:
+ resolution: {integrity: sha512-sZLUnTqimCkvkgRS+kbPlYW5o8q5w1cu+uIisKpEWkj31I8mx8kNG162DwRav8Zirkva6N5uoFsm9kzK4mUXjw==}
+ dev: true
+
/known-css-properties@0.29.0:
resolution: {integrity: sha512-Ne7wqW7/9Cz54PDt4I3tcV+hAyat8ypyOGzYRJQfdxnnjeWsTxt1cy8pjvvKeI5kfXuyvULyeeAvwvvtAX3ayQ==}
dev: true
@@ -6252,6 +7245,13 @@ packages:
resolution: {integrity: sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==}
dev: true
+ /lcid@3.1.1:
+ resolution: {integrity: sha512-M6T051+5QCGLBQb8id3hdvIW8+zeFV2FyBGFS9IEK5H9Wt4MueD4bW1eWikpHgZp+5xR3l5c8pZUkQsIA0BFZg==}
+ engines: {node: '>=8'}
+ dependencies:
+ invert-kv: 3.0.1
+ dev: true
+
/less@4.2.0:
resolution: {integrity: sha512-P3b3HJDBtSzsXUl0im2L7gTO5Ubg8mEN6G8qoTS77iXxXX4Hvu4Qj540PZDvQ8V6DmX6iXo98k7Md0Cm1PrLaA==}
engines: {node: '>=6'}
@@ -6262,14 +7262,12 @@ packages:
tslib: 2.6.2
optionalDependencies:
errno: 0.1.8
- graceful-fs: 4.2.10
+ graceful-fs: 4.2.11
image-size: 0.5.5
make-dir: 2.1.0
mime: 1.6.0
- needle: 3.1.0
+ needle: 3.3.1
source-map: 0.6.1
- transitivePeerDependencies:
- - supports-color
dev: true
/levn@0.4.1:
@@ -6280,8 +7278,8 @@ packages:
type-check: 0.4.0
dev: true
- /lightningcss-darwin-arm64@1.22.0:
- resolution: {integrity: sha512-aH2be3nNny+It5YEVm8tBSSdRlBVWQV8m2oJ7dESiYRzyY/E/bQUe2xlw5caaMuhlM9aoTMtOH25yzMhir0qPg==}
+ /lightningcss-darwin-arm64@1.23.0:
+ resolution: {integrity: sha512-kl4Pk3Q2lnE6AJ7Qaij47KNEfY2/UXRZBT/zqGA24B8qwkgllr/j7rclKOf1axcslNXvvUdztjo4Xqh39Yq1aA==}
engines: {node: '>= 12.0.0'}
cpu: [arm64]
os: [darwin]
@@ -6289,8 +7287,8 @@ packages:
dev: true
optional: true
- /lightningcss-darwin-x64@1.22.0:
- resolution: {integrity: sha512-9KHRFA0Y6mNxRHeoQMp0YaI0R0O2kOgUlYPRjuasU4d+pI8NRhVn9bt0yX9VPs5ibWX1RbDViSPtGJvYYrfVAQ==}
+ /lightningcss-darwin-x64@1.23.0:
+ resolution: {integrity: sha512-KeRFCNoYfDdcolcFXvokVw+PXCapd2yHS1Diko1z1BhRz/nQuD5XyZmxjWdhmhN/zj5sH8YvWsp0/lPLVzqKpg==}
engines: {node: '>= 12.0.0'}
cpu: [x64]
os: [darwin]
@@ -6298,8 +7296,8 @@ packages:
dev: true
optional: true
- /lightningcss-freebsd-x64@1.22.0:
- resolution: {integrity: sha512-xaYL3xperGwD85rQioDb52ozF3NAJb+9wrge3jD9lxGffplu0Mn35rXMptB8Uc2N9Mw1i3Bvl7+z1evlqVl7ww==}
+ /lightningcss-freebsd-x64@1.23.0:
+ resolution: {integrity: sha512-xhnhf0bWPuZxcqknvMDRFFo2TInrmQRWZGB0f6YoAsZX8Y+epfjHeeOIGCfAmgF0DgZxHwYc8mIR5tQU9/+ROA==}
engines: {node: '>= 12.0.0'}
cpu: [x64]
os: [freebsd]
@@ -6307,8 +7305,8 @@ packages:
dev: true
optional: true
- /lightningcss-linux-arm-gnueabihf@1.22.0:
- resolution: {integrity: sha512-epQGvXIjOuxrZpMpMnRjK54ZqzhiHhCPLtHvw2fb6NeK2kK9YtF0wqmeTBiQ1AkbWfnnXGTstYaFNiadNK+StQ==}
+ /lightningcss-linux-arm-gnueabihf@1.23.0:
+ resolution: {integrity: sha512-fBamf/bULvmWft9uuX+bZske236pUZEoUlaHNBjnueaCTJ/xd8eXgb0cEc7S5o0Nn6kxlauMBnqJpF70Bgq3zg==}
engines: {node: '>= 12.0.0'}
cpu: [arm]
os: [linux]
@@ -6316,8 +7314,8 @@ packages:
dev: true
optional: true
- /lightningcss-linux-arm64-gnu@1.22.0:
- resolution: {integrity: sha512-AArGtKSY4DGTA8xP8SDyNyKtpsUl1Rzq6FW4JomeyUQ4nBrR71uPChksTpj3gmWuGhZeRKLeCUI1DBid/zhChg==}
+ /lightningcss-linux-arm64-gnu@1.23.0:
+ resolution: {integrity: sha512-RS7sY77yVLOmZD6xW2uEHByYHhQi5JYWmgVumYY85BfNoVI3DupXSlzbw+b45A9NnVKq45+oXkiN6ouMMtTwfg==}
engines: {node: '>= 12.0.0'}
cpu: [arm64]
os: [linux]
@@ -6326,8 +7324,8 @@ packages:
dev: true
optional: true
- /lightningcss-linux-arm64-musl@1.22.0:
- resolution: {integrity: sha512-RRraNgP8hnBPhInTTUdlFm+z16C/ghbxBG51Sw00hd7HUyKmEUKRozyc5od+/N6pOrX/bIh5vIbtMXIxsos0lg==}
+ /lightningcss-linux-arm64-musl@1.23.0:
+ resolution: {integrity: sha512-cU00LGb6GUXCwof6ACgSMKo3q7XYbsyTj0WsKHLi1nw7pV0NCq8nFTn6ZRBYLoKiV8t+jWl0Hv8KkgymmK5L5g==}
engines: {node: '>= 12.0.0'}
cpu: [arm64]
os: [linux]
@@ -6336,8 +7334,8 @@ packages:
dev: true
optional: true
- /lightningcss-linux-x64-gnu@1.22.0:
- resolution: {integrity: sha512-grdrhYGRi2KrR+bsXJVI0myRADqyA7ekprGxiuK5QRNkv7kj3Yq1fERDNyzZvjisHwKUi29sYMClscbtl+/Zpw==}
+ /lightningcss-linux-x64-gnu@1.23.0:
+ resolution: {integrity: sha512-q4jdx5+5NfB0/qMbXbOmuC6oo7caPnFghJbIAV90cXZqgV8Am3miZhC4p+sQVdacqxfd+3nrle4C8icR3p1AYw==}
engines: {node: '>= 12.0.0'}
cpu: [x64]
os: [linux]
@@ -6346,8 +7344,8 @@ packages:
dev: true
optional: true
- /lightningcss-linux-x64-musl@1.22.0:
- resolution: {integrity: sha512-t5f90X+iQUtIyR56oXIHMBUyQFX/zwmPt72E6Dane3P8KNGlkijTg2I75XVQS860gNoEFzV7Mm5ArRRA7u5CAQ==}
+ /lightningcss-linux-x64-musl@1.23.0:
+ resolution: {integrity: sha512-G9Ri3qpmF4qef2CV/80dADHKXRAQeQXpQTLx7AiQrBYQHqBjB75oxqj06FCIe5g4hNCqLPnM9fsO4CyiT1sFSQ==}
engines: {node: '>= 12.0.0'}
cpu: [x64]
os: [linux]
@@ -6356,8 +7354,8 @@ packages:
dev: true
optional: true
- /lightningcss-win32-x64-msvc@1.22.0:
- resolution: {integrity: sha512-64HTDtOOZE9PUCZJiZZQpyqXBbdby1lnztBccnqh+NtbKxjnGzP92R2ngcgeuqMPecMNqNWxgoWgTGpC+yN5Sw==}
+ /lightningcss-win32-x64-msvc@1.23.0:
+ resolution: {integrity: sha512-1rcBDJLU+obPPJM6qR5fgBUiCdZwZLafZM5f9kwjFLkb/UBNIzmae39uCSmh71nzPCTXZqHbvwu23OWnWEz+eg==}
engines: {node: '>= 12.0.0'}
cpu: [x64]
os: [win32]
@@ -6365,39 +7363,39 @@ packages:
dev: true
optional: true
- /lightningcss@1.22.0:
- resolution: {integrity: sha512-+z0qvwRVzs4XGRXelnWRNwqsXUx8k3bSkbP8vD42kYKSk3z9OM2P3e/gagT7ei/gwh8DTS80LZOFZV6lm8Z8Fg==}
+ /lightningcss@1.23.0:
+ resolution: {integrity: sha512-SEArWKMHhqn/0QzOtclIwH5pXIYQOUEkF8DgICd/105O+GCgd7jxjNod/QPnBCSWvpRHQBGVz5fQ9uScby03zA==}
engines: {node: '>= 12.0.0'}
dependencies:
detect-libc: 1.0.3
optionalDependencies:
- lightningcss-darwin-arm64: 1.22.0
- lightningcss-darwin-x64: 1.22.0
- lightningcss-freebsd-x64: 1.22.0
- lightningcss-linux-arm-gnueabihf: 1.22.0
- lightningcss-linux-arm64-gnu: 1.22.0
- lightningcss-linux-arm64-musl: 1.22.0
- lightningcss-linux-x64-gnu: 1.22.0
- lightningcss-linux-x64-musl: 1.22.0
- lightningcss-win32-x64-msvc: 1.22.0
- dev: true
-
- /lilconfig@2.1.0:
- resolution: {integrity: sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==}
- engines: {node: '>=10'}
+ lightningcss-darwin-arm64: 1.23.0
+ lightningcss-darwin-x64: 1.23.0
+ lightningcss-freebsd-x64: 1.23.0
+ lightningcss-linux-arm-gnueabihf: 1.23.0
+ lightningcss-linux-arm64-gnu: 1.23.0
+ lightningcss-linux-arm64-musl: 1.23.0
+ lightningcss-linux-x64-gnu: 1.23.0
+ lightningcss-linux-x64-musl: 1.23.0
+ lightningcss-win32-x64-msvc: 1.23.0
+ dev: true
+
+ /lilconfig@3.0.0:
+ resolution: {integrity: sha512-K2U4W2Ff5ibV7j7ydLr+zLAkIg5JJ4lPn1Ltsdt+Tz/IjQ8buJ55pZAxoP34lqIiwtF9iAvtLv3JGv7CAyAg+g==}
+ engines: {node: '>=14'}
dev: true
/lines-and-columns@1.2.4:
resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==}
dev: true
- /lines-and-columns@2.0.3:
- resolution: {integrity: sha512-cNOjgCnLB+FnvWWtyRTzmB3POJ+cXxTA81LoW7u8JdmhfXzriropYwpjShnz1QLLWsQwY7nIxoDmcPTwphDK9w==}
+ /lines-and-columns@2.0.4:
+ resolution: {integrity: sha512-wM1+Z03eypVAVUCE7QdSqpVIvelbOakn1M0bPDoA4SGWPx3sNDVUiMo3L6To6WWGClB7VyXnhQ4Sn7gxiJbE6A==}
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
dev: true
- /lint-staged@15.0.1:
- resolution: {integrity: sha512-2IU5OWmCaxch0X0+IBF4/v7sutpB+F3qoXbro43pYjQTOo5wumckjxoxn47pQBqqBsCWrD5HnI2uG/zJA7isew==}
+ /lint-staged@15.2.0:
+ resolution: {integrity: sha512-TFZzUEV00f+2YLaVPWBWGAMq7So6yQx+GG8YRMDeOEIf95Zn5RyiLMsEiX4KTNl9vq/w+NqRJkLA1kPIo15ufQ==}
engines: {node: '>=18.12.0'}
hasBin: true
dependencies:
@@ -6405,35 +7403,40 @@ packages:
commander: 11.1.0
debug: 4.3.4
execa: 8.0.1
- lilconfig: 2.1.0
- listr2: 7.0.1
+ lilconfig: 3.0.0
+ listr2: 8.0.0
micromatch: 4.0.5
pidtree: 0.6.0
string-argv: 0.3.2
- yaml: 2.3.2
+ yaml: 2.3.4
transitivePeerDependencies:
- supports-color
dev: true
- /listr2@7.0.1:
- resolution: {integrity: sha512-nz+7hwgbDp8eWNoDgzdl4hA/xDSLrNRzPu1TLgOYs6l5Y+Ma6zVWWy9Oyt9TQFONwKoSPoka3H50D3vD5EuNwg==}
- engines: {node: '>=16.0.0'}
+ /listr2@8.0.0:
+ resolution: {integrity: sha512-u8cusxAcyqAiQ2RhYvV7kRKNLgUvtObIbhOX2NCXqvp1UU32xIg5CT22ykS2TPKJXZWJwtK3IKLiqAGlGNE+Zg==}
+ engines: {node: '>=18.0.0'}
dependencies:
- cli-truncate: 3.1.0
+ cli-truncate: 4.0.0
colorette: 2.0.20
eventemitter3: 5.0.1
- log-update: 5.0.1
- rfdc: 1.3.0
- wrap-ansi: 8.1.0
+ log-update: 6.0.0
+ rfdc: 1.3.1
+ wrap-ansi: 9.0.0
+ dev: true
+
+ /load-tsconfig@0.2.5:
+ resolution: {integrity: sha512-IXO6OCs9yg8tMKzfPZ1YmheJbZCiEsnBdcB03l0OcfK9prKnJb96siuHCr5Fl37/yo9DnKU+TLpxzTUspw9shg==}
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
dev: true
- /loader-utils@1.4.0:
- resolution: {integrity: sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==}
+ /loader-utils@1.4.2:
+ resolution: {integrity: sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==}
engines: {node: '>=4.0.0'}
dependencies:
big.js: 5.2.2
emojis-list: 3.0.0
- json5: 1.0.1
+ json5: 1.0.2
dev: true
/local-pkg@0.4.3:
@@ -6441,6 +7444,14 @@ packages:
engines: {node: '>=14'}
dev: true
+ /local-pkg@0.5.0:
+ resolution: {integrity: sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==}
+ engines: {node: '>=14'}
+ dependencies:
+ mlly: 1.5.0
+ pkg-types: 1.0.3
+ dev: true
+
/locate-path@5.0.0:
resolution: {integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==}
engines: {node: '>=8'}
@@ -6474,6 +7485,10 @@ packages:
resolution: {integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==}
dev: true
+ /lodash.get@4.4.2:
+ resolution: {integrity: sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==}
+ dev: true
+
/lodash.isfunction@3.0.9:
resolution: {integrity: sha512-AirXNj15uRIMMPihnkInB4i3NHeb4iBtNg9WRWuK2o31S+ePwwNmDPaTL3o7dTJ+VXNZim7rFs4rxN4YU1oUJw==}
dev: true
@@ -6506,6 +7521,10 @@ packages:
resolution: {integrity: sha512-QZ1d4xoBHYUeuouhEq3lk3Uq7ldgyFXGBhg04+oRLnIz8o9T65Eh+8YdroUwn846zchkA9yDsDl5CVVaV2nqYw==}
dev: true
+ /lodash.sortby@4.7.0:
+ resolution: {integrity: sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==}
+ dev: true
+
/lodash.startcase@4.4.0:
resolution: {integrity: sha512-+WKqsK294HMSc2jEbNgpHpd0JfIBhp7rEV4aqXWqFr6AlXov+SlcgB1Fv01y2kGe3Gc8nMW7VA0SrGuSkRfIEg==}
dev: true
@@ -6522,6 +7541,10 @@ packages:
resolution: {integrity: sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==}
dev: true
+ /lodash.zip@4.2.0:
+ resolution: {integrity: sha512-C7IOaBBK/0gMORRBd8OETNx3kmOkgIWIPvyDpZSCTwUrpYmgZwJkjZeOD8ww4xbOUOs4/attY+pciKvadNfFbg==}
+ dev: true
+
/lodash@4.17.21:
resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==}
@@ -6531,17 +7554,20 @@ packages:
dependencies:
chalk: 4.1.2
is-unicode-supported: 0.1.0
- dev: true
- /log-update@5.0.1:
- resolution: {integrity: sha512-5UtUDQ/6edw4ofyljDNcOVJQ4c7OjDro4h3y8e1GQL5iYElYclVHJ3zeWchylvMaKnDbDilC8irOVyexnA/Slw==}
- engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
+ /log-update@6.0.0:
+ resolution: {integrity: sha512-niTvB4gqvtof056rRIrTZvjNYE4rCUzO6X/X+kYjd7WFxXeJ0NwEFnRxX6ehkvv3jTwrXnNdtAak5XYZuIyPFw==}
+ engines: {node: '>=18'}
dependencies:
- ansi-escapes: 5.0.0
+ ansi-escapes: 6.2.0
cli-cursor: 4.0.0
- slice-ansi: 5.0.0
- strip-ansi: 7.0.1
- wrap-ansi: 8.1.0
+ slice-ansi: 7.1.0
+ strip-ansi: 7.1.0
+ wrap-ansi: 9.0.0
+ dev: true
+
+ /longest-streak@2.0.4:
+ resolution: {integrity: sha512-vM6rUVCVUJJt33bnmHiZEvr7wPT78ztX7rojL+LW51bHtLh6HTjx84LA5W4+oa6aKEJA7jJu5LR6vQRBpA5DVg==}
dev: true
/longest@2.0.1:
@@ -6554,10 +7580,9 @@ packages:
hasBin: true
dependencies:
js-tokens: 4.0.0
- dev: false
- /lru-cache@10.0.1:
- resolution: {integrity: sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==}
+ /lru-cache@10.1.0:
+ resolution: {integrity: sha512-/1clY/ui8CzjKFyjdvwPWJUYKiFVXG2I2cY0ssG7h4+hwk+XOIX7ZSG9Q7TW8TW3Kp3BUSqgFWBLgL4PJ+Blag==}
engines: {node: 14 || >=16.14}
dev: true
@@ -6574,13 +7599,14 @@ packages:
yallist: 4.0.0
dev: true
- /lru-cache@9.1.1:
- resolution: {integrity: sha512-65/Jky17UwSb0BuB9V+MyDpsOtXKmYwzhyl+cOa9XUiI4uV2Ouy/2voFP3+al0BjZbJgMBD8FojMpAf+Z+qn4A==}
- engines: {node: 14 || >=16.14}
+ /lru-queue@0.1.0:
+ resolution: {integrity: sha512-BpdYkt9EvGl8OfWHDQPISVpcl5xZthb+XPsbELj5AQXxIC8IriDZIQYjBJPEm5rS420sjZ0TLEzRcq5KdBhYrQ==}
+ dependencies:
+ es5-ext: 0.10.62
dev: true
- /magic-string@0.30.4:
- resolution: {integrity: sha512-Q/TKtsC5BPm0kGqgBIF9oXAs/xEf2vRKiIB4wCRQTJOQIByZ1d+NnUOotvJOvNpi5RNIgVOMC3pOuaP1ZTDlVg==}
+ /magic-string@0.30.5:
+ resolution: {integrity: sha512-7xlpfBaQaP/T6Vh8MO/EqXSW5En6INHEvEXQiuff7Gku0PWjU3uf6w/j9o7O+SpB5fOAkrI5HeoNgwjEO0pFsA==}
engines: {node: '>=12'}
dependencies:
'@jridgewell/sourcemap-codec': 1.4.15
@@ -6591,7 +7617,7 @@ packages:
requiresBuild: true
dependencies:
pify: 4.0.1
- semver: 5.7.1
+ semver: 5.7.2
dev: true
optional: true
@@ -6599,6 +7625,13 @@ packages:
resolution: {integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==}
dev: true
+ /map-age-cleaner@0.1.3:
+ resolution: {integrity: sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w==}
+ engines: {node: '>=6'}
+ dependencies:
+ p-defer: 1.0.0
+ dev: true
+
/map-cache@0.2.2:
resolution: {integrity: sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==}
engines: {node: '>=0.10.0'}
@@ -6625,6 +7658,33 @@ packages:
resolution: {integrity: sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==}
dev: true
+ /mdast-util-from-markdown@0.8.5:
+ resolution: {integrity: sha512-2hkTXtYYnr+NubD/g6KGBS/0mFmBcifAsI0yIWRiRo0PjVs6SSOSOdtzbp6kSGnShDN6G5aWZpKQ2lWRy27mWQ==}
+ dependencies:
+ '@types/mdast': 3.0.15
+ mdast-util-to-string: 2.0.0
+ micromark: 2.11.4
+ parse-entities: 2.0.0
+ unist-util-stringify-position: 2.0.3
+ transitivePeerDependencies:
+ - supports-color
+ dev: true
+
+ /mdast-util-to-markdown@0.6.5:
+ resolution: {integrity: sha512-XeV9sDE7ZlOQvs45C9UKMtfTcctcaj/pGwH8YLbMHoMOXNNCn2LsqVQOqrF1+/NU8lKDAqozme9SCXWyo9oAcQ==}
+ dependencies:
+ '@types/unist': 2.0.10
+ longest-streak: 2.0.4
+ mdast-util-to-string: 2.0.0
+ parse-entities: 2.0.0
+ repeat-string: 1.6.1
+ zwitch: 1.0.5
+ dev: true
+
+ /mdast-util-to-string@2.0.0:
+ resolution: {integrity: sha512-AW4DRS3QbBayY/jJmD8437V1Gombjf8RSOUCMFBuo5iHi58AGEgVCKQ+ezHkZZDpAQS75hcBMpLqjpJTjtUL7w==}
+ dev: true
+
/mdn-data@2.0.14:
resolution: {integrity: sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==}
dev: true
@@ -6633,22 +7693,26 @@ packages:
resolution: {integrity: sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==}
dev: true
- /meow@10.1.5:
- resolution: {integrity: sha512-/d+PQ4GKmGvM9Bee/DPa8z3mXs/pkvJE2KEThngVNOqtmljC6K7NMPxtc2JeZYTmpWb9k/TmxjeL18ez3h7vCw==}
- engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
+ /mem@5.1.1:
+ resolution: {integrity: sha512-qvwipnozMohxLXG1pOqoLiZKNkC4r4qqRucSoDwXowsNGDSULiqFTRUF05vcZWnwJSG22qTsynQhxbaMtnX9gw==}
+ engines: {node: '>=8'}
dependencies:
- '@types/minimist': 1.2.2
- camelcase-keys: 7.0.2
- decamelize: 5.0.1
- decamelize-keys: 1.1.0
- hard-rejection: 2.1.0
- minimist-options: 4.1.0
- normalize-package-data: 3.0.3
- read-pkg-up: 8.0.0
- redent: 4.0.0
- trim-newlines: 4.1.1
- type-fest: 1.4.0
- yargs-parser: 20.2.9
+ map-age-cleaner: 0.1.3
+ mimic-fn: 2.1.0
+ p-is-promise: 2.1.0
+ dev: true
+
+ /memoizee@0.4.15:
+ resolution: {integrity: sha512-UBWmJpLZd5STPm7PMUlOw/TSy972M+z8gcyQ5veOnSDRREz/0bmpyTfKt3/51DhEBqCZQn1udM/5flcSPYhkdQ==}
+ dependencies:
+ d: 1.0.1
+ es5-ext: 0.10.62
+ es6-weak-map: 2.0.3
+ event-emitter: 0.3.5
+ is-promise: 2.2.2
+ lru-queue: 0.1.0
+ next-tick: 1.1.0
+ timers-ext: 0.1.7
dev: true
/meow@12.1.1:
@@ -6656,13 +7720,36 @@ packages:
engines: {node: '>=16.10'}
dev: true
+ /meow@13.1.0:
+ resolution: {integrity: sha512-o5R/R3Tzxq0PJ3v3qcQJtSvSE9nKOLSAaDuuoMzDVuGTwHdccMWcYomh9Xolng2tjT6O/Y83d+0coVGof6tqmA==}
+ engines: {node: '>=18'}
+ dev: true
+
/meow@8.1.2:
resolution: {integrity: sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q==}
engines: {node: '>=10'}
dependencies:
- '@types/minimist': 1.2.2
+ '@types/minimist': 1.2.5
+ camelcase-keys: 6.2.2
+ 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
+ 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-keys: 1.1.0
+ 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
@@ -6693,6 +7780,15 @@ packages:
resolution: {integrity: sha512-jz+Cfrg9GWOZbQAnDQ4hlVnQky+341Yk5ru8bZSe6sIDTCIg8n9i/u7hSQGSVOF3C7lH6mGtqjkiT9G4wFLL0w==}
dev: true
+ /micromark@2.11.4:
+ resolution: {integrity: sha512-+WoovN/ppKolQOFIAajxi7Lu9kInbPxFuTBVEavFcL8eAfVstoc5MocPmqBeAdBOJV00uaVjegzH4+MA0DN/uA==}
+ dependencies:
+ debug: 4.3.4
+ parse-entities: 2.0.0
+ transitivePeerDependencies:
+ - supports-color
+ dev: true
+
/micromatch@3.1.0:
resolution: {integrity: sha512-3StSelAE+hnRvMs8IdVW7Uhk8CVed5tp+kLLGlBP6WiRAXS21GPGu/Nat4WNPXj2Eoc24B02SaeoyozPMfj0/g==}
engines: {node: '>=0.10.0'}
@@ -6745,7 +7841,6 @@ packages:
/mimic-fn@2.1.0:
resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==}
engines: {node: '>=6'}
- dev: true
/mimic-fn@4.0.0:
resolution: {integrity: sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==}
@@ -6783,11 +7878,19 @@ packages:
resolution: {integrity: sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==}
dev: true
- /minipass@6.0.2:
- resolution: {integrity: sha512-MzWSV5nYVT7mVyWCwn2o7JH13w2TBRmmSqSRCKzTw+lmft9X4z+3wjvs06Tzijo5z4W/kahUCDpRXTF+ZrmF/w==}
+ /minimist@1.2.8:
+ resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==}
+ dev: true
+
+ /minipass@7.0.4:
+ resolution: {integrity: sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==}
engines: {node: '>=16 || 14 >=14.17'}
dev: true
+ /mitt@2.1.0:
+ resolution: {integrity: sha512-ILj2TpLiysu2wkBbWjAmww7TkZb65aiQO+DkVdUTBpBXq+MHYiETENkKFMtsJZX1Lf4pe4QOrTSjIfUwN5lRdg==}
+ dev: false
+
/mitt@3.0.1:
resolution: {integrity: sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==}
dev: false
@@ -6800,20 +7903,24 @@ packages:
is-extendable: 1.0.1
dev: true
- /mlly@1.4.2:
- resolution: {integrity: sha512-i/Ykufi2t1EZ6NaPLdfnZk2AX8cs0d+mTzVKuPfqPKPatxLApaBoxJQ9x1/uckXtrS/U5oisPMDkNs0yQTaBRg==}
+ /mlly@1.5.0:
+ resolution: {integrity: sha512-NPVQvAY1xr1QoVeG0cy8yUYC7FQcOx6evl/RjT1wL5FvzPnzOysoqB/jmx/DhssT2dYa8nxECLAaFI/+gVLhDQ==}
dependencies:
- acorn: 8.10.0
- pathe: 1.1.1
+ acorn: 8.11.3
+ pathe: 1.1.2
pkg-types: 1.0.3
- ufo: 1.3.1
+ ufo: 1.3.2
+ dev: true
+
+ /mock.js@0.2.0:
+ resolution: {integrity: sha512-DKI8Rh/h7Mma+fg+6aD0uUvwn0QXAjKG6q3s+lTaCboCQ/kvQMBN9IXRBzgEaz4aPiYoRnKU9jVsfZp0mHpWrQ==}
dev: true
/mockjs@1.1.0:
resolution: {integrity: sha512-eQsKcWzIaZzEZ07NuEyO4Nw65g0hdWAyurVol1IPl1gahRwY+svqzfgfey8U8dahLwG44d6/RwEzuK52rSa/JQ==}
hasBin: true
dependencies:
- commander: 9.4.1
+ commander: 11.1.0
dev: true
/mri@1.2.0:
@@ -6821,8 +7928,8 @@ packages:
engines: {node: '>=4'}
dev: true
- /mrmime@1.0.1:
- resolution: {integrity: sha512-hzzEagAgDyoU1Q6yg5uI+AorQgdvMCur3FcKf7NhMKWsaYg+RnbTyHRa/9IlLF9rf455MOCtcqqrQQ83pPP7Uw==}
+ /mrmime@2.0.0:
+ resolution: {integrity: sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==}
engines: {node: '>=10'}
dev: true
@@ -6832,18 +7939,89 @@ packages:
/ms@2.1.2:
resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==}
+ dev: true
/ms@2.1.3:
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
dev: true
+ /msw@2.1.3(typescript@5.3.3):
+ resolution: {integrity: sha512-ZYOpBIxwnGkYKeGqkk9tI87OgOqYXeRpk5ZBTxJILOTyglVwzSde7E2TOoUlma4Kwu2cwgBEGlZnz0RbZPJuoA==}
+ engines: {node: '>=18'}
+ hasBin: true
+ requiresBuild: true
+ peerDependencies:
+ typescript: '>= 4.7.x <= 5.3.x'
+ peerDependenciesMeta:
+ typescript:
+ optional: true
+ dependencies:
+ '@bundled-es-modules/cookie': 2.0.0
+ '@bundled-es-modules/js-levenshtein': 2.0.1
+ '@bundled-es-modules/statuses': 1.0.1
+ '@mswjs/cookies': 1.1.0
+ '@mswjs/interceptors': 0.25.14
+ '@open-draft/until': 2.1.0
+ '@types/cookie': 0.6.0
+ '@types/js-levenshtein': 1.1.3
+ '@types/statuses': 2.0.4
+ chalk: 4.1.2
+ chokidar: 3.5.3
+ graphql: 16.8.1
+ headers-polyfill: 4.0.2
+ inquirer: 8.2.6
+ is-node-process: 1.2.0
+ js-levenshtein: 1.1.6
+ outvariant: 1.4.2
+ path-to-regexp: 6.2.1
+ strict-event-emitter: 0.5.1
+ type-fest: 4.9.0
+ typescript: 5.3.3
+ yargs: 17.7.2
+ dev: false
+
+ /msw@2.1.5(typescript@5.3.3):
+ resolution: {integrity: sha512-r39AZk4taMmUEYwtzDAgFy38feqJy1yaKykvo0QE8q7H7c28yH/WIlOmE7oatjkC3dMgpTYfND8MaxeywgU+Yg==}
+ engines: {node: '>=18'}
+ hasBin: true
+ requiresBuild: true
+ peerDependencies:
+ typescript: '>= 4.7.x <= 5.3.x'
+ peerDependenciesMeta:
+ typescript:
+ optional: true
+ dependencies:
+ '@bundled-es-modules/cookie': 2.0.0
+ '@bundled-es-modules/statuses': 1.0.1
+ '@mswjs/cookies': 1.1.0
+ '@mswjs/interceptors': 0.25.15
+ '@open-draft/until': 2.1.0
+ '@types/cookie': 0.6.0
+ '@types/statuses': 2.0.4
+ chalk: 4.1.2
+ chokidar: 3.5.3
+ graphql: 16.8.1
+ headers-polyfill: 4.0.2
+ inquirer: 8.2.6
+ is-node-process: 1.2.0
+ outvariant: 1.4.2
+ path-to-regexp: 6.2.1
+ strict-event-emitter: 0.5.1
+ type-fest: 4.9.0
+ typescript: 5.3.3
+ yargs: 17.7.2
+
/muggle-string@0.3.1:
resolution: {integrity: sha512-ckmWDJjphvd/FvZawgygcUeQCxzvohjFO5RxTjj4eq8kw359gFF3E1brjfI+viLMxss5JrHTDRHZvu2/tuy0Qg==}
dev: true
- /multimatch@4.0.0:
- resolution: {integrity: sha512-lDmx79y1z6i7RNx0ZGCPq1bzJ6ZoDDKbvh7jxr9SJcWLkShMzXrHbYVpTdnhNM5MXpDUxCQ4DgqVttVXlBgiBQ==}
- engines: {node: '>=8'}
+ /multimap@1.1.0:
+ resolution: {integrity: sha512-0ZIR9PasPxGXmRsEF8jsDzndzHDj7tIav+JUmvIFB/WHswliFnquxECT/De7GR4yg99ky/NlRKJT82G1y271bw==}
+ dev: true
+
+ /multimatch@5.0.0:
+ resolution: {integrity: sha512-ypMKuglUrZUD99Tk2bUQ+xNQj43lPEfAeX2o9cTteAmShXy2VHDJpuwu1o0xqoKCt9jLVAvwyFKdLTPXKAfJyA==}
+ engines: {node: '>=10'}
dependencies:
'@types/minimatch': 3.0.5
array-differ: 3.0.0
@@ -6854,10 +8032,17 @@ packages:
/mute-stream@0.0.8:
resolution: {integrity: sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==}
+
+ /mz@2.7.0:
+ resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==}
+ dependencies:
+ any-promise: 1.3.0
+ object-assign: 4.1.1
+ thenify-all: 1.6.0
dev: true
- /nanoid@3.3.6:
- resolution: {integrity: sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==}
+ /nanoid@3.3.7:
+ resolution: {integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==}
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
hasBin: true
@@ -6880,25 +8065,26 @@ packages:
- supports-color
dev: true
- /nanopop@2.2.0:
- resolution: {integrity: sha512-E9JaHcxh3ere8/BEZHAcnuD10RluTSPyTToBvoFWS9/7DcCx6gyKjbn7M7Bx7E1veCxCuY1iO6h4+gdAf1j73Q==}
+ /nanopop@2.4.1:
+ resolution: {integrity: sha512-hhtYHTaQPmclHHCWmh2EJpWQ9FCA47kj2r/vXqI0ACeMi/qR9qFYDQRSx+luami7qw1OkBR4luJqS6ADoC3FPQ==}
dev: false
+ /natural-compare-lite@1.4.0:
+ resolution: {integrity: sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==}
+ dev: true
+
/natural-compare@1.4.0:
resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==}
dev: true
- /needle@3.1.0:
- resolution: {integrity: sha512-gCE9weDhjVGCRqS8dwDR/D3GTAeyXLXuqp7I8EzH6DllZGXSUyxuqqLh+YX9rMAWaaTFyVAg6rHGL25dqvczKw==}
+ /needle@3.3.1:
+ resolution: {integrity: sha512-6k0YULvhpw+RoLNiQCRKOl09Rv1dPLr8hHnVjHqdolKwDrdNyk+Hmrthi4lIGPPz3r39dLx0hsF5s40sZ3Us4Q==}
engines: {node: '>= 4.4.x'}
hasBin: true
requiresBuild: true
dependencies:
- debug: 3.2.7
iconv-lite: 0.6.3
- sax: 1.2.4
- transitivePeerDependencies:
- - supports-color
+ sax: 1.3.0
dev: true
optional: true
@@ -6906,20 +8092,49 @@ packages:
resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==}
dev: true
- /node-fetch-native@1.4.0:
- resolution: {integrity: sha512-F5kfEj95kX8tkDhUCYdV8dg3/8Olx/94zB8+ZNthFs6Bz31UpUi8Xh40TN3thLwXgrwXry1pEg9lJ++tLWTcqA==}
+ /next-tick@1.1.0:
+ resolution: {integrity: sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==}
+ dev: true
+
+ /node-fetch-h2@2.3.0:
+ resolution: {integrity: sha512-ofRW94Ab0T4AOh5Fk8t0h8OBWrmjb0SSB20xh1H8YnPV9EJ+f5AMoYSUQ2zgJ4Iq2HAK0I2l5/Nequ8YzFS3Hg==}
+ engines: {node: 4.x || >=6.0.0}
+ dependencies:
+ http2-client: 1.3.5
+ dev: true
+
+ /node-fetch-native@1.6.1:
+ resolution: {integrity: sha512-bW9T/uJDPAJB2YNYEpWzE54U5O3MQidXsOyTfnbKYtTtFexRvGzb1waphBN4ZwP6EcIvYYEOwW0b72BpAqydTw==}
+ dev: true
+
+ /node-fetch@2.7.0:
+ resolution: {integrity: sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==}
+ engines: {node: 4.x || >=6.0.0}
+ peerDependencies:
+ encoding: ^0.1.0
+ peerDependenciesMeta:
+ encoding:
+ optional: true
+ dependencies:
+ whatwg-url: 5.0.0
+ dev: true
+
+ /node-readfiles@0.2.0:
+ resolution: {integrity: sha512-SU00ZarexNlE4Rjdm83vglt5Y9yiQ+XI1XpflWlb7q7UTN1JUItm69xMeiQCTxtTfnzt+83T8Cx+vI2ED++VDA==}
+ dependencies:
+ es6-promise: 3.3.1
dev: true
- /node-releases@2.0.13:
- resolution: {integrity: sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==}
+ /node-releases@2.0.14:
+ resolution: {integrity: sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==}
dev: true
/normalize-package-data@2.5.0:
resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==}
dependencies:
hosted-git-info: 2.8.9
- resolve: 1.22.2
- semver: 5.7.1
+ resolve: 1.22.8
+ semver: 5.7.2
validate-npm-package-license: 3.0.4
dev: true
@@ -6928,7 +8143,7 @@ packages:
engines: {node: '>=10'}
dependencies:
hosted-git-info: 4.1.0
- is-core-module: 2.13.0
+ is-core-module: 2.13.1
semver: 7.5.4
validate-npm-package-license: 3.0.4
dev: true
@@ -6938,7 +8153,7 @@ packages:
engines: {node: ^16.14.0 || >=18.0.0}
dependencies:
hosted-git-info: 7.0.1
- is-core-module: 2.13.0
+ is-core-module: 2.13.1
semver: 7.5.4
validate-npm-package-license: 3.0.4
dev: true
@@ -6946,6 +8161,14 @@ packages:
/normalize-path@3.0.0:
resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==}
engines: {node: '>=0.10.0'}
+
+ /normalize-range@0.1.2:
+ resolution: {integrity: sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==}
+ engines: {node: '>=0.10.0'}
+ dev: true
+
+ /normalize-selector@0.2.0:
+ resolution: {integrity: sha512-dxvWdI8gw6eAvk9BlPffgEoGfM7AdijoCwOEJge3e3ulT2XLgmU7KvvxprOaCu05Q1uGRHmOhHe1r6emZoKyFw==}
dev: true
/npm-run-path@4.0.1:
@@ -6955,8 +8178,8 @@ packages:
path-key: 3.1.1
dev: true
- /npm-run-path@5.1.0:
- resolution: {integrity: sha512-sJOdmRGrY2sjNTRMbSvluQqg+8X7ZK61yvzBEIDhz4f8z1TZFYABsqjjCBd/0PUNE9M6QDgHJXQkGUEm7Q+l9Q==}
+ /npm-run-path@5.2.0:
+ resolution: {integrity: sha512-W4/tgAXFqFA0iL7fk0+uQ3g7wkL8xJmx3XdK0VGb4cHW//eZTtKGvFBBoRKVTpY7n6ze4NL9ly7rgXcHufqXKg==}
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
dependencies:
path-key: 4.0.0
@@ -6972,6 +8195,67 @@ packages:
boolbase: 1.0.0
dev: true
+ /num2fraction@1.2.2:
+ resolution: {integrity: sha512-Y1wZESM7VUThYY+4W+X4ySH2maqcA+p7UR+w8VWNWVAd6lwuXXWz/w/Cz43J/dI2I+PS6wD5N+bJUF+gjWvIqg==}
+ dev: true
+
+ /nunjucks@3.2.4:
+ resolution: {integrity: sha512-26XRV6BhkgK0VOxfbU5cQI+ICFUtMLixv1noZn1tGU38kQH5A5nmmbk/O45xdyBhD1esk47nKrY0mvQpZIhRjQ==}
+ engines: {node: '>= 6.9.0'}
+ hasBin: true
+ peerDependencies:
+ chokidar: ^3.3.0
+ peerDependenciesMeta:
+ chokidar:
+ optional: true
+ dependencies:
+ a-sync-waterfall: 1.0.1
+ asap: 2.0.6
+ commander: 5.1.0
+ dev: true
+
+ /oas-kit-common@1.0.8:
+ resolution: {integrity: sha512-pJTS2+T0oGIwgjGpw7sIRU8RQMcUoKCDWFLdBqKB2BNmGpbBMH2sdqAaOXUg8OzonZHU0L7vfJu1mJFEiYDWOQ==}
+ dependencies:
+ fast-safe-stringify: 2.1.1
+ dev: true
+
+ /oas-linter@3.2.2:
+ resolution: {integrity: sha512-KEGjPDVoU5K6swgo9hJVA/qYGlwfbFx+Kg2QB/kd7rzV5N8N5Mg6PlsoCMohVnQmo+pzJap/F610qTodKzecGQ==}
+ dependencies:
+ '@exodus/schemasafe': 1.3.0
+ should: 13.2.3
+ yaml: 1.10.2
+ dev: true
+
+ /oas-resolver@2.5.6:
+ resolution: {integrity: sha512-Yx5PWQNZomfEhPPOphFbZKi9W93CocQj18NlD2Pa4GWZzdZpSJvYwoiuurRI7m3SpcChrnO08hkuQDL3FGsVFQ==}
+ hasBin: true
+ dependencies:
+ node-fetch-h2: 2.3.0
+ oas-kit-common: 1.0.8
+ reftools: 1.1.9
+ yaml: 1.10.2
+ yargs: 17.7.2
+ dev: true
+
+ /oas-schema-walker@1.1.5:
+ resolution: {integrity: sha512-2yucenq1a9YPmeNExoUa9Qwrt9RFkjqaMAA1X+U7sbb0AqBeTIdMHky9SQQ6iN94bO5NW0W4TRYXerG+BdAvAQ==}
+ dev: true
+
+ /oas-validator@5.0.8:
+ resolution: {integrity: sha512-cu20/HE5N5HKqVygs3dt94eYJfBi0TsZvPVXDhbXQHiEityDN+RROTleefoKRKKJ9dFAF2JBkDHgvWj0sjKGmw==}
+ dependencies:
+ call-me-maybe: 1.0.2
+ oas-kit-common: 1.0.8
+ oas-linter: 3.2.2
+ oas-resolver: 2.5.6
+ oas-schema-walker: 1.1.5
+ reftools: 1.1.9
+ should: 13.2.3
+ yaml: 1.10.2
+ dev: true
+
/object-assign@4.1.1:
resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==}
engines: {node: '>=0.10.0'}
@@ -6986,12 +8270,8 @@ packages:
kind-of: 3.2.2
dev: true
- /object-inspect@1.12.2:
- resolution: {integrity: sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==}
-
- /object-inspect@1.12.3:
- resolution: {integrity: sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==}
- dev: true
+ /object-inspect@1.13.1:
+ resolution: {integrity: sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==}
/object-keys@1.1.1:
resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==}
@@ -7005,32 +8285,48 @@ packages:
isobject: 3.0.1
dev: true
- /object.assign@4.1.4:
- resolution: {integrity: sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==}
+ /object.assign@4.1.5:
+ resolution: {integrity: sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==}
engines: {node: '>= 0.4'}
dependencies:
- call-bind: 1.0.2
+ call-bind: 1.0.5
define-properties: 1.2.1
has-symbols: 1.0.3
object-keys: 1.1.1
dev: true
+ /object.entries@1.1.7:
+ resolution: {integrity: sha512-jCBs/0plmPsOnrKAfFQXRG2NFjlhZgjjcBLSmTnEhU8U6vVTsVe8ANeQJCHTl3gSsI4J+0emOoCgoKlmQPMgmA==}
+ engines: {node: '>= 0.4'}
+ dependencies:
+ call-bind: 1.0.5
+ define-properties: 1.2.1
+ es-abstract: 1.22.3
+ dev: true
+
/object.fromentries@2.0.7:
resolution: {integrity: sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA==}
engines: {node: '>= 0.4'}
dependencies:
- call-bind: 1.0.2
+ call-bind: 1.0.5
define-properties: 1.2.1
- es-abstract: 1.22.2
+ es-abstract: 1.22.3
dev: true
/object.groupby@1.0.1:
resolution: {integrity: sha512-HqaQtqLnp/8Bn4GL16cj+CUYbnpe1bh0TtEaWvybszDG4tgxCJuRpV8VGuvNaI1fAnI4lUJzDG55MXcOH4JZcQ==}
dependencies:
- call-bind: 1.0.2
+ call-bind: 1.0.5
+ define-properties: 1.2.1
+ es-abstract: 1.22.3
+ get-intrinsic: 1.2.2
+ dev: true
+
+ /object.hasown@1.1.3:
+ resolution: {integrity: sha512-fFI4VcYpRHvSLXxP7yiZOMAd331cPfd2p7PFDVbgUsYOfCT3tICVqXWngbjr4m49OvsBwUBQ6O2uQoJvy3RexA==}
+ dependencies:
define-properties: 1.2.1
- es-abstract: 1.22.2
- get-intrinsic: 1.2.1
+ es-abstract: 1.22.3
dev: true
/object.pick@1.3.0:
@@ -7040,28 +8336,21 @@ packages:
isobject: 3.0.1
dev: true
- /object.values@1.1.6:
- resolution: {integrity: sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==}
+ /object.values@1.1.7:
+ resolution: {integrity: sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==}
engines: {node: '>= 0.4'}
dependencies:
- call-bind: 1.0.2
- define-properties: 1.1.4
- es-abstract: 1.20.4
+ call-bind: 1.0.5
+ define-properties: 1.2.1
+ es-abstract: 1.22.3
dev: true
/ofetch@1.3.3:
resolution: {integrity: sha512-s1ZCMmQWXy4b5K/TW9i/DtiN8Ku+xCiHcjQ6/J/nDdssirrQNOoB165Zu8EqLMA2lln1JUth9a0aW9Ap2ctrUg==}
dependencies:
- destr: 2.0.1
- node-fetch-native: 1.4.0
- ufo: 1.3.1
- dev: true
-
- /on-finished@2.3.0:
- resolution: {integrity: sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==}
- engines: {node: '>= 0.8'}
- dependencies:
- ee-first: 1.1.1
+ destr: 2.0.2
+ node-fetch-native: 1.6.1
+ ufo: 1.3.2
dev: true
/once@1.4.0:
@@ -7075,7 +8364,6 @@ packages:
engines: {node: '>=6'}
dependencies:
mimic-fn: 2.1.0
- dev: true
/onetime@6.0.0:
resolution: {integrity: sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==}
@@ -7084,14 +8372,10 @@ packages:
mimic-fn: 4.0.0
dev: true
- /open@9.1.0:
- resolution: {integrity: sha512-OS+QTnw1/4vrf+9hh1jc1jnYjzSG4ttTBB8UxOwAnInG3Uo4ssetzC1ihqaIHjLJnA5GGlRl6QlZXOTQhRBUvg==}
- engines: {node: '>=14.16'}
+ /openapi3-ts@2.0.2:
+ resolution: {integrity: sha512-TxhYBMoqx9frXyOgnRHufjQfPXomTIHYKhSKJ6jHfj13kS8OEIhvmE8CTuQyKtjjWttAjX5DPxM1vmalEpo8Qw==}
dependencies:
- default-browser: 4.0.0
- define-lazy-prop: 3.0.0
- is-inside-container: 1.0.0
- is-wsl: 2.2.0
+ yaml: 1.10.2
dev: true
/optionator@0.9.3:
@@ -7113,17 +8397,37 @@ packages:
bl: 4.1.0
chalk: 4.1.2
cli-cursor: 3.1.0
- cli-spinners: 2.7.0
+ cli-spinners: 2.9.2
is-interactive: 1.0.0
is-unicode-supported: 0.1.0
log-symbols: 4.1.0
strip-ansi: 6.0.1
wcwidth: 1.0.1
+
+ /os-locale@5.0.0:
+ resolution: {integrity: sha512-tqZcNEDAIZKBEPnHPlVDvKrp7NzgLi7jRmhKiUoa2NUmhl13FtkAGLUVR+ZsYvApBQdBfYm43A4tXXQ4IrYLBA==}
+ engines: {node: '>=10'}
+ dependencies:
+ execa: 4.1.0
+ lcid: 3.1.1
+ mem: 5.1.1
dev: true
/os-tmpdir@1.0.2:
resolution: {integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==}
engines: {node: '>=0.10.0'}
+
+ /outvariant@1.4.2:
+ resolution: {integrity: sha512-Ou3dJ6bA/UJ5GVHxah4LnqDwZRwAmWxrG3wtrHrbGnP4RnLCtA64A4F+ae7Y8ww660JaddSoArUR5HjipWSHAQ==}
+
+ /p-defer@1.0.0:
+ resolution: {integrity: sha512-wB3wfAxZpk2AzOfUMJNL+d36xothRSyj8EXOa4f6GMqYDN9BJaaSISbsk+wS9abmnebVw95C2Kb5t85UmpCxuw==}
+ engines: {node: '>=4'}
+ dev: true
+
+ /p-is-promise@2.1.0:
+ resolution: {integrity: sha512-Y3W0wlRPK8ZMRbNq97l4M5otioeA5lm1z7bkNkxCka8HSPjR0xRWmpCmc9utiaLP9Jb1eD8BgeIxTW4AIF45Pg==}
+ engines: {node: '>=6'}
dev: true
/p-limit@2.3.0:
@@ -7180,24 +8484,35 @@ packages:
callsites: 3.1.0
dev: true
+ /parse-entities@2.0.0:
+ resolution: {integrity: sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==}
+ dependencies:
+ character-entities: 1.2.4
+ character-entities-legacy: 1.1.4
+ character-reference-invalid: 1.1.4
+ is-alphanumerical: 1.0.4
+ is-decimal: 1.0.4
+ is-hexadecimal: 1.0.4
+ dev: true
+
/parse-json@5.2.0:
resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==}
engines: {node: '>=8'}
dependencies:
- '@babel/code-frame': 7.22.13
+ '@babel/code-frame': 7.23.5
error-ex: 1.3.2
json-parse-even-better-errors: 2.3.1
lines-and-columns: 1.2.4
dev: true
- /parse-json@7.1.0:
- resolution: {integrity: sha512-ihtdrgbqdONYD156Ap6qTcaGcGdkdAxodO1wLqQ/j7HP1u2sFYppINiq4jyC8F+Nm+4fVufylCV00QmkTHkSUg==}
+ /parse-json@7.1.1:
+ resolution: {integrity: sha512-SgOTCX/EZXtZxBE5eJ97P4yGM5n37BwRU+YMsH4vNzFqJV/oWFXXCmwFlgWUM4PrakybVOueJJ6pwHqSVhTFDw==}
engines: {node: '>=16'}
dependencies:
- '@babel/code-frame': 7.22.13
+ '@babel/code-frame': 7.23.5
error-ex: 1.3.2
- json-parse-even-better-errors: 3.0.0
- lines-and-columns: 2.0.3
+ json-parse-even-better-errors: 3.0.1
+ lines-and-columns: 2.0.4
type-fest: 3.13.1
dev: true
@@ -7211,16 +8526,15 @@ packages:
engines: {node: '>=0.10.0'}
dev: true
- /parseurl@1.3.3:
- resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==}
- engines: {node: '>= 0.8'}
- dev: true
-
/pascalcase@0.1.1:
resolution: {integrity: sha512-XHXfu/yOQRy9vYOtUDVMN60OEJjW013GoObG1o+xwQTpB9eYJX/BjXMsdW13ZDPruFhYYn0AG22w0xgQMwl3Nw==}
engines: {node: '>=0.10.0'}
dev: true
+ /path-browserify@1.0.1:
+ resolution: {integrity: sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==}
+ dev: true
+
/path-exists@4.0.0:
resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==}
engines: {node: '>=8'}
@@ -7254,13 +8568,12 @@ packages:
resolution: {integrity: sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==}
engines: {node: '>=16 || 14 >=14.17'}
dependencies:
- lru-cache: 9.1.1
- minipass: 6.0.2
+ lru-cache: 10.1.0
+ minipass: 7.0.4
dev: true
/path-to-regexp@6.2.1:
resolution: {integrity: sha512-JLyh7xT1kizaEvcaXOQwOc2/Yhw6KZOvPf1S8401UyLk86CU79LN3vl7ztXGm/pZ+YjoyAJ4rxmHwbkBXJX+yw==}
- dev: true
/path-type@4.0.0:
resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==}
@@ -7271,21 +8584,24 @@ packages:
resolution: {integrity: sha512-sTitTPYnn23esFR3RlqYBWn4c45WGeLcsKzQiUpXJAyfcWkolvlYpV8FLo7JishK946oQwMFUCHXQ9AjGPKExw==}
dev: true
- /pathe@1.1.1:
- resolution: {integrity: sha512-d+RQGp0MAYTIaDBIMmOfMwz3E+LOZnxx1HZd5R18mmCZY0QBlK0LDZfPc8FW8Ed2DlvsuE6PRjroDY+wg4+j/Q==}
+ /pathe@1.1.2:
+ resolution: {integrity: sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==}
dev: true
/perfect-debounce@1.0.0:
resolution: {integrity: sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==}
dev: true
+ /picocolors@0.2.1:
+ resolution: {integrity: sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==}
+ dev: true
+
/picocolors@1.0.0:
resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==}
/picomatch@2.3.1:
resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
engines: {node: '>=8.6'}
- dev: true
/pidtree@0.6.0:
resolution: {integrity: sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==}
@@ -7300,7 +8616,7 @@ packages:
dev: true
optional: true
- /pinia@2.1.7(typescript@5.2.2)(vue@3.3.4):
+ /pinia@2.1.7(typescript@5.3.3)(vue@3.4.15):
resolution: {integrity: sha512-+C2AHFtcFqjPih0zpYuvof37SFxMQ7OEG2zV9jRI12i9BOy3YQVAHwdKtyyc8pDcDyIc33WCIsZaCFWU7WWxGQ==}
peerDependencies:
'@vue/composition-api': ^1.4.0
@@ -7312,18 +8628,35 @@ packages:
typescript:
optional: true
dependencies:
- '@vue/devtools-api': 6.5.0
- typescript: 5.2.2
- vue: 3.3.4
- vue-demi: 0.14.6(vue@3.3.4)
+ '@vue/devtools-api': 6.5.1
+ typescript: 5.3.3
+ vue: 3.4.15(typescript@5.3.3)
+ vue-demi: 0.14.6(vue@3.4.15)
dev: false
+ /pirates@4.0.6:
+ resolution: {integrity: sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==}
+ engines: {node: '>= 6'}
+ dev: true
+
/pkg-types@1.0.3:
resolution: {integrity: sha512-nN7pYi0AQqJnoLPC9eHFQ8AcyaixBUOwvqc5TDnIKCMEE6I0y8P7OKA7fPexsXGCGxQDl/cmrLAp26LhcwxZ4A==}
dependencies:
jsonc-parser: 3.2.0
- mlly: 1.4.2
- pathe: 1.1.1
+ mlly: 1.5.0
+ pathe: 1.1.2
+ dev: true
+
+ /plur@4.0.0:
+ resolution: {integrity: sha512-4UGewrYgqDFw9vV6zNV+ADmPAUAfJPKtGvb/VdpQAx25X5f3xXdGdyOEVFwkl8Hl/tl7+xbeHqSEM+D5/TirUg==}
+ engines: {node: '>=10'}
+ dependencies:
+ irregular-plurals: 3.5.0
+ dev: true
+
+ /pluralize@8.0.0:
+ resolution: {integrity: sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==}
+ engines: {node: '>=4'}
dev: true
/posix-character-classes@0.1.1:
@@ -7331,23 +8664,70 @@ packages:
engines: {node: '>=0.10.0'}
dev: true
- /postcss-html@1.5.0:
- resolution: {integrity: sha512-kCMRWJRHKicpA166kc2lAVUGxDZL324bkj/pVOb6RhjB0Z5Krl7mN0AsVkBhVIRZZirY0lyQXG38HCVaoKVNoA==}
+ /postcss-html@0.36.0(postcss-syntax@0.36.2)(postcss@7.0.39):
+ resolution: {integrity: sha512-HeiOxGcuwID0AFsNAL0ox3mW6MHH5cstWN1Z3Y+n6H+g12ih7LHdYxWwEA/QmrebctLjo79xz9ouK3MroHwOJw==}
+ peerDependencies:
+ postcss: '>=5.0.0 || 5'
+ postcss-syntax: '>=0.36.0'
+ dependencies:
+ htmlparser2: 3.10.1
+ postcss: 7.0.39
+ postcss-syntax: 0.36.2(postcss-html@1.6.0)(postcss-less@6.0.0)(postcss@8.4.33)
+ dev: true
+
+ /postcss-html@1.6.0:
+ resolution: {integrity: sha512-OWgQ9/Pe23MnNJC0PL4uZp8k0EDaUvqpJFSiwFxOLClAhmD7UEisyhO3x5hVsD4xFrjReVTXydlrMes45dJ71w==}
engines: {node: ^12 || >=14}
dependencies:
- htmlparser2: 8.0.1
- js-tokens: 8.0.0
- postcss: 8.4.31
- postcss-safe-parser: 6.0.0(postcss@8.4.31)
+ htmlparser2: 8.0.2
+ js-tokens: 8.0.2
+ postcss: 8.4.33
+ postcss-safe-parser: 6.0.0(postcss@8.4.33)
+ dev: true
+
+ /postcss-less@3.1.4:
+ resolution: {integrity: sha512-7TvleQWNM2QLcHqvudt3VYjULVB49uiW6XzEUFmvwHzvsOEF5MwBrIXZDJQvJNFGjJQTzSzZnDoCJ8h/ljyGXA==}
+ engines: {node: '>=6.14.4'}
+ dependencies:
+ postcss: 7.0.39
+ dev: true
+
+ /postcss-less@4.0.1:
+ resolution: {integrity: sha512-C92S4sHlbDpefJ2QQJjrucCcypq3+KZPstjfuvgOCNnGx0tF9h8hXgAlOIATGAxMXZXaF+nVp+/Mi8pCAWdSmw==}
+ engines: {node: '>=10'}
+ dependencies:
+ postcss: 8.4.33
+ dev: true
+
+ /postcss-less@6.0.0(postcss@8.4.33):
+ resolution: {integrity: sha512-FPX16mQLyEjLzEuuJtxA8X3ejDLNGGEG503d2YGZR5Ask1SpDN8KmZUMpzCvyalWRywAn1n1VOA5dcqfCLo5rg==}
+ engines: {node: '>=12'}
+ peerDependencies:
+ postcss: ^8.3.5 || 5
+ dependencies:
+ postcss: 8.4.33
+ dev: true
+
+ /postcss-load-config@4.0.2(postcss@8.4.33)(ts-node@10.9.2):
+ resolution: {integrity: sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==}
+ engines: {node: '>= 14'}
+ peerDependencies:
+ postcss: '>=8.0.9 || 5'
+ ts-node: '>=9.0.0'
+ peerDependenciesMeta:
+ postcss:
+ optional: true
+ ts-node:
+ optional: true
+ dependencies:
+ lilconfig: 3.0.0
+ postcss: 8.4.33
+ ts-node: 10.9.2(@types/node@20.10.8)(typescript@5.3.3)
+ yaml: 2.3.4
dev: true
- /postcss-less@6.0.0(postcss@8.4.31):
- resolution: {integrity: sha512-FPX16mQLyEjLzEuuJtxA8X3ejDLNGGEG503d2YGZR5Ask1SpDN8KmZUMpzCvyalWRywAn1n1VOA5dcqfCLo5rg==}
- engines: {node: '>=12'}
- peerDependencies:
- postcss: ^8.3.5 || 5
- dependencies:
- postcss: 8.4.31
+ /postcss-media-query-parser@0.2.3:
+ resolution: {integrity: sha512-3sOlxmbKcSHMjlUXQZKQ06jOswE7oVkXPxmZdoB1r5l0q6gTFTQSHxNxOrCccElbW7dxNytifNEo8qidX2Vsig==}
dev: true
/postcss-prefix-selector@1.16.0(postcss@5.2.18):
@@ -7362,29 +8742,94 @@ packages:
resolution: {integrity: sha512-HvExULSwLqHLgUy1rl3ANIqCsvMS0WHss2UOsXhXnQaZ9VCc2oBvIpXrl00IUFT5ZDITME0o6oiXeiHr2SAIfw==}
dev: true
- /postcss-safe-parser@6.0.0(postcss@8.4.31):
+ /postcss-safe-parser@4.0.2:
+ resolution: {integrity: sha512-Uw6ekxSWNLCPesSv/cmqf2bY/77z11O7jZGPax3ycZMFU/oi2DMH9i89AdHc1tRwFg/arFoEwX0IS3LCUxJh1g==}
+ engines: {node: '>=6.0.0'}
+ dependencies:
+ postcss: 7.0.39
+ dev: true
+
+ /postcss-safe-parser@6.0.0(postcss@8.4.33):
resolution: {integrity: sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ==}
engines: {node: '>=12.0'}
peerDependencies:
postcss: ^8.3.3 || 5
dependencies:
- postcss: 8.4.31
+ postcss: 8.4.33
+ dev: true
+
+ /postcss-safe-parser@7.0.0(postcss@8.4.33):
+ resolution: {integrity: sha512-ovehqRNVCpuFzbXoTb4qLtyzK3xn3t/CUBxOs8LsnQjQrShaB4lKiHoVqY8ANaC0hBMHq5QVWk77rwGklFUDrg==}
+ engines: {node: '>=18.0'}
+ peerDependencies:
+ postcss: ^8.4.31 || 5
+ dependencies:
+ postcss: 8.4.33
dev: true
- /postcss-selector-parser@6.0.13:
- resolution: {integrity: sha512-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ==}
+ /postcss-sass@0.4.4:
+ resolution: {integrity: sha512-BYxnVYx4mQooOhr+zer0qWbSPYnarAy8ZT7hAQtbxtgVf8gy+LSLT/hHGe35h14/pZDTw1DsxdbrwxBN++H+fg==}
+ dependencies:
+ gonzales-pe: 4.3.0
+ postcss: 7.0.39
+ dev: true
+
+ /postcss-scss@2.1.1:
+ resolution: {integrity: sha512-jQmGnj0hSGLd9RscFw9LyuSVAa5Bl1/KBPqG1NQw9w8ND55nY4ZEsdlVuYJvLPpV+y0nwTV5v/4rHPzZRihQbA==}
+ engines: {node: '>=6.0.0'}
+ dependencies:
+ postcss: 7.0.39
+ dev: true
+
+ /postcss-selector-parser@6.0.15:
+ resolution: {integrity: sha512-rEYkQOMUCEMhsKbK66tbEU9QVIxbhN18YiniAwA7XQYTVBqrBy+P2p5JcdqsHgKM2zWylp8d7J6eszocfds5Sw==}
engines: {node: '>=4'}
dependencies:
cssesc: 3.0.0
util-deprecate: 1.0.2
dev: true
- /postcss-sorting@8.0.2(postcss@8.4.31):
+ /postcss-sorting@6.0.0(postcss@8.4.33):
+ resolution: {integrity: sha512-bYJ0vgAiGbjCBKi7B07CzsBc9eM84nLEbavUmwNp8rAa+PNyrgdH+6PpnqTtciLuUs99c4rFQQmCaYgeBQYmSQ==}
+ peerDependencies:
+ postcss: ^8.0.4 || 5
+ dependencies:
+ lodash: 4.17.21
+ postcss: 8.4.33
+ dev: true
+
+ /postcss-sorting@8.0.2(postcss@8.4.33):
resolution: {integrity: sha512-M9dkSrmU00t/jK7rF6BZSZauA5MAaBW4i5EnJXspMwt4iqTh/L9j6fgMnbElEOfyRyfLfVbIHj/R52zHzAPe1Q==}
peerDependencies:
postcss: ^8.4.20 || 5
dependencies:
- postcss: 8.4.31
+ postcss: 8.4.33
+ dev: true
+
+ /postcss-syntax@0.36.2(postcss-html@1.6.0)(postcss-less@6.0.0)(postcss@8.4.33):
+ resolution: {integrity: sha512-nBRg/i7E3SOHWxF3PpF5WnJM/jQ1YpY9000OaVXlAQj6Zp/kIqJxEDWIZ67tAd7NLuk7zqN4yqe9nc0oNAOs1w==}
+ peerDependencies:
+ postcss: '>=5.0.0 || 5'
+ postcss-html: '*'
+ postcss-jsx: '*'
+ postcss-less: '*'
+ postcss-markdown: '*'
+ postcss-scss: '*'
+ peerDependenciesMeta:
+ postcss-html:
+ optional: true
+ postcss-jsx:
+ optional: true
+ postcss-less:
+ optional: true
+ postcss-markdown:
+ optional: true
+ postcss-scss:
+ optional: true
+ dependencies:
+ postcss: 8.4.33
+ postcss-html: 1.6.0
+ postcss-less: 6.0.0(postcss@8.4.33)
dev: true
/postcss-value-parser@4.2.0:
@@ -7401,11 +8846,19 @@ packages:
supports-color: 3.2.3
dev: true
- /postcss@8.4.31:
- resolution: {integrity: sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==}
+ /postcss@7.0.39:
+ resolution: {integrity: sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==}
+ engines: {node: '>=6.0.0'}
+ dependencies:
+ picocolors: 0.2.1
+ source-map: 0.6.1
+ dev: true
+
+ /postcss@8.4.33:
+ resolution: {integrity: sha512-Kkpbhhdjw2qQs2O2DGX+8m5OVqEcbB9HRBvuYM9pgrjEFUg30A9LmXNlTAUj4S9kgtGyrMbTzVjH7E+s5Re2yg==}
engines: {node: ^10 || ^12 || >=14}
dependencies:
- nanoid: 3.3.6
+ nanoid: 3.3.7
picocolors: 1.0.0
source-map-js: 1.0.2
@@ -7453,29 +8906,71 @@ packages:
resolution: {integrity: sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==}
engines: {node: '>=6.0.0'}
dependencies:
- fast-diff: 1.2.0
+ fast-diff: 1.3.0
+ dev: true
+
+ /prettier-plugin-packagejson@2.3.0(prettier@2.8.8):
+ resolution: {integrity: sha512-2SAPMMk1UDkqsB7DifWKcwCm6VC52JXMrzLHfbcQHJRWhRCj9zziOy+s+2XOyPBeyqFqS+A/1IKzOrxKFTo6pw==}
+ peerDependencies:
+ prettier: '>= 1.16.0'
+ peerDependenciesMeta:
+ prettier:
+ optional: true
+ dependencies:
+ prettier: 2.8.8
+ sort-package-json: 1.57.0
+ dev: true
+
+ /prettier-plugin-two-style-order@1.0.1(prettier@2.8.8):
+ resolution: {integrity: sha512-ETltO2FRR/Pxc7bsgz2XwuzWSPwafl7/v5+5Rria4S579CTas7dya+xsmbkix0q1tYQiuRjVVdfGnCKlH/aOuQ==}
+ peerDependencies:
+ prettier: '>= 2.0.0'
+ dependencies:
+ postcss: 8.4.33
+ postcss-less: 4.0.1
+ postcss-sorting: 6.0.0(postcss@8.4.33)
+ prettier: 2.8.8
dev: true
- /prettier@3.0.3:
- resolution: {integrity: sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg==}
+ /prettier@2.8.8:
+ resolution: {integrity: sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==}
+ engines: {node: '>=10.13.0'}
+ hasBin: true
+ dev: true
+
+ /prettier@3.2.4:
+ resolution: {integrity: sha512-FWu1oLHKCrtpO1ypU6J0SbK2d9Ckwysq6bHj/uaCP26DxrPpppCLQRGVuqAxSTvhF00AcvDRyYrLNW7ocBhFFQ==}
engines: {node: '>=14'}
hasBin: true
dev: true
- /pretty-quick@3.1.3(prettier@3.0.3):
- resolution: {integrity: sha512-kOCi2FJabvuh1as9enxYmrnBC6tVMoVOenMaBqRfsvBHB0cbpYHjdQEpSglpASDFEXVwplpcGR4CLEaisYAFcA==}
+ /pretty-quick@3.1.4(prettier@3.2.4):
+ resolution: {integrity: sha512-/sx+sUrD52omQQII19m7Zw4gZevQTbA73HDMqzFoBIAf6pCL4kVxSk3O9IRN9Ud/wt/Q068/WOdgiBJeMI7EbQ==}
engines: {node: '>=10.13'}
hasBin: true
peerDependencies:
- prettier: '>=2.0.0'
+ prettier: ^2.0.0
dependencies:
- chalk: 3.0.0
+ chalk: 4.1.2
execa: 4.1.0
find-up: 4.1.0
- ignore: 5.2.0
+ ignore: 5.3.0
mri: 1.2.0
- multimatch: 4.0.0
- prettier: 3.0.3
+ multimatch: 5.0.0
+ prettier: 3.2.4
+ dev: true
+
+ /progress@2.0.3:
+ resolution: {integrity: sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==}
+ engines: {node: '>=0.4.0'}
+ dev: true
+
+ /prop-types@15.8.1:
+ resolution: {integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==}
+ dependencies:
+ loose-envify: 1.4.0
+ object-assign: 4.1.1
+ react-is: 16.13.1
dev: true
/proxy-from-env@1.1.0:
@@ -7495,15 +8990,15 @@ packages:
once: 1.4.0
dev: true
- /punycode@2.1.1:
- resolution: {integrity: sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==}
+ /punycode@2.3.1:
+ resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==}
engines: {node: '>=6'}
dev: true
- /qiniu-js@3.4.1:
- resolution: {integrity: sha512-8vxrLqDPlJUk3fUAaTozh3TAT3ww9B5KqGogmGuTiFHnewXDoMxTCSY5z8Ab5UNdrCo6ZxDM07G/o++CICRUFw==}
+ /qiniu-js@3.4.2:
+ resolution: {integrity: sha512-Gu94/4adN2FnM9VpTgLsgvS3KN+2ZV9gCxlmrKICMI7VqcAwTsy3+9eBLLk8WueMYwniyg8rELjdxNf0wABUHg==}
dependencies:
- '@babel/runtime-corejs2': 7.19.4
+ '@babel/runtime-corejs2': 7.23.8
querystring: 0.2.1
spark-md5: 3.0.2
dev: false
@@ -7538,9 +9033,8 @@ packages:
engines: {node: '>=8'}
dev: true
- /quick-lru@5.1.1:
- resolution: {integrity: sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==}
- engines: {node: '>=10'}
+ /react-is@16.13.1:
+ resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==}
dev: true
/read-pkg-up@10.1.0:
@@ -7549,7 +9043,7 @@ packages:
dependencies:
find-up: 6.3.0
read-pkg: 8.1.0
- type-fest: 4.3.3
+ type-fest: 4.9.0
dev: true
/read-pkg-up@7.0.1:
@@ -7561,60 +9055,39 @@ packages:
type-fest: 0.8.1
dev: true
- /read-pkg-up@8.0.0:
- resolution: {integrity: sha512-snVCqPczksT0HS2EC+SxUndvSzn6LRCwpfSvLrIfR5BKDQQZMaI6jPRC9dYvYFDRAuFEAnkwww8kBBNE/3VvzQ==}
- engines: {node: '>=12'}
- dependencies:
- find-up: 5.0.0
- read-pkg: 6.0.0
- type-fest: 1.4.0
- dev: true
-
/read-pkg@5.2.0:
resolution: {integrity: sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==}
engines: {node: '>=8'}
dependencies:
- '@types/normalize-package-data': 2.4.1
+ '@types/normalize-package-data': 2.4.4
normalize-package-data: 2.5.0
parse-json: 5.2.0
type-fest: 0.6.0
dev: true
- /read-pkg@6.0.0:
- resolution: {integrity: sha512-X1Fu3dPuk/8ZLsMhEj5f4wFAF0DWoK7qhGJvgaijocXxBmSToKfbFtqbxMO7bVjNA1dmE5huAzjXj/ey86iw9Q==}
- engines: {node: '>=12'}
- dependencies:
- '@types/normalize-package-data': 2.4.1
- normalize-package-data: 3.0.3
- parse-json: 5.2.0
- type-fest: 1.4.0
- dev: true
-
/read-pkg@8.1.0:
resolution: {integrity: sha512-PORM8AgzXeskHO/WEv312k9U03B8K9JSiWF/8N9sUuFjBa+9SF2u6K7VClzXwDXab51jCd8Nd36CNM+zR97ScQ==}
engines: {node: '>=16'}
dependencies:
- '@types/normalize-package-data': 2.4.1
+ '@types/normalize-package-data': 2.4.4
normalize-package-data: 6.0.0
- parse-json: 7.1.0
- type-fest: 4.3.3
+ parse-json: 7.1.1
+ type-fest: 4.9.0
dev: true
- /readable-stream@3.6.0:
- resolution: {integrity: sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==}
+ /readable-stream@3.6.2:
+ resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==}
engines: {node: '>= 6'}
dependencies:
inherits: 2.0.4
string_decoder: 1.3.0
util-deprecate: 1.0.2
- dev: true
/readdirp@3.6.0:
resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==}
engines: {node: '>=8.10.0'}
dependencies:
picomatch: 2.3.1
- dev: true
/redent@3.0.0:
resolution: {integrity: sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==}
@@ -7624,16 +9097,24 @@ packages:
strip-indent: 3.0.0
dev: true
- /redent@4.0.0:
- resolution: {integrity: sha512-tYkDkVVtYkSVhuQ4zBgfvciymHaeuel+zFKXShfDnFP5SyVEP7qo70Rf1jTOTCx3vGNAbnEi/xFkcfQVMIBWag==}
- engines: {node: '>=12'}
+ /reflect.getprototypeof@1.0.4:
+ resolution: {integrity: sha512-ECkTw8TmJwW60lOTR+ZkODISW6RQ8+2CL3COqtiJKLd6MmB45hN51HprHFziKLGkAuTGQhBb91V8cy+KHlaCjw==}
+ engines: {node: '>= 0.4'}
dependencies:
- indent-string: 5.0.0
- strip-indent: 4.0.0
+ call-bind: 1.0.5
+ define-properties: 1.2.1
+ es-abstract: 1.22.3
+ get-intrinsic: 1.2.2
+ globalthis: 1.0.3
+ which-builtin-type: 1.1.3
+ dev: true
+
+ /reftools@1.1.9:
+ resolution: {integrity: sha512-OVede/NQE13xBQ+ob5CKd5KyeJYU2YInb1bmV4nRoOfquZPkAkxuOXicSe1PvqIuZZ4kD13sPKBbR7UFDmli6w==}
dev: true
- /regenerate-unicode-properties@10.1.0:
- resolution: {integrity: sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==}
+ /regenerate-unicode-properties@10.1.1:
+ resolution: {integrity: sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==}
engines: {node: '>=4'}
dependencies:
regenerate: 1.4.2
@@ -7643,17 +9124,13 @@ packages:
resolution: {integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==}
dev: true
- /regenerator-runtime@0.13.11:
- resolution: {integrity: sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==}
-
- /regenerator-runtime@0.13.9:
- resolution: {integrity: sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==}
- dev: false
+ /regenerator-runtime@0.14.1:
+ resolution: {integrity: sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==}
/regenerator-transform@0.15.2:
resolution: {integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==}
dependencies:
- '@babel/runtime': 7.19.4
+ '@babel/runtime': 7.23.8
dev: true
/regex-not@1.0.2:
@@ -7664,31 +9141,32 @@ packages:
safe-regex: 1.1.0
dev: true
- /regexp.prototype.flags@1.4.3:
- resolution: {integrity: sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==}
- engines: {node: '>= 0.4'}
- dependencies:
- call-bind: 1.0.2
- define-properties: 1.2.1
- functions-have-names: 1.2.3
+ /regexp-tree@0.1.27:
+ resolution: {integrity: sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==}
+ hasBin: true
dev: true
/regexp.prototype.flags@1.5.1:
resolution: {integrity: sha512-sy6TXMN+hnP/wMy+ISxg3krXx7BAtWVO4UouuCN/ziM9UEne0euamVNafDfvC83bRNr95y0V5iijeDQFUNpvrg==}
engines: {node: '>= 0.4'}
dependencies:
- call-bind: 1.0.2
+ call-bind: 1.0.5
define-properties: 1.2.1
set-function-name: 2.0.1
dev: true
+ /regexpp@3.2.0:
+ resolution: {integrity: sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==}
+ engines: {node: '>=8'}
+ dev: true
+
/regexpu-core@5.3.2:
resolution: {integrity: sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==}
engines: {node: '>=4'}
dependencies:
'@babel/regjsgen': 0.8.0
regenerate: 1.4.2
- regenerate-unicode-properties: 10.1.0
+ regenerate-unicode-properties: 10.1.1
regjsparser: 0.9.1
unicode-match-property-ecmascript: 2.0.0
unicode-match-property-value-ecmascript: 2.1.0
@@ -7701,6 +9179,30 @@ packages:
jsesc: 0.5.0
dev: true
+ /remark-parse@9.0.0:
+ resolution: {integrity: sha512-geKatMwSzEXKHuzBNU1z676sGcDcFoChMK38TgdHJNAYfFtsfHDQG7MoJAjs6sgYMqyLduCYWDIWZIxiPeafEw==}
+ dependencies:
+ mdast-util-from-markdown: 0.8.5
+ transitivePeerDependencies:
+ - supports-color
+ dev: true
+
+ /remark-stringify@9.0.1:
+ resolution: {integrity: sha512-mWmNg3ZtESvZS8fv5PTvaPckdL4iNlCHTt8/e/8oN08nArHRHjNZMKzA/YW3+p7/lYqIw4nx1XsjCBo/AxNChg==}
+ dependencies:
+ mdast-util-to-markdown: 0.6.5
+ dev: true
+
+ /remark@13.0.0:
+ resolution: {integrity: sha512-HDz1+IKGtOyWN+QgBiAT0kn+2s6ovOxHyPAFGKVE81VSzJ+mq7RwHFledEvB5F1p4iJvOah/LOKdFuzvRnNLCA==}
+ dependencies:
+ remark-parse: 9.0.0
+ remark-stringify: 9.0.1
+ unified: 9.2.2
+ transitivePeerDependencies:
+ - supports-color
+ dev: true
+
/repeat-element@1.1.4:
resolution: {integrity: sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ==}
engines: {node: '>=0.10.0'}
@@ -7714,13 +9216,16 @@ packages:
/require-directory@2.1.1:
resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==}
engines: {node: '>=0.10.0'}
- dev: true
/require-from-string@2.0.2:
resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==}
engines: {node: '>=0.10.0'}
dev: true
+ /reserved-words@0.1.2:
+ resolution: {integrity: sha512-0S5SrIUJ9LfpbVl4Yzij6VipUdafHrOTzvmfazSw/jeZrZtQK303OPZW+obtkaw7jQlTQppy0UvZWm9872PbRw==}
+ dev: true
+
/resize-detector@0.3.0:
resolution: {integrity: sha512-R/tCuvuOHQ8o2boRP6vgx8hXCCy87H1eY9V5imBYeVNyNVpuL9ciReSccLj2gDcax9+2weXy3bc8Vv+NRXeEvQ==}
dev: false
@@ -7759,20 +9264,20 @@ packages:
deprecated: https://github.com/lydell/resolve-url#deprecated
dev: true
- /resolve@1.22.1:
- resolution: {integrity: sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==}
+ /resolve@1.22.8:
+ resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==}
hasBin: true
dependencies:
- is-core-module: 2.10.0
+ is-core-module: 2.13.1
path-parse: 1.0.7
supports-preserve-symlinks-flag: 1.0.0
dev: true
- /resolve@1.22.2:
- resolution: {integrity: sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==}
+ /resolve@2.0.0-next.5:
+ resolution: {integrity: sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==}
hasBin: true
dependencies:
- is-core-module: 2.13.0
+ is-core-module: 2.13.1
path-parse: 1.0.7
supports-preserve-symlinks-flag: 1.0.0
dev: true
@@ -7783,7 +9288,6 @@ packages:
dependencies:
onetime: 5.1.2
signal-exit: 3.0.7
- dev: true
/restore-cursor@4.0.0:
resolution: {integrity: sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==}
@@ -7803,8 +9307,8 @@ packages:
engines: {iojs: '>=1.0.0', node: '>=0.10.0'}
dev: true
- /rfdc@1.3.0:
- resolution: {integrity: sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==}
+ /rfdc@1.3.1:
+ resolution: {integrity: sha512-r5a3l5HzYlIC68TpmYKlxWjmOP6wiPJ1vWv2HeLhNsRZMrCkxeqxiHlQ21oXmQ4F3SiryXBHhAD7JZqvOJjFmg==}
dev: true
/rimraf@3.0.2:
@@ -7822,25 +9326,32 @@ packages:
glob: 10.3.10
dev: true
- /rollup@3.29.4:
- resolution: {integrity: sha512-oWzmBZwvYrU0iJHtDmhsm662rC15FRXmcjCk1xD771dFDx5jJ02ufAQQTn0etB2emNk4J9EZg/yWKpsn9BWGRw==}
- engines: {node: '>=14.18.0', npm: '>=8.0.0'}
+ /rollup@4.9.6:
+ resolution: {integrity: sha512-05lzkCS2uASX0CiLFybYfVkwNbKZG5NFQ6Go0VWyogFTXXbR039UVsegViTntkk4OglHBdF54ccApXRRuXRbsg==}
+ engines: {node: '>=18.0.0', npm: '>=8.0.0'}
hasBin: true
- optionalDependencies:
- fsevents: 2.3.2
- dev: true
-
- /run-applescript@5.0.0:
- resolution: {integrity: sha512-XcT5rBksx1QdIhlFOCtgZkB99ZEouFZ1E2Kc2LHqNW13U3/74YGdkQRmThTwxy4QIyookibDKYZOPqX//6BlAg==}
- engines: {node: '>=12'}
dependencies:
- execa: 5.1.1
+ '@types/estree': 1.0.5
+ optionalDependencies:
+ '@rollup/rollup-android-arm-eabi': 4.9.6
+ '@rollup/rollup-android-arm64': 4.9.6
+ '@rollup/rollup-darwin-arm64': 4.9.6
+ '@rollup/rollup-darwin-x64': 4.9.6
+ '@rollup/rollup-linux-arm-gnueabihf': 4.9.6
+ '@rollup/rollup-linux-arm64-gnu': 4.9.6
+ '@rollup/rollup-linux-arm64-musl': 4.9.6
+ '@rollup/rollup-linux-riscv64-gnu': 4.9.6
+ '@rollup/rollup-linux-x64-gnu': 4.9.6
+ '@rollup/rollup-linux-x64-musl': 4.9.6
+ '@rollup/rollup-win32-arm64-msvc': 4.9.6
+ '@rollup/rollup-win32-ia32-msvc': 4.9.6
+ '@rollup/rollup-win32-x64-msvc': 4.9.6
+ fsevents: 2.3.3
dev: true
/run-async@2.4.1:
resolution: {integrity: sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==}
engines: {node: '>=0.12.0'}
- dev: true
/run-parallel@1.2.0:
resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==}
@@ -7848,31 +9359,30 @@ packages:
queue-microtask: 1.2.3
dev: true
- /rxjs@7.5.7:
- resolution: {integrity: sha512-z9MzKh/UcOqB3i20H6rtrlaE/CgjLOvheWK/9ILrbhROGTweAi1BaFsTT9FbwZi5Trr1qNRs+MXkhmR06awzQA==}
+ /rxjs@7.8.1:
+ resolution: {integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==}
dependencies:
- tslib: 2.4.0
- dev: true
+ tslib: 2.6.2
- /safe-array-concat@1.0.1:
- resolution: {integrity: sha512-6XbUAseYE2KtOuGueyeobCySj9L4+66Tn6KQMOPQJrAJEowYKW/YR/MGJZl7FdydUdaFu4LYyDZjxf4/Nmo23Q==}
+ /safe-array-concat@1.1.0:
+ resolution: {integrity: sha512-ZdQ0Jeb9Ofti4hbt5lX3T2JcAamT9hfzYU1MNB+z/jaEbB6wfFfPIR/zEORmZqobkCCJhSjodobH6WHNmJ97dg==}
engines: {node: '>=0.4'}
dependencies:
- call-bind: 1.0.2
- get-intrinsic: 1.2.1
+ call-bind: 1.0.5
+ get-intrinsic: 1.2.2
has-symbols: 1.0.3
isarray: 2.0.5
dev: true
/safe-buffer@5.2.1:
resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==}
- dev: true
- /safe-regex-test@1.0.0:
- resolution: {integrity: sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==}
+ /safe-regex-test@1.0.2:
+ resolution: {integrity: sha512-83S9w6eFq12BBIJYvjMux6/dkirb8+4zJRA9cxNBVb7Wq5fJBW+Xze48WqR8pxua7bDuAaaAxtVVd4Idjp1dBQ==}
+ engines: {node: '>= 0.4'}
dependencies:
- call-bind: 1.0.2
- get-intrinsic: 1.2.1
+ call-bind: 1.0.5
+ get-intrinsic: 1.2.2
is-regex: 1.1.4
dev: true
@@ -7882,24 +9392,29 @@ packages:
ret: 0.1.15
dev: true
+ /safe-regex@2.1.1:
+ resolution: {integrity: sha512-rx+x8AMzKb5Q5lQ95Zoi6ZbJqwCLkqi3XuJXp5P3rT8OEc6sZCJG5AE5dU3lsgRr/F4Bs31jSlVN+j5KrsGu9A==}
+ dependencies:
+ regexp-tree: 0.1.27
+ dev: true
+
/safer-buffer@2.1.2:
resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
- dev: true
- /sax@1.2.4:
- resolution: {integrity: sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==}
+ /sax@1.3.0:
+ resolution: {integrity: sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA==}
requiresBuild: true
dev: true
optional: true
- /scroll-into-view-if-needed@2.2.29:
- resolution: {integrity: sha512-hxpAR6AN+Gh53AdAimHM6C8oTN1ppwVZITihix+WqalywBeFcQ6LdQP5ABNl26nX8GTEL7VT+b8lKpdqq65wXg==}
+ /scroll-into-view-if-needed@2.2.31:
+ resolution: {integrity: sha512-dGCXy99wZQivjmjIqihaBQNjryrz5rueJY7eHfTdyWEiR4ttYpsajb14rn9s5d4DY4EcY6+4+U/maARBXJedkA==}
dependencies:
- compute-scroll-into-view: 1.0.17
+ compute-scroll-into-view: 1.0.20
dev: false
- /semver@5.7.1:
- resolution: {integrity: sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==}
+ /semver@5.7.2:
+ resolution: {integrity: sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==}
hasBin: true
dev: true
@@ -7916,13 +9431,23 @@ packages:
lru-cache: 6.0.0
dev: true
+ /set-function-length@1.2.0:
+ resolution: {integrity: sha512-4DBHDoyHlM1IRPGYcoxexgh67y4ueR53FKV1yyxwFMY7aCqcN/38M1+SwZ/qJQ8iLv7+ck385ot4CcisOAPT9w==}
+ engines: {node: '>= 0.4'}
+ dependencies:
+ define-data-property: 1.1.1
+ function-bind: 1.1.2
+ get-intrinsic: 1.2.2
+ gopd: 1.0.1
+ has-property-descriptors: 1.0.1
+
/set-function-name@2.0.1:
resolution: {integrity: sha512-tMNCiqYVkXIZgc2Hnoy2IvC/f8ezc5koaRFkCjrpWzGpCd3qbZXPzVy9MAZzK1ch/X0jvSkojys3oqJN0qCmdA==}
engines: {node: '>= 0.4'}
dependencies:
- define-data-property: 1.1.0
+ define-data-property: 1.1.1
functions-have-names: 1.2.3
- has-property-descriptors: 1.0.0
+ has-property-descriptors: 1.0.1
dev: true
/set-value@2.0.1:
@@ -7951,34 +9476,66 @@ packages:
engines: {node: '>=8'}
dev: true
+ /should-equal@2.0.0:
+ resolution: {integrity: sha512-ZP36TMrK9euEuWQYBig9W55WPC7uo37qzAEmbjHz4gfyuXrEUgF8cUvQVO+w+d3OMfPvSRQJ22lSm8MQJ43LTA==}
+ dependencies:
+ should-type: 1.4.0
+ dev: true
+
+ /should-format@3.0.3:
+ resolution: {integrity: sha512-hZ58adtulAk0gKtua7QxevgUaXTTXxIi8t41L3zo9AHvjXO1/7sdLECuHeIN2SRtYXpNkmhoUP2pdeWgricQ+Q==}
+ dependencies:
+ should-type: 1.4.0
+ should-type-adaptors: 1.1.0
+ dev: true
+
+ /should-type-adaptors@1.1.0:
+ resolution: {integrity: sha512-JA4hdoLnN+kebEp2Vs8eBe9g7uy0zbRo+RMcU0EsNy+R+k049Ki+N5tT5Jagst2g7EAja+euFuoXFCa8vIklfA==}
+ dependencies:
+ should-type: 1.4.0
+ should-util: 1.0.1
+ dev: true
+
+ /should-type@1.4.0:
+ resolution: {integrity: sha512-MdAsTu3n25yDbIe1NeN69G4n6mUnJGtSJHygX3+oN0ZbO3DTiATnf7XnYJdGT42JCXurTb1JI0qOBR65shvhPQ==}
+ dev: true
+
+ /should-util@1.0.1:
+ resolution: {integrity: sha512-oXF8tfxx5cDk8r2kYqlkUJzZpDBqVY/II2WhvU0n9Y3XYvAYRmeaf1PvvIvTgPnv4KJ+ES5M0PyDq5Jp+Ygy2g==}
+ dev: true
+
+ /should@13.2.3:
+ resolution: {integrity: sha512-ggLesLtu2xp+ZxI+ysJTmNjh2U0TsC+rQ/pfED9bUZZ4DKefP27D+7YJVVTvKsmjLpIi9jAa7itwDGkDDmt1GQ==}
+ dependencies:
+ should-equal: 2.0.0
+ should-format: 3.0.3
+ should-type: 1.4.0
+ should-type-adaptors: 1.1.0
+ should-util: 1.0.1
+ dev: true
+
/side-channel@1.0.4:
resolution: {integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==}
dependencies:
- call-bind: 1.0.2
- get-intrinsic: 1.1.3
- object-inspect: 1.12.2
+ call-bind: 1.0.5
+ get-intrinsic: 1.2.2
+ object-inspect: 1.13.1
/signal-exit@3.0.7:
resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==}
- dev: true
-
- /signal-exit@4.0.2:
- resolution: {integrity: sha512-MY2/qGx4enyjprQnFaZsHib3Yadh3IXyV2C321GY0pjGfVBu4un0uDJkwgdxqO+Rdx8JMT8IfJIRwbYVz3Ob3Q==}
- engines: {node: '>=14'}
- dev: true
/signal-exit@4.1.0:
resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==}
engines: {node: '>=14'}
dev: true
- /sirv@2.0.3:
- resolution: {integrity: sha512-O9jm9BsID1P+0HOi81VpXPoDxYP374pkOLzACAoyUQ/3OUVndNpsz6wMnY2z+yOxzbllCKZrM+9QrWsv4THnyA==}
+ /sirv@2.0.4:
+ resolution: {integrity: sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==}
engines: {node: '>= 10'}
dependencies:
- '@polka/url': 1.0.0-next.21
- mrmime: 1.0.1
- totalist: 3.0.0
+ '@polka/url': 1.0.0-next.24
+ mrmime: 2.0.0
+ totalist: 3.0.1
dev: true
/slash@3.0.0:
@@ -7999,10 +9556,18 @@ packages:
resolution: {integrity: sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==}
engines: {node: '>=12'}
dependencies:
- ansi-styles: 6.1.1
+ ansi-styles: 6.2.1
is-fullwidth-code-point: 4.0.0
dev: true
+ /slice-ansi@7.1.0:
+ resolution: {integrity: sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==}
+ engines: {node: '>=18'}
+ dependencies:
+ ansi-styles: 6.2.1
+ is-fullwidth-code-point: 5.0.0
+ dev: true
+
/snapdragon-node@2.1.1:
resolution: {integrity: sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==}
engines: {node: '>=0.10.0'}
@@ -8035,32 +9600,24 @@ packages:
- supports-color
dev: true
- /socket.io-client@4.7.2:
- resolution: {integrity: sha512-vtA0uD4ibrYD793SOIAwlo8cj6haOeMHrGvwPxJsxH7CeIksqJ+3Zc06RvWTIFgiSqx4A3sOnTXpfAEE2Zyz6w==}
- engines: {node: '>=10.0.0'}
- dependencies:
- '@socket.io/component-emitter': 3.1.0
- debug: 4.3.4
- engine.io-client: 6.5.2
- socket.io-parser: 4.2.4
- transitivePeerDependencies:
- - bufferutil
- - supports-color
- - utf-8-validate
- dev: false
+ /sort-object-keys@1.1.3:
+ resolution: {integrity: sha512-855pvK+VkU7PaKYPc+Jjnmt4EzejQHyhhF33q31qG8x7maDzkeFhAAThdCYay11CISO+qAMwjOBP+fPZe0IPyg==}
+ dev: true
- /socket.io-parser@4.2.4:
- resolution: {integrity: sha512-/GbIKmo8ioc+NIWIhwdecY0ge+qVBSMdgxGygevmdHj24bsfgtCmcUUcQ5ZzcylGFHsN3k4HB4Cgkl96KVnuew==}
- engines: {node: '>=10.0.0'}
+ /sort-package-json@1.57.0:
+ resolution: {integrity: sha512-FYsjYn2dHTRb41wqnv+uEqCUvBpK3jZcTp9rbz2qDTmel7Pmdtf+i2rLaaPMRZeSVM60V3Se31GyWFpmKs4Q5Q==}
+ hasBin: true
dependencies:
- '@socket.io/component-emitter': 3.1.0
- debug: 4.3.4
- transitivePeerDependencies:
- - supports-color
- dev: false
+ detect-indent: 6.1.0
+ detect-newline: 3.1.0
+ git-hooks-list: 1.0.3
+ globby: 10.0.0
+ is-plain-obj: 2.1.0
+ sort-object-keys: 1.1.3
+ dev: true
- /sortablejs@1.15.0:
- resolution: {integrity: sha512-bv9qgVMjUMf89wAvM6AxVvS/4MX3sPeN0+agqShejLU5z5GX4C75ow1O2e5k4L6XItUyAK3gH6AxSbXrOM5e8w==}
+ /sortablejs@1.15.2:
+ resolution: {integrity: sha512-FJF5jgdfvoKn1MAKSdGs33bIqLi3LmsgVTliuX6iITj834F+JRQZN90Z93yql8h0K2t0RwDPBmxwlbZfDcxNZA==}
dev: false
/source-map-js@1.0.2:
@@ -8072,7 +9629,7 @@ packages:
deprecated: See https://github.com/lydell/source-map-resolve#deprecated
dependencies:
atob: 2.1.2
- decode-uri-component: 0.2.0
+ decode-uri-component: 0.2.2
resolve-url: 0.2.1
source-map-url: 0.4.1
urix: 0.1.0
@@ -8100,15 +9657,22 @@ packages:
engines: {node: '>=0.10.0'}
dev: true
+ /source-map@0.8.0-beta.0:
+ resolution: {integrity: sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==}
+ engines: {node: '>= 8'}
+ dependencies:
+ whatwg-url: 7.1.0
+ dev: true
+
/spark-md5@3.0.2:
resolution: {integrity: sha512-wcFzz9cDfbuqe0FZzfi2or1sgyIrsDwmPwfZC4hiNidPdPINjeUwNfv5kldczoEAcjl9Y1L3SM7Uz2PUEQzxQw==}
dev: false
- /spdx-correct@3.1.1:
- resolution: {integrity: sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==}
+ /spdx-correct@3.2.0:
+ resolution: {integrity: sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==}
dependencies:
spdx-expression-parse: 3.0.1
- spdx-license-ids: 3.0.12
+ spdx-license-ids: 3.0.16
dev: true
/spdx-exceptions@2.3.0:
@@ -8119,11 +9683,16 @@ packages:
resolution: {integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==}
dependencies:
spdx-exceptions: 2.3.0
- spdx-license-ids: 3.0.12
+ spdx-license-ids: 3.0.16
+ dev: true
+
+ /spdx-license-ids@3.0.16:
+ resolution: {integrity: sha512-eWN+LnM3GR6gPu35WxNgbGl8rmY1AEmoMDvL/QD6zYmPWgywxWqJWNdLGT+ke8dKNWrcYgYjPpG5gbTfghP8rw==}
dev: true
- /spdx-license-ids@3.0.12:
- resolution: {integrity: sha512-rr+VVSXtRhO4OHbXUiAF7xW3Bo9DuuF6C5jH+q/x15j2jniycgKbxU09Hr0WqlSLUs4i4ltHGXqTe7VHclYWyA==}
+ /specificity@0.4.1:
+ resolution: {integrity: sha512-1klA3Gi5PD1Wv9Q0wUoOQN1IWAuPu0D1U03ThXTr0cJ20+/iq2tHSDnK7Kk/0LXJ1ztUB2/1Os0wKmfyNgUQfg==}
+ hasBin: true
dev: true
/split-string@3.1.0:
@@ -8136,7 +9705,7 @@ packages:
/split2@3.2.2:
resolution: {integrity: sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==}
dependencies:
- readable-stream: 3.6.0
+ readable-stream: 3.6.2
dev: true
/split2@4.2.0:
@@ -8144,6 +9713,10 @@ packages:
engines: {node: '>= 10.x'}
dev: true
+ /sprintf-js@1.0.3:
+ resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==}
+ dev: true
+
/ssf@0.11.2:
resolution: {integrity: sha512-+idbmIXoYET47hH+d7dfm2epdOMUDjqcB4648sTZ+t2JwoyBFL/insLfB/racrDmsKB3diwsDA696pZMieAC5g==}
engines: {node: '>=0.8'}
@@ -8164,10 +9737,12 @@ packages:
object-copy: 0.1.0
dev: true
- /statuses@1.5.0:
- resolution: {integrity: sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==}
- engines: {node: '>= 0.6'}
- dev: true
+ /statuses@2.0.1:
+ resolution: {integrity: sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==}
+ engines: {node: '>= 0.8'}
+
+ /strict-event-emitter@0.5.1:
+ resolution: {integrity: sha512-vMgjE/GGEPEFnhFub6pa4FmJBRBVOLpIII2hvCZ8Kzb7K0hlHo7mQv6xYrBvCL2LtAIBwFUK8wvuJgTVSQ5MFQ==}
/strict-uri-encode@1.1.0:
resolution: {integrity: sha512-R3f198pcvnB+5IpnBlRkphuE9n46WyVl8I39W/ZUTZLz4nqSP/oLYUrcnJrw462Ds8he4YKMov2efsTIw1BDGQ==}
@@ -8186,7 +9761,6 @@ packages:
emoji-regex: 8.0.0
is-fullwidth-code-point: 3.0.0
strip-ansi: 6.0.1
- dev: true
/string-width@5.1.2:
resolution: {integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==}
@@ -8194,55 +9768,61 @@ packages:
dependencies:
eastasianwidth: 0.2.0
emoji-regex: 9.2.2
- strip-ansi: 7.0.1
+ strip-ansi: 7.1.0
dev: true
- /string.prototype.trim@1.2.8:
- resolution: {integrity: sha512-lfjY4HcixfQXOfaqCvcBuOIapyaroTXhbkfJN3gcB1OtyupngWK4sEET9Knd0cXd28kTUqu/kHoV4HKSJdnjiQ==}
- engines: {node: '>= 0.4'}
+ /string-width@7.0.0:
+ resolution: {integrity: sha512-GPQHj7row82Hjo9hKZieKcHIhaAIKOJvFSIZXuCU9OASVZrMNUaZuz++SPVrBjnLsnk4k+z9f2EIypgxf2vNFw==}
+ engines: {node: '>=18'}
dependencies:
- call-bind: 1.0.2
- define-properties: 1.2.1
- es-abstract: 1.22.2
+ emoji-regex: 10.3.0
+ get-east-asian-width: 1.2.0
+ strip-ansi: 7.1.0
dev: true
- /string.prototype.trimend@1.0.5:
- resolution: {integrity: sha512-I7RGvmjV4pJ7O3kdf+LXFpVfdNOxtCW/2C8f6jNiW4+PQchwxkCDzlk1/7p+Wl4bqFIZeF47qAHXLuHHWKAxog==}
+ /string.prototype.matchall@4.0.10:
+ resolution: {integrity: sha512-rGXbGmOEosIQi6Qva94HUjgPs9vKW+dkG7Y8Q5O2OYkWL6wFaTRZO8zM4mhP94uX55wgyrXzfS2aGtGzUL7EJQ==}
dependencies:
- call-bind: 1.0.2
+ call-bind: 1.0.5
define-properties: 1.2.1
- es-abstract: 1.22.2
+ es-abstract: 1.22.3
+ get-intrinsic: 1.2.2
+ has-symbols: 1.0.3
+ internal-slot: 1.0.6
+ regexp.prototype.flags: 1.5.1
+ set-function-name: 2.0.1
+ side-channel: 1.0.4
dev: true
- /string.prototype.trimend@1.0.7:
- resolution: {integrity: sha512-Ni79DqeB72ZFq1uH/L6zJ+DKZTkOtPIHovb3YZHQViE+HDouuU4mBrLOLDn5Dde3RF8qw5qVETEjhu9locMLvA==}
+ /string.prototype.trim@1.2.8:
+ resolution: {integrity: sha512-lfjY4HcixfQXOfaqCvcBuOIapyaroTXhbkfJN3gcB1OtyupngWK4sEET9Knd0cXd28kTUqu/kHoV4HKSJdnjiQ==}
+ engines: {node: '>= 0.4'}
dependencies:
- call-bind: 1.0.2
+ call-bind: 1.0.5
define-properties: 1.2.1
- es-abstract: 1.22.2
+ es-abstract: 1.22.3
dev: true
- /string.prototype.trimstart@1.0.5:
- resolution: {integrity: sha512-THx16TJCGlsN0o6dl2o6ncWUsdgnLRSA23rRE5pyGBw/mLr3Ej/R2LaqCtgP8VNMGZsvMWnf9ooZPyY2bHvUFg==}
+ /string.prototype.trimend@1.0.7:
+ resolution: {integrity: sha512-Ni79DqeB72ZFq1uH/L6zJ+DKZTkOtPIHovb3YZHQViE+HDouuU4mBrLOLDn5Dde3RF8qw5qVETEjhu9locMLvA==}
dependencies:
- call-bind: 1.0.2
+ call-bind: 1.0.5
define-properties: 1.2.1
- es-abstract: 1.22.2
+ es-abstract: 1.22.3
dev: true
/string.prototype.trimstart@1.0.7:
resolution: {integrity: sha512-NGhtDFu3jCEm7B4Fy0DpLewdJQOZcQ0rGbwQ/+stjnrp2i+rlKeCvos9hOIeCmqwratM47OBxY7uFZzjxHXmrg==}
dependencies:
- call-bind: 1.0.2
+ call-bind: 1.0.5
define-properties: 1.2.1
- es-abstract: 1.22.2
+ es-abstract: 1.22.3
dev: true
/string_decoder@1.3.0:
resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==}
dependencies:
safe-buffer: 5.2.1
- dev: true
/strip-ansi@3.0.1:
resolution: {integrity: sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==}
@@ -8256,10 +9836,9 @@ packages:
engines: {node: '>=8'}
dependencies:
ansi-regex: 5.0.1
- dev: true
- /strip-ansi@7.0.1:
- resolution: {integrity: sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==}
+ /strip-ansi@7.1.0:
+ resolution: {integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==}
engines: {node: '>=12'}
dependencies:
ansi-regex: 6.0.1
@@ -8292,13 +9871,6 @@ packages:
min-indent: 1.0.1
dev: true
- /strip-indent@4.0.0:
- resolution: {integrity: sha512-mnVSV2l+Zv6BLpSD/8V87CW/y9EmmbYzGCIavsnsI6/nwn26DwffM/yztm30Z/I2DY9wdS3vXVCMnHDgZaVNoA==}
- engines: {node: '>=12'}
- dependencies:
- min-indent: 1.0.1
- dev: true
-
/strip-json-comments@3.1.1:
resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==}
engines: {node: '>=8'}
@@ -8308,135 +9880,258 @@ packages:
resolution: {integrity: sha512-Dj1Okke1C3uKKwQcetra4jSuk0DqbzbYtXipzFlFMZtowbF1x7BKJwB9AayVMyFARvU8EDrZdcax4At/452cAg==}
dev: true
- /stylelint-config-html@1.1.0(postcss-html@1.5.0)(stylelint@15.11.0):
+ /stylelint-config-css-modules@2.3.0(stylelint@13.13.1):
+ resolution: {integrity: sha512-nSxwaJMv9wBrTAi+O4qXubyi1AR9eB36tJpY0uaFhKgEc3fwWGUzUK1Edl8AQHAoU7wmUeKtsuYjblyRP/V7rw==}
+ peerDependencies:
+ stylelint: 11.x - 14.x
+ dependencies:
+ stylelint: 13.13.1
+ dev: true
+
+ /stylelint-config-html@1.1.0(postcss-html@1.6.0)(stylelint@16.2.0):
resolution: {integrity: sha512-IZv4IVESjKLumUGi+HWeb7skgO6/g4VMuAYrJdlqQFndgbj6WJAXPhaysvBiXefX79upBdQVumgYcdd17gCpjQ==}
engines: {node: ^12 || >=14}
peerDependencies:
postcss-html: ^1.0.0
stylelint: '>=14.0.0'
dependencies:
- postcss-html: 1.5.0
- stylelint: 15.11.0
+ postcss-html: 1.6.0
+ stylelint: 16.2.0(typescript@5.3.3)
+ dev: true
+
+ /stylelint-config-prettier@8.0.2(stylelint@13.13.1):
+ resolution: {integrity: sha512-TN1l93iVTXpF9NJstlvP7nOu9zY2k+mN0NSFQ/VEGz15ZIP9ohdDZTtCWHs5LjctAhSAzaILULGbgiM0ItId3A==}
+ engines: {node: '>= 10', npm: '>= 5'}
+ hasBin: true
+ peerDependencies:
+ stylelint: '>=11.0.0'
+ dependencies:
+ stylelint: 13.13.1
dev: true
- /stylelint-config-property-sort-order-smacss@9.1.0(stylelint@15.11.0):
- resolution: {integrity: sha512-TijYeDoDgHAFjpn9NnziQrmUCGrm2AM4e1HzsdI2mCWBRkQRuewc343YqDwdFgQ5eHoMZ3JRL02i72W3vktuDA==}
+ /stylelint-config-property-sort-order-smacss@10.0.0(stylelint@16.2.0):
+ resolution: {integrity: sha512-NuiTgyqD8UdYY1IpTBIodBbrWKwaib5r8sq5kGHQ52UrmT8O7Fa8ZWYGipSZw6k9tGoljl9Hng2jtH+wBTMa1Q==}
+ engines: {node: '>=18.12.0'}
peerDependencies:
- stylelint: ^14.0.0 || ^15.0.0
+ stylelint: ^14.0.0 || ^15.0.0 || ^16.0.0
dependencies:
css-property-sort-order-smacss: 2.2.0
- stylelint: 15.11.0
- stylelint-order: 6.0.3(stylelint@15.11.0)
+ stylelint: 16.2.0(typescript@5.3.3)
+ stylelint-order: 6.0.4(stylelint@16.2.0)
dev: true
- /stylelint-config-recommended-vue@1.5.0(postcss-html@1.5.0)(stylelint@15.11.0):
+ /stylelint-config-recommended-vue@1.5.0(postcss-html@1.6.0)(stylelint@16.2.0):
resolution: {integrity: sha512-65TAK/clUqkNtkZLcuytoxU0URQYlml+30Nhop7sRkCZ/mtWdXt7T+spPSB3KMKlb+82aEVJ4OrcstyDBdbosg==}
engines: {node: ^12 || >=14}
peerDependencies:
postcss-html: ^1.0.0
stylelint: '>=14.0.0'
dependencies:
- postcss-html: 1.5.0
+ postcss-html: 1.6.0
semver: 7.5.4
- stylelint: 15.11.0
- stylelint-config-html: 1.1.0(postcss-html@1.5.0)(stylelint@15.11.0)
- stylelint-config-recommended: 13.0.0(stylelint@15.11.0)
+ stylelint: 16.2.0(typescript@5.3.3)
+ stylelint-config-html: 1.1.0(postcss-html@1.6.0)(stylelint@16.2.0)
+ stylelint-config-recommended: 14.0.0(stylelint@16.2.0)
dev: true
- /stylelint-config-recommended@13.0.0(stylelint@15.11.0):
- resolution: {integrity: sha512-EH+yRj6h3GAe/fRiyaoO2F9l9Tgg50AOFhaszyfov9v6ayXJ1IkSHwTxd7lB48FmOeSGDPLjatjO11fJpmarkQ==}
- engines: {node: ^14.13.1 || >=16.0.0}
+ /stylelint-config-recommended@14.0.0(stylelint@16.2.0):
+ resolution: {integrity: sha512-jSkx290CglS8StmrLp2TxAppIajzIBZKYm3IxT89Kg6fGlxbPiTiyH9PS5YUuVAFwaJLl1ikiXX0QWjI0jmgZQ==}
+ engines: {node: '>=18.12.0'}
peerDependencies:
- stylelint: ^15.10.0
+ stylelint: ^16.0.0
dependencies:
- stylelint: 15.11.0
+ stylelint: 16.2.0(typescript@5.3.3)
dev: true
- /stylelint-config-standard@34.0.0(stylelint@15.11.0):
- resolution: {integrity: sha512-u0VSZnVyW9VSryBG2LSO+OQTjN7zF9XJaAJRX/4EwkmU0R2jYwmBSN10acqZisDitS0CLiEiGjX7+Hrq8TAhfQ==}
- engines: {node: ^14.13.1 || >=16.0.0}
+ /stylelint-config-recommended@3.0.0(stylelint@13.13.1):
+ resolution: {integrity: sha512-F6yTRuc06xr1h5Qw/ykb2LuFynJ2IxkKfCMf+1xqPffkxh0S09Zc902XCffcsw/XMFq/OzQ1w54fLIDtmRNHnQ==}
peerDependencies:
- stylelint: ^15.10.0
+ stylelint: '>=10.1.0'
dependencies:
- stylelint: 15.11.0
- stylelint-config-recommended: 13.0.0(stylelint@15.11.0)
+ stylelint: 13.13.1
dev: true
- /stylelint-order@6.0.3(stylelint@15.11.0):
- resolution: {integrity: sha512-1j1lOb4EU/6w49qZeT2SQVJXm0Ht+Qnq9GMfUa3pMwoyojIWfuA+JUDmoR97Bht1RLn4ei0xtLGy87M7d29B1w==}
+ /stylelint-config-standard@20.0.0(stylelint@13.13.1):
+ resolution: {integrity: sha512-IB2iFdzOTA/zS4jSVav6z+wGtin08qfj+YyExHB3LF9lnouQht//YyB0KZq9gGz5HNPkddHOzcY8HsUey6ZUlA==}
peerDependencies:
- stylelint: ^14.0.0 || ^15.0.0
+ stylelint: '>=10.1.0'
dependencies:
- postcss: 8.4.31
- postcss-sorting: 8.0.2(postcss@8.4.31)
- stylelint: 15.11.0
+ stylelint: 13.13.1
+ stylelint-config-recommended: 3.0.0(stylelint@13.13.1)
dev: true
- /stylelint-prettier@4.0.2(prettier@3.0.3)(stylelint@15.11.0):
- resolution: {integrity: sha512-EoHnR2PiaWgpGtoI4VW7AzneMfwmwQsNwQ+3/E2k/a+ju5yO6rfPfop4vzPQKcJN4ZM1YbspEOPu88D8538sbg==}
- engines: {node: ^14.17.0 || >=16.0.0}
+ /stylelint-config-standard@36.0.0(stylelint@16.2.0):
+ resolution: {integrity: sha512-3Kjyq4d62bYFp/Aq8PMKDwlgUyPU4nacXsjDLWJdNPRUgpuxALu1KnlAHIj36cdtxViVhXexZij65yM0uNIHug==}
+ engines: {node: '>=18.12.0'}
+ peerDependencies:
+ stylelint: ^16.1.0
+ dependencies:
+ stylelint: 16.2.0(typescript@5.3.3)
+ stylelint-config-recommended: 14.0.0(stylelint@16.2.0)
+ dev: true
+
+ /stylelint-declaration-block-no-ignored-properties@2.8.0(stylelint@13.13.1):
+ resolution: {integrity: sha512-Ws8Cav7Y+SPN0JsV407LrnNXWOrqGjxShf+37GBtnU/C58Syve9c0+I/xpLcFOosST3ternykn3Lp77f3ITnFw==}
+ engines: {node: '>=6'}
+ peerDependencies:
+ stylelint: ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
+ dependencies:
+ stylelint: 13.13.1
+ dev: true
+
+ /stylelint-order@6.0.4(stylelint@16.2.0):
+ resolution: {integrity: sha512-0UuKo4+s1hgQ/uAxlYU4h0o0HS4NiQDud0NAUNI0aa8FJdmYHA5ZZTFHiV5FpmE3071e9pZx5j0QpVJW5zOCUA==}
+ peerDependencies:
+ stylelint: ^14.0.0 || ^15.0.0 || ^16.0.1
+ dependencies:
+ postcss: 8.4.33
+ postcss-sorting: 8.0.2(postcss@8.4.33)
+ stylelint: 16.2.0(typescript@5.3.3)
+ dev: true
+
+ /stylelint-prettier@5.0.0(prettier@3.2.4)(stylelint@16.2.0):
+ resolution: {integrity: sha512-RHfSlRJIsaVg5Br94gZVdWlz/rBTyQzZflNE6dXvSxt/GthWMY3gEHsWZEBaVGg7GM+XrtVSp4RznFlB7i0oyw==}
+ engines: {node: '>=18.12.0'}
peerDependencies:
prettier: '>=3.0.0'
- stylelint: '>=15.8.0'
+ stylelint: '>=16.0.0'
dependencies:
- prettier: 3.0.3
+ prettier: 3.2.4
prettier-linter-helpers: 1.0.0
- stylelint: 15.11.0
+ stylelint: 16.2.0(typescript@5.3.3)
+ dev: true
+
+ /stylelint@13.13.1:
+ resolution: {integrity: sha512-Mv+BQr5XTUrKqAXmpqm6Ddli6Ief+AiPZkRsIrAoUKFuq/ElkUh9ZMYxXD0iQNZ5ADghZKLOWz1h7hTClB7zgQ==}
+ engines: {node: '>=10.13.0'}
+ hasBin: true
+ dependencies:
+ '@stylelint/postcss-css-in-js': 0.37.3(postcss-syntax@0.36.2)(postcss@7.0.39)
+ '@stylelint/postcss-markdown': 0.36.2(postcss-syntax@0.36.2)(postcss@7.0.39)
+ autoprefixer: 9.8.8
+ balanced-match: 2.0.0
+ chalk: 4.1.2
+ cosmiconfig: 7.1.0
+ debug: 4.3.4
+ execall: 2.0.0
+ fast-glob: 3.3.2
+ fastest-levenshtein: 1.0.16
+ file-entry-cache: 6.0.1
+ get-stdin: 8.0.0
+ global-modules: 2.0.0
+ globby: 11.1.0
+ globjoin: 0.1.4
+ html-tags: 3.3.1
+ ignore: 5.3.0
+ import-lazy: 4.0.0
+ imurmurhash: 0.1.4
+ known-css-properties: 0.21.0
+ lodash: 4.17.21
+ log-symbols: 4.1.0
+ mathml-tag-names: 2.1.3
+ meow: 9.0.0
+ micromatch: 4.0.5
+ normalize-selector: 0.2.0
+ postcss: 7.0.39
+ postcss-html: 0.36.0(postcss-syntax@0.36.2)(postcss@7.0.39)
+ postcss-less: 3.1.4
+ postcss-media-query-parser: 0.2.3
+ postcss-resolve-nested-selector: 0.1.1
+ postcss-safe-parser: 4.0.2
+ postcss-sass: 0.4.4
+ postcss-scss: 2.1.1
+ postcss-selector-parser: 6.0.15
+ postcss-syntax: 0.36.2(postcss-html@1.6.0)(postcss-less@6.0.0)(postcss@8.4.33)
+ postcss-value-parser: 4.2.0
+ resolve-from: 5.0.0
+ slash: 3.0.0
+ specificity: 0.4.1
+ string-width: 4.2.3
+ strip-ansi: 6.0.1
+ style-search: 0.1.0
+ sugarss: 2.0.0
+ svg-tags: 1.0.0
+ table: 6.8.1
+ v8-compile-cache: 2.4.0
+ write-file-atomic: 3.0.3
+ transitivePeerDependencies:
+ - postcss-jsx
+ - postcss-markdown
+ - supports-color
dev: true
- /stylelint@15.11.0:
- resolution: {integrity: sha512-78O4c6IswZ9TzpcIiQJIN49K3qNoXTM8zEJzhaTE/xRTCZswaovSEVIa/uwbOltZrk16X4jAxjaOhzz/hTm1Kw==}
- engines: {node: ^14.13.1 || >=16.0.0}
+ /stylelint@16.2.0(typescript@5.3.3):
+ resolution: {integrity: sha512-gwqU5AkIb52wrAzzn+359S3NIJDMl02TXLUaV2tzA/L6jUdpTwNt+MCxHlc8+Hb2bUHlYVo92YeSIryF2gJthA==}
+ engines: {node: '>=18.12.0'}
hasBin: true
dependencies:
- '@csstools/css-parser-algorithms': 2.3.2(@csstools/css-tokenizer@2.2.1)
- '@csstools/css-tokenizer': 2.2.1
- '@csstools/media-query-list-parser': 2.1.5(@csstools/css-parser-algorithms@2.3.2)(@csstools/css-tokenizer@2.2.1)
- '@csstools/selector-specificity': 3.0.0(postcss-selector-parser@6.0.13)
+ '@csstools/css-parser-algorithms': 2.5.0(@csstools/css-tokenizer@2.2.3)
+ '@csstools/css-tokenizer': 2.2.3
+ '@csstools/media-query-list-parser': 2.1.7(@csstools/css-parser-algorithms@2.5.0)(@csstools/css-tokenizer@2.2.3)
+ '@csstools/selector-specificity': 3.0.1(postcss-selector-parser@6.0.15)
balanced-match: 2.0.0
colord: 2.9.3
- cosmiconfig: 8.2.0
+ cosmiconfig: 9.0.0(typescript@5.3.3)
css-functions-list: 3.2.1
css-tree: 2.3.1
debug: 4.3.4
- fast-glob: 3.3.1
+ fast-glob: 3.3.2
fastest-levenshtein: 1.0.16
- file-entry-cache: 7.0.1
+ file-entry-cache: 8.0.0
global-modules: 2.0.0
globby: 11.1.0
globjoin: 0.1.4
html-tags: 3.3.1
- ignore: 5.2.4
- import-lazy: 4.0.0
+ ignore: 5.3.0
imurmurhash: 0.1.4
is-plain-object: 5.0.0
known-css-properties: 0.29.0
mathml-tag-names: 2.1.3
- meow: 10.1.5
+ meow: 13.1.0
micromatch: 4.0.5
normalize-path: 3.0.0
picocolors: 1.0.0
- postcss: 8.4.31
+ postcss: 8.4.33
postcss-resolve-nested-selector: 0.1.1
- postcss-safe-parser: 6.0.0(postcss@8.4.31)
- postcss-selector-parser: 6.0.13
+ postcss-safe-parser: 7.0.0(postcss@8.4.33)
+ postcss-selector-parser: 6.0.15
postcss-value-parser: 4.2.0
resolve-from: 5.0.0
string-width: 4.2.3
- strip-ansi: 6.0.1
- style-search: 0.1.0
+ strip-ansi: 7.1.0
supports-hyperlinks: 3.0.0
svg-tags: 1.0.0
table: 6.8.1
write-file-atomic: 5.0.1
transitivePeerDependencies:
- supports-color
+ - typescript
dev: true
- /stylis@4.3.0:
- resolution: {integrity: sha512-E87pIogpwUsUwXw7dNyU4QDjdgVMy52m+XEOPEKUn161cCzWjjhPSQhByfd1CcNvrOLnXQ6OnnZDwnJrz/Z4YQ==}
+ /stylis@4.3.1:
+ resolution: {integrity: sha512-EQepAV+wMsIaGVGX1RECzgrcqRRU/0sYOHkeLsZ3fzHaHXZy4DaOOX0vOlGQdlsjkh3mFHAIlVimpwAs4dslyQ==}
dev: false
+ /sucrase@3.35.0:
+ resolution: {integrity: sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==}
+ engines: {node: '>=16 || 14 >=14.17'}
+ hasBin: true
+ dependencies:
+ '@jridgewell/gen-mapping': 0.3.3
+ commander: 4.1.1
+ glob: 10.3.10
+ lines-and-columns: 1.2.4
+ mz: 2.7.0
+ pirates: 4.0.6
+ ts-interface-checker: 0.1.13
+ dev: true
+
+ /sugarss@2.0.0:
+ resolution: {integrity: sha512-WfxjozUk0UVA4jm+U1d736AUpzSrNsQcIbyOkoE364GrtWmIrFdk5lksEupgWMD4VaT/0kVx1dobpiDumSgmJQ==}
+ dependencies:
+ postcss: 7.0.39
+ dev: true
+
/supports-color@2.0.0:
resolution: {integrity: sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g==}
engines: {node: '>=0.8.0'}
@@ -8461,6 +10156,13 @@ packages:
engines: {node: '>=8'}
dependencies:
has-flag: 4.0.0
+
+ /supports-hyperlinks@2.3.0:
+ resolution: {integrity: sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==}
+ engines: {node: '>=8'}
+ dependencies:
+ has-flag: 4.0.0
+ supports-color: 7.2.0
dev: true
/supports-hyperlinks@3.0.0:
@@ -8483,7 +10185,7 @@ packages:
clone: 2.1.2
he: 1.2.0
image-size: 0.5.5
- loader-utils: 1.4.0
+ loader-utils: 1.4.2
merge-options: 1.0.1
micromatch: 3.1.0
postcss: 5.2.18
@@ -8491,7 +10193,7 @@ packages:
posthtml-rename-id: 1.0.12
posthtml-svg-mode: 1.0.3
query-string: 4.3.4
- traverse: 0.6.6
+ traverse: 0.6.8
transitivePeerDependencies:
- supports-color
dev: true
@@ -8514,23 +10216,42 @@ packages:
stable: 0.1.8
dev: true
- /synckit@0.8.5:
- resolution: {integrity: sha512-L1dapNV6vu2s/4Sputv8xGsCdAVlb5nRDMFU/E27D44l5U6cw1g0dGd45uLc+OXjNMmF4ntiMdCimzcjFKQI8Q==}
+ /swagger2openapi@7.0.8:
+ resolution: {integrity: sha512-upi/0ZGkYgEcLeGieoz8gT74oWHA0E7JivX7aN9mAf+Tc7BQoRBvnIGHoPDw+f9TXTW4s6kGYCZJtauP6OYp7g==}
+ hasBin: true
+ dependencies:
+ call-me-maybe: 1.0.2
+ node-fetch: 2.7.0
+ node-fetch-h2: 2.3.0
+ node-readfiles: 0.2.0
+ oas-kit-common: 1.0.8
+ oas-resolver: 2.5.6
+ oas-schema-walker: 1.1.5
+ oas-validator: 5.0.8
+ reftools: 1.1.9
+ yaml: 1.10.2
+ yargs: 17.7.2
+ transitivePeerDependencies:
+ - encoding
+ dev: true
+
+ /synckit@0.8.8:
+ resolution: {integrity: sha512-HwOKAP7Wc5aRGYdKH+dw0PRRpbO841v2DENBtjnR5HFWoiNByAl7vrx3p0G/rCyYXQsrxqtX48TImFtPcIHSpQ==}
engines: {node: ^14.18.0 || >=16.0.0}
dependencies:
- '@pkgr/utils': 2.4.2
+ '@pkgr/core': 0.1.1
tslib: 2.6.2
dev: true
- /systemjs@6.14.1:
- resolution: {integrity: sha512-8ftwWd+XnQtZ/aGbatrN4QFNGrKJzmbtixW+ODpci7pyoTajg4sonPP8aFLESAcuVxaC1FyDESt+SpfFCH9rZQ==}
+ /systemjs@6.14.3:
+ resolution: {integrity: sha512-hQv45irdhXudAOr8r6SVSpJSGtogdGZUbJBRKCE5nsIS7tsxxvnIHqT4IOPWj+P+HcSzeWzHlGCGpmhPDIKe+w==}
dev: true
/table@6.8.1:
resolution: {integrity: sha512-Y4X9zqrCftUhMeH2EptSSERdVKt/nEdijTOacGD/97EKjhQ/Qs8RTlEGABSJNNN8lac9kheH+af7yAkEWlgneA==}
engines: {node: '>=10.0.0'}
dependencies:
- ajv: 8.11.0
+ ajv: 8.12.0
lodash.truncate: 4.4.2
slice-ansi: 4.0.0
string-width: 4.2.3
@@ -8549,22 +10270,17 @@ packages:
temp-dir: 3.0.0
dev: true
- /terser@5.21.0:
- resolution: {integrity: sha512-WtnFKrxu9kaoXuiZFSGrcAvvBqAdmKx0SFNmVNYdJamMu9yyN3I/QF0FbH4QcqJQ+y1CJnzxGIKH0cSj+FGYRw==}
+ /terser@5.27.0:
+ resolution: {integrity: sha512-bi1HRwVRskAjheeYl291n3JC4GgO/Ty4z1nVs5AAsmonJulGxpSektecnNedrwK9C7vpvVtcX3cw00VSLt7U2A==}
engines: {node: '>=10'}
hasBin: true
dependencies:
- '@jridgewell/source-map': 0.3.3
- acorn: 8.8.2
+ '@jridgewell/source-map': 0.3.5
+ acorn: 8.11.3
commander: 2.20.3
source-map-support: 0.5.21
dev: true
- /text-extensions@1.9.0:
- resolution: {integrity: sha512-wiBrwC1EhBelW12Zy26JeOUkQ5mRu+5o8rpsJk5+2t+Y5vE7e842qtZDQ2g1NpX/29HdyFeJ4nSIhI47ENSxlQ==}
- engines: {node: '>=0.10'}
- dev: true
-
/text-extensions@2.4.0:
resolution: {integrity: sha512-te/NtwBwfiNRLf9Ijqx3T0nlqZiQ2XrrtBvu+cLL8ZRrGkO0NHTug8MYFKyoSrv/sHTaSKfilUkizV6XhxMJ3g==}
engines: {node: '>=8'}
@@ -8574,6 +10290,19 @@ packages:
resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==}
dev: true
+ /thenify-all@1.6.0:
+ resolution: {integrity: sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==}
+ engines: {node: '>=0.8'}
+ dependencies:
+ thenify: 3.3.1
+ dev: true
+
+ /thenify@3.3.1:
+ resolution: {integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==}
+ dependencies:
+ any-promise: 1.3.0
+ dev: true
+
/throttle-debounce@5.0.0:
resolution: {integrity: sha512-2iQTSgkkc1Zyk0MeVrt/3BvuOXYPl/R8Z0U2xxo9rjwNciaHDG3R+Lm6dh4EeUci49DanvBnuqI6jshoQQRGEg==}
engines: {node: '>=12.22'}
@@ -8582,28 +10311,36 @@ packages:
/through2@4.0.2:
resolution: {integrity: sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==}
dependencies:
- readable-stream: 3.6.0
+ readable-stream: 3.6.2
dev: true
/through@2.3.8:
resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==}
+
+ /timers-ext@0.1.7:
+ resolution: {integrity: sha512-b85NUNzTSdodShTIbky6ZF02e8STtVVfD+fu4aXXShEELpozH+bCpJLYMPZbsABN2wDH7fJpqIoXxJpzbf0NqQ==}
+ dependencies:
+ es5-ext: 0.10.62
+ next-tick: 1.1.0
dev: true
/tiny-invariant@1.3.1:
resolution: {integrity: sha512-AD5ih2NlSssTCwsMznbvwMZpJ1cbhkGd2uueNxzv2jDlEeZdU04JQfRnggJQ8DrcVBGjAsCKwFBbDlVNtEMlzw==}
dev: true
- /titleize@3.0.0:
- resolution: {integrity: sha512-KxVu8EYHDPBdUYdKZdKtU2aj2XfEx9AfjXxE/Aj0vT06w2icA09Vus1rh6eSu1y01akYg6BjIK/hxyLJINoMLQ==}
- engines: {node: '>=12'}
+ /tiny-pinyin@1.3.2:
+ resolution: {integrity: sha512-uHNGu4evFt/8eNLldazeAM1M8JrMc1jshhJJfVRARTN3yT8HEEibofeQ7QETWQ5ISBjd6fKtTVBCC/+mGS6FpA==}
dev: true
+ /tinymce@6.8.2:
+ resolution: {integrity: sha512-Lho79o2Y1Yn+XdlTEkHTEkEmzwYWTXz7IUsvPwxJF3VTtgHUIAAuBab29kik+f2KED3rZvQavr9D7sHVMJ9x4A==}
+ dev: false
+
/tmp@0.0.33:
resolution: {integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==}
engines: {node: '>=0.6.0'}
dependencies:
os-tmpdir: 1.0.2
- dev: true
/to-fast-properties@2.0.0:
resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==}
@@ -8629,7 +10366,6 @@ packages:
engines: {node: '>=8.0'}
dependencies:
is-number: 7.0.0
- dev: true
/to-regex@3.0.2:
resolution: {integrity: sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==}
@@ -8641,13 +10377,29 @@ packages:
safe-regex: 1.1.0
dev: true
- /totalist@3.0.0:
- resolution: {integrity: sha512-eM+pCBxXO/njtF7vdFsHuqb+ElbxqtI4r5EAvk6grfAFyJ6IvWlSkfZ5T9ozC6xWw3Fj1fGoSmrl0gUs46JVIw==}
+ /totalist@3.0.1:
+ resolution: {integrity: sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==}
engines: {node: '>=6'}
dev: true
- /traverse@0.6.6:
- resolution: {integrity: sha512-kdf4JKs8lbARxWdp7RKdNzoJBhGUcIalSYibuGyHJbmk40pOysQ0+QPvlkCOICOivDWU2IJo2rkrxyTK2AH4fw==}
+ /tr46@0.0.3:
+ resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==}
+ dev: true
+
+ /tr46@1.0.1:
+ resolution: {integrity: sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==}
+ dependencies:
+ punycode: 2.3.1
+ dev: true
+
+ /traverse@0.6.8:
+ resolution: {integrity: sha512-aXJDbk6SnumuaZSANd21XAo15ucCDE38H4fkqiGsc3MhCK+wOlZvLP9cB/TvpHT0mOyWgC4Z8EwRlzqYSUzdsA==}
+ engines: {node: '>= 0.4'}
+ dev: true
+
+ /tree-kill@1.2.2:
+ resolution: {integrity: sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==}
+ hasBin: true
dev: true
/trim-newlines@3.0.1:
@@ -8655,53 +10407,25 @@ packages:
engines: {node: '>=8'}
dev: true
- /trim-newlines@4.1.1:
- resolution: {integrity: sha512-jRKj0n0jXWo6kh62nA5TEh3+4igKDXLvzBJcPpiizP7oOolUrYIxmVBG9TOtHYFHoddUk6YvAkGeGoSVTXfQXQ==}
- engines: {node: '>=12'}
+ /trough@1.0.5:
+ resolution: {integrity: sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==}
dev: true
- /ts-api-utils@1.0.3(typescript@5.2.2):
+ /ts-api-utils@1.0.3(typescript@5.3.3):
resolution: {integrity: sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==}
engines: {node: '>=16.13.0'}
peerDependencies:
typescript: '>=4.2.0'
dependencies:
- typescript: 5.2.2
+ typescript: 5.3.3
dev: true
- /ts-node@10.9.1(@types/node@20.5.1)(typescript@5.2.2):
- resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==}
- hasBin: true
- peerDependencies:
- '@swc/core': '>=1.2.50'
- '@swc/wasm': '>=1.2.50'
- '@types/node': '*'
- typescript: '>=2.7'
- peerDependenciesMeta:
- '@swc/core':
- optional: true
- '@swc/wasm':
- optional: true
- dependencies:
- '@cspotcode/source-map-support': 0.8.1
- '@tsconfig/node10': 1.0.9
- '@tsconfig/node12': 1.0.11
- '@tsconfig/node14': 1.0.3
- '@tsconfig/node16': 1.0.3
- '@types/node': 20.5.1
- acorn: 8.8.0
- acorn-walk: 8.2.0
- arg: 4.1.3
- create-require: 1.1.1
- diff: 4.0.2
- make-error: 1.3.6
- typescript: 5.2.2
- v8-compile-cache-lib: 3.0.1
- yn: 3.1.1
+ /ts-interface-checker@0.1.13:
+ resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==}
dev: true
- /ts-node@10.9.1(@types/node@20.8.6)(typescript@5.2.2):
- resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==}
+ /ts-node@10.9.2(@types/node@20.10.8)(typescript@5.3.3):
+ resolution: {integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==}
hasBin: true
peerDependencies:
'@swc/core': '>=1.2.50'
@@ -8718,38 +10442,87 @@ packages:
'@tsconfig/node10': 1.0.9
'@tsconfig/node12': 1.0.11
'@tsconfig/node14': 1.0.3
- '@tsconfig/node16': 1.0.3
- '@types/node': 20.8.6
- acorn: 8.8.0
- acorn-walk: 8.2.0
+ '@tsconfig/node16': 1.0.4
+ '@types/node': 20.10.8
+ acorn: 8.11.3
+ acorn-walk: 8.3.2
arg: 4.1.3
create-require: 1.1.1
diff: 4.0.2
make-error: 1.3.6
- typescript: 5.2.2
+ typescript: 5.3.3
v8-compile-cache-lib: 3.0.1
yn: 3.1.1
dev: true
- /tsconfig-paths@3.14.2:
- resolution: {integrity: sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==}
+ /tsconfig-paths@3.15.0:
+ resolution: {integrity: sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==}
dependencies:
'@types/json5': 0.0.29
json5: 1.0.2
- minimist: 1.2.7
+ minimist: 1.2.8
strip-bom: 3.0.0
dev: true
+ /tslib@1.14.1:
+ resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==}
+ dev: true
+
/tslib@2.3.0:
resolution: {integrity: sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==}
dev: false
- /tslib@2.4.0:
- resolution: {integrity: sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==}
- dev: true
-
/tslib@2.6.2:
resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==}
+
+ /tsup@8.0.1(postcss@8.4.33)(ts-node@10.9.2)(typescript@5.3.3):
+ resolution: {integrity: sha512-hvW7gUSG96j53ZTSlT4j/KL0q1Q2l6TqGBFc6/mu/L46IoNWqLLUzLRLP1R8Q7xrJTmkDxxDoojV5uCVs1sVOg==}
+ engines: {node: '>=18'}
+ hasBin: true
+ peerDependencies:
+ '@microsoft/api-extractor': ^7.36.0
+ '@swc/core': ^1
+ postcss: ^8.4.12 || 5
+ typescript: '>=4.5.0'
+ peerDependenciesMeta:
+ '@microsoft/api-extractor':
+ optional: true
+ '@swc/core':
+ optional: true
+ postcss:
+ optional: true
+ typescript:
+ optional: true
+ dependencies:
+ bundle-require: 4.0.2(esbuild@0.19.11)
+ cac: 6.7.14
+ chokidar: 3.5.3
+ debug: 4.3.4
+ esbuild: 0.19.11
+ execa: 5.1.1
+ globby: 11.1.0
+ joycon: 3.1.1
+ postcss: 8.4.33
+ postcss-load-config: 4.0.2(postcss@8.4.33)(ts-node@10.9.2)
+ resolve-from: 5.0.0
+ rollup: 4.9.6
+ source-map: 0.8.0-beta.0
+ sucrase: 3.35.0
+ tree-kill: 1.2.2
+ typescript: 5.3.3
+ transitivePeerDependencies:
+ - supports-color
+ - ts-node
+ dev: true
+
+ /tsutils@3.21.0(typescript@4.9.5):
+ resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==}
+ engines: {node: '>= 6'}
+ peerDependencies:
+ typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta'
+ dependencies:
+ tslib: 1.14.1
+ typescript: 4.9.5
dev: true
/type-check@0.4.0:
@@ -8772,7 +10545,6 @@ packages:
/type-fest@0.21.3:
resolution: {integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==}
engines: {node: '>=10'}
- dev: true
/type-fest@0.6.0:
resolution: {integrity: sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==}
@@ -8784,27 +10556,29 @@ packages:
engines: {node: '>=8'}
dev: true
- /type-fest@1.4.0:
- resolution: {integrity: sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==}
- engines: {node: '>=10'}
- dev: true
-
/type-fest@3.13.1:
resolution: {integrity: sha512-tLq3bSNx+xSpwvAJnzrK0Ep5CLNWjvFTOp71URMaAEWBfRb9nnJiBoUe0tF8bI4ZFO3omgBR6NvnbzVUT3Ly4g==}
engines: {node: '>=14.16'}
dev: true
- /type-fest@4.3.3:
- resolution: {integrity: sha512-bxhiFii6BBv6UiSDq7uKTMyADT9unXEl3ydGefndVLxFeB44LRbT4K7OJGDYSyDrKnklCC1Pre68qT2wbUl2Aw==}
+ /type-fest@4.9.0:
+ resolution: {integrity: sha512-KS/6lh/ynPGiHD/LnAobrEFq3Ad4pBzOlJ1wAnJx9N4EYoqFhMfLIBjUT2UEx4wg5ZE+cC1ob6DCSpppVo+rtg==}
engines: {node: '>=16'}
+
+ /type@1.2.0:
+ resolution: {integrity: sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg==}
+ dev: true
+
+ /type@2.7.2:
+ resolution: {integrity: sha512-dzlvlNlt6AXU7EBSfpAscydQ7gXB+pPGsPnfJnZpiNJBDj7IaJzQlBZYGdEi4R9HmPdBv2XmWJ6YUtoTa7lmCw==}
dev: true
/typed-array-buffer@1.0.0:
resolution: {integrity: sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw==}
engines: {node: '>= 0.4'}
dependencies:
- call-bind: 1.0.2
- get-intrinsic: 1.2.1
+ call-bind: 1.0.5
+ get-intrinsic: 1.2.2
is-typed-array: 1.1.12
dev: true
@@ -8812,7 +10586,7 @@ packages:
resolution: {integrity: sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA==}
engines: {node: '>= 0.4'}
dependencies:
- call-bind: 1.0.2
+ call-bind: 1.0.5
for-each: 0.3.3
has-proto: 1.0.1
is-typed-array: 1.1.12
@@ -8823,7 +10597,7 @@ packages:
engines: {node: '>= 0.4'}
dependencies:
available-typed-arrays: 1.0.5
- call-bind: 1.0.2
+ call-bind: 1.0.5
for-each: 0.3.3
has-proto: 1.0.1
is-typed-array: 1.1.12
@@ -8832,22 +10606,34 @@ packages:
/typed-array-length@1.0.4:
resolution: {integrity: sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==}
dependencies:
- call-bind: 1.0.2
+ call-bind: 1.0.5
for-each: 0.3.3
is-typed-array: 1.1.12
dev: true
- /typescript@5.2.2:
- resolution: {integrity: sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==}
+ /typedarray-to-buffer@3.1.5:
+ resolution: {integrity: sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==}
+ dependencies:
+ is-typedarray: 1.0.0
+ dev: true
+
+ /typescript@4.9.5:
+ resolution: {integrity: sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==}
+ engines: {node: '>=4.2.0'}
+ hasBin: true
+ dev: true
+
+ /typescript@5.3.3:
+ resolution: {integrity: sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==}
engines: {node: '>=14.17'}
hasBin: true
- /ufo@1.3.1:
- resolution: {integrity: sha512-uY/99gMLIOlJPwATcMVYfqDSxUR9//AUcgZMzwfSTJPDKzA1S8mX4VLqa+fiAtveraQUBCz4FFcwVZBGbwBXIw==}
+ /ufo@1.3.2:
+ resolution: {integrity: sha512-o+ORpgGwaYQXgqGDwd+hkS4PuZ3QnmqMMxRuajK/a38L6fTpcE5GPIfrf+L/KemFzfUpeUQc1rRS1iDBozvnFA==}
dev: true
- /uglify-js@3.17.3:
- resolution: {integrity: sha512-JmMFDME3iufZnBpyKL+uS78LRiC+mK55zWfM5f/pWBJfpOttXAqYfdDGRukYhJuyRinvPVAtUhvy7rlDybNtFg==}
+ /uglify-js@3.17.4:
+ resolution: {integrity: sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g==}
engines: {node: '>=0.8.0'}
hasBin: true
requiresBuild: true
@@ -8857,7 +10643,7 @@ packages:
/unbox-primitive@1.0.2:
resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==}
dependencies:
- call-bind: 1.0.2
+ call-bind: 1.0.5
has-bigints: 1.0.2
has-symbols: 1.0.3
which-boxed-primitive: 1.0.2
@@ -8866,14 +10652,14 @@ packages:
/unconfig@0.3.11:
resolution: {integrity: sha512-bV/nqePAKv71v3HdVUn6UefbsDKQWRX+bJIkiSm0+twIds6WiD2bJLWWT3i214+J/B4edufZpG2w7Y63Vbwxow==}
dependencies:
- '@antfu/utils': 0.7.6
- defu: 6.1.2
- jiti: 1.20.0
- mlly: 1.4.2
+ '@antfu/utils': 0.7.7
+ defu: 6.1.4
+ jiti: 1.21.0
+ mlly: 1.5.0
dev: true
- /undici-types@5.25.3:
- resolution: {integrity: sha512-Ga1jfYwRn7+cP9v8auvEXN1rX3sWqlayd4HP7OKk4mZWylEmu3KzXDUGrQUN6Ol7qo1gPvB2e5gX6udnyEPgdA==}
+ /undici-types@5.26.5:
+ resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==}
dev: true
/unicode-canonical-property-names-ecmascript@2.0.0:
@@ -8899,6 +10685,18 @@ packages:
engines: {node: '>=4'}
dev: true
+ /unified@9.2.2:
+ resolution: {integrity: sha512-Sg7j110mtefBD+qunSLO1lqOEKdrwBFBrR6Qd8f4uwkhWNlbkaqwHse6e7QvD3AP/MNoJdEDLaf8OxYyoWgorQ==}
+ dependencies:
+ '@types/unist': 2.0.10
+ bail: 1.0.5
+ extend: 3.0.2
+ is-buffer: 2.0.5
+ is-plain-obj: 2.1.0
+ trough: 1.0.5
+ vfile: 4.2.1
+ dev: true
+
/union-value@1.0.1:
resolution: {integrity: sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==}
engines: {node: '>=0.10.0'}
@@ -8909,57 +10707,68 @@ packages:
set-value: 2.0.1
dev: true
- /universalify@2.0.0:
- resolution: {integrity: sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==}
+ /unist-util-find-all-after@3.0.2:
+ resolution: {integrity: sha512-xaTC/AGZ0rIM2gM28YVRAFPIZpzbpDtU3dRmp7EXlNVA8ziQc4hY3H7BHXM1J49nEmiqc3svnqMReW+PGqbZKQ==}
+ dependencies:
+ unist-util-is: 4.1.0
+ dev: true
+
+ /unist-util-is@4.1.0:
+ resolution: {integrity: sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==}
+ dev: true
+
+ /unist-util-stringify-position@2.0.3:
+ resolution: {integrity: sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==}
+ dependencies:
+ '@types/unist': 2.0.10
+ dev: true
+
+ /universalify@2.0.1:
+ resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==}
engines: {node: '>= 10.0.0'}
dev: true
- /unocss@0.56.5(postcss@8.4.31)(vite@4.4.11):
- resolution: {integrity: sha512-tO+9St4CntSjHpLXZqBo0/etS06MtvFF1NEny/qFJCL9sCopWwmDKuzW6/LIb4wfqZLdMpVFoEACMNv8nP849A==}
+ /unocss@0.58.4(postcss@8.4.33)(vite@5.0.12):
+ resolution: {integrity: sha512-JYeQddAIObJPr6nuxahOgku0MIzjIaQ2P73KtJr0zSuzx6kiq20jf67FgDIOP1Ks6s7iJd7Ga3yuY2h49XjDjg==}
engines: {node: '>=14'}
peerDependencies:
- '@unocss/webpack': 0.56.5
- vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0
+ '@unocss/webpack': 0.58.4
+ vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0
peerDependenciesMeta:
'@unocss/webpack':
optional: true
vite:
optional: true
dependencies:
- '@unocss/astro': 0.56.5(vite@4.4.11)
- '@unocss/cli': 0.56.5
- '@unocss/core': 0.56.5
- '@unocss/extractor-arbitrary-variants': 0.56.5
- '@unocss/postcss': 0.56.5(postcss@8.4.31)
- '@unocss/preset-attributify': 0.56.5
- '@unocss/preset-icons': 0.56.5
- '@unocss/preset-mini': 0.56.5
- '@unocss/preset-tagify': 0.56.5
- '@unocss/preset-typography': 0.56.5
- '@unocss/preset-uno': 0.56.5
- '@unocss/preset-web-fonts': 0.56.5
- '@unocss/preset-wind': 0.56.5
- '@unocss/reset': 0.56.5
- '@unocss/transformer-attributify-jsx': 0.56.5
- '@unocss/transformer-attributify-jsx-babel': 0.56.5
- '@unocss/transformer-compile-class': 0.56.5
- '@unocss/transformer-directives': 0.56.5
- '@unocss/transformer-variant-group': 0.56.5
- '@unocss/vite': 0.56.5(vite@4.4.11)
- vite: 4.4.11(@types/node@20.8.6)(less@4.2.0)(lightningcss@1.22.0)(terser@5.21.0)
+ '@unocss/astro': 0.58.4(vite@5.0.12)
+ '@unocss/cli': 0.58.4
+ '@unocss/core': 0.58.4
+ '@unocss/extractor-arbitrary-variants': 0.58.4
+ '@unocss/postcss': 0.58.4(postcss@8.4.33)
+ '@unocss/preset-attributify': 0.58.4
+ '@unocss/preset-icons': 0.58.4
+ '@unocss/preset-mini': 0.58.4
+ '@unocss/preset-tagify': 0.58.4
+ '@unocss/preset-typography': 0.58.4
+ '@unocss/preset-uno': 0.58.4
+ '@unocss/preset-web-fonts': 0.58.4
+ '@unocss/preset-wind': 0.58.4
+ '@unocss/reset': 0.58.4
+ '@unocss/transformer-attributify-jsx': 0.58.4
+ '@unocss/transformer-attributify-jsx-babel': 0.58.4
+ '@unocss/transformer-compile-class': 0.58.4
+ '@unocss/transformer-directives': 0.58.4
+ '@unocss/transformer-variant-group': 0.58.4
+ '@unocss/vite': 0.58.4(vite@5.0.12)
+ vite: 5.0.12(@types/node@20.10.8)(less@4.2.0)(lightningcss@1.23.0)(terser@5.27.0)
transitivePeerDependencies:
- postcss
- rollup
- supports-color
dev: true
- /unpipe@1.0.0:
- resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==}
- engines: {node: '>= 0.8'}
- dev: true
-
- /unplugin-vue-components@0.25.2(vue@3.3.4):
- resolution: {integrity: sha512-OVmLFqILH6w+eM8fyt/d/eoJT9A6WO51NZLf1vC5c1FZ4rmq2bbGxTy8WP2Jm7xwFdukaIdv819+UI7RClPyCA==}
+ /unplugin-vue-components@0.26.0(vue@3.4.15):
+ resolution: {integrity: sha512-s7IdPDlnOvPamjunVxw8kNgKNK8A5KM1YpK5j/p97jEKTjlPNrA0nZBiSfAKKlK1gWZuyWXlKL5dk3EDw874LQ==}
engines: {node: '>=14'}
peerDependencies:
'@babel/parser': ^7.15.8
@@ -8971,29 +10780,29 @@ packages:
'@nuxt/kit':
optional: true
dependencies:
- '@antfu/utils': 0.7.6
- '@rollup/pluginutils': 5.0.2
+ '@antfu/utils': 0.7.7
+ '@rollup/pluginutils': 5.1.0
chokidar: 3.5.3
debug: 4.3.4
- fast-glob: 3.3.1
+ fast-glob: 3.3.2
local-pkg: 0.4.3
- magic-string: 0.30.4
+ magic-string: 0.30.5
minimatch: 9.0.3
- resolve: 1.22.2
- unplugin: 1.5.0
- vue: 3.3.4
+ resolve: 1.22.8
+ unplugin: 1.6.0
+ vue: 3.4.15(typescript@5.3.3)
transitivePeerDependencies:
- rollup
- supports-color
dev: true
- /unplugin@1.5.0:
- resolution: {integrity: sha512-9ZdRwbh/4gcm1JTOkp9lAkIDrtOyOxgHmY7cjuwI8L/2RTikMcVG25GsZwNAgRuap3iDw2jeq7eoqtAsz5rW3A==}
+ /unplugin@1.6.0:
+ resolution: {integrity: sha512-BfJEpWBu3aE/AyHx8VaNE/WgouoQxgH9baAiH82JjX8cqVyi3uJQstqwD5J+SZxIK326SZIhsSZlALXVBCknTQ==}
dependencies:
- acorn: 8.10.0
+ acorn: 8.11.3
chokidar: 3.5.3
webpack-sources: 3.2.3
- webpack-virtual-modules: 0.5.0
+ webpack-virtual-modules: 0.6.1
dev: true
/unset-value@1.0.0:
@@ -9004,18 +10813,13 @@ packages:
isobject: 3.0.1
dev: true
- /untildify@4.0.0:
- resolution: {integrity: sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==}
- engines: {node: '>=8'}
- dev: true
-
- /update-browserslist-db@1.0.13(browserslist@4.22.1):
+ /update-browserslist-db@1.0.13(browserslist@4.22.2):
resolution: {integrity: sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==}
hasBin: true
peerDependencies:
browserslist: '>= 4.21.0'
dependencies:
- browserslist: 4.22.1
+ browserslist: 4.22.2
escalade: 3.1.1
picocolors: 1.0.0
dev: true
@@ -9023,7 +10827,7 @@ packages:
/uri-js@4.4.1:
resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==}
dependencies:
- punycode: 2.1.1
+ punycode: 2.3.1
dev: true
/urix@0.1.0:
@@ -9038,21 +10842,19 @@ packages:
/util-deprecate@1.0.2:
resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
- dev: true
-
- /utils-merge@1.0.1:
- resolution: {integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==}
- engines: {node: '>= 0.4.0'}
- dev: true
/v8-compile-cache-lib@3.0.1:
resolution: {integrity: sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==}
dev: true
+ /v8-compile-cache@2.4.0:
+ resolution: {integrity: sha512-ocyWc3bAHBB/guyqJQVI5o4BZkPhznPYUG2ea80Gond/BgNWpap8TOmLSeeQG7bnh2KMISxskdADG59j7zruhw==}
+ dev: true
+
/validate-npm-package-license@3.0.4:
resolution: {integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==}
dependencies:
- spdx-correct: 3.1.1
+ spdx-correct: 3.2.0
spdx-expression-parse: 3.0.1
dev: true
@@ -9061,7 +10863,23 @@ packages:
engines: {node: '>= 0.8'}
dev: true
- /vite-plugin-checker@0.6.2(eslint@8.51.0)(stylelint@15.11.0)(typescript@5.2.2)(vite@4.4.11)(vue-tsc@1.8.19):
+ /vfile-message@2.0.4:
+ resolution: {integrity: sha512-DjssxRGkMvifUOJre00juHoP9DPWuzjxKuMDrhNbk2TdaYYBNMStsNhEOt3idrtI12VQYM/1+iM0KOzXi4pxwQ==}
+ dependencies:
+ '@types/unist': 2.0.10
+ unist-util-stringify-position: 2.0.3
+ dev: true
+
+ /vfile@4.2.1:
+ resolution: {integrity: sha512-O6AE4OskCG5S1emQ/4gl8zK586RqA3srz3nfK/Viy0UPToBc5Trp9BVFb1u0CjsKrAWwnpr4ifM/KBXPWwJbCA==}
+ dependencies:
+ '@types/unist': 2.0.10
+ is-buffer: 2.0.5
+ unist-util-stringify-position: 2.0.3
+ vfile-message: 2.0.4
+ dev: true
+
+ /vite-plugin-checker@0.6.2(eslint@8.56.0)(stylelint@16.2.0)(typescript@5.3.3)(vite@5.0.12)(vue-tsc@1.8.27):
resolution: {integrity: sha512-YvvvQ+IjY09BX7Ab+1pjxkELQsBd4rPhWNw8WLBeFVxu/E7O+n6VYAqNsKdK/a2luFlX/sMpoWdGFfg4HvwdJQ==}
engines: {node: '>=14.16'}
peerDependencies:
@@ -9092,54 +10910,31 @@ packages:
vue-tsc:
optional: true
dependencies:
- '@babel/code-frame': 7.21.4
+ '@babel/code-frame': 7.23.5
ansi-escapes: 4.3.2
chalk: 4.1.2
chokidar: 3.5.3
commander: 8.3.0
- eslint: 8.51.0
- fast-glob: 3.3.1
- fs-extra: 11.1.1
+ eslint: 8.56.0
+ fast-glob: 3.3.2
+ fs-extra: 11.2.0
lodash.debounce: 4.0.8
lodash.pick: 4.4.0
npm-run-path: 4.0.1
semver: 7.5.4
strip-ansi: 6.0.1
- stylelint: 15.11.0
+ stylelint: 16.2.0(typescript@5.3.3)
tiny-invariant: 1.3.1
- typescript: 5.2.2
- vite: 4.4.11(@types/node@20.8.6)(less@4.2.0)(lightningcss@1.22.0)(terser@5.21.0)
+ typescript: 5.3.3
+ vite: 5.0.12(@types/node@20.10.8)(less@4.2.0)(lightningcss@1.23.0)(terser@5.27.0)
vscode-languageclient: 7.0.0
vscode-languageserver: 7.0.0
- vscode-languageserver-textdocument: 1.0.7
- vscode-uri: 3.0.6
- vue-tsc: 1.8.19(typescript@5.2.2)
- dev: true
-
- /vite-plugin-mock@2.9.6(mockjs@1.1.0)(vite@4.4.11):
- resolution: {integrity: sha512-/Rm59oPppe/ncbkSrUuAxIQihlI2YcBmnbR4ST1RA2VzM1C0tEQc1KlbQvnUGhXECAGTaQN2JyasiwXP6EtKgg==}
- engines: {node: '>=12.0.0'}
- peerDependencies:
- mockjs: '>=1.1.0'
- vite: '>=2.0.0'
- dependencies:
- '@rollup/plugin-node-resolve': 13.3.0
- '@types/mockjs': 1.0.7
- chalk: 4.1.2
- chokidar: 3.5.3
- connect: 3.7.0
- debug: 4.3.4
- esbuild: 0.11.3
- fast-glob: 3.2.12
- mockjs: 1.1.0
- path-to-regexp: 6.2.1
- vite: 4.4.11(@types/node@20.8.6)(less@4.2.0)(lightningcss@1.22.0)(terser@5.21.0)
- transitivePeerDependencies:
- - rollup
- - supports-color
+ vscode-languageserver-textdocument: 1.0.11
+ vscode-uri: 3.0.8
+ vue-tsc: 1.8.27(typescript@5.3.3)
dev: true
- /vite-plugin-svg-icons@2.0.1(vite@4.4.11):
+ /vite-plugin-svg-icons@2.0.1(vite@5.0.12):
resolution: {integrity: sha512-6ktD+DhV6Rz3VtedYvBKKVA2eXF+sAQVaKkKLDSqGUfnhqXl3bj5PPkVTl3VexfTuZy66PmINi8Q6eFnVfRUmA==}
peerDependencies:
vite: '>=2.0.0'
@@ -9152,17 +10947,17 @@ packages:
pathe: 0.2.0
svg-baker: 1.7.0
svgo: 2.8.0
- vite: 4.4.11(@types/node@20.8.6)(less@4.2.0)(lightningcss@1.22.0)(terser@5.21.0)
+ vite: 5.0.12(@types/node@20.10.8)(less@4.2.0)(lightningcss@1.23.0)(terser@5.27.0)
transitivePeerDependencies:
- supports-color
dev: true
- /vite@4.4.11(@types/node@20.8.6)(less@4.2.0)(lightningcss@1.22.0)(terser@5.21.0):
- resolution: {integrity: sha512-ksNZJlkcU9b0lBwAGZGGaZHCMqHsc8OpgtoYhsQ4/I2v5cnpmmmqe5pM4nv/4Hn6G/2GhTdj0DhZh2e+Er1q5A==}
- engines: {node: ^14.18.0 || >=16.0.0}
+ /vite@5.0.12(@types/node@20.10.8)(less@4.2.0)(lightningcss@1.23.0)(terser@5.27.0):
+ resolution: {integrity: sha512-4hsnEkG3q0N4Tzf1+t6NdN9dg/L3BM+q8SWgbSPnJvrgH2kgdyzfVJwbR1ic69/4uMJJ/3dqDZZE5/WwqW8U1w==}
+ engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true
peerDependencies:
- '@types/node': '>= 14'
+ '@types/node': ^18.0.0 || >=20.0.0
less: '*'
lightningcss: ^1.21.0
sass: '*'
@@ -9185,15 +10980,15 @@ packages:
terser:
optional: true
dependencies:
- '@types/node': 20.8.6
- esbuild: 0.18.20
+ '@types/node': 20.10.8
+ esbuild: 0.19.11
less: 4.2.0
- lightningcss: 1.22.0
- postcss: 8.4.31
- rollup: 3.29.4
- terser: 5.21.0
+ lightningcss: 1.23.0
+ postcss: 8.4.33
+ rollup: 4.9.6
+ terser: 5.27.0
optionalDependencies:
- fsevents: 2.3.2
+ fsevents: 2.3.3
dev: true
/vscode-jsonrpc@6.0.0:
@@ -9217,8 +11012,8 @@ packages:
vscode-languageserver-types: 3.16.0
dev: true
- /vscode-languageserver-textdocument@1.0.7:
- resolution: {integrity: sha512-bFJH7UQxlXT8kKeyiyu41r22jCZXG8kuuVVA33OEJn1diWOZK5n8zBSPZFHVBOu8kXZ6h0LIRhf5UnCo61J4Hg==}
+ /vscode-languageserver-textdocument@1.0.11:
+ resolution: {integrity: sha512-X+8T3GoiwTVlJbicx/sIAF+yuJAqz8VvwJyoMVhwEMoEKE/fkDmrqUgDMyBECcM2A2frVZIUj5HI/ErRXCfOeA==}
dev: true
/vscode-languageserver-types@3.16.0:
@@ -9232,11 +11027,11 @@ packages:
vscode-languageserver-protocol: 3.16.0
dev: true
- /vscode-uri@3.0.6:
- resolution: {integrity: sha512-fmL7V1eiDBFRRnu+gfRWTzyPpNIHJTc4mWnFkwBUmO9U3KPgJAmTx7oxi2bl/Rh6HLdU7+4C9wlj0k2E4AdKFQ==}
+ /vscode-uri@3.0.8:
+ resolution: {integrity: sha512-AyFQ0EVmsOZOlAnxoFOGOq1SQDWAB7C6aqMGS23svWAllfOaxbuFvcT8D1i8z3Gyn8fraVeZNNmN6e9bxxXkKw==}
dev: true
- /vue-demi@0.13.11(vue@3.3.4):
+ /vue-demi@0.13.11(vue@3.4.15):
resolution: {integrity: sha512-IR8HoEEGM65YY3ZJYAjMlKygDQn25D5ajNFNoKh9RSDMQtlzCxtfQjdQgv9jjK+m3377SsJXY8ysq8kLCZL25A==}
engines: {node: '>=12'}
hasBin: true
@@ -9248,10 +11043,10 @@ packages:
'@vue/composition-api':
optional: true
dependencies:
- vue: 3.3.4
+ vue: 3.4.15(typescript@5.3.3)
dev: false
- /vue-demi@0.14.6(vue@3.3.4):
+ /vue-demi@0.14.6(vue@3.4.15):
resolution: {integrity: sha512-8QA7wrYSHKaYgUxDA5ZC24w+eHm3sYCbp0EzcDwKqN3p6HqtTCGR/GVsPyZW92unff4UlcSh++lmqDWN3ZIq4w==}
engines: {node: '>=12'}
hasBin: true
@@ -9263,34 +11058,37 @@ packages:
'@vue/composition-api':
optional: true
dependencies:
- vue: 3.3.4
+ vue: 3.4.15(typescript@5.3.3)
dev: false
- /vue-echarts@6.6.1(echarts@5.4.3)(vue@3.3.4):
- resolution: {integrity: sha512-EpreTzlNeJ+eaUn0AhXEmKJk98xJGecgTqAdyZovoXWnhTxnlW2HuBM0ei3y8rLw1JCUabf8/sYvxjlr8SzBKQ==}
+ /vue-echarts@6.6.8(echarts@5.4.3)(vue@3.4.15):
+ resolution: {integrity: sha512-3EGrxKGCGjHnkhudRQQ4fkK5iJxxXNQ1fXvSWA/7mzR/oV7BBSHYvC3gDbG/WIW0A/Fcx2H8k5H3NDyWgjyi8g==}
requiresBuild: true
peerDependencies:
'@vue/composition-api': ^1.0.5
+ '@vue/runtime-core': ^3.0.0
echarts: ^5.4.1
vue: ^2.6.12 || ^3.1.1
peerDependenciesMeta:
'@vue/composition-api':
optional: true
+ '@vue/runtime-core':
+ optional: true
dependencies:
echarts: 5.4.3
resize-detector: 0.3.0
- vue: 3.3.4
- vue-demi: 0.13.11(vue@3.3.4)
+ vue: 3.4.15(typescript@5.3.3)
+ vue-demi: 0.13.11(vue@3.4.15)
dev: false
- /vue-eslint-parser@9.3.2(eslint@8.51.0):
- resolution: {integrity: sha512-q7tWyCVaV9f8iQyIA5Mkj/S6AoJ9KBN8IeUSf3XEmBrOtxOZnfTg5s4KClbZBCK3GtnT/+RyCLZyDHuZwTuBjg==}
+ /vue-eslint-parser@9.4.2(eslint@8.56.0):
+ resolution: {integrity: sha512-Ry9oiGmCAK91HrKMtCrKFWmSFWvYkpGglCeFAIqDdr9zdXmMMpJOmUJS7WWsW7fX81h6mwHmUZCQQ1E0PkSwYQ==}
engines: {node: ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: '>=6.0.0'
dependencies:
debug: 4.3.4
- eslint: 8.51.0
+ eslint: 8.56.0
eslint-scope: 7.2.2
eslint-visitor-keys: 3.4.3
espree: 9.6.1
@@ -9301,57 +11099,73 @@ packages:
- supports-color
dev: true
- /vue-i18n@9.5.0(vue@3.3.4):
- resolution: {integrity: sha512-NiI3Ph1qMstNf7uhYh8trQBOBFLxeJgcOxBq51pCcZ28Vs18Y7BDS58r8HGDKCYgXdLUYqPDXdKatIF4bvBVZg==}
+ /vue-i18n@9.9.0(vue@3.4.15):
+ resolution: {integrity: sha512-xQ5SxszUAqK5n84N+uUyHH/PiQl9xZ24FOxyAaNonmOQgXeN+rD9z/6DStOpOxNFQn4Cgcquot05gZc+CdOujA==}
engines: {node: '>= 16'}
peerDependencies:
vue: ^3.0.0
dependencies:
- '@intlify/core-base': 9.5.0
- '@intlify/shared': 9.5.0
- '@vue/devtools-api': 6.5.0
- vue: 3.3.4
+ '@intlify/core-base': 9.9.0
+ '@intlify/shared': 9.9.0
+ '@vue/devtools-api': 6.5.1
+ vue: 3.4.15(typescript@5.3.3)
+ dev: false
+
+ /vue-observe-visibility@2.0.0-alpha.1(vue@3.4.15):
+ resolution: {integrity: sha512-flFbp/gs9pZniXR6fans8smv1kDScJ8RS7rEpMjhVabiKeq7Qz3D9+eGsypncjfIyyU84saU88XZ0zjbD6Gq/g==}
+ peerDependencies:
+ vue: ^3.0.0
+ dependencies:
+ vue: 3.4.15(typescript@5.3.3)
+ dev: false
+
+ /vue-resize@2.0.0-alpha.1(vue@3.4.15):
+ resolution: {integrity: sha512-7+iqOueLU7uc9NrMfrzbG8hwMqchfVfSzpVlCMeJQe4pyibqyoifDNbKTZvwxZKDvGkB+PdFeKvnGZMoEb8esg==}
+ peerDependencies:
+ vue: ^3.0.0
+ dependencies:
+ vue: 3.4.15(typescript@5.3.3)
dev: false
- /vue-router@4.2.5(vue@3.3.4):
+ /vue-router@4.2.5(vue@3.4.15):
resolution: {integrity: sha512-DIUpKcyg4+PTQKfFPX88UWhlagBEBEfJ5A8XDXRJLUnZOvcpMF8o/dnL90vpVkGaPbjvXazV/rC1qBKrZlFugw==}
peerDependencies:
vue: ^3.2.0
dependencies:
- '@vue/devtools-api': 6.5.0
- vue: 3.3.4
+ '@vue/devtools-api': 6.5.1
+ vue: 3.4.15(typescript@5.3.3)
dev: false
- /vue-template-compiler@2.7.14:
- resolution: {integrity: sha512-zyA5Y3ArvVG0NacJDkkzJuPQDF8RFeRlzV2vLeSnhSpieO6LK2OVbdLPi5MPPs09Ii+gMO8nY4S3iKQxBxDmWQ==}
+ /vue-template-compiler@2.7.16:
+ resolution: {integrity: sha512-AYbUWAJHLGGQM7+cNTELw+KsOG9nl2CnSv467WobS5Cv9uk3wFcnr1Etsz2sEIHEZvw1U+o9mRlEO6QbZvUPGQ==}
dependencies:
de-indent: 1.0.2
he: 1.2.0
dev: true
- /vue-tsc@1.8.19(typescript@5.2.2):
- resolution: {integrity: sha512-tacMQLQ0CXAfbhRycCL5sWIy1qujXaIEtP1hIQpzHWOUuICbtTj9gJyFf91PvzG5KCNIkA5Eg7k2Fmgt28l5DQ==}
+ /vue-tsc@1.8.27(typescript@5.3.3):
+ resolution: {integrity: sha512-WesKCAZCRAbmmhuGl3+VrdWItEvfoFIPXOvUJkjULi+x+6G/Dy69yO3TBRJDr9eUlmsNAwVmxsNZxvHKzbkKdg==}
hasBin: true
peerDependencies:
typescript: '*'
dependencies:
- '@vue/language-core': 1.8.19(typescript@5.2.2)
- '@vue/typescript': 1.8.19(typescript@5.2.2)
+ '@volar/typescript': 1.11.1
+ '@vue/language-core': 1.8.27(typescript@5.3.3)
semver: 7.5.4
- typescript: 5.2.2
+ typescript: 5.3.3
dev: true
- /vue-types@3.0.2(vue@3.3.4):
+ /vue-types@3.0.2(vue@3.4.15):
resolution: {integrity: sha512-IwUC0Aq2zwaXqy74h4WCvFCUtoV0iSWr0snWnE9TnU18S66GAQyqQbRf2qfJtUuiFsBf6qp0MEwdonlwznlcrw==}
engines: {node: '>=10.15.0'}
peerDependencies:
vue: ^3.0.0
dependencies:
is-plain-object: 3.0.1
- vue: 3.3.4
+ vue: 3.4.15(typescript@5.3.3)
dev: false
- /vue-types@5.1.1(vue@3.3.4):
+ /vue-types@5.1.1(vue@3.4.15):
resolution: {integrity: sha512-FMY/JCLWePXgGIcMDqYdJsQm1G0CDxEjq6W0+tZMJZlX37q/61eSGSIa/XFRwa9T7kkKXuxxl94/2kgxyWQqKw==}
engines: {node: '>=14.0.0'}
peerDependencies:
@@ -9361,17 +11175,34 @@ packages:
optional: true
dependencies:
is-plain-object: 5.0.0
- vue: 3.3.4
+ vue: 3.4.15(typescript@5.3.3)
+ dev: false
+
+ /vue-virtual-scroller@2.0.0-beta.8(vue@3.4.15):
+ resolution: {integrity: sha512-b8/f5NQ5nIEBRTNi6GcPItE4s7kxNHw2AIHLtDp+2QvqdTjVN0FgONwX9cr53jWRgnu+HRLPaWDOR2JPI5MTfQ==}
+ peerDependencies:
+ vue: ^3.2.0
+ dependencies:
+ mitt: 2.1.0
+ vue: 3.4.15(typescript@5.3.3)
+ vue-observe-visibility: 2.0.0-alpha.1(vue@3.4.15)
+ vue-resize: 2.0.0-alpha.1(vue@3.4.15)
dev: false
- /vue@3.3.4:
- resolution: {integrity: sha512-VTyEYn3yvIeY1Py0WaYGZsXnz3y5UnGi62GjVEqvEGPl6nxbOrCXbVOTQWBEJUqAyTUk2uJ5JLVnYJ6ZzGbrSw==}
+ /vue@3.4.15(typescript@5.3.3):
+ resolution: {integrity: sha512-jC0GH4KkWLWJOEQjOpkqU1bQsBwf4R1rsFtw5GQJbjHVKWDzO6P0nWWBTmjp1xSemAioDFj1jdaK1qa3DnMQoQ==}
+ peerDependencies:
+ typescript: '*'
+ peerDependenciesMeta:
+ typescript:
+ optional: true
dependencies:
- '@vue/compiler-dom': 3.3.4
- '@vue/compiler-sfc': 3.3.4
- '@vue/runtime-dom': 3.3.4
- '@vue/server-renderer': 3.3.4(vue@3.3.4)
- '@vue/shared': 3.3.4
+ '@vue/compiler-dom': 3.4.15
+ '@vue/compiler-sfc': 3.4.15
+ '@vue/runtime-dom': 3.4.15
+ '@vue/server-renderer': 3.4.15(vue@3.4.15)
+ '@vue/shared': 3.4.15
+ typescript: 5.3.3
/warning@4.0.3:
resolution: {integrity: sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==}
@@ -9383,6 +11214,13 @@ packages:
resolution: {integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==}
dependencies:
defaults: 1.0.4
+
+ /webidl-conversions@3.0.1:
+ resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==}
+ dev: true
+
+ /webidl-conversions@4.0.2:
+ resolution: {integrity: sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==}
dev: true
/webpack-sources@3.2.3:
@@ -9390,8 +11228,23 @@ packages:
engines: {node: '>=10.13.0'}
dev: true
- /webpack-virtual-modules@0.5.0:
- resolution: {integrity: sha512-kyDivFZ7ZM0BVOUteVbDFhlRt7Ah/CSPwJdi8hBpkK7QLumUqdLtVfm/PX/hkcnrvr0i77fO5+TjZ94Pe+C9iw==}
+ /webpack-virtual-modules@0.6.1:
+ resolution: {integrity: sha512-poXpCylU7ExuvZK8z+On3kX+S8o/2dQ/SVYueKA0D4WEMXROXgY8Ez50/bQEUmvoSMMrWcrJqCHuhAbsiwg7Dg==}
+ dev: true
+
+ /whatwg-url@5.0.0:
+ resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==}
+ dependencies:
+ tr46: 0.0.3
+ webidl-conversions: 3.0.1
+ dev: true
+
+ /whatwg-url@7.1.0:
+ resolution: {integrity: sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==}
+ dependencies:
+ lodash.sortby: 4.7.0
+ tr46: 1.0.1
+ webidl-conversions: 4.0.2
dev: true
/which-boxed-primitive@1.0.2:
@@ -9404,12 +11257,39 @@ packages:
is-symbol: 1.0.4
dev: true
- /which-typed-array@1.1.11:
- resolution: {integrity: sha512-qe9UWWpkeG5yzZ0tNYxDmd7vo58HDBc39mZ0xWWpolAGADdFOzkfamWLDxkOWcvHQKVmdTyQdLD4NOfjLWTKew==}
+ /which-builtin-type@1.1.3:
+ resolution: {integrity: sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw==}
+ engines: {node: '>= 0.4'}
+ dependencies:
+ function.prototype.name: 1.1.6
+ has-tostringtag: 1.0.0
+ is-async-function: 2.0.0
+ is-date-object: 1.0.5
+ is-finalizationregistry: 1.0.2
+ is-generator-function: 1.0.10
+ is-regex: 1.1.4
+ is-weakref: 1.0.2
+ isarray: 2.0.5
+ which-boxed-primitive: 1.0.2
+ which-collection: 1.0.1
+ which-typed-array: 1.1.13
+ dev: true
+
+ /which-collection@1.0.1:
+ resolution: {integrity: sha512-W8xeTUwaln8i3K/cY1nGXzdnVZlidBcagyNFtBdD5kxnb4TvGKR7FfSIS3mYpwWS1QUCutfKz8IY8RjftB0+1A==}
+ dependencies:
+ is-map: 2.0.2
+ is-set: 2.0.2
+ is-weakmap: 2.0.1
+ is-weakset: 2.0.2
+ dev: true
+
+ /which-typed-array@1.1.13:
+ resolution: {integrity: sha512-P5Nra0qjSncduVPEAr7xhoF5guty49ArDTwzJ/yNuPIbZppyRxFQsRCWrocxIY+CnMVG+qfbU2FmDKyvSGClow==}
engines: {node: '>= 0.4'}
dependencies:
available-typed-arrays: 1.0.5
- call-bind: 1.0.2
+ call-bind: 1.0.5
for-each: 0.3.3
gopd: 1.0.1
has-tostringtag: 1.0.0
@@ -9435,8 +11315,8 @@ packages:
engines: {node: '>=0.8'}
dev: false
- /word-wrap@1.2.3:
- resolution: {integrity: sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==}
+ /word-wrap@1.2.5:
+ resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==}
engines: {node: '>=0.10.0'}
dev: true
@@ -9449,6 +11329,14 @@ packages:
resolution: {integrity: sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==}
dev: true
+ /wrap-ansi@6.2.0:
+ resolution: {integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==}
+ engines: {node: '>=8'}
+ dependencies:
+ ansi-styles: 4.3.0
+ string-width: 4.2.3
+ strip-ansi: 6.0.1
+
/wrap-ansi@7.0.0:
resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==}
engines: {node: '>=10'}
@@ -9456,42 +11344,46 @@ packages:
ansi-styles: 4.3.0
string-width: 4.2.3
strip-ansi: 6.0.1
- dev: true
/wrap-ansi@8.1.0:
resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==}
engines: {node: '>=12'}
dependencies:
- ansi-styles: 6.1.1
+ ansi-styles: 6.2.1
string-width: 5.1.2
- strip-ansi: 7.0.1
+ strip-ansi: 7.1.0
+ dev: true
+
+ /wrap-ansi@9.0.0:
+ resolution: {integrity: sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==}
+ engines: {node: '>=18'}
+ dependencies:
+ ansi-styles: 6.2.1
+ string-width: 7.0.0
+ strip-ansi: 7.1.0
dev: true
/wrappy@1.0.2:
resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
dev: true
+ /write-file-atomic@3.0.3:
+ resolution: {integrity: sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==}
+ dependencies:
+ imurmurhash: 0.1.4
+ is-typedarray: 1.0.0
+ signal-exit: 3.0.7
+ typedarray-to-buffer: 3.1.5
+ dev: true
+
/write-file-atomic@5.0.1:
resolution: {integrity: sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==}
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
dependencies:
imurmurhash: 0.1.4
- signal-exit: 4.0.2
+ signal-exit: 4.1.0
dev: true
- /ws@8.11.0:
- resolution: {integrity: sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==}
- engines: {node: '>=10.0.0'}
- peerDependencies:
- bufferutil: ^4.0.1
- utf-8-validate: ^5.0.2
- peerDependenciesMeta:
- bufferutil:
- optional: true
- utf-8-validate:
- optional: true
- dev: false
-
/xlsx@0.18.5:
resolution: {integrity: sha512-dmg3LCjBPHZnQp5/F/+nnTa+miPJxUXB6vtk42YjBBKayDNagxGEeIdWApkYPOf3Z3pm3k62Knjzp7lMeTEtFQ==}
engines: {node: '>=0.8'}
@@ -9511,15 +11403,9 @@ packages:
engines: {node: '>=12'}
dev: true
- /xmlhttprequest-ssl@2.0.0:
- resolution: {integrity: sha512-QKxVRxiRACQcVuQEYFsI1hhkrMlrXHPegbbd1yn9UHOmRxY+si12nQYzri3vbzt8VdTTRviqcKxcyllFas5z2A==}
- engines: {node: '>=0.4.0'}
- dev: false
-
/y18n@5.0.8:
resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==}
engines: {node: '>=10'}
- dev: true
/yallist@3.1.1:
resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
@@ -9529,8 +11415,13 @@ packages:
resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==}
dev: true
- /yaml@2.3.2:
- resolution: {integrity: sha512-N/lyzTPaJasoDmfV7YTrYCI0G/3ivm/9wdG0aHuheKowWQwGTsK0Eoiw6utmzAnI6pkJa0DUVygvp3spqqEKXg==}
+ /yaml@1.10.2:
+ resolution: {integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==}
+ engines: {node: '>= 6'}
+ dev: true
+
+ /yaml@2.3.4:
+ resolution: {integrity: sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==}
engines: {node: '>= 14'}
dev: true
@@ -9542,10 +11433,9 @@ packages:
/yargs-parser@21.1.1:
resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==}
engines: {node: '>=12'}
- dev: true
- /yargs@17.6.0:
- resolution: {integrity: sha512-8H/wTDqlSwoSnScvV2N/JHfLWOKuh5MVla9hqLjK3nsfyy6Y4kDSYSvkU5YCUEPOSnRXfIyx3Sq+B/IWudTo4g==}
+ /yargs@17.7.2:
+ resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==}
engines: {node: '>=12'}
dependencies:
cliui: 8.0.1
@@ -9555,7 +11445,6 @@ packages:
string-width: 4.2.3
y18n: 5.0.8
yargs-parser: 21.1.1
- dev: true
/yn@3.1.1:
resolution: {integrity: sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==}
@@ -9572,8 +11461,29 @@ packages:
engines: {node: '>=12.20'}
dev: true
+ /zod@3.22.4:
+ resolution: {integrity: sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==}
+ dev: true
+
/zrender@5.4.4:
resolution: {integrity: sha512-0VxCNJ7AGOMCWeHVyTrGzUgrK4asT4ml9PEkeGirAkKNYXYzoPJCLvmyfdoOXcjTHPs10OZVMfD1Rwg16AZyYw==}
dependencies:
tslib: 2.3.0
dev: false
+
+ /zwitch@1.0.5:
+ resolution: {integrity: sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==}
+ dev: true
+
+ file:packages/mock-server(msw@2.1.5):
+ resolution: {directory: packages/mock-server, type: directory}
+ id: file:packages/mock-server
+ name: '@admin-pkg/mock-server'
+ peerDependencies:
+ msw: ^2.0.0
+ dependencies:
+ '@mswjs/interceptors': 0.25.14
+ headers-polyfill: 4.0.2
+ msw: 2.1.5(typescript@5.3.3)
+ strict-event-emitter: 0.5.1
+ dev: false
diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml
new file mode 100644
index 000000000..18ec407ef
--- /dev/null
+++ b/pnpm-workspace.yaml
@@ -0,0 +1,2 @@
+packages:
+ - 'packages/*'
diff --git a/src/App.vue b/src/App.vue
index d285c0c48..c322889ce 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -14,7 +14,6 @@
import { LockScreen } from '@/components/basic/lockscreen';
const route = useRoute();
-
watchEffect(() => {
if (route.meta?.title) {
// 翻译网页标题
diff --git a/src/api/account/index.ts b/src/api/account/index.ts
deleted file mode 100644
index d86a3e99a..000000000
--- a/src/api/account/index.ts
+++ /dev/null
@@ -1,39 +0,0 @@
-import type { BaseResponse } from '@/utils/request';
-import { request } from '@/utils/request';
-
-export function updateAccountInfo(data: any) {
- return request>({
- url: 'account/update',
- method: 'post',
- data,
- });
-}
-
-export function updatePassword(data: any) {
- return request({
- url: 'account/password',
- method: 'post',
- data,
- });
-}
-
-export function getInfo() {
- return request({
- url: 'account/info',
- method: 'get',
- });
-}
-
-export function permmenu() {
- return request({
- url: 'account/permmenu',
- method: 'get',
- });
-}
-
-export function logout() {
- return request({
- url: 'account/logout',
- method: 'post',
- });
-}
diff --git a/src/api/account/model.d.ts b/src/api/account/model.d.ts
deleted file mode 100644
index 5afea198e..000000000
--- a/src/api/account/model.d.ts
+++ /dev/null
@@ -1,50 +0,0 @@
-declare namespace API {
- type Menu = {
- createTime: Date;
- updateTime: Date;
- id: number;
- parentId: number;
- name: string;
- router: string;
- perms: string;
- /** 当前菜单类型 0: 目录 | 1: 菜单 | 2: 权限 */
- type: 0 | 1 | 2;
- icon: string;
- orderNum: number;
- viewPath: string;
- keepalive: boolean;
- isShow: boolean;
- /** 是否外链 */
- isExt?: boolean;
- /** 外链打开方式
- * 1: 新窗口打开
- * 2: iframe
- */
- openMode?: 1 | 2;
- };
-
- type PermMenu = {
- menus: Menu[];
- perms: string[];
- };
-
- type AdminUserInfo = {
- createTime: Date;
- updateTime: Date;
- id: number;
- departmentId: number;
- name: string;
- username: string;
- password: string;
- psalt: string;
- nickName: string;
- headImg: string;
- loginIp: string;
- email: string;
- phone: string;
- remark: string;
- status: number;
- roles: number[];
- departmentName: string;
- };
-}
diff --git a/src/api/backend/api/account.ts b/src/api/backend/api/account.ts
new file mode 100644
index 000000000..59126827d
--- /dev/null
+++ b/src/api/backend/api/account.ts
@@ -0,0 +1,59 @@
+// @ts-ignore
+/* eslint-disable */
+import { request, type RequestOptions } from '@/utils/request';
+
+/** 账户登出 GET /api/account/logout */
+export async function accountLogout(options?: RequestOptions) {
+ return request('/api/account/logout', {
+ method: 'GET',
+ ...(options || {}),
+ });
+}
+
+/** 获取菜单列表 GET /api/account/menus */
+export async function accountMenu(options?: RequestOptions) {
+ return request('/api/account/menus', {
+ method: 'GET',
+ ...(options || {}),
+ });
+}
+
+/** 更改账户密码 POST /api/account/password */
+export async function accountPassword(body: API.PasswordUpdateDto, options?: RequestOptions) {
+ return request('/api/account/password', {
+ method: 'POST',
+ headers: {
+ 'Content-Type': 'application/json',
+ },
+ data: body,
+ ...(options || {}),
+ });
+}
+
+/** 获取权限列表 GET /api/account/permissions */
+export async function accountPermissions(options?: RequestOptions) {
+ return request('/api/account/permissions', {
+ method: 'GET',
+ ...(options || {}),
+ });
+}
+
+/** 获取账户资料 GET /api/account/profile */
+export async function accountProfile(options?: RequestOptions) {
+ return request('/api/account/profile', {
+ method: 'GET',
+ ...(options || {}),
+ });
+}
+
+/** 更改账户资料 PUT /api/account/update */
+export async function accountUpdate(body: API.AccountUpdateDto, options?: RequestOptions) {
+ return request('/api/account/update', {
+ method: 'PUT',
+ headers: {
+ 'Content-Type': 'application/json',
+ },
+ data: body,
+ ...(options || {}),
+ });
+}
diff --git a/src/api/backend/api/auth.ts b/src/api/backend/api/auth.ts
new file mode 100644
index 000000000..8dafcbfa7
--- /dev/null
+++ b/src/api/backend/api/auth.ts
@@ -0,0 +1,27 @@
+// @ts-ignore
+/* eslint-disable */
+import { request, type RequestOptions } from '@/utils/request';
+
+/** 登录 POST /api/auth/login */
+export async function authLogin(body: API.LoginDto, options?: RequestOptions) {
+ return request('/api/auth/login', {
+ method: 'POST',
+ headers: {
+ 'Content-Type': 'application/json',
+ },
+ data: body,
+ ...(options || {}),
+ });
+}
+
+/** 注册 POST /api/auth/register */
+export async function authRegister(body: API.RegisterDto, options?: RequestOptions) {
+ return request('/api/auth/register', {
+ method: 'POST',
+ headers: {
+ 'Content-Type': 'application/json',
+ },
+ data: body,
+ ...(options || {}),
+ });
+}
diff --git a/src/api/backend/api/authEmail.ts b/src/api/backend/api/authEmail.ts
new file mode 100644
index 000000000..3a7c9b978
--- /dev/null
+++ b/src/api/backend/api/authEmail.ts
@@ -0,0 +1,15 @@
+// @ts-ignore
+/* eslint-disable */
+import { request, type RequestOptions } from '@/utils/request';
+
+/** 发送邮箱验证码 POST /api/auth/email/send */
+export async function emailSendEmailCode(body: API.SendEmailCodeDto, options?: RequestOptions) {
+ return request('/api/auth/email/send', {
+ method: 'POST',
+ headers: {
+ 'Content-Type': 'application/json',
+ },
+ data: body,
+ ...(options || {}),
+ });
+}
diff --git a/src/api/backend/api/businessTodo.ts b/src/api/backend/api/businessTodo.ts
new file mode 100644
index 000000000..d0f5ea967
--- /dev/null
+++ b/src/api/backend/api/businessTodo.ts
@@ -0,0 +1,82 @@
+// @ts-ignore
+/* eslint-disable */
+import { request, type RequestOptions } from '@/utils/request';
+
+/** 获取Todo列表 GET /api/todos */
+export async function todoList(
+ // 叠加生成的Param类型 (非body参数swagger默认没有生成对象)
+ params: API.TodoListParams,
+ options?: RequestOptions,
+) {
+ return request('/api/todos', {
+ method: 'GET',
+ params: {
+ // page has a default value: 1
+ page: '1',
+ // pageSize has a default value: 10
+ pageSize: '10',
+
+ ...params,
+ },
+ ...(options || {}),
+ });
+}
+
+/** 创建Todo POST /api/todos */
+export async function todoCreate(body: API.TodoDto, options?: RequestOptions) {
+ return request('/api/todos', {
+ method: 'POST',
+ headers: {
+ 'Content-Type': 'application/json',
+ },
+ data: body,
+ ...(options || { successMsg: '创建成功' }),
+ });
+}
+
+/** 获取Todo详情 GET /api/todos/${param0} */
+export async function todoInfo(
+ // 叠加生成的Param类型 (非body参数swagger默认没有生成对象)
+ params: API.TodoInfoParams,
+ options?: RequestOptions,
+) {
+ const { id: param0, ...queryParams } = params;
+ return request(`/api/todos/${param0}`, {
+ method: 'GET',
+ params: { ...queryParams },
+ ...(options || {}),
+ });
+}
+
+/** 更新Todo PUT /api/todos/${param0} */
+export async function todoUpdate(
+ // 叠加生成的Param类型 (非body参数swagger默认没有生成对象)
+ params: API.TodoUpdateParams,
+ body: API.TodoUpdateDto,
+ options?: RequestOptions,
+) {
+ const { id: param0, ...queryParams } = params;
+ return request(`/api/todos/${param0}`, {
+ method: 'PUT',
+ headers: {
+ 'Content-Type': 'application/json',
+ },
+ params: { ...queryParams },
+ data: body,
+ ...(options || { successMsg: '更新成功' }),
+ });
+}
+
+/** 删除Todo DELETE /api/todos/${param0} */
+export async function todoDelete(
+ // 叠加生成的Param类型 (非body参数swagger默认没有生成对象)
+ params: API.TodoDeleteParams,
+ options?: RequestOptions,
+) {
+ const { id: param0, ...queryParams } = params;
+ return request(`/api/todos/${param0}`, {
+ method: 'DELETE',
+ params: { ...queryParams },
+ ...(options || { successMsg: '删除成功' }),
+ });
+}
diff --git a/src/api/backend/api/captcha.ts b/src/api/backend/api/captcha.ts
new file mode 100644
index 000000000..f3b115d3b
--- /dev/null
+++ b/src/api/backend/api/captcha.ts
@@ -0,0 +1,22 @@
+// @ts-ignore
+/* eslint-disable */
+import { request, type RequestOptions } from '@/utils/request';
+
+/** 获取登录图片验证码 GET /api/auth/captcha/img */
+export async function captchaCaptchaByImg(
+ // 叠加生成的Param类型 (非body参数swagger默认没有生成对象)
+ params: API.CaptchaCaptchaByImgParams,
+ options?: RequestOptions,
+) {
+ return request('/api/auth/captcha/img', {
+ method: 'GET',
+ params: {
+ // width has a default value: 100
+ width: '100',
+ // height has a default value: 50
+ height: '50',
+ ...params,
+ },
+ ...(options || {}),
+ });
+}
diff --git a/src/api/backend/api/health.ts b/src/api/backend/api/health.ts
new file mode 100644
index 000000000..25325ac6b
--- /dev/null
+++ b/src/api/backend/api/health.ts
@@ -0,0 +1,68 @@
+// @ts-ignore
+/* eslint-disable */
+import { request, type RequestOptions } from '@/utils/request';
+
+/** 此处后端没有提供注释 GET /api/health/database */
+export async function healthCheckDatabase(options?: RequestOptions) {
+ return request<{
+ status?: string;
+ info?: Record;
+ error?: Record;
+ details?: Record;
+ }>('/api/health/database', {
+ method: 'GET',
+ ...(options || {}),
+ });
+}
+
+/** 此处后端没有提供注释 GET /api/health/disk */
+export async function healthCheckDisk(options?: RequestOptions) {
+ return request<{
+ status?: string;
+ info?: Record;
+ error?: Record;
+ details?: Record;
+ }>('/api/health/disk', {
+ method: 'GET',
+ ...(options || {}),
+ });
+}
+
+/** 此处后端没有提供注释 GET /api/health/memory-heap */
+export async function healthCheckMemoryHeap(options?: RequestOptions) {
+ return request<{
+ status?: string;
+ info?: Record;
+ error?: Record;
+ details?: Record;
+ }>('/api/health/memory-heap', {
+ method: 'GET',
+ ...(options || {}),
+ });
+}
+
+/** 此处后端没有提供注释 GET /api/health/memory-rss */
+export async function healthCheckMemoryRss(options?: RequestOptions) {
+ return request<{
+ status?: string;
+ info?: Record;
+ error?: Record;
+ details?: Record;
+ }>('/api/health/memory-rss', {
+ method: 'GET',
+ ...(options || {}),
+ });
+}
+
+/** 此处后端没有提供注释 GET /api/health/network */
+export async function healthCheckNetwork(options?: RequestOptions) {
+ return request<{
+ status?: string;
+ info?: Record;
+ error?: Record;
+ details?: Record;
+ }>('/api/health/network', {
+ method: 'GET',
+ ...(options || {}),
+ });
+}
diff --git a/src/api/backend/api/index.ts b/src/api/backend/api/index.ts
new file mode 100644
index 000000000..5ebc31147
--- /dev/null
+++ b/src/api/backend/api/index.ts
@@ -0,0 +1,48 @@
+// @ts-ignore
+/* eslint-disable */
+// API 更新时间:
+// API 唯一标识:
+import * as auth from './auth';
+import * as account from './account';
+import * as captcha from './captcha';
+import * as authEmail from './authEmail';
+import * as systemUser from './systemUser';
+import * as systemRole from './systemRole';
+import * as systemMenu from './systemMenu';
+import * as systemParamConfig from './systemParamConfig';
+import * as systemLog from './systemLog';
+import * as systemDept from './systemDept';
+import * as systemDictType from './systemDictType';
+import * as systemDictItem from './systemDictItem';
+import * as systemTask from './systemTask';
+import * as systemOnline from './systemOnline';
+import * as systemServe from './systemServe';
+import * as systemEmail from './systemEmail';
+import * as toolsStorage from './toolsStorage';
+import * as toolsUpload from './toolsUpload';
+import * as health from './health';
+import * as systemSse from './systemSse';
+import * as businessTodo from './businessTodo';
+export default {
+ auth,
+ account,
+ captcha,
+ authEmail,
+ systemUser,
+ systemRole,
+ systemMenu,
+ systemParamConfig,
+ systemLog,
+ systemDept,
+ systemDictType,
+ systemDictItem,
+ systemTask,
+ systemOnline,
+ systemServe,
+ systemEmail,
+ toolsStorage,
+ toolsUpload,
+ health,
+ systemSse,
+ businessTodo,
+};
diff --git a/src/api/backend/api/systemDept.ts b/src/api/backend/api/systemDept.ts
new file mode 100644
index 000000000..ecd636c9e
--- /dev/null
+++ b/src/api/backend/api/systemDept.ts
@@ -0,0 +1,77 @@
+// @ts-ignore
+/* eslint-disable */
+import { request, type RequestOptions } from '@/utils/request';
+
+/** 获取部门列表 GET /api/system/depts */
+export async function deptList(
+ // 叠加生成的Param类型 (非body参数swagger默认没有生成对象)
+ params: API.DeptListParams,
+ options?: RequestOptions,
+) {
+ return request('/api/system/depts', {
+ method: 'GET',
+ params: {
+ ...params,
+ },
+ ...(options || {}),
+ });
+}
+
+/** 创建部门 POST /api/system/depts */
+export async function deptCreate(body: API.DeptDto, options?: RequestOptions) {
+ return request('/api/system/depts', {
+ method: 'POST',
+ headers: {
+ 'Content-Type': 'application/json',
+ },
+ data: body,
+ ...(options || { successMsg: '创建成功' }),
+ });
+}
+
+/** 查询部门信息 GET /api/system/depts/${param0} */
+export async function deptInfo(
+ // 叠加生成的Param类型 (非body参数swagger默认没有生成对象)
+ params: API.DeptInfoParams,
+ options?: RequestOptions,
+) {
+ const { id: param0, ...queryParams } = params;
+ return request(`/api/system/depts/${param0}`, {
+ method: 'GET',
+ params: { ...queryParams },
+ ...(options || {}),
+ });
+}
+
+/** 更新部门 PUT /api/system/depts/${param0} */
+export async function deptUpdate(
+ // 叠加生成的Param类型 (非body参数swagger默认没有生成对象)
+ params: API.DeptUpdateParams,
+ body: API.DeptDto,
+ options?: RequestOptions,
+) {
+ const { id: param0, ...queryParams } = params;
+ return request(`/api/system/depts/${param0}`, {
+ method: 'PUT',
+ headers: {
+ 'Content-Type': 'application/json',
+ },
+ params: { ...queryParams },
+ data: body,
+ ...(options || { successMsg: '更新成功' }),
+ });
+}
+
+/** 删除部门 DELETE /api/system/depts/${param0} */
+export async function deptDelete(
+ // 叠加生成的Param类型 (非body参数swagger默认没有生成对象)
+ params: API.DeptDeleteParams,
+ options?: RequestOptions,
+) {
+ const { id: param0, ...queryParams } = params;
+ return request(`/api/system/depts/${param0}`, {
+ method: 'DELETE',
+ params: { ...queryParams },
+ ...(options || { successMsg: '删除成功' }),
+ });
+}
diff --git a/src/api/backend/api/systemDictItem.ts b/src/api/backend/api/systemDictItem.ts
new file mode 100644
index 000000000..76ad0965b
--- /dev/null
+++ b/src/api/backend/api/systemDictItem.ts
@@ -0,0 +1,91 @@
+// @ts-ignore
+/* eslint-disable */
+import { request, type RequestOptions } from '@/utils/request';
+
+/** 获取字典项列表 GET /api/system/dict-item */
+export async function dictItemList(
+ // 叠加生成的Param类型 (非body参数swagger默认没有生成对象)
+ params: API.DictItemListParams,
+ options?: RequestOptions,
+) {
+ return request<{
+ items?: API.DictItemEntity[];
+ meta?: {
+ itemCount?: number;
+ totalItems?: number;
+ itemsPerPage?: number;
+ totalPages?: number;
+ currentPage?: number;
+ };
+ }>('/api/system/dict-item', {
+ method: 'GET',
+ params: {
+ // page has a default value: 1
+ page: '1',
+ // pageSize has a default value: 10
+ pageSize: '10',
+
+ ...params,
+ },
+ ...(options || {}),
+ });
+}
+
+/** 新增字典项 POST /api/system/dict-item */
+export async function dictItemCreate(body: API.DictItemDto, options?: RequestOptions) {
+ return request('/api/system/dict-item', {
+ method: 'POST',
+ headers: {
+ 'Content-Type': 'application/json',
+ },
+ data: body,
+ ...(options || { successMsg: '创建成功' }),
+ });
+}
+
+/** 查询字典项信息 GET /api/system/dict-item/${param0} */
+export async function dictItemInfo(
+ // 叠加生成的Param类型 (非body参数swagger默认没有生成对象)
+ params: API.DictItemInfoParams,
+ options?: RequestOptions,
+) {
+ const { id: param0, ...queryParams } = params;
+ return request(`/api/system/dict-item/${param0}`, {
+ method: 'GET',
+ params: { ...queryParams },
+ ...(options || {}),
+ });
+}
+
+/** 更新字典项 POST /api/system/dict-item/${param0} */
+export async function dictItemUpdate(
+ // 叠加生成的Param类型 (非body参数swagger默认没有生成对象)
+ params: API.DictItemUpdateParams,
+ body: API.DictItemDto,
+ options?: RequestOptions,
+) {
+ const { id: param0, ...queryParams } = params;
+ return request(`/api/system/dict-item/${param0}`, {
+ method: 'POST',
+ headers: {
+ 'Content-Type': 'application/json',
+ },
+ params: { ...queryParams },
+ data: body,
+ ...(options || { successMsg: '更新成功' }),
+ });
+}
+
+/** 删除指定的字典项 DELETE /api/system/dict-item/${param0} */
+export async function dictItemDelete(
+ // 叠加生成的Param类型 (非body参数swagger默认没有生成对象)
+ params: API.DictItemDeleteParams,
+ options?: RequestOptions,
+) {
+ const { id: param0, ...queryParams } = params;
+ return request(`/api/system/dict-item/${param0}`, {
+ method: 'DELETE',
+ params: { ...queryParams },
+ ...(options || { successMsg: '删除成功' }),
+ });
+}
diff --git a/src/api/backend/api/systemDictType.ts b/src/api/backend/api/systemDictType.ts
new file mode 100644
index 000000000..47c22bdf8
--- /dev/null
+++ b/src/api/backend/api/systemDictType.ts
@@ -0,0 +1,99 @@
+// @ts-ignore
+/* eslint-disable */
+import { request, type RequestOptions } from '@/utils/request';
+
+/** 获取字典类型列表 GET /api/system/dict-type */
+export async function dictTypeList(
+ // 叠加生成的Param类型 (非body参数swagger默认没有生成对象)
+ params: API.DictTypeListParams,
+ options?: RequestOptions,
+) {
+ return request<{
+ items?: API.DictTypeEntity[];
+ meta?: {
+ itemCount?: number;
+ totalItems?: number;
+ itemsPerPage?: number;
+ totalPages?: number;
+ currentPage?: number;
+ };
+ }>('/api/system/dict-type', {
+ method: 'GET',
+ params: {
+ // page has a default value: 1
+ page: '1',
+ // pageSize has a default value: 10
+ pageSize: '10',
+
+ ...params,
+ },
+ ...(options || {}),
+ });
+}
+
+/** 新增字典类型 POST /api/system/dict-type */
+export async function dictTypeCreate(body: API.DictTypeDto, options?: RequestOptions) {
+ return request('/api/system/dict-type', {
+ method: 'POST',
+ headers: {
+ 'Content-Type': 'application/json',
+ },
+ data: body,
+ ...(options || { successMsg: '创建成功' }),
+ });
+}
+
+/** 查询字典类型信息 GET /api/system/dict-type/${param0} */
+export async function dictTypeInfo(
+ // 叠加生成的Param类型 (非body参数swagger默认没有生成对象)
+ params: API.DictTypeInfoParams,
+ options?: RequestOptions,
+) {
+ const { id: param0, ...queryParams } = params;
+ return request(`/api/system/dict-type/${param0}`, {
+ method: 'GET',
+ params: { ...queryParams },
+ ...(options || {}),
+ });
+}
+
+/** 更新字典类型 POST /api/system/dict-type/${param0} */
+export async function dictTypeUpdate(
+ // 叠加生成的Param类型 (非body参数swagger默认没有生成对象)
+ params: API.DictTypeUpdateParams,
+ body: API.DictTypeDto,
+ options?: RequestOptions,
+) {
+ const { id: param0, ...queryParams } = params;
+ return request(`/api/system/dict-type/${param0}`, {
+ method: 'POST',
+ headers: {
+ 'Content-Type': 'application/json',
+ },
+ params: { ...queryParams },
+ data: body,
+ ...(options || { successMsg: '更新成功' }),
+ });
+}
+
+/** 删除指定的字典类型 DELETE /api/system/dict-type/${param0} */
+export async function dictTypeDelete(
+ // 叠加生成的Param类型 (非body参数swagger默认没有生成对象)
+ params: API.DictTypeDeleteParams,
+ options?: RequestOptions,
+) {
+ const { id: param0, ...queryParams } = params;
+ return request(`/api/system/dict-type/${param0}`, {
+ method: 'DELETE',
+ params: { ...queryParams },
+ ...(options || { successMsg: '删除成功' }),
+ });
+}
+
+/** 一次性获取所有的字典类型(不分页) GET /api/system/dict-type/select-options */
+export async function dictTypeGetAll(options?: RequestOptions) {
+ return request('/api/system/dict-type/select-options', {
+ method: 'GET',
+ ...(options || {}),
+ });
+}
diff --git a/src/api/backend/api/systemEmail.ts b/src/api/backend/api/systemEmail.ts
new file mode 100644
index 000000000..9124f6953
--- /dev/null
+++ b/src/api/backend/api/systemEmail.ts
@@ -0,0 +1,15 @@
+// @ts-ignore
+/* eslint-disable */
+import { request, type RequestOptions } from '@/utils/request';
+
+/** 发送邮件 POST /api/email/send */
+export async function emailSend(body: API.EmailSendDto, options?: RequestOptions) {
+ return request('/api/email/send', {
+ method: 'POST',
+ headers: {
+ 'Content-Type': 'application/json',
+ },
+ data: body,
+ ...(options || {}),
+ });
+}
diff --git a/src/api/backend/api/systemLog.ts b/src/api/backend/api/systemLog.ts
new file mode 100644
index 000000000..b02c82d29
--- /dev/null
+++ b/src/api/backend/api/systemLog.ts
@@ -0,0 +1,90 @@
+// @ts-ignore
+/* eslint-disable */
+import { request, type RequestOptions } from '@/utils/request';
+
+/** 查询验证码日志列表 GET /api/system/log/captcha/list */
+export async function logCaptchaList(
+ // 叠加生成的Param类型 (非body参数swagger默认没有生成对象)
+ params: API.LogCaptchaListParams,
+ options?: RequestOptions,
+) {
+ return request<{
+ items?: API.CaptchaLogEntity[];
+ meta?: {
+ itemCount?: number;
+ totalItems?: number;
+ itemsPerPage?: number;
+ totalPages?: number;
+ currentPage?: number;
+ };
+ }>('/api/system/log/captcha/list', {
+ method: 'GET',
+ params: {
+ // page has a default value: 1
+ page: '1',
+ // pageSize has a default value: 10
+ pageSize: '10',
+
+ ...params,
+ },
+ ...(options || {}),
+ });
+}
+
+/** 查询登录日志列表 GET /api/system/log/login/list */
+export async function logLoginLogPage(
+ // 叠加生成的Param类型 (非body参数swagger默认没有生成对象)
+ params: API.LogLoginLogPageParams,
+ options?: RequestOptions,
+) {
+ return request<{
+ items?: API.LoginLogInfo[];
+ meta?: {
+ itemCount?: number;
+ totalItems?: number;
+ itemsPerPage?: number;
+ totalPages?: number;
+ currentPage?: number;
+ };
+ }>('/api/system/log/login/list', {
+ method: 'GET',
+ params: {
+ // page has a default value: 1
+ page: '1',
+ // pageSize has a default value: 10
+ pageSize: '10',
+
+ ...params,
+ },
+ ...(options || {}),
+ });
+}
+
+/** 查询任务日志列表 GET /api/system/log/task/list */
+export async function logTaskList(
+ // 叠加生成的Param类型 (非body参数swagger默认没有生成对象)
+ params: API.LogTaskListParams,
+ options?: RequestOptions,
+) {
+ return request<{
+ items?: API.TaskLogEntity[];
+ meta?: {
+ itemCount?: number;
+ totalItems?: number;
+ itemsPerPage?: number;
+ totalPages?: number;
+ currentPage?: number;
+ };
+ }>('/api/system/log/task/list', {
+ method: 'GET',
+ params: {
+ // page has a default value: 1
+ page: '1',
+ // pageSize has a default value: 10
+ pageSize: '10',
+
+ ...params,
+ },
+ ...(options || {}),
+ });
+}
diff --git a/src/api/backend/api/systemMenu.ts b/src/api/backend/api/systemMenu.ts
new file mode 100644
index 000000000..d812e06a2
--- /dev/null
+++ b/src/api/backend/api/systemMenu.ts
@@ -0,0 +1,87 @@
+// @ts-ignore
+/* eslint-disable */
+import { request, type RequestOptions } from '@/utils/request';
+
+/** 获取所有菜单列表 GET /api/system/menus */
+export async function menuList(
+ // 叠加生成的Param类型 (非body参数swagger默认没有生成对象)
+ params: API.MenuListParams,
+ options?: RequestOptions,
+) {
+ return request('/api/system/menus', {
+ method: 'GET',
+ params: {
+ // extOpenMode has a default value: 1
+ extOpenMode: '1',
+ // show has a default value: 1
+ show: '1',
+
+ // keepAlive has a default value: 1
+ keepAlive: '1',
+ // status has a default value: 1
+ status: '1',
+
+ ...params,
+ },
+ ...(options || {}),
+ });
+}
+
+/** 新增菜单或权限 POST /api/system/menus */
+export async function menuCreate(body: API.MenuDto, options?: RequestOptions) {
+ return request('/api/system/menus', {
+ method: 'POST',
+ headers: {
+ 'Content-Type': 'application/json',
+ },
+ data: body,
+ ...(options || { successMsg: '创建成功' }),
+ });
+}
+
+/** 获取菜单或权限信息 GET /api/system/menus/${param0} */
+export async function menuInfo(
+ // 叠加生成的Param类型 (非body参数swagger默认没有生成对象)
+ params: API.MenuInfoParams,
+ options?: RequestOptions,
+) {
+ const { id: param0, ...queryParams } = params;
+ return request(`/api/system/menus/${param0}`, {
+ method: 'GET',
+ params: { ...queryParams },
+ ...(options || {}),
+ });
+}
+
+/** 更新菜单或权限 PUT /api/system/menus/${param0} */
+export async function menuUpdate(
+ // 叠加生成的Param类型 (非body参数swagger默认没有生成对象)
+ params: API.MenuUpdateParams,
+ body: API.MenuUpdateDto,
+ options?: RequestOptions,
+) {
+ const { id: param0, ...queryParams } = params;
+ return request(`/api/system/menus/${param0}`, {
+ method: 'PUT',
+ headers: {
+ 'Content-Type': 'application/json',
+ },
+ params: { ...queryParams },
+ data: body,
+ ...(options || { successMsg: '更新成功' }),
+ });
+}
+
+/** 删除菜单或权限 DELETE /api/system/menus/${param0} */
+export async function menuDelete(
+ // 叠加生成的Param类型 (非body参数swagger默认没有生成对象)
+ params: API.MenuDeleteParams,
+ options?: RequestOptions,
+) {
+ const { id: param0, ...queryParams } = params;
+ return request(`/api/system/menus/${param0}`, {
+ method: 'DELETE',
+ params: { ...queryParams },
+ ...(options || { successMsg: '删除成功' }),
+ });
+}
diff --git a/src/api/backend/api/systemOnline.ts b/src/api/backend/api/systemOnline.ts
new file mode 100644
index 000000000..a29d77e63
--- /dev/null
+++ b/src/api/backend/api/systemOnline.ts
@@ -0,0 +1,23 @@
+// @ts-ignore
+/* eslint-disable */
+import { request, type RequestOptions } from '@/utils/request';
+
+/** 下线指定在线用户 POST /api/system/online/kick */
+export async function onlineKick(body: API.KickDto, options?: RequestOptions) {
+ return request('/api/system/online/kick', {
+ method: 'POST',
+ headers: {
+ 'Content-Type': 'application/json',
+ },
+ data: body,
+ ...(options || {}),
+ });
+}
+
+/** 查询当前在线用户 GET /api/system/online/list */
+export async function onlineList(options?: RequestOptions) {
+ return request('/api/system/online/list', {
+ method: 'GET',
+ ...(options || {}),
+ });
+}
diff --git a/src/api/backend/api/systemParamConfig.ts b/src/api/backend/api/systemParamConfig.ts
new file mode 100644
index 000000000..579e20923
--- /dev/null
+++ b/src/api/backend/api/systemParamConfig.ts
@@ -0,0 +1,91 @@
+// @ts-ignore
+/* eslint-disable */
+import { request, type RequestOptions } from '@/utils/request';
+
+/** 获取参数配置列表 GET /api/system/param-config */
+export async function paramConfigList(
+ // 叠加生成的Param类型 (非body参数swagger默认没有生成对象)
+ params: API.ParamConfigListParams,
+ options?: RequestOptions,
+) {
+ return request<{
+ items?: API.ParamConfigEntity[];
+ meta?: {
+ itemCount?: number;
+ totalItems?: number;
+ itemsPerPage?: number;
+ totalPages?: number;
+ currentPage?: number;
+ };
+ }>('/api/system/param-config', {
+ method: 'GET',
+ params: {
+ // page has a default value: 1
+ page: '1',
+ // pageSize has a default value: 10
+ pageSize: '10',
+
+ ...params,
+ },
+ ...(options || {}),
+ });
+}
+
+/** 新增参数配置 POST /api/system/param-config */
+export async function paramConfigCreate(body: API.ParamConfigDto, options?: RequestOptions) {
+ return request('/api/system/param-config', {
+ method: 'POST',
+ headers: {
+ 'Content-Type': 'application/json',
+ },
+ data: body,
+ ...(options || { successMsg: '创建成功' }),
+ });
+}
+
+/** 查询参数配置信息 GET /api/system/param-config/${param0} */
+export async function paramConfigInfo(
+ // 叠加生成的Param类型 (非body参数swagger默认没有生成对象)
+ params: API.ParamConfigInfoParams,
+ options?: RequestOptions,
+) {
+ const { id: param0, ...queryParams } = params;
+ return request(`/api/system/param-config/${param0}`, {
+ method: 'GET',
+ params: { ...queryParams },
+ ...(options || {}),
+ });
+}
+
+/** 更新参数配置 POST /api/system/param-config/${param0} */
+export async function paramConfigUpdate(
+ // 叠加生成的Param类型 (非body参数swagger默认没有生成对象)
+ params: API.ParamConfigUpdateParams,
+ body: API.ParamConfigDto,
+ options?: RequestOptions,
+) {
+ const { id: param0, ...queryParams } = params;
+ return request(`/api/system/param-config/${param0}`, {
+ method: 'POST',
+ headers: {
+ 'Content-Type': 'application/json',
+ },
+ params: { ...queryParams },
+ data: body,
+ ...(options || { successMsg: '更新成功' }),
+ });
+}
+
+/** 删除指定的参数配置 DELETE /api/system/param-config/${param0} */
+export async function paramConfigDelete(
+ // 叠加生成的Param类型 (非body参数swagger默认没有生成对象)
+ params: API.ParamConfigDeleteParams,
+ options?: RequestOptions,
+) {
+ const { id: param0, ...queryParams } = params;
+ return request(`/api/system/param-config/${param0}`, {
+ method: 'DELETE',
+ params: { ...queryParams },
+ ...(options || { successMsg: '删除成功' }),
+ });
+}
diff --git a/src/api/backend/api/systemRole.ts b/src/api/backend/api/systemRole.ts
new file mode 100644
index 000000000..b4e1ff48f
--- /dev/null
+++ b/src/api/backend/api/systemRole.ts
@@ -0,0 +1,91 @@
+// @ts-ignore
+/* eslint-disable */
+import { request, type RequestOptions } from '@/utils/request';
+
+/** 获取角色列表 GET /api/system/roles */
+export async function roleList(
+ // 叠加生成的Param类型 (非body参数swagger默认没有生成对象)
+ params: API.RoleListParams,
+ options?: RequestOptions,
+) {
+ return request<{
+ items?: API.RoleEntity[];
+ meta?: {
+ itemCount?: number;
+ totalItems?: number;
+ itemsPerPage?: number;
+ totalPages?: number;
+ currentPage?: number;
+ };
+ }>('/api/system/roles', {
+ method: 'GET',
+ params: {
+ // page has a default value: 1
+ page: '1',
+ // pageSize has a default value: 10
+ pageSize: '10',
+
+ ...params,
+ },
+ ...(options || {}),
+ });
+}
+
+/** 新增角色 POST /api/system/roles */
+export async function roleCreate(body: API.RoleDto, options?: RequestOptions) {
+ return request('/api/system/roles', {
+ method: 'POST',
+ headers: {
+ 'Content-Type': 'application/json',
+ },
+ data: body,
+ ...(options || { successMsg: '创建成功' }),
+ });
+}
+
+/** 获取角色信息 GET /api/system/roles/${param0} */
+export async function roleInfo(
+ // 叠加生成的Param类型 (非body参数swagger默认没有生成对象)
+ params: API.RoleInfoParams,
+ options?: RequestOptions,
+) {
+ const { id: param0, ...queryParams } = params;
+ return request(`/api/system/roles/${param0}`, {
+ method: 'GET',
+ params: { ...queryParams },
+ ...(options || {}),
+ });
+}
+
+/** 更新角色 PUT /api/system/roles/${param0} */
+export async function roleUpdate(
+ // 叠加生成的Param类型 (非body参数swagger默认没有生成对象)
+ params: API.RoleUpdateParams,
+ body: API.RoleUpdateDto,
+ options?: RequestOptions,
+) {
+ const { id: param0, ...queryParams } = params;
+ return request(`/api/system/roles/${param0}`, {
+ method: 'PUT',
+ headers: {
+ 'Content-Type': 'application/json',
+ },
+ params: { ...queryParams },
+ data: body,
+ ...(options || { successMsg: '更新成功' }),
+ });
+}
+
+/** 删除角色 DELETE /api/system/roles/${param0} */
+export async function roleDelete(
+ // 叠加生成的Param类型 (非body参数swagger默认没有生成对象)
+ params: API.RoleDeleteParams,
+ options?: RequestOptions,
+) {
+ const { id: param0, ...queryParams } = params;
+ return request(`/api/system/roles/${param0}`, {
+ method: 'DELETE',
+ params: { ...queryParams },
+ ...(options || { successMsg: '删除成功' }),
+ });
+}
diff --git a/src/api/backend/api/systemServe.ts b/src/api/backend/api/systemServe.ts
new file mode 100644
index 000000000..eec48dd61
--- /dev/null
+++ b/src/api/backend/api/systemServe.ts
@@ -0,0 +1,11 @@
+// @ts-ignore
+/* eslint-disable */
+import { request, type RequestOptions } from '@/utils/request';
+
+/** 获取服务器运行信息 GET /api/system/serve/stat */
+export async function serveStat(options?: RequestOptions) {
+ return request('/api/system/serve/stat', {
+ method: 'GET',
+ ...(options || {}),
+ });
+}
diff --git a/src/api/backend/api/systemSse.ts b/src/api/backend/api/systemSse.ts
new file mode 100644
index 000000000..722faf790
--- /dev/null
+++ b/src/api/backend/api/systemSse.ts
@@ -0,0 +1,17 @@
+// @ts-ignore
+/* eslint-disable */
+import { request, type RequestOptions } from '@/utils/request';
+
+/** 此处后端没有提供注释 GET /api/sse/${param0} */
+export async function sseSse(
+ // 叠加生成的Param类型 (非body参数swagger默认没有生成对象)
+ params: API.SseSseParams,
+ options?: RequestOptions,
+) {
+ const { uid: param0, ...queryParams } = params;
+ return request>(`/api/sse/${param0}`, {
+ method: 'GET',
+ params: { ...queryParams },
+ ...(options || {}),
+ });
+}
diff --git a/src/api/backend/api/systemTask.ts b/src/api/backend/api/systemTask.ts
new file mode 100644
index 000000000..80a5611e9
--- /dev/null
+++ b/src/api/backend/api/systemTask.ts
@@ -0,0 +1,136 @@
+// @ts-ignore
+/* eslint-disable */
+import { request, type RequestOptions } from '@/utils/request';
+
+/** 获取任务列表 GET /api/system/tasks */
+export async function taskList(
+ // 叠加生成的Param类型 (非body参数swagger默认没有生成对象)
+ params: API.TaskListParams,
+ options?: RequestOptions,
+) {
+ return request<{
+ items?: API.TaskEntity[];
+ meta?: {
+ itemCount?: number;
+ totalItems?: number;
+ itemsPerPage?: number;
+ totalPages?: number;
+ currentPage?: number;
+ };
+ }>('/api/system/tasks', {
+ method: 'GET',
+ params: {
+ // page has a default value: 1
+ page: '1',
+ // pageSize has a default value: 10
+ pageSize: '10',
+
+ // limit has a default value: -1
+ limit: '-1',
+
+ ...params,
+ },
+ ...(options || {}),
+ });
+}
+
+/** 添加任务 POST /api/system/tasks */
+export async function taskCreate(body: API.TaskDto, options?: RequestOptions) {
+ return request('/api/system/tasks', {
+ method: 'POST',
+ headers: {
+ 'Content-Type': 'application/json',
+ },
+ data: body,
+ ...(options || {}),
+ });
+}
+
+/** 查询任务详细信息 GET /api/system/tasks/${param0} */
+export async function taskInfo(
+ // 叠加生成的Param类型 (非body参数swagger默认没有生成对象)
+ params: API.TaskInfoParams,
+ options?: RequestOptions,
+) {
+ const { id: param0, ...queryParams } = params;
+ return request(`/api/system/tasks/${param0}`, {
+ method: 'GET',
+ params: { ...queryParams },
+ ...(options || {}),
+ });
+}
+
+/** 更新任务 PUT /api/system/tasks/${param0} */
+export async function taskUpdate(
+ // 叠加生成的Param类型 (非body参数swagger默认没有生成对象)
+ params: API.TaskUpdateParams,
+ body: API.TaskUpdateDto,
+ options?: RequestOptions,
+) {
+ const { id: param0, ...queryParams } = params;
+ return request(`/api/system/tasks/${param0}`, {
+ method: 'PUT',
+ headers: {
+ 'Content-Type': 'application/json',
+ },
+ params: { ...queryParams },
+ data: body,
+ ...(options || { successMsg: '更新成功' }),
+ });
+}
+
+/** 删除任务 DELETE /api/system/tasks/${param0} */
+export async function taskDelete(
+ // 叠加生成的Param类型 (非body参数swagger默认没有生成对象)
+ params: API.TaskDeleteParams,
+ options?: RequestOptions,
+) {
+ const { id: param0, ...queryParams } = params;
+ return request(`/api/system/tasks/${param0}`, {
+ method: 'DELETE',
+ params: { ...queryParams },
+ ...(options || { successMsg: '删除成功' }),
+ });
+}
+
+/** 手动执行一次任务 PUT /api/system/tasks/${param0}/once */
+export async function taskOnce(
+ // 叠加生成的Param类型 (非body参数swagger默认没有生成对象)
+ params: API.TaskOnceParams,
+ options?: RequestOptions,
+) {
+ const { id: param0, ...queryParams } = params;
+ return request(`/api/system/tasks/${param0}/once`, {
+ method: 'PUT',
+ params: { ...queryParams },
+ ...(options || {}),
+ });
+}
+
+/** 启动任务 PUT /api/system/tasks/${param0}/start */
+export async function taskStart(
+ // 叠加生成的Param类型 (非body参数swagger默认没有生成对象)
+ params: API.TaskStartParams,
+ options?: RequestOptions,
+) {
+ const { id: param0, ...queryParams } = params;
+ return request(`/api/system/tasks/${param0}/start`, {
+ method: 'PUT',
+ params: { ...queryParams },
+ ...(options || {}),
+ });
+}
+
+/** 停止任务 PUT /api/system/tasks/${param0}/stop */
+export async function taskStop(
+ // 叠加生成的Param类型 (非body参数swagger默认没有生成对象)
+ params: API.TaskStopParams,
+ options?: RequestOptions,
+) {
+ const { id: param0, ...queryParams } = params;
+ return request(`/api/system/tasks/${param0}/stop`, {
+ method: 'PUT',
+ params: { ...queryParams },
+ ...(options || {}),
+ });
+}
diff --git a/src/api/backend/api/systemUser.ts b/src/api/backend/api/systemUser.ts
new file mode 100644
index 000000000..96eb2034e
--- /dev/null
+++ b/src/api/backend/api/systemUser.ts
@@ -0,0 +1,110 @@
+// @ts-ignore
+/* eslint-disable */
+import { request, type RequestOptions } from '@/utils/request';
+
+/** 获取用户列表 GET /api/system/users */
+export async function userList(
+ // 叠加生成的Param类型 (非body参数swagger默认没有生成对象)
+ params: API.UserListParams,
+ options?: RequestOptions,
+) {
+ return request<{
+ items?: API.UserEntity[];
+ meta?: {
+ itemCount?: number;
+ totalItems?: number;
+ itemsPerPage?: number;
+ totalPages?: number;
+ currentPage?: number;
+ };
+ }>('/api/system/users', {
+ method: 'GET',
+ params: {
+ // page has a default value: 1
+ page: '1',
+ // pageSize has a default value: 10
+ pageSize: '10',
+
+ ...params,
+ },
+ ...(options || {}),
+ });
+}
+
+/** 新增用户 POST /api/system/users */
+export async function userCreate(body: API.UserDto, options?: RequestOptions) {
+ return request('/api/system/users', {
+ method: 'POST',
+ headers: {
+ 'Content-Type': 'application/json',
+ },
+ data: body,
+ ...(options || { successMsg: '创建成功' }),
+ });
+}
+
+/** 查询用户 GET /api/system/users/${param0} */
+export async function userRead(
+ // 叠加生成的Param类型 (非body参数swagger默认没有生成对象)
+ params: API.UserReadParams,
+ options?: RequestOptions,
+) {
+ const { id: param0, ...queryParams } = params;
+ return request(`/api/system/users/${param0}`, {
+ method: 'GET',
+ params: { ...queryParams },
+ ...(options || {}),
+ });
+}
+
+/** 更新用户 PUT /api/system/users/${param0} */
+export async function userUpdate(
+ // 叠加生成的Param类型 (非body参数swagger默认没有生成对象)
+ params: API.UserUpdateParams,
+ body: API.UserUpdateDto,
+ options?: RequestOptions,
+) {
+ const { id: param0, ...queryParams } = params;
+ return request(`/api/system/users/${param0}`, {
+ method: 'PUT',
+ headers: {
+ 'Content-Type': 'application/json',
+ },
+ params: { ...queryParams },
+ data: body,
+ ...(options || { successMsg: '更新成功' }),
+ });
+}
+
+/** 删除用户 DELETE /api/system/users/${param0} */
+export async function userDelete(
+ // 叠加生成的Param类型 (非body参数swagger默认没有生成对象)
+ params: API.UserDeleteParams,
+ options?: RequestOptions,
+) {
+ const { id: param0, ...queryParams } = params;
+ return request(`/api/system/users/${param0}`, {
+ method: 'DELETE',
+ params: { ...queryParams },
+ ...(options || { successMsg: '删除成功' }),
+ });
+}
+
+/** 更改用户密码 POST /api/system/users/${param0}/password */
+export async function userPassword(
+ // 叠加生成的Param类型 (非body参数swagger默认没有生成对象)
+ params: API.UserPasswordParams,
+ body: API.UserPasswordDto,
+ options?: RequestOptions,
+) {
+ const { id: param0, ...queryParams } = params;
+ return request(`/api/system/users/${param0}/password`, {
+ method: 'POST',
+ headers: {
+ 'Content-Type': 'application/json',
+ },
+ params: { ...queryParams },
+ data: body,
+ ...(options || {}),
+ });
+}
diff --git a/src/api/backend/api/toolsStorage.ts b/src/api/backend/api/toolsStorage.ts
new file mode 100644
index 000000000..88286e7c0
--- /dev/null
+++ b/src/api/backend/api/toolsStorage.ts
@@ -0,0 +1,44 @@
+// @ts-ignore
+/* eslint-disable */
+import { request, type RequestOptions } from '@/utils/request';
+
+/** 删除文件 POST /api/storage/delete */
+export async function storageDelete(body: API.StorageDeleteDto, options?: RequestOptions) {
+ return request('/api/storage/delete', {
+ method: 'POST',
+ headers: {
+ 'Content-Type': 'application/json',
+ },
+ data: body,
+ ...(options || { successMsg: '删除成功' }),
+ });
+}
+
+/** 获取本地存储列表 GET /api/storage/list */
+export async function storageList(
+ // 叠加生成的Param类型 (非body参数swagger默认没有生成对象)
+ params: API.StorageListParams,
+ options?: RequestOptions,
+) {
+ return request<{
+ items?: API.StorageInfo[];
+ meta?: {
+ itemCount?: number;
+ totalItems?: number;
+ itemsPerPage?: number;
+ totalPages?: number;
+ currentPage?: number;
+ };
+ }>('/api/storage/list', {
+ method: 'GET',
+ params: {
+ // page has a default value: 1
+ page: '1',
+ // pageSize has a default value: 10
+ pageSize: '10',
+
+ ...params,
+ },
+ ...(options || {}),
+ });
+}
diff --git a/src/api/backend/api/toolsUpload.ts b/src/api/backend/api/toolsUpload.ts
new file mode 100644
index 000000000..ef915b741
--- /dev/null
+++ b/src/api/backend/api/toolsUpload.ts
@@ -0,0 +1,35 @@
+// @ts-ignore
+/* eslint-disable */
+import { request, type RequestOptions } from '@/utils/request';
+
+/** 上传 POST /api/upload */
+export async function uploadUpload(body: API.FileUploadDto, file?: File, options?: RequestOptions) {
+ const formData = new FormData();
+
+ if (file) {
+ formData.append('file', file);
+ }
+
+ Object.keys(body).forEach((ele) => {
+ const item = (body as any)[ele];
+
+ if (item !== undefined && item !== null) {
+ if (typeof item === 'object' && !(item instanceof File)) {
+ if (item instanceof Array) {
+ item.forEach((f) => formData.append(ele, f || ''));
+ } else {
+ formData.append(ele, JSON.stringify(item));
+ }
+ } else {
+ formData.append(ele, item);
+ }
+ }
+ });
+
+ return request('/api/upload', {
+ method: 'POST',
+ data: formData,
+ requestType: 'form',
+ ...(options || {}),
+ });
+}
diff --git a/src/api/backend/api/typings.d.ts b/src/api/backend/api/typings.d.ts
new file mode 100644
index 000000000..6e36a57e2
--- /dev/null
+++ b/src/api/backend/api/typings.d.ts
@@ -0,0 +1,1121 @@
+declare namespace API {
+ type AccessTokenEntity = {
+ id: string;
+ value: string;
+ expired_at: string;
+ created_at: string;
+ refreshToken: RefreshTokenEntity;
+ user: UserEntity;
+ };
+
+ type AccountInfo = {
+ /** 用户名 */
+ username: string;
+ /** 昵称 */
+ nickname: string;
+ /** 邮箱 */
+ email: string;
+ /** 手机号 */
+ phone: string;
+ /** 备注 */
+ remark: string;
+ /** 头像 */
+ avatar: string;
+ };
+
+ type AccountMenus = {
+ meta: MenuMeta;
+ id: number;
+ path: string;
+ name: string;
+ component: string;
+ };
+
+ type AccountUpdateDto = {
+ /** 用户呢称 */
+ nickname: string;
+ /** 用户邮箱 */
+ email: string;
+ /** 用户QQ */
+ qq: string;
+ /** 用户手机号 */
+ phone: string;
+ /** 用户头像 */
+ avatar: string;
+ /** 用户备注 */
+ remark: string;
+ };
+
+ type Buffer = {};
+
+ type CaptchaCaptchaByImgParams = {
+ /** 验证码宽度 */
+ width?: number;
+ /** 验证码宽度 */
+ height?: number;
+ };
+
+ type CaptchaLogEntity = {
+ /** 用户ID */
+ userId: number;
+ /** 账号 */
+ account: string;
+ /** 验证码 */
+ code: string;
+ /** 验证码提供方 */
+ provider: Record;
+ id: number;
+ createdAt: string;
+ updatedAt: string;
+ };
+
+ type CommonEntity = {
+ id: number;
+ createdAt: string;
+ updatedAt: string;
+ };
+
+ type CoreLoad = {
+ /** 当前CPU资源消耗 */
+ rawLoad: number;
+ /** 当前空闲CPU资源 */
+ rawLoadIdle: number;
+ };
+
+ type Cpu = {
+ /** 制造商 */
+ manufacturer: string;
+ /** 品牌 */
+ brand: string;
+ /** 物理核心数 */
+ physicalCores: number;
+ /** 型号 */
+ model: string;
+ /** 速度 in GHz */
+ speed: number;
+ /** CPU资源消耗 原始滴答 */
+ rawCurrentLoad: number;
+ /** 空闲CPU资源 原始滴答 */
+ rawCurrentLoadIdle: number;
+ /** cpu资源消耗 */
+ coresLoad: CoreLoad[];
+ };
+
+ type DeptDeleteParams = {
+ id: number;
+ };
+
+ type DeptDto = {
+ /** 部门名称 */
+ name: string;
+ /** 父级部门id */
+ parentId: number;
+ /** 排序编号 */
+ orderNo?: number;
+ };
+
+ type DeptEntity = {
+ /** 部门名称 */
+ name: string;
+ /** 排序 */
+ orderNo: number;
+ children: DeptEntity[];
+ parent?: DeptEntity;
+ id: number;
+ createdAt: string;
+ updatedAt: string;
+ };
+
+ type DeptInfoParams = {
+ id: number;
+ };
+
+ type DeptListParams = {
+ /** 部门名称 */
+ name?: string;
+ };
+
+ type DeptUpdateParams = {
+ id: number;
+ };
+
+ type DictItemDeleteParams = {
+ id: number;
+ };
+
+ type DictItemDto = {
+ /** 创建者 */
+ creator?: string;
+ /** 更新者 */
+ updater?: string;
+ /** 字典项键名 */
+ label?: string;
+ /** 字典项值 */
+ value?: string;
+ /** 状态 */
+ status?: number;
+ /** 备注 */
+ remark?: string;
+ /** 字典类型 ID */
+ typeId: number;
+ id?: number;
+ createdAt?: string;
+ updatedAt?: string;
+ type?: DictTypeEntity;
+ orderNo?: number;
+ };
+
+ type DictItemEntity = {
+ /** 创建者 */
+ creator: string;
+ /** 更新者 */
+ updater: string;
+ /** 字典项键名 */
+ label: string;
+ /** 字典项值 */
+ value: string;
+ /** 状态 */
+ status: number;
+ /** 备注 */
+ remark: string;
+ type: DictTypeEntity;
+ orderNo: number;
+ id: number;
+ createdAt: string;
+ updatedAt: string;
+ };
+
+ type DictItemInfoParams = {
+ id: number;
+ };
+
+ type DictItemListParams = {
+ page?: number;
+ pageSize?: number;
+ field?: string;
+ order?: 'ASC' | 'DESC';
+ /** 字典类型 ID */
+ typeId: number;
+ /** 字典项键名 */
+ label?: string;
+ /** 字典项值 */
+ value?: string;
+ _t?: number;
+ };
+
+ type DictItemUpdateParams = {
+ id: number;
+ };
+
+ type DictTypeDeleteParams = {
+ id: number;
+ };
+
+ type DictTypeDto = {
+ /** 创建者 */
+ creator?: string;
+ /** 更新者 */
+ updater?: string;
+ /** 字典类型名称 */
+ name?: string;
+ /** 字典类型code */
+ code?: string;
+ /** 状态 */
+ status?: number;
+ /** 备注 */
+ remark?: string;
+ id?: number;
+ createdAt?: string;
+ updatedAt?: string;
+ };
+
+ type DictTypeEntity = {
+ /** 创建者 */
+ creator: string;
+ /** 更新者 */
+ updater: string;
+ /** 字典名称 */
+ name: string;
+ /** 字典类型 */
+ code: string;
+ /** 状态 */
+ status: number;
+ /** 备注 */
+ remark: string;
+ id: number;
+ createdAt: string;
+ updatedAt: string;
+ };
+
+ type DictTypeInfoParams = {
+ id: number;
+ };
+
+ type DictTypeListParams = {
+ page?: number;
+ pageSize?: number;
+ field?: string;
+ order?: 'ASC' | 'DESC';
+ /** 字典类型名称 */
+ name: string;
+ /** 字典类型code */
+ code: string;
+ _t?: number;
+ };
+
+ type DictTypeUpdateParams = {
+ id: number;
+ };
+
+ type Disk = {
+ /** 磁盘空间大小 (bytes) */
+ size: number;
+ /** 已使用磁盘空间 (bytes) */
+ used: number;
+ /** 可用磁盘空间 (bytes) */
+ available: number;
+ };
+
+ type EmailSendDto = {
+ /** 收件人邮箱 */
+ to: string;
+ /** 标题 */
+ subject: string;
+ /** 正文 */
+ content: string;
+ };
+
+ type FileUploadDto = {
+ /** 文件 */
+ file: Buffer;
+ };
+
+ type ImageCaptcha = {
+ /** base64格式的svg图片 */
+ img: string;
+ /** 验证码对应的唯一ID */
+ id: string;
+ };
+
+ type KickDto = {
+ /** 需要下线的角色ID */
+ id: number;
+ };
+
+ type LogCaptchaListParams = {
+ page?: number;
+ pageSize?: number;
+ field?: string;
+ order?: 'ASC' | 'DESC';
+ /** 用户名 */
+ username: string;
+ /** 验证码 */
+ code?: string;
+ /** 发送时间 */
+ time?: string[];
+ _t?: number;
+ };
+
+ type LoginDto = {
+ /** 手机号/邮箱 */
+ username: string;
+ /** 密码 */
+ password: string;
+ /** 验证码标识 */
+ captchaId: string;
+ /** 用户输入的验证码 */
+ verifyCode: string;
+ };
+
+ type LoginLogInfo = {
+ /** 日志编号 */
+ id: number;
+ /** 登录ip */
+ ip: string;
+ /** 登录地址 */
+ address: string;
+ /** 系统 */
+ os: string;
+ /** 浏览器 */
+ browser: string;
+ /** 登录用户名 */
+ username: string;
+ /** 登录时间 */
+ time: string;
+ };
+
+ type LoginToken = {
+ /** JWT身份Token */
+ token: string;
+ };
+
+ type LogLoginLogPageParams = {
+ page?: number;
+ pageSize?: number;
+ field?: string;
+ order?: 'ASC' | 'DESC';
+ /** 用户名 */
+ username: string;
+ /** 登录IP */
+ ip?: string;
+ /** 登录地点 */
+ address?: string;
+ /** 登录时间 */
+ time?: string[];
+ _t?: number;
+ };
+
+ type LogTaskListParams = {
+ page?: number;
+ pageSize?: number;
+ field?: string;
+ order?: 'ASC' | 'DESC';
+ /** 用户名 */
+ username: string;
+ /** 登录IP */
+ ip?: string;
+ /** 登录时间 */
+ time?: string[];
+ _t?: number;
+ };
+
+ type Memory = {
+ /** total memory in bytes */
+ total: number;
+ /** 可用内存 */
+ available: number;
+ };
+
+ type MenuDeleteParams = {
+ id: number;
+ };
+
+ type MenuDto = {
+ /** 菜单类型 */
+ type: 0 | 1 | 2;
+ /** 父级菜单 */
+ parentId: number;
+ /** 菜单或权限名称 */
+ name: string;
+ /** 排序 */
+ orderNo: number;
+ /** 前端路由地址 */
+ path: string;
+ /** 是否外链 */
+ isExt: boolean;
+ /** 外链打开方式 */
+ extOpenMode: 1 | 2;
+ /** 菜单是否显示 */
+ show: 0 | 1;
+ /** 设置当前路由高亮的菜单项,一般用于详情页 */
+ activeMenu?: string;
+ /** 是否开启页面缓存 */
+ keepAlive: 0 | 1;
+ /** 状态 */
+ status: 0 | 1;
+ /** 菜单图标 */
+ icon?: string;
+ /** 对应权限 */
+ permission: string;
+ /** 菜单路由路径或外链 */
+ component?: string;
+ };
+
+ type MenuEntity = {
+ parentId: number;
+ name: string;
+ path: string;
+ permission: string;
+ type: number;
+ icon: string;
+ orderNo: number;
+ component: string;
+ isExt: boolean;
+ extOpenMode: number;
+ keepAlive: number;
+ show: number;
+ activeMenu: string;
+ status: number;
+ roles: RoleEntity[];
+ id: number;
+ createdAt: string;
+ updatedAt: string;
+ };
+
+ type MenuInfoParams = {
+ id: number;
+ };
+
+ type MenuItemInfo = {
+ children: MenuItemInfo[];
+ parentId: number;
+ name: string;
+ path: string;
+ permission: string;
+ type: number;
+ icon: string;
+ orderNo: number;
+ component: string;
+ isExt: boolean;
+ extOpenMode: number;
+ keepAlive: number;
+ show: number;
+ activeMenu: string;
+ status: number;
+ roles: RoleEntity[];
+ id: number;
+ createdAt: string;
+ updatedAt: string;
+ };
+
+ type MenuListParams = {
+ /** 菜单类型 */
+ type?: 0 | 1 | 2;
+ /** 父级菜单 */
+ parentId?: number;
+ /** 菜单或权限名称 */
+ name?: string;
+ /** 排序 */
+ orderNo?: number;
+ /** 前端路由地址 */
+ path?: string;
+ /** 是否外链 */
+ isExt?: boolean;
+ /** 外链打开方式 */
+ extOpenMode?: 1 | 2;
+ /** 菜单是否显示 */
+ show?: 0 | 1;
+ /** 设置当前路由高亮的菜单项,一般用于详情页 */
+ activeMenu?: string;
+ /** 是否开启页面缓存 */
+ keepAlive?: 0 | 1;
+ /** 状态 */
+ status?: 0 | 1;
+ /** 菜单图标 */
+ icon?: string;
+ /** 对应权限 */
+ permission?: string;
+ /** 菜单路由路径或外链 */
+ component?: string;
+ };
+
+ type MenuMeta = {
+ title: string;
+ permission?: string;
+ type?: number;
+ icon?: string;
+ orderNo?: number;
+ component?: string;
+ isExt?: boolean;
+ extOpenMode?: number;
+ keepAlive?: number;
+ show?: number;
+ activeMenu?: string;
+ status?: number;
+ };
+
+ type MenuUpdateDto = {
+ /** 菜单类型 */
+ type?: 0 | 1 | 2;
+ /** 父级菜单 */
+ parentId?: number;
+ /** 菜单或权限名称 */
+ name?: string;
+ /** 排序 */
+ orderNo?: number;
+ /** 前端路由地址 */
+ path?: string;
+ /** 是否外链 */
+ isExt?: boolean;
+ /** 外链打开方式 */
+ extOpenMode?: 1 | 2;
+ /** 菜单是否显示 */
+ show?: 0 | 1;
+ /** 设置当前路由高亮的菜单项,一般用于详情页 */
+ activeMenu?: string;
+ /** 是否开启页面缓存 */
+ keepAlive?: 0 | 1;
+ /** 状态 */
+ status?: 0 | 1;
+ /** 菜单图标 */
+ icon?: string;
+ /** 对应权限 */
+ permission?: string;
+ /** 菜单路由路径或外链 */
+ component?: string;
+ };
+
+ type MenuUpdateParams = {
+ id: number;
+ };
+
+ type OnlineUserInfo = {
+ /** 最近的一条登录日志ID */
+ id: number;
+ /** 登录IP */
+ ip: string;
+ /** 登录地点 */
+ address: string;
+ /** 用户名 */
+ username: string;
+ /** 是否当前 */
+ isCurrent: boolean;
+ /** 系统 */
+ os: string;
+ /** 浏览器 */
+ browser: string;
+ /** 是否禁用 */
+ disable: boolean;
+ };
+
+ type Pagination = {};
+
+ type ParamConfigDeleteParams = {
+ id: number;
+ };
+
+ type ParamConfigDto = {
+ /** 参数名称 */
+ name: string;
+ /** 参数键名 */
+ key: string;
+ /** 参数值 */
+ value: string;
+ /** 备注 */
+ remark?: string;
+ };
+
+ type ParamConfigEntity = {
+ /** 配置名 */
+ name: string;
+ /** 配置键名 */
+ key: string;
+ /** 配置值 */
+ value: string;
+ /** 配置描述 */
+ remark: string;
+ id: number;
+ createdAt: string;
+ updatedAt: string;
+ };
+
+ type ParamConfigInfoParams = {
+ id: number;
+ };
+
+ type ParamConfigListParams = {
+ page?: number;
+ pageSize?: number;
+ field?: string;
+ order?: 'ASC' | 'DESC';
+ /** 参数名称 */
+ name: string;
+ _t?: number;
+ };
+
+ type ParamConfigUpdateParams = {
+ id: number;
+ };
+
+ type PasswordUpdateDto = {
+ /** 旧密码 */
+ oldPassword: string;
+ /** 新密码 */
+ newPassword: string;
+ };
+
+ type RefreshTokenEntity = {
+ id: string;
+ value: string;
+ expired_at: string;
+ created_at: string;
+ accessToken: AccessTokenEntity;
+ };
+
+ type RegisterDto = {
+ /** 账号 */
+ username: string;
+ /** 密码 */
+ password: string;
+ /** 语言 */
+ lang: string;
+ };
+
+ type ResOp = {
+ data: Record;
+ code: number;
+ message: string;
+ };
+
+ type RoleDeleteParams = {
+ id: number;
+ };
+
+ type RoleDto = {
+ /** 角色名称 */
+ name: string;
+ /** 角色值 */
+ value: string;
+ /** 角色备注 */
+ remark?: string;
+ /** 状态 */
+ status: 0 | 1;
+ /** 关联菜单、权限编号 */
+ menuIds?: number[];
+ };
+
+ type RoleEntity = {
+ /** 角色名 */
+ name: string;
+ /** 角色标识 */
+ value: string;
+ /** 角色描述 */
+ remark: string;
+ /** 状态:1启用,0禁用 */
+ status: number;
+ /** 是否默认用户 */
+ default: boolean;
+ id: number;
+ createdAt: string;
+ updatedAt: string;
+ };
+
+ type RoleInfo = {
+ /** 角色名 */
+ name: string;
+ /** 角色标识 */
+ value: string;
+ /** 角色描述 */
+ remark: string;
+ /** 状态:1启用,0禁用 */
+ status: number;
+ /** 是否默认用户 */
+ default: boolean;
+ menuIds: number[];
+ id: number;
+ createdAt: string;
+ updatedAt: string;
+ };
+
+ type RoleInfoParams = {
+ id: number;
+ };
+
+ type RoleListParams = {
+ page?: number;
+ pageSize?: number;
+ field?: string;
+ order?: 'ASC' | 'DESC';
+ _t?: number;
+ };
+
+ type RoleUpdateDto = {
+ /** 角色名称 */
+ name?: string;
+ /** 角色值 */
+ value?: string;
+ /** 角色备注 */
+ remark?: string;
+ /** 状态 */
+ status?: 0 | 1;
+ /** 关联菜单、权限编号 */
+ menuIds?: number[];
+ };
+
+ type RoleUpdateParams = {
+ id: number;
+ };
+
+ type Runtime = {
+ /** 系统 */
+ os: string;
+ /** 服务器架构 */
+ arch: string;
+ /** Node版本 */
+ nodeVersion: string;
+ /** Npm版本 */
+ npmVersion: string;
+ };
+
+ type SendEmailCodeDto = {
+ /** 邮箱 */
+ email: string;
+ };
+
+ type ServeStatInfo = {
+ /** 运行环境 */
+ runtime: Runtime;
+ /** CPU信息 */
+ cpu: Cpu;
+ /** 磁盘信息 */
+ disk: Disk;
+ /** 内存信息 */
+ memory: Memory;
+ };
+
+ type SseSseParams = {
+ uid: number;
+ };
+
+ type StorageDeleteDto = {
+ /** 需要删除的文件ID列表 */
+ ids: number[];
+ };
+
+ type StorageInfo = {
+ /** 文件ID */
+ id: number;
+ /** 文件名 */
+ name: string;
+ /** 文件扩展名 */
+ extName: string;
+ /** 文件路径 */
+ path: string;
+ /** 文件类型 */
+ type: string;
+ /** 大小 */
+ size: string;
+ /** 上传时间 */
+ createdAt: string;
+ /** 上传者 */
+ username: string;
+ };
+
+ type StorageListParams = {
+ page?: number;
+ pageSize?: number;
+ field?: string;
+ order?: 'ASC' | 'DESC';
+ /** 文件名 */
+ name: string;
+ /** 文件后缀 */
+ extName: string;
+ /** 文件类型 */
+ type: string;
+ /** 大小 */
+ size: string;
+ /** 上传时间 */
+ time: string[];
+ /** 上传者 */
+ username: string;
+ _t?: number;
+ };
+
+ type String = {};
+
+ type TaskDeleteParams = {
+ id: number;
+ };
+
+ type TaskDto = {
+ /** 任务名称 */
+ name: string;
+ /** 调用的服务 */
+ service: string;
+ /** 任务类别:cron | interval */
+ type: 0 | 1;
+ /** 任务状态 */
+ status: 0 | 1;
+ /** 开始时间 */
+ startTime?: string;
+ /** 结束时间 */
+ endTime?: string;
+ /** 限制执行次数,负数则无限制 */
+ limit?: number;
+ /** cron表达式 */
+ cron: string;
+ /** 执行间隔,毫秒单位 */
+ every?: number;
+ /** 执行参数 */
+ data?: string;
+ /** 任务备注 */
+ remark?: string;
+ };
+
+ type TaskEntity = {
+ /** 任务名 */
+ name: string;
+ /** 任务标识 */
+ service: string;
+ /** 任务类型 0cron 1间隔 */
+ type: number;
+ /** 任务状态 0禁用 1启用 */
+ status: number;
+ /** 开始时间 */
+ startTime: string;
+ /** 结束时间 */
+ endTime: string;
+ /** 间隔时间 */
+ limit: number;
+ /** cron表达式 */
+ cron: string;
+ /** 执行次数 */
+ every: number;
+ /** 任务参数 */
+ data: string;
+ /** 任务配置 */
+ jobOpts: string;
+ /** 任务描述 */
+ remark: string;
+ id: number;
+ createdAt: string;
+ updatedAt: string;
+ };
+
+ type TaskInfoParams = {
+ id: number;
+ };
+
+ type TaskListParams = {
+ page?: number;
+ pageSize?: number;
+ field?: string;
+ order?: 'ASC' | 'DESC';
+ /** 任务名称 */
+ name?: string;
+ /** 调用的服务 */
+ service?: string;
+ /** 任务类别:cron | interval */
+ type?: 0 | 1;
+ /** 任务状态 */
+ status?: 0 | 1;
+ /** 开始时间 */
+ startTime?: string;
+ /** 结束时间 */
+ endTime?: string;
+ /** 限制执行次数,负数则无限制 */
+ limit?: number;
+ /** cron表达式 */
+ cron?: string;
+ /** 执行间隔,毫秒单位 */
+ every?: number;
+ /** 执行参数 */
+ data?: string;
+ /** 任务备注 */
+ remark?: string;
+ _t?: number;
+ };
+
+ type TaskLogEntity = {
+ /** 任务状态:0失败,1成功 */
+ status: number;
+ /** 任务日志信息 */
+ detail: string;
+ /** 任务耗时 */
+ consumeTime: number;
+ task: TaskEntity;
+ id: number;
+ createdAt: string;
+ updatedAt: string;
+ };
+
+ type TaskOnceParams = {
+ id: number;
+ };
+
+ type TaskStartParams = {
+ id: number;
+ };
+
+ type TaskStopParams = {
+ id: number;
+ };
+
+ type TaskUpdateDto = {
+ /** 任务名称 */
+ name?: string;
+ /** 调用的服务 */
+ service?: string;
+ /** 任务类别:cron | interval */
+ type?: 0 | 1;
+ /** 任务状态 */
+ status?: 0 | 1;
+ /** 开始时间 */
+ startTime?: string;
+ /** 结束时间 */
+ endTime?: string;
+ /** 限制执行次数,负数则无限制 */
+ limit?: number;
+ /** cron表达式 */
+ cron?: string;
+ /** 执行间隔,毫秒单位 */
+ every?: number;
+ /** 执行参数 */
+ data?: string;
+ /** 任务备注 */
+ remark?: string;
+ };
+
+ type TaskUpdateParams = {
+ id: number;
+ };
+
+ type TodoDeleteParams = {
+ id: number;
+ };
+
+ type TodoDto = {
+ /** 名称 */
+ value: string;
+ };
+
+ type TodoEntity = {
+ /** todo */
+ value: string;
+ /** todo */
+ status: boolean;
+ user: UserEntity;
+ id: number;
+ createdAt: string;
+ updatedAt: string;
+ };
+
+ type TodoInfoParams = {
+ id: number;
+ };
+
+ type TodoListParams = {
+ page?: number;
+ pageSize?: number;
+ field?: string;
+ order?: 'ASC' | 'DESC';
+ /** 名称 */
+ value: string;
+ _t?: number;
+ };
+
+ type TodoUpdateDto = {
+ /** 名称 */
+ value?: string;
+ };
+
+ type TodoUpdateParams = {
+ id: number;
+ };
+
+ type TreeResult = {
+ id: number;
+ parentId: number;
+ children: string[];
+ };
+
+ type UserDeleteParams = {
+ id: string | number;
+ };
+
+ type UserDto = {
+ /** 头像 */
+ avatar?: string;
+ /** 登录账号 */
+ username: string;
+ /** 登录密码 */
+ password: string;
+ /** 归属角色 */
+ roleIds: number[];
+ /** 归属大区 */
+ deptId?: number;
+ /** 呢称 */
+ nickname: string;
+ /** 邮箱 */
+ email: string;
+ /** 手机号 */
+ phone?: string;
+ /** QQ */
+ qq?: string;
+ /** 备注 */
+ remark?: string;
+ /** 状态 */
+ status: 0 | 1;
+ };
+
+ type UserEntity = {
+ username: string;
+ password: string;
+ psalt: string;
+ nickname: string;
+ avatar: string;
+ qq: string;
+ email: string;
+ phone: string;
+ remark: string;
+ status: number;
+ roles: RoleEntity[];
+ dept: DeptEntity;
+ accessTokens: AccessTokenEntity[];
+ id: number;
+ createdAt: string;
+ updatedAt: string;
+ };
+
+ type UserListParams = {
+ page?: number;
+ pageSize?: number;
+ field?: string;
+ order?: 'ASC' | 'DESC';
+ /** 头像 */
+ avatar?: string;
+ /** 登录账号 */
+ username?: string;
+ /** 登录密码 */
+ password?: string;
+ /** 归属角色 */
+ roleIds?: number[];
+ /** 归属大区 */
+ deptId?: number;
+ /** 呢称 */
+ nickname?: string;
+ /** 邮箱 */
+ email?: string;
+ /** 手机号 */
+ phone?: string;
+ /** QQ */
+ qq?: string;
+ /** 备注 */
+ remark?: string;
+ /** 状态 */
+ status?: 0 | 1;
+ _t?: number;
+ };
+
+ type UserPasswordDto = {
+ /** 更改后的密码 */
+ password: string;
+ };
+
+ type UserPasswordParams = {
+ id: number;
+ };
+
+ type UserReadParams = {
+ id: number;
+ };
+
+ type UserUpdateDto = {
+ /** 头像 */
+ avatar?: string;
+ /** 登录账号 */
+ username?: string;
+ /** 登录密码 */
+ password?: string;
+ /** 归属角色 */
+ roleIds?: number[];
+ /** 归属大区 */
+ deptId?: number;
+ /** 呢称 */
+ nickname?: string;
+ /** 邮箱 */
+ email?: string;
+ /** 手机号 */
+ phone?: string;
+ /** QQ */
+ qq?: string;
+ /** 备注 */
+ remark?: string;
+ /** 状态 */
+ status?: 0 | 1;
+ };
+
+ type UserUpdateParams = {
+ id: number;
+ };
+}
diff --git a/src/api/demo/hero.ts b/src/api/demo/hero.ts
new file mode 100644
index 000000000..ccd9d586a
--- /dev/null
+++ b/src/api/demo/hero.ts
@@ -0,0 +1,30 @@
+import { request } from '@/utils/request';
+
+/**
+ * @description 获取王者荣耀英雄列表
+ */
+export function getWzryHeroList(query: API.PageParams) {
+ return request('/demo/wzry/hero_list', {
+ method: 'get',
+ params: query,
+ });
+}
+
+/**
+ * @description 获取英雄联盟英雄列表
+ */
+export function getLolHeroList(query: API.PageParams) {
+ return request('/demo/lol/hero_list', {
+ method: 'get',
+ params: query,
+ });
+}
+
+/**
+ * @description 获取英雄联盟英雄列表
+ */
+export function getLolHeroInfo({ id }) {
+ return request(`/demo/lol/hero_info/${id}`, {
+ method: 'get',
+ });
+}
diff --git a/src/api/demo/select.ts b/src/api/demo/select.ts
new file mode 100644
index 000000000..2d3f840ba
--- /dev/null
+++ b/src/api/demo/select.ts
@@ -0,0 +1,13 @@
+import { request } from '@/utils/request';
+
+interface DemoOptionsItem {
+ name: string;
+ id: string;
+}
+
+export async function optionsListApi(params?: Recordable) {
+ return request('/select/getDemoOptions', {
+ method: 'GET',
+ params,
+ });
+}
diff --git a/src/api/demos/hero.ts b/src/api/demos/hero.ts
deleted file mode 100644
index 5b92f438b..000000000
--- a/src/api/demos/hero.ts
+++ /dev/null
@@ -1,53 +0,0 @@
-import type { BaseResponse } from '@/utils/request';
-import { request } from '@/utils/request';
-
-/**
- * @description 获取王者荣耀英雄列表
- */
-export function getWzryHeroList(query: API.PageParams) {
- return request>(
- {
- url: '/demos/wzry/hero_list',
- method: 'get',
- params: query,
- },
- {
- isMock: true,
- isGetDataDirectly: false,
- },
- );
-}
-
-/**
- * @description 获取英雄联盟英雄列表
- */
-export function getLolHeroList(query: API.PageParams) {
- return request>(
- {
- url: '/demos/lol/hero_list',
- method: 'get',
- params: query,
- },
- {
- isMock: true,
- isGetDataDirectly: false,
- },
- );
-}
-
-/**
- * @description 获取英雄联盟英雄列表
- */
-export function getLolHeroInfo(query: { id: number | string }) {
- return request(
- {
- url: '/demos/lol/hero_info',
- method: 'get',
- params: query,
- },
- {
- isMock: true,
- isGetDataDirectly: false,
- },
- );
-}
diff --git a/src/api/demos/select.ts b/src/api/demos/select.ts
deleted file mode 100644
index 6e0e7a2ac..000000000
--- a/src/api/demos/select.ts
+++ /dev/null
@@ -1,18 +0,0 @@
-import { request } from '@/utils/request';
-
-/**
- * @description Get sample options value
- */
-export function optionsListApi(params?: any) {
- return request<{ list: { id: string; name: string }[] }>(
- {
- url: '/select/getDemoOptions',
- method: 'get',
- params,
- },
- {
- isMock: true,
- isGetDataDirectly: true,
- },
- );
-}
diff --git a/src/api/index.ts b/src/api/index.ts
new file mode 100644
index 000000000..56ab413e6
--- /dev/null
+++ b/src/api/index.ts
@@ -0,0 +1,5 @@
+import Api from './backend/api';
+
+export { Api };
+
+export default Api;
diff --git a/src/api/login/index.ts b/src/api/login/index.ts
deleted file mode 100644
index c0eac28da..000000000
--- a/src/api/login/index.ts
+++ /dev/null
@@ -1,30 +0,0 @@
-import type { BaseResponse } from '@/utils/request';
-import { request } from '@/utils/request';
-
-/**
- * @description 登录
- * @param {LoginParams} data
- * @returns
- */
-export function login(data: API.LoginParams) {
- return request>(
- {
- url: 'login',
- method: 'post',
- data,
- },
- {
- isGetDataDirectly: false,
- },
- );
-}
-/**
- * @description 获取验证码
- */
-export function getImageCaptcha(params?: API.CaptchaParams) {
- return request({
- url: 'captcha/img',
- method: 'get',
- params,
- });
-}
diff --git a/src/api/login/model.d.ts b/src/api/login/model.d.ts
deleted file mode 100644
index aad874481..000000000
--- a/src/api/login/model.d.ts
+++ /dev/null
@@ -1,26 +0,0 @@
-declare namespace API {
- /** 登录参数 */
- type LoginParams = {
- captchaId: string;
- password: string;
- username: string;
- verifyCode: string;
- };
-
- /** 登录成功结果 */
- type LoginResult = {
- token: string;
- };
-
- /** 获取验证码参数 */
- type CaptchaParams = {
- width?: number;
- height?: number;
- };
-
- /** 获取验证码结果 */
- type CaptchaResult = {
- img: string;
- id: string;
- };
-}
diff --git a/src/api/netdisk/index.ts b/src/api/netdisk/index.ts
deleted file mode 100644
index f5f4f038e..000000000
--- a/src/api/netdisk/index.ts
+++ /dev/null
@@ -1,80 +0,0 @@
-import { request } from '@/utils/request';
-import Api from '@/core/permission/modules/netdisk/manage';
-
-export function netdiskManageList(params: API.NetdiskManageListParams) {
- return request({
- url: Api.list,
- method: 'get',
- params,
- });
-}
-
-export function mkdir(data: API.MkdirParams) {
- return request({
- url: Api.mkdir,
- method: 'post',
- data,
- });
-}
-
-export function getUploadToken() {
- return request<{ token: string }>({
- url: Api.token,
- method: 'get',
- });
-}
-
-export function fileInfo(data: API.getManageParams) {
- return request({
- url: Api.info,
- method: 'post',
- data,
- });
-}
-
-export function fileMark(data: API.FIleMarkParams) {
- return request({
- url: Api.mark,
- method: 'post',
- data,
- });
-}
-
-export function downloadFile(data: API.getManageParams) {
- return request({
- url: Api.download,
- method: 'post',
- data,
- });
-}
-export function renameFile(data: API.FileRenameParams) {
- return request({
- url: Api.rename,
- method: 'post',
- data,
- });
-}
-
-export function delFileOrDir(data: API.DelFileOrDirParams) {
- return request({
- url: Api.delete,
- method: 'post',
- data,
- });
-}
-
-export function fileBatchCut(data: API.fileBatchCutParams) {
- return request({
- url: Api.cut,
- method: 'post',
- data,
- });
-}
-
-export function fileBatchCopy(data: API.fileBatchCutParams) {
- return request({
- url: Api.copy,
- method: 'post',
- data,
- });
-}
diff --git a/src/api/netdisk/model.d.ts b/src/api/netdisk/model.d.ts
deleted file mode 100644
index c9c444c1a..000000000
--- a/src/api/netdisk/model.d.ts
+++ /dev/null
@@ -1,112 +0,0 @@
-declare namespace API {
- type FileType = 'file' | 'dir';
-
- type NetdiskManageListParams = {
- /** 分页标识 */
- marker: string;
- /** 当前路径 */
- path: string;
- /** 搜索关键字 */
- key?: string;
- };
-
- type NetdiskManageListItem = {
- id: string;
- type: FileType;
- name: string;
- putTime: string;
- fsize: string;
- mimeType: string;
- belongTo: string;
- };
-
- type NetdiskManageList = {
- /** 文件列表 */
- list: NetdiskManageListItem[];
- /** 分页标志,空则代表加载完毕 */
- marker: string | null;
- };
-
- type MkdirParams = {
- /** 文件夹名称 */
- dirName: string;
- /** 所属路径 */
- path: string;
- };
-
- type getManageParams = {
- /** 文件名 */
- name: string;
- /** 文件所在路径 */
- path: string;
- };
-
- type FileInfo = {
- /** 文件大小,int64类型,单位为字节(Byte) */
- fsize: number;
- /** 文件HASH值 */
- hash: string;
- /** 文件MIME类型,string类型 */
- mimeType: string;
- /** 文件存储类型,2 表示归档存储,1 表示低频存储,0表示普通存储。 */
- type: number;
- /** 文件上传时间 */
- putTime: string;
- /** 文件md5值 */
- md5: string;
- /** 上传人 */
- uploader: string;
- /** 文件备注 */
- mark: string;
- };
-
- type FIleMarkParams = {
- name: string;
- path: string;
- mark: string;
- };
-
- type FileRenameParams = {
- type: string;
- toName: string;
- name: string;
- path: string;
- };
-
- type File = {
- type: FileType;
- name: string;
- };
-
- type DelFileOrDirParams = {
- files: File[];
- path: string;
- };
-
- type fileBatchCutParams = {
- files: File[];
- originPath: string;
- toPath: string;
- };
-
- type OverviewSpaceInfo = {
- // 当前使用容量
- spaceSize: number;
- // 当前文件数量
- fileSize: number;
- // 当天使用流量
- flowSize: number;
- // 当天请求次数
- hitSize: number;
- // 流量趋势,从当月1号开始计算
- flowTrend: {
- times: number[];
- datas: number[];
- };
- // 容量趋势,从当月1号开始计算
- sizeTrend: {
- times: number[];
- datas: number[];
- };
- };
-}
diff --git a/src/api/netdisk/overview.ts b/src/api/netdisk/overview.ts
deleted file mode 100644
index fbf616148..000000000
--- a/src/api/netdisk/overview.ts
+++ /dev/null
@@ -1,8 +0,0 @@
-import { request } from '@/utils/request';
-
-export function getNetdiskDesc() {
- return request({
- url: 'netdisk/overview/desc',
- method: 'get',
- });
-}
diff --git a/src/api/system/dept/index.ts b/src/api/system/dept/index.ts
deleted file mode 100644
index 10c43202b..000000000
--- a/src/api/system/dept/index.ts
+++ /dev/null
@@ -1,96 +0,0 @@
-import { request } from '@/utils/request';
-// import type { BaseResponse } from '@/utils/request';
-import Api from '@/core/permission/modules/sys/dept';
-
-/**
- * @description 获取部门列表
- * @returns
- */
-export function getDeptList() {
- return request({
- url: Api.list,
- method: 'get',
- });
-}
-
-/**
- * @description 部门移动排序
- * @param {API.MovedDeptsParams} data
- * @returns
- */
-export function moveDeptList(data: API.MovedDeptsParams) {
- return request({
- url: Api.move,
- method: 'post',
- data,
- });
-}
-
-/**
- * @description 删除部门
- * @param {API.DelDeptParams} data
- * @returns
- */
-export function deleteDept(data: API.DelDeptParams) {
- return request(
- {
- url: 'sys/dept/delete',
- method: 'post',
- data,
- },
- {
- successMsg: '删除成功',
- },
- );
-}
-
-/**
- * @description 更新某个部门
- * @param {API.UpdateDeptParams} data 参数
- * @returns
- */
-export function updateDept(data: API.UpdateDeptParams) {
- return request({
- url: Api.update,
- method: 'post',
- data,
- });
-}
-
-/**
- * @description 创建部门
- * @param {API.CreateDeptParams} data 参数
- * @returns
- */
-export function createDept(data: API.CreateDeptParams) {
- return request({
- url: Api.add,
- method: 'post',
- data,
- });
-}
-/**
- * @description 查询单个部门信息
- * @param query
- * @returns
- */
-export function getDeptInfo(query: { departmentId: string | number }) {
- return request({
- url: Api.info,
- method: 'get',
- params: query,
- });
-}
-
-/**
- * @description 管理员部门转移
- * @param data
- * @returns
- */
-export function transferDept(data: API.TransferDeptParams) {
- return request({
- url: Api.transfer,
- method: 'post',
- data,
- });
-}
diff --git a/src/api/system/dept/model.d.ts b/src/api/system/dept/model.d.ts
deleted file mode 100644
index 5730ba338..000000000
--- a/src/api/system/dept/model.d.ts
+++ /dev/null
@@ -1,68 +0,0 @@
-declare namespace API {
- /** 获取系统部门返回结果 */
- type SysDeptListResult = {
- createTime: string;
- updateTime: string;
- id: number;
- parentId: number;
- name: string;
- orderNum: number;
- keyPath?: number[];
- };
- /** 部门 */
- type MovedDeptItem = {
- id: number;
- parentId: number;
- };
-
- /** 要排序的部门 */
- type MovedDeptsParams = {
- depts: MovedDeptItem[];
- };
-
- /** 删除部门的参数 */
- type DelDeptParams = {
- departmentId: number | string;
- };
-
- /** 更新某个部门需要传的参数 */
- type UpdateDeptParams = {
- name: string;
- parentId: number | string;
- orderNum: number;
- id: number | string;
- };
-
- /** 创建部门参数 */
- type CreateDeptParams = {
- name: string;
- parentId: number;
- orderNum: number;
- };
-
- /** 管理员部门转移 */
- type TransferDeptParams = {
- userIds: number[];
- departmentId: number;
- };
-
- /** 部门详情 */
- type GetDeptInfoResult = {
- department: {
- createTime: string;
- updateTime: string;
- id: number;
- parentId: number;
- name: 'string';
- orderNum: number;
- };
- parentDepartment: {
- createTime: string;
- updateTime: string;
- id: number;
- parentId: number;
- name: 'string';
- orderNum: number;
- };
- };
-}
diff --git a/src/api/system/log/index.ts b/src/api/system/log/index.ts
deleted file mode 100644
index d2abd68d4..000000000
--- a/src/api/system/log/index.ts
+++ /dev/null
@@ -1,31 +0,0 @@
-import { request } from '@/utils/request';
-import LogApi from '@/core/permission/modules/sys/log';
-
-export function getReqLogList(query: API.PageParams) {
- return request(
- {
- url: LogApi.req,
- method: 'get',
- params: query,
- },
- {
- isMock: true,
- },
- );
-}
-
-export function getLoginLogList(query: API.PageParams) {
- return request>({
- url: LogApi.login,
- method: 'get',
- params: query,
- });
-}
-
-export function getTaskLogList(query: API.PageParams) {
- return request>({
- url: LogApi.task,
- method: 'get',
- params: query,
- });
-}
diff --git a/src/api/system/log/model.d.ts b/src/api/system/log/model.d.ts
deleted file mode 100644
index 4a25a6fc8..000000000
--- a/src/api/system/log/model.d.ts
+++ /dev/null
@@ -1,42 +0,0 @@
-declare namespace API {
- /** 登录日志项结果 */
- type LoginLogListItemResult = {
- id: number;
- ip: string;
- os: string;
- browser: string;
- time: string;
- username: string;
- };
- /** 登录日志结果 */
- type LoginLogListResult = LoginLogListItemResult[];
-
- /** 请求日志项结果 */
- type ReqLogListItemResult = {
- createTime: string;
- updateTime: string;
- id: number;
- ip: string;
- userId: number;
- params: string;
- action: string;
- method: string;
- status: number;
- consumeTime: number;
- };
- /** 请求日志结果 */
- type ReqLogListResult = ReqLogListItemResult[];
-
- /** 任务日志项结果 */
- type TaskLogListItemResult = {
- id: number;
- taskId: number;
- name: string;
- createdAt: string;
- consumeTime: number;
- detail: string;
- status: number;
- };
- /** 任务日志结果 */
- type TaskLogListResult = TaskLogListItemResult[];
-}
diff --git a/src/api/system/menu/index.ts b/src/api/system/menu/index.ts
deleted file mode 100644
index 04b047524..000000000
--- a/src/api/system/menu/index.ts
+++ /dev/null
@@ -1,56 +0,0 @@
-import { request } from '@/utils/request';
-import Api from '@/core/permission/modules/sys/menu';
-
-export function getMenuList() {
- return request({
- url: Api.list,
- method: 'get',
- });
-}
-
-export function getMenuInfo(query: { menuId: number }) {
- return request({
- url: Api.info,
- method: 'get',
- params: query,
- });
-}
-
-export function createMenu(data: API.MenuAddParams) {
- return request(
- {
- url: Api.add,
- method: 'post',
- data,
- },
- {
- successMsg: '创建成功',
- },
- );
-}
-
-export function updateMenu(data: API.MenuUpdateParams) {
- return request(
- {
- url: Api.update,
- method: 'post',
- data,
- },
- {
- successMsg: '更新成功',
- },
- );
-}
-
-export function deleteMenu(data: { menuId: number }) {
- return request(
- {
- url: Api.delete,
- method: 'post',
- data,
- },
- {
- successMsg: '删除成功',
- },
- );
-}
diff --git a/src/api/system/menu/model.d.ts b/src/api/system/menu/model.d.ts
deleted file mode 100644
index 999580cd7..000000000
--- a/src/api/system/menu/model.d.ts
+++ /dev/null
@@ -1,77 +0,0 @@
-declare namespace API {
- type MenuListResultItem = {
- createTime: string;
- updatedAt: string;
- id: number;
- parentId: number;
- name: string;
- router: string;
- perms: string;
- /** 0: '目录', 1: '菜单', 2: '权限' */
- type: number;
- icon: string;
- orderNum: number;
- viewPath: string;
- keepalive: boolean;
- isShow: boolean;
- keyPath?: number[];
- };
-
- /** 获取菜单列表参数 */
- type MenuListResult = MenuListResultItem[];
-
- /** 新增菜单参数 */
- type MenuAddParams = {
- type: number;
- parentId: number;
- name: string;
- orderNum: number;
- router: string;
- isExt: boolean;
- openMode: number;
- isShow: boolean;
- keepalive: boolean;
- icon: string;
- perms: string;
- viewPath: string;
- };
-
- /** 更新某项菜单参数 */
- type MenuUpdateParams = MenuAddParams & {
- menuId: number;
- };
-
- /** 获取菜单详情结果 */
- type MenuInfoResult = {
- menu: {
- createTime: string;
- updateTime: string;
- id: number;
- parentId: number;
- name: string;
- router: string;
- perms: string;
- type: number;
- icon: string;
- orderNum: number;
- viewPath: string;
- keepalive: boolean;
- isShow: boolean;
- };
- parentMenu: {
- createTime: string;
- updateTime: string;
- id: number;
- parentId: number;
- name: string;
- router: string;
- perms: string;
- type: number;
- icon: string;
- orderNum: number;
- viewPath: string;
- keepalive: boolean;
- isShow: boolean;
- };
- };
-}
diff --git a/src/api/system/online/index.ts b/src/api/system/online/index.ts
deleted file mode 100644
index 2369cfd16..000000000
--- a/src/api/system/online/index.ts
+++ /dev/null
@@ -1,17 +0,0 @@
-import { request } from '@/utils/request';
-import OnlineApi from '@/core/permission/modules/sys/online';
-
-export function getOnlineList() {
- return request>({
- url: OnlineApi.list,
- method: 'get',
- });
-}
-
-export function kickUser(data: { id: number }) {
- return request({
- url: OnlineApi.kick,
- method: 'post',
- data,
- });
-}
diff --git a/src/api/system/online/model.d.ts b/src/api/system/online/model.d.ts
deleted file mode 100644
index 0e3239790..000000000
--- a/src/api/system/online/model.d.ts
+++ /dev/null
@@ -1,15 +0,0 @@
-declare namespace API {
- /** 在线用户列表项 */
- type OnlineUserListItem = {
- id: number;
- ip: string;
- username: string;
- isCurrent: true;
- time: string;
- os: string;
- browser: string;
- disable: boolean;
- };
- /** 在线用户列表 */
- type OnlineUserListResult = OnlineUserListItem[];
-}
diff --git a/src/api/system/param-config/index.ts b/src/api/system/param-config/index.ts
deleted file mode 100644
index 2696bca09..000000000
--- a/src/api/system/param-config/index.ts
+++ /dev/null
@@ -1,58 +0,0 @@
-import { request } from '@/utils/request';
-// import type { BaseResponse } from '@/utils/request';
-import Api from '@/core/permission/modules/sys/param-config';
-
-export function getParamConfigInfo(params: { id: number }) {
- return request({
- url: Api.info,
- method: 'get',
- params,
- });
-}
-
-export function getParamConfigList(params: API.PageParams) {
- return request({
- url: Api.page,
- method: 'get',
- params,
- });
-}
-
-export function createParamConfig(data: API.CreateParamConfigParams) {
- return request(
- {
- url: Api.add,
- method: 'post',
- data,
- },
- {
- successMsg: '添加参数成功',
- },
- );
-}
-
-export function updateParamConfig(data: API.UpdateParamConfigParams) {
- return request(
- {
- url: Api.update,
- method: 'post',
- data,
- },
- {
- successMsg: '更新参数配置成功',
- },
- );
-}
-
-export function deleteParamConfig(data: API.DeleteParamConfigParams) {
- return request(
- {
- url: Api.delete,
- method: 'post',
- data,
- },
- {
- successMsg: '删除参数配置成功',
- },
- );
-}
diff --git a/src/api/system/param-config/model.d.ts b/src/api/system/param-config/model.d.ts
deleted file mode 100644
index 754ea29e5..000000000
--- a/src/api/system/param-config/model.d.ts
+++ /dev/null
@@ -1,46 +0,0 @@
-declare namespace API {
- /** 新增参数配置 */
- type CreateParamConfigParams = {
- name: string;
- key: string;
- value: string;
- remark: string;
- };
- /** 更新参数配置 */
- type UpdateParamConfigParams = {
- id: number;
- name: string;
- value: string;
- remark: string;
- };
-
- /** 参数配置列表项 */
- type ParamConfigListItem = {
- createdAt: string;
- updatedAt: string;
- id: number;
- key: string;
- name: string;
- value: string;
- remark: string;
- };
-
- /** 参数配置列表 */
- type ParamConfigListResult = ParamConfigListItem[];
-
- /** 参数配置详情 */
- type ParamConfigInfoResult = {
- createdAt: string;
- updatedAt: string;
- id: number;
- key: string;
- name: string;
- value: string;
- remark: string;
- };
-
- /** 删除参数配置 */
- type DeleteParamConfigParams = {
- ids: number[];
- };
-}
diff --git a/src/api/system/role/index.ts b/src/api/system/role/index.ts
deleted file mode 100644
index 1c714cbbf..000000000
--- a/src/api/system/role/index.ts
+++ /dev/null
@@ -1,66 +0,0 @@
-import { request } from '@/utils/request';
-// import type { BaseResponse } from '@/utils/request';
-import Api from '@/core/permission/modules/sys/role';
-
-export function getRoleInfo(query: { roleId: number }) {
- return request({
- url: Api.info,
- method: 'get',
- params: query,
- });
-}
-
-export function getRoleList(data?: API.PageParams) {
- return request({
- url: Api.list,
- method: 'get',
- data,
- });
-}
-
-export function getRoleListByPage(query: API.PageParams) {
- return request({
- url: Api.page,
- method: 'get',
- params: query,
- });
-}
-
-export function createRole(data: API.CreateRoleParams) {
- return request(
- {
- url: Api.add,
- method: 'post',
- data,
- },
- {
- successMsg: '创建角色成功',
- },
- );
-}
-
-export function updateRole(data: API.UpdateRoleParams) {
- return request(
- {
- url: Api.update,
- method: 'post',
- data,
- },
- {
- successMsg: '更新角色成功',
- },
- );
-}
-
-export function deleteRole(data: { roleIds: number[] }) {
- return request(
- {
- url: Api.delete,
- method: 'post',
- data,
- },
- {
- successMsg: '删除角色成功',
- },
- );
-}
diff --git a/src/api/system/role/model.d.ts b/src/api/system/role/model.d.ts
deleted file mode 100644
index a3a11f916..000000000
--- a/src/api/system/role/model.d.ts
+++ /dev/null
@@ -1,55 +0,0 @@
-declare namespace API {
- /** 新增角色 */
- type CreateRoleParams = {
- name: string;
- label: string;
- remark: string;
- menus: Key[];
- depts: number[];
- };
- /** 更新角色 */
- type UpdateRoleParams = CreateRoleParams & {
- roleId: number;
- };
-
- /** 角色列表项 */
- type RoleListResultItem = {
- createdAt: string;
- updatedAt: string;
- id: number;
- userId: string;
- name: string;
- label: string;
- remark: string;
- };
-
- /** 角色列表 */
- type RoleListResult = RoleListResultItem[];
-
- /** 角色详情 */
- type RoleInfoResult = {
- roleInfo: {
- createTime: string;
- updateTime: string;
- id: number;
- userId: string;
- name: string;
- label: string;
- remark: string;
- };
- menus: {
- createTime: string;
- updateTime: string;
- id: number;
- roleId: number;
- menuId: number;
- }[];
- depts: {
- createTime: string;
- updateTime: string;
- id: number;
- roleId: number;
- departmentId: number;
- }[];
- };
-}
diff --git a/src/api/system/serve/index.ts b/src/api/system/serve/index.ts
deleted file mode 100644
index 75d9f77c2..000000000
--- a/src/api/system/serve/index.ts
+++ /dev/null
@@ -1,9 +0,0 @@
-import { request } from '@/utils/request';
-import ServeApi from '@/core/permission/modules/sys/serve';
-
-export function getServeStat() {
- return request({
- url: ServeApi.stat,
- method: 'get',
- });
-}
diff --git a/src/api/system/serve/model.d.ts b/src/api/system/serve/model.d.ts
deleted file mode 100644
index 05bee05cd..000000000
--- a/src/api/system/serve/model.d.ts
+++ /dev/null
@@ -1,42 +0,0 @@
-declare namespace API {
- export interface Runtime {
- os: string;
- arch: string;
- nodeVersion: string;
- npmVersion: string;
- }
-
- export interface CoresLoad {
- rawLoad: number;
- rawLoadIdle: number;
- }
-
- export interface Cpu {
- manufacturer: string;
- brand: string;
- physicalCores: number;
- model: string;
- speed: number;
- rawCurrentLoad: number;
- rawCurrentLoadIdle: number;
- coresLoad: CoresLoad[];
- }
-
- export interface Disk {
- size: number;
- used: number;
- available: number;
- }
-
- export interface Memory {
- total: number;
- available: number;
- }
-
- export interface SysServeStat {
- runtime: Runtime;
- cpu: Cpu;
- disk: Disk;
- memory: Memory;
- }
-}
diff --git a/src/api/system/task/index.ts b/src/api/system/task/index.ts
deleted file mode 100644
index f9b9fde6a..000000000
--- a/src/api/system/task/index.ts
+++ /dev/null
@@ -1,80 +0,0 @@
-import { request } from '@/utils/request';
-import Api from '@/core/permission/modules/sys/task';
-
-type CommonParams = {
- id: number;
-};
-
-export function getSysTaskList(params?: API.PageParams) {
- return request>({
- url: Api.page,
- method: 'get',
- params,
- });
-}
-
-export function getSysTaskInfo(params: CommonParams) {
- return request({
- url: Api.info,
- method: 'get',
- params,
- });
-}
-
-export function sysTaskAdd(data?: API.PageParams) {
- return request(
- {
- url: Api.add,
- method: 'post',
- data,
- },
- {
- successMsg: '添加成功',
- },
- );
-}
-
-export function sysTaskDelete(data?: API.PageParams) {
- return request({
- url: Api.delete,
- method: 'post',
- data,
- });
-}
-
-export function sysTaskUpdate(data?: API.PageParams) {
- return request(
- {
- url: Api.update,
- method: 'post',
- data,
- },
- {
- successMsg: '修改成功',
- },
- );
-}
-
-export function sysTaskOnce(data: CommonParams) {
- return request({
- url: Api.once,
- method: 'post',
- data,
- });
-}
-
-export function sysTaskStart(data: CommonParams) {
- return request({
- url: Api.start,
- method: 'post',
- data,
- });
-}
-
-export function sysTaskStop(data: CommonParams) {
- return request({
- url: Api.stop,
- method: 'post',
- data,
- });
-}
diff --git a/src/api/system/task/model.d.ts b/src/api/system/task/model.d.ts
deleted file mode 100644
index 1c4f86bce..000000000
--- a/src/api/system/task/model.d.ts
+++ /dev/null
@@ -1,57 +0,0 @@
-declare namespace API {
- /** 任务列表项 */
- export type SysTaskListItem = {
- createdAt: string;
- updatedAt: string;
- id: number;
- name: string;
- service: string;
- type: number;
- status: number;
- startTime: string;
- endTime: string;
- limit: number;
- cron: string;
- every: number;
- data: string;
- jobOpts: string;
- remark: string;
- };
- /** 添加任务参数 */
- export type SysTaskAddParams = {
- name: string;
- service: string;
- type: number;
- status: number;
- startTime: string;
- endTime: string;
- limit: number;
- cron: string;
- every: number;
- data: string;
- remark: string;
- };
-
- /** 更新任务参数 */
- export type SysTaskUpdateParams = SysTaskAddParams & {
- id: number;
- };
- /** 获取任务详情返回结果 */
- export type SysTaskInfoResult = {
- createdAt: string;
- updatedAt: string;
- id: number;
- name: string;
- service: string;
- type: number;
- status: number;
- startTime: string;
- endTime: string;
- limit: number;
- cron: string;
- every: number;
- data: string;
- jobOpts: string;
- remark: string;
- };
-}
diff --git a/src/api/system/user/index.ts b/src/api/system/user/index.ts
deleted file mode 100644
index 7a54f2930..000000000
--- a/src/api/system/user/index.ts
+++ /dev/null
@@ -1,65 +0,0 @@
-import { request } from '@/utils/request';
-import Api from '@/core/permission/modules/sys/user';
-
-export function getUserListPage(data: API.PageParams<{ departmentIds: number[] }>) {
- return request>({
- url: Api.page,
- method: 'post',
- data,
- });
-}
-
-export function createUser(data: API.CreateUserParams) {
- return request(
- {
- url: Api.add,
- method: 'post',
- data,
- },
- {
- successMsg: '创建用户成功',
- },
- );
-}
-
-export function getUserInfo(query: { userId: number }) {
- return request({
- url: Api.info,
- method: 'get',
- params: query,
- });
-}
-
-export function updateUser(data: API.UpdateAdminInfoParams) {
- return request(
- {
- url: Api.update,
- method: 'post',
- data,
- },
- {
- successMsg: '修改用户成功',
- },
- );
-}
-
-export function updateUserPassword(data: API.UpdateAdminUserPassword) {
- return request(
- {
- url: Api.password,
- method: 'post',
- data,
- },
- {
- successMsg: '操作成功',
- },
- );
-}
-
-export function deleteUsers(data: { userIds: number[] }) {
- return request({
- url: Api.delete,
- method: 'post',
- data,
- });
-}
diff --git a/src/api/system/user/model.d.ts b/src/api/system/user/model.d.ts
deleted file mode 100644
index 974bda3e4..000000000
--- a/src/api/system/user/model.d.ts
+++ /dev/null
@@ -1,75 +0,0 @@
-declare namespace API {
- type UserListPageResultItem = {
- createdAt: string;
- departmentId: number;
- email: string;
- headImg: string;
- id: number;
- name: string;
- nickName: string;
- phone: string;
- remark: string;
- status: number;
- updatedAt: string;
- username: string;
- departmentName: string;
- roleNames: string[];
- keyPath?: number[];
- };
-
- /** 获取用户列表结果 */
- type UserListPageResult = UserListPageResultItem[];
-
- /** 创建用户参数 */
- type CreateUserParams = {
- departmentId: number;
- name: string;
- username: string;
- roles: number[];
- nickName: string;
- email: string;
- phone: string;
- remark: string;
- status: number;
- };
-
- /** 管理员用户详情 */
- type AdminUserInfo = {
- createTime: string;
- updateTime: string;
- id: number;
- departmentId: number;
- name: string;
- username: string;
- password: string;
- psalt: string;
- nickName: string;
- headImg: string;
- email: string;
- phone: string;
- remark: string;
- status: number;
- roles: string[];
- departmentName: string;
- };
-
- /** 更新管理员用户参数 */
- type UpdateAdminInfoParams = {
- departmentId: number;
- name: string;
- username: string;
- roles: number[];
- nickName: string;
- email: string;
- phone: string;
- remark: string;
- status: number;
- id: number;
- };
-
- /** 更新管理员密码 */
- type UpdateAdminUserPassword = {
- userId: number;
- password: string;
- };
-}
diff --git a/src/api/typings.d.ts b/src/api/typings.d.ts
index 6942c7000..49b7c3f77 100644
--- a/src/api/typings.d.ts
+++ b/src/api/typings.d.ts
@@ -4,21 +4,23 @@
declare namespace API {
/** 全局通过表格查询返回结果 */
type TableListResult = {
- list: T;
- pagination?: PaginationResult;
+ items?: T;
+ meta?: PaginationResult;
};
/** 全局通用表格分页返回数据结构 */
type PaginationResult = {
- page: number;
- size: number;
- total: number;
+ itemCount?: number;
+ totalItems?: number;
+ itemsPerPage?: number;
+ totalPages?: number;
+ currentPage?: number;
};
/** 全局通用表格分页请求参数 */
type PageParams = {
- limit?: number;
page?: number;
+ pageSize?: number;
} & {
[P in keyof T]?: T[P];
};
diff --git a/src/components/basic/context-menu/src/ContextMenu.vue b/src/components/basic/context-menu/src/ContextMenu.vue
index ddcc1428b..dd8d1d2d5 100644
--- a/src/components/basic/context-menu/src/ContextMenu.vue
+++ b/src/components/basic/context-menu/src/ContextMenu.vue
@@ -3,7 +3,7 @@
import { Menu, Divider } from 'ant-design-vue';
import type { ContextMenuItem, ItemContentProps, Axis } from './typing';
import type { FunctionalComponent, CSSProperties, PropType } from 'vue';
- import { IconFont } from '@/components/basic/iconfont';
+ import { IconFont } from '@/components/basic/icon';
const prefixCls = 'context-menu';
diff --git a/src/components/basic/excel/src/ExportExcelModal.tsx b/src/components/basic/excel/src/ExportExcelModal.tsx
index 612b7e4a3..25768e449 100644
--- a/src/components/basic/excel/src/ExportExcelModal.tsx
+++ b/src/components/basic/excel/src/ExportExcelModal.tsx
@@ -2,7 +2,7 @@ import type { ExportModalResult } from './typing';
import type { FormSchema } from '@/components/core/schema-form/';
import { useI18n } from '@/hooks/useI18n';
-import { useFormModal } from '@/hooks/useModal/useFormModal';
+import { useFormModal } from '@/hooks/useModal/';
export type OpenModalOptions = {
onOk: (val: ExportModalResult) => any;
diff --git a/src/components/basic/icon/Icon.vue b/src/components/basic/icon/Icon.vue
new file mode 100644
index 000000000..528459441
--- /dev/null
+++ b/src/components/basic/icon/Icon.vue
@@ -0,0 +1,45 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/basic/icon/index.ts b/src/components/basic/icon/index.ts
new file mode 100644
index 000000000..b04845e0c
--- /dev/null
+++ b/src/components/basic/icon/index.ts
@@ -0,0 +1,8 @@
+export { default as IconPicker } from './src/IconPicker.vue';
+export { default as SvgIcon } from './src/SvgIcon.vue';
+export { default as Icon } from './Icon.vue';
+export { default as IconFont } from './src/icon-font';
+
+export * from './src/props';
+
+export { setupIcons } from './src/icons.data';
diff --git a/src/components/basic/icon/src/IconPicker.vue b/src/components/basic/icon/src/IconPicker.vue
new file mode 100644
index 000000000..24129ca7d
--- /dev/null
+++ b/src/components/basic/icon/src/IconPicker.vue
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/basic/svg-icon/svg-icon.vue b/src/components/basic/icon/src/SvgIcon.vue
similarity index 74%
rename from src/components/basic/svg-icon/svg-icon.vue
rename to src/components/basic/icon/src/SvgIcon.vue
index b6e03f38f..a5f7e25b3 100644
--- a/src/components/basic/svg-icon/svg-icon.vue
+++ b/src/components/basic/icon/src/SvgIcon.vue
@@ -6,24 +6,13 @@
-
diff --git a/src/components/basic/iframe-page/index.ts b/src/components/basic/iframe-page/index.ts
index dbce6020f..88c330ade 100644
--- a/src/components/basic/iframe-page/index.ts
+++ b/src/components/basic/iframe-page/index.ts
@@ -1,4 +1,3 @@
import IFramePage from './index.vue';
-import type { DefineComponent } from 'vue';
-export default IFramePage as unknown as DefineComponent<{ src: string }>;
+export default IFramePage;
diff --git a/src/components/basic/locale-picker/index.vue b/src/components/basic/locale-picker/index.vue
index 2a22f0519..e4898e972 100644
--- a/src/components/basic/locale-picker/index.vue
+++ b/src/components/basic/locale-picker/index.vue
@@ -16,7 +16,7 @@
import { Dropdown, Menu } from 'ant-design-vue';
import { useLocale } from '@/locales/useLocale';
import { type LocaleType, localeList } from '@/locales/config';
- import { SvgIcon } from '@/components/basic/svg-icon';
+ import { SvgIcon } from '@/components/basic/icon';
const props = defineProps({
/**
diff --git a/src/components/basic/svg-icon/index.ts b/src/components/basic/svg-icon/index.ts
deleted file mode 100644
index c1804b001..000000000
--- a/src/components/basic/svg-icon/index.ts
+++ /dev/null
@@ -1,3 +0,0 @@
-import SvgIcon from './svg-icon.vue';
-
-export { SvgIcon };
diff --git a/src/components/basic/tinymce/constants.ts b/src/components/basic/tinymce/constants.ts
new file mode 100644
index 000000000..33bb47ed4
--- /dev/null
+++ b/src/components/basic/tinymce/constants.ts
@@ -0,0 +1,37 @@
+export const plugins = [
+ 'accordion',
+ 'advlist',
+ 'anchor',
+ 'autolink',
+ // 'autoresize',
+ 'autosave',
+ 'charmap',
+ 'code',
+ 'codesample',
+ 'directionality',
+ 'emoticons',
+ 'fullscreen',
+ 'help',
+ 'image',
+ 'importcss',
+ 'insertdatetime',
+ 'link',
+ 'lists',
+ 'media',
+ 'nonbreaking',
+ 'pagebreak',
+ 'preview',
+ 'quickbars',
+ 'save',
+ 'searchreplace',
+ 'table',
+ // 'template', // template, replaced by Advanced Template
+ 'visualblocks',
+ 'visualchars',
+ 'wordcount',
+];
+
+export const toolbar = [
+ 'fontsizeselect lineheight searchreplace bold italic underline strikethrough alignleft aligncenter alignright outdent indent blockquote undo redo removeformat subscript superscript code codesample',
+ 'hr bullist numlist link preview anchor pagebreak insertdatetime media forecolor backcolor fullscreen',
+];
diff --git a/src/components/basic/tinymce/index.ts b/src/components/basic/tinymce/index.ts
new file mode 100644
index 000000000..4d2c88a73
--- /dev/null
+++ b/src/components/basic/tinymce/index.ts
@@ -0,0 +1,5 @@
+import TinymceEditor from './index.vue';
+
+export default TinymceEditor;
+
+export { TinymceEditor };
diff --git a/src/components/basic/tinymce/index.vue b/src/components/basic/tinymce/index.vue
new file mode 100644
index 000000000..a7ef5f5ad
--- /dev/null
+++ b/src/components/basic/tinymce/index.vue
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+
diff --git a/src/components/basic/tinymce/langs/index.ts b/src/components/basic/tinymce/langs/index.ts
new file mode 100644
index 000000000..903ddeb68
--- /dev/null
+++ b/src/components/basic/tinymce/langs/index.ts
@@ -0,0 +1,7 @@
+const modules = import.meta.glob('./*.js', { as: 'url', eager: true });
+
+export default Object.entries(modules).reduce((prev, [key, value]) => {
+ const name = key.replace(/\.\/(.+)\.js/, '$1');
+ prev[name] = value;
+ return prev;
+}, {});
diff --git a/src/components/basic/tinymce/langs/zh_CN.js b/src/components/basic/tinymce/langs/zh_CN.js
new file mode 100644
index 000000000..ff677d628
--- /dev/null
+++ b/src/components/basic/tinymce/langs/zh_CN.js
@@ -0,0 +1,428 @@
+tinymce.addI18n('zh_CN', {
+ Redo: '\u91cd\u505a',
+ Undo: '\u64a4\u9500',
+ Cut: '\u526a\u5207',
+ Copy: '\u590d\u5236',
+ Paste: '\u7c98\u8d34',
+ 'Select all': '\u5168\u9009',
+ 'New document': '\u65b0\u5efa\u6587\u6863',
+ Ok: '\u786e\u5b9a',
+ Cancel: '\u53d6\u6d88',
+ 'Visual aids': '\u7f51\u683c\u7ebf',
+ Bold: '\u7c97\u4f53',
+ Italic: '\u659c\u4f53',
+ Underline: '\u4e0b\u5212\u7ebf',
+ Strikethrough: '\u5220\u9664\u7ebf',
+ Superscript: '\u4e0a\u6807',
+ Subscript: '\u4e0b\u6807',
+ 'Clear formatting': '\u6e05\u9664\u683c\u5f0f',
+ Remove: '\u79fb\u9664',
+ 'Align left': '\u5de6\u5bf9\u9f50',
+ 'Align center': '\u5c45\u4e2d\u5bf9\u9f50',
+ 'Align right': '\u53f3\u5bf9\u9f50',
+ 'No alignment': '\u672a\u5bf9\u9f50',
+ Justify: '\u4e24\u7aef\u5bf9\u9f50',
+ 'Bullet list': '\u65e0\u5e8f\u5217\u8868',
+ 'Numbered list': '\u6709\u5e8f\u5217\u8868',
+ 'Decrease indent': '\u51cf\u5c11\u7f29\u8fdb',
+ 'Increase indent': '\u589e\u52a0\u7f29\u8fdb',
+ Close: '\u5173\u95ed',
+ Formats: '\u683c\u5f0f',
+ "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.":
+ '\u4f60\u7684\u6d4f\u89c8\u5668\u4e0d\u652f\u6301\u6253\u5f00\u526a\u8d34\u677f\uff0c\u8bf7\u4f7f\u7528Ctrl+X/C/V\u7b49\u5feb\u6377\u952e\u3002',
+ Headings: '\u6807\u9898',
+ 'Heading 1': '\u4e00\u7ea7\u6807\u9898',
+ 'Heading 2': '\u4e8c\u7ea7\u6807\u9898',
+ 'Heading 3': '\u4e09\u7ea7\u6807\u9898',
+ 'Heading 4': '\u56db\u7ea7\u6807\u9898',
+ 'Heading 5': '\u4e94\u7ea7\u6807\u9898',
+ 'Heading 6': '\u516d\u7ea7\u6807\u9898',
+ Preformatted: '\u9884\u5148\u683c\u5f0f\u5316\u7684',
+ Div: 'Div',
+ Pre: '\u524d\u8a00',
+ Code: '\u4ee3\u7801',
+ Paragraph: '\u6bb5\u843d',
+ Blockquote: '\u5f15\u6587\u533a\u5757',
+ Inline: '\u6587\u672c',
+ Blocks: '\u6837\u5f0f',
+ 'Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.':
+ '\u5f53\u524d\u4e3a\u7eaf\u6587\u672c\u7c98\u8d34\u6a21\u5f0f\uff0c\u518d\u6b21\u70b9\u51fb\u53ef\u4ee5\u56de\u5230\u666e\u901a\u7c98\u8d34\u6a21\u5f0f\u3002',
+ Fonts: '\u5b57\u4f53',
+ 'Font sizes': '\u5b57\u4f53\u5927\u5c0f',
+ Class: '\u7c7b\u578b',
+ 'Browse for an image': '\u6d4f\u89c8\u56fe\u50cf',
+ OR: '\u6216',
+ 'Drop an image here': '\u62d6\u653e\u4e00\u5f20\u56fe\u50cf\u81f3\u6b64',
+ Upload: '\u4e0a\u4f20',
+ 'Uploading image': '\u4e0a\u4f20\u56fe\u7247',
+ Block: '\u5757',
+ Align: '\u5bf9\u9f50',
+ Default: '\u9884\u8bbe',
+ Circle: '\u7a7a\u5fc3\u5706',
+ Disc: '\u5b9e\u5fc3\u5706',
+ Square: '\u5b9e\u5fc3\u65b9\u5757',
+ 'Lower Alpha': '\u5c0f\u5199\u82f1\u6587\u5b57\u6bcd',
+ 'Lower Greek': '\u5c0f\u5199\u5e0c\u814a\u5b57\u6bcd',
+ 'Lower Roman': '\u5c0f\u5199\u7f57\u9a6c\u6570\u5b57',
+ 'Upper Alpha': '\u5927\u5199\u82f1\u6587\u5b57\u6bcd',
+ 'Upper Roman': '\u5927\u5199\u7f57\u9a6c\u6570\u5b57',
+ 'Anchor...': '\u951a\u70b9...',
+ Anchor: '\u951a\u70b9',
+ Name: '\u540d\u79f0',
+ ID: 'ID',
+ 'ID should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.':
+ 'ID\u5e94\u8be5\u4ee5\u82f1\u6587\u5b57\u6bcd\u5f00\u5934\uff0c\u540e\u9762\u53ea\u80fd\u6709\u82f1\u6587\u5b57\u6bcd\u3001\u6570\u5b57\u3001\u7834\u6298\u53f7\u3001\u70b9\u3001\u5192\u53f7\u6216\u4e0b\u5212\u7ebf\u3002',
+ 'You have unsaved changes are you sure you want to navigate away?':
+ '\u4f60\u8fd8\u6709\u6587\u6863\u5c1a\u672a\u4fdd\u5b58\uff0c\u786e\u5b9a\u8981\u79bb\u5f00\uff1f',
+ 'Restore last draft': '\u6062\u590d\u4e0a\u6b21\u7684\u8349\u7a3f',
+ 'Special character...': '\u7279\u6b8a\u5b57\u7b26...',
+ 'Special Character': '\u7279\u6b8a\u5b57\u7b26',
+ 'Source code': '\u6e90\u4ee3\u7801',
+ 'Insert/Edit code sample': '\u63d2\u5165/\u7f16\u8f91\u4ee3\u7801\u793a\u4f8b',
+ Language: '\u8bed\u8a00',
+ 'Code sample...': '\u793a\u4f8b\u4ee3\u7801...',
+ 'Left to right': '\u7531\u5de6\u5230\u53f3',
+ 'Right to left': '\u7531\u53f3\u5230\u5de6',
+ Title: '\u6807\u9898',
+ Fullscreen: '\u5168\u5c4f',
+ Action: '\u52a8\u4f5c',
+ Shortcut: '\u5feb\u6377\u65b9\u5f0f',
+ Help: '\u5e2e\u52a9',
+ Address: '\u5730\u5740',
+ 'Focus to menubar': '\u79fb\u52a8\u7126\u70b9\u5230\u83dc\u5355\u680f',
+ 'Focus to toolbar': '\u79fb\u52a8\u7126\u70b9\u5230\u5de5\u5177\u680f',
+ 'Focus to element path': '\u79fb\u52a8\u7126\u70b9\u5230\u5143\u7d20\u8def\u5f84',
+ 'Focus to contextual toolbar': '\u79fb\u52a8\u7126\u70b9\u5230\u4e0a\u4e0b\u6587\u83dc\u5355',
+ 'Insert link (if link plugin activated)':
+ '\u63d2\u5165\u94fe\u63a5 (\u5982\u679c\u94fe\u63a5\u63d2\u4ef6\u5df2\u6fc0\u6d3b)',
+ 'Save (if save plugin activated)':
+ '\u4fdd\u5b58(\u5982\u679c\u4fdd\u5b58\u63d2\u4ef6\u5df2\u6fc0\u6d3b)',
+ 'Find (if searchreplace plugin activated)':
+ '\u67e5\u627e(\u5982\u679c\u67e5\u627e\u66ff\u6362\u63d2\u4ef6\u5df2\u6fc0\u6d3b)',
+ 'Plugins installed ({0}):': '\u5df2\u5b89\u88c5\u63d2\u4ef6 ({0}):',
+ 'Premium plugins:': '\u4f18\u79c0\u63d2\u4ef6\uff1a',
+ 'Learn more...': '\u4e86\u89e3\u66f4\u591a...',
+ 'You are using {0}': '\u4f60\u6b63\u5728\u4f7f\u7528 {0}',
+ Plugins: '\u63d2\u4ef6',
+ 'Handy Shortcuts': '\u5feb\u6377\u952e',
+ 'Horizontal line': '\u6c34\u5e73\u5206\u5272\u7ebf',
+ 'Insert/edit image': '\u63d2\u5165/\u7f16\u8f91\u56fe\u7247',
+ 'Alternative description': '\u66ff\u4ee3\u63cf\u8ff0',
+ Accessibility: '\u8f85\u52a9\u529f\u80fd',
+ 'Image is decorative': '\u56fe\u50cf\u662f\u88c5\u9970\u6027\u7684',
+ Source: '\u6e90',
+ Dimensions: '\u5c3a\u5bf8',
+ 'Constrain proportions': '\u4fdd\u6301\u6bd4\u4f8b',
+ General: '\u4e00\u822c',
+ Advanced: '\u9ad8\u7ea7',
+ Style: '\u6837\u5f0f',
+ 'Vertical space': '\u5782\u76f4\u95f4\u8ddd',
+ 'Horizontal space': '\u6c34\u5e73\u95f4\u8ddd',
+ Border: '\u6846\u7ebf',
+ 'Insert image': '\u63d2\u5165\u56fe\u7247',
+ 'Image...': '\u56fe\u7247...',
+ 'Image list': '\u56fe\u7247\u6e05\u5355',
+ Resize: '\u8c03\u6574\u5927\u5c0f',
+ 'Insert date/time': '\u63d2\u5165\u65e5\u671f/\u65f6\u95f4',
+ 'Date/time': '\u65e5\u671f/\u65f6\u95f4',
+ 'Insert/edit link': '\u63d2\u5165/\u7f16\u8f91\u94fe\u63a5',
+ 'Text to display': '\u8981\u663e\u793a\u7684\u6587\u672c',
+ Url: '\u5730\u5740',
+ 'Open link in...': '\u94fe\u63a5\u6253\u5f00\u4f4d\u7f6e...',
+ 'Current window': '\u5f53\u524d\u7a97\u53e3',
+ None: '\u65e0',
+ 'New window': '\u65b0\u7a97\u53e3',
+ 'Open link': '\u6253\u5f00\u94fe\u63a5',
+ 'Remove link': '\u79fb\u9664\u94fe\u63a5',
+ Anchors: '\u951a\u70b9',
+ 'Link...': '\u94fe\u63a5...',
+ 'Paste or type a link': '\u7c98\u8d34\u6216\u8f93\u5165\u94fe\u63a5',
+ 'The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?':
+ '\u4f60\u6240\u586b\u5199\u7684URL\u5730\u5740\u4e3a\u90ae\u4ef6\u5730\u5740\uff0c\u9700\u8981\u52a0\u4e0amailto: \u524d\u7f00\u5417\uff1f',
+ 'The URL you entered seems to be an external link. Do you want to add the required http:// prefix?':
+ '\u4f60\u6240\u586b\u5199\u7684URL\u5730\u5740\u5c5e\u4e8e\u5916\u90e8\u94fe\u63a5\uff0c\u9700\u8981\u52a0\u4e0ahttp:// \u524d\u7f00\u5417\uff1f',
+ 'The URL you entered seems to be an external link. Do you want to add the required https:// prefix?':
+ '\u60a8\u8f93\u5165\u7684 URL \u4f3c\u4e4e\u662f\u4e00\u4e2a\u5916\u90e8\u94fe\u63a5\u3002\u60a8\u60f3\u6dfb\u52a0\u6240\u9700\u7684 https:// \u524d\u7f00\u5417\uff1f',
+ 'Link list': '\u94fe\u63a5\u6e05\u5355',
+ 'Insert video': '\u63d2\u5165\u89c6\u9891',
+ 'Insert/edit video': '\u63d2\u5165/\u7f16\u8f91\u89c6\u9891',
+ 'Insert/edit media': '\u63d2\u5165/\u7f16\u8f91\u5a92\u4f53',
+ 'Alternative source': '\u955c\u50cf',
+ 'Alternative source URL': '\u66ff\u4ee3\u6765\u6e90\u7f51\u5740',
+ 'Media poster (Image URL)': '\u5c01\u9762(\u56fe\u7247\u5730\u5740)',
+ 'Paste your embed code below:': '\u5c06\u5185\u5d4c\u4ee3\u7801\u7c98\u8d34\u5728\u4e0b\u9762:',
+ Embed: '\u5185\u5d4c',
+ 'Media...': '\u591a\u5a92\u4f53...',
+ 'Nonbreaking space': '\u4e0d\u95f4\u65ad\u7a7a\u683c',
+ 'Page break': '\u5206\u9875\u7b26',
+ 'Paste as text': '\u7c98\u8d34\u4e3a\u6587\u672c',
+ Preview: '\u9884\u89c8',
+ Print: '\u6253\u5370',
+ 'Print...': '\u6253\u5370...',
+ Save: '\u4fdd\u5b58',
+ Find: '\u5bfb\u627e',
+ 'Replace with': '\u66ff\u6362\u4e3a',
+ Replace: '\u66ff\u6362',
+ 'Replace all': '\u66ff\u6362\u5168\u90e8',
+ Previous: '\u4e0a\u4e00\u4e2a',
+ Next: '\u4e0b\u4e00\u4e2a',
+ 'Find and Replace': '\u67e5\u627e\u548c\u66ff\u6362',
+ 'Find and replace...': '\u67e5\u627e\u5e76\u66ff\u6362...',
+ 'Could not find the specified string.': '\u672a\u627e\u5230\u641c\u7d22\u5185\u5bb9\u3002',
+ 'Match case': '\u5927\u5c0f\u5199\u5339\u914d',
+ 'Find whole words only': '\u5168\u5b57\u5339\u914d',
+ 'Find in selection': '\u5728\u9009\u533a\u4e2d\u67e5\u627e',
+ 'Insert table': '\u63d2\u5165\u8868\u683c',
+ 'Table properties': '\u8868\u683c\u5c5e\u6027',
+ 'Delete table': '\u5220\u9664\u8868\u683c',
+ Cell: '\u5355\u5143\u683c',
+ Row: '\u884c',
+ Column: '\u5217',
+ 'Cell properties': '\u5355\u5143\u683c\u5c5e\u6027',
+ 'Merge cells': '\u5408\u5e76\u5355\u5143\u683c',
+ 'Split cell': '\u62c6\u5206\u5355\u5143\u683c',
+ 'Insert row before': '\u5728\u4e0a\u65b9\u63d2\u5165\u884c',
+ 'Insert row after': '\u5728\u4e0b\u65b9\u63d2\u5165\u884c',
+ 'Delete row': '\u5220\u9664\u884c',
+ 'Row properties': '\u884c\u5c5e\u6027',
+ 'Cut row': '\u526a\u5207\u884c',
+ 'Cut column': '\u526a\u5207\u5217',
+ 'Copy row': '\u590d\u5236\u884c',
+ 'Copy column': '\u590d\u5236\u5217',
+ 'Paste row before': '\u7c98\u8d34\u884c\u5230\u4e0a\u65b9',
+ 'Paste column before': '\u7c98\u8d34\u6b64\u5217\u524d',
+ 'Paste row after': '\u7c98\u8d34\u884c\u5230\u4e0b\u65b9',
+ 'Paste column after': '\u7c98\u8d34\u540e\u9762\u7684\u5217',
+ 'Insert column before': '\u5728\u5de6\u4fa7\u63d2\u5165\u5217',
+ 'Insert column after': '\u5728\u53f3\u4fa7\u63d2\u5165\u5217',
+ 'Delete column': '\u5220\u9664\u5217',
+ Cols: '\u5217',
+ Rows: '\u884c\u6570',
+ Width: '\u5bbd\u5ea6',
+ Height: '\u9ad8\u5ea6',
+ 'Cell spacing': '\u5355\u5143\u683c\u5916\u95f4\u8ddd',
+ 'Cell padding': '\u5355\u5143\u683c\u5185\u8fb9\u8ddd',
+ 'Row clipboard actions': '\u884c\u526a\u8d34\u677f\u64cd\u4f5c',
+ 'Column clipboard actions': '\u5217\u526a\u8d34\u677f\u64cd\u4f5c',
+ 'Table styles': '\u8868\u683c\u6837\u5f0f',
+ 'Cell styles': '\u5355\u5143\u683c\u6837\u5f0f',
+ 'Column header': '\u5217\u6807\u9898',
+ 'Row header': '\u884c\u5934',
+ 'Table caption': '\u8868\u683c\u6807\u9898',
+ Caption: '\u6807\u9898',
+ 'Show caption': '\u663e\u793a\u6807\u9898',
+ Left: '\u5de6',
+ Center: '\u5c45\u4e2d',
+ Right: '\u53f3',
+ 'Cell type': '\u50a8\u5b58\u683c\u522b',
+ Scope: '\u8303\u56f4',
+ Alignment: '\u5bf9\u9f50',
+ 'Horizontal align': '\u6c34\u5e73\u5bf9\u9f50',
+ 'Vertical align': '\u5782\u76f4\u5bf9\u9f50',
+ Top: '\u4e0a\u65b9\u5bf9\u9f50',
+ Middle: '\u5c45\u4e2d\u5bf9\u9f50',
+ Bottom: '\u4e0b\u65b9\u5bf9\u9f50',
+ 'Header cell': '\u8868\u5934\u5355\u5143\u683c',
+ 'Row group': '\u884c\u7ec4',
+ 'Column group': '\u5217\u7ec4',
+ 'Row type': '\u884c\u7c7b\u578b',
+ Header: '\u8868\u5934',
+ Body: '\u8868\u4f53',
+ Footer: '\u8868\u5c3e',
+ 'Border color': '\u6846\u7ebf\u989c\u8272',
+ Solid: '\u5b9e\u7ebf',
+ Dotted: '\u865a\u7ebf',
+ Dashed: '\u865a\u7ebf',
+ Double: '\u53cc\u7cbe\u5ea6',
+ Groove: '\u51f9\u69fd',
+ Ridge: '\u6d77\u810a\u5ea7',
+ Inset: '\u5d4c\u5165',
+ Outset: '\u5916\u7f6e',
+ Hidden: '\u9690\u85cf',
+ 'Insert template...': '\u63d2\u5165\u6a21\u677f...',
+ Templates: '\u6a21\u677f',
+ Template: '\u6a21\u677f',
+ 'Insert Template': '\u63d2\u5165\u6a21\u677f',
+ 'Text color': '\u6587\u672c\u989c\u8272',
+ 'Background color': '\u80cc\u666f\u989c\u8272',
+ 'Custom...': '\u81ea\u5b9a\u4e49......',
+ 'Custom color': '\u81ea\u5b9a\u4e49\u989c\u8272',
+ 'No color': '\u65e0',
+ 'Remove color': '\u79fb\u9664\u989c\u8272',
+ 'Show blocks': '\u663e\u793a\u533a\u5757\u8fb9\u6846',
+ 'Show invisible characters': '\u663e\u793a\u4e0d\u53ef\u89c1\u5b57\u7b26',
+ 'Word count': '\u5b57\u6570',
+ Count: '\u8ba1\u6570',
+ Document: '\u6587\u6863',
+ Selection: '\u9009\u62e9',
+ Words: '\u5355\u8bcd',
+ 'Words: {0}': '\u5b57\u6570\uff1a{0}',
+ '{0} words': '{0} \u5b57',
+ File: '\u6587\u4ef6',
+ Edit: '\u7f16\u8f91',
+ Insert: '\u63d2\u5165',
+ View: '\u67e5\u770b',
+ Format: '\u683c\u5f0f',
+ Table: '\u8868\u683c',
+ Tools: '\u5de5\u5177',
+ 'Powered by {0}': '\u7531{0}\u9a71\u52a8',
+ 'Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help':
+ '\u7f16\u8f91\u533a\u3002\u6309ALT-F9\u6253\u5f00\u83dc\u5355\uff0c\u6309ALT-F10\u6253\u5f00\u5de5\u5177\u680f\uff0c\u6309ALT-0\u67e5\u770b\u5e2e\u52a9',
+ 'Image title': '\u56fe\u7247\u6807\u9898',
+ 'Border width': '\u8fb9\u6846\u5bbd\u5ea6',
+ 'Border style': '\u8fb9\u6846\u6837\u5f0f',
+ Error: '\u9519\u8bef',
+ Warn: '\u8b66\u544a',
+ Valid: '\u6709\u6548',
+ 'To open the popup, press Shift+Enter': '\u6309Shitf+Enter\u952e\u6253\u5f00\u5bf9\u8bdd\u6846',
+ 'Rich Text Area': '\u5bcc\u6587\u672c\u533a\u57df',
+ 'Rich Text Area. Press ALT-0 for help.':
+ '\u7f16\u8f91\u533a\u3002\u6309Alt+0\u952e\u6253\u5f00\u5e2e\u52a9\u3002',
+ 'System Font': '\u7cfb\u7edf\u5b57\u4f53',
+ 'Failed to upload image: {0}': '\u56fe\u7247\u4e0a\u4f20\u5931\u8d25: {0}',
+ 'Failed to load plugin: {0} from url {1}':
+ '\u63d2\u4ef6\u52a0\u8f7d\u5931\u8d25: {0} \u6765\u81ea\u94fe\u63a5 {1}',
+ 'Failed to load plugin url: {0}': '\u63d2\u4ef6\u52a0\u8f7d\u5931\u8d25 \u94fe\u63a5: {0}',
+ 'Failed to initialize plugin: {0}': '\u63d2\u4ef6\u521d\u59cb\u5316\u5931\u8d25: {0}',
+ example: '\u793a\u4f8b',
+ Search: '\u641c\u7d22',
+ All: '\u5168\u90e8',
+ Currency: '\u8d27\u5e01',
+ Text: '\u6587\u5b57',
+ Quotations: '\u5f15\u7528',
+ Mathematical: '\u6570\u5b66',
+ 'Extended Latin': '\u62c9\u4e01\u8bed\u6269\u5145',
+ Symbols: '\u7b26\u53f7',
+ Arrows: '\u7bad\u5934',
+ 'User Defined': '\u81ea\u5b9a\u4e49',
+ 'dollar sign': '\u7f8e\u5143\u7b26\u53f7',
+ 'currency sign': '\u8d27\u5e01\u7b26\u53f7',
+ 'euro-currency sign': '\u6b27\u5143\u7b26\u53f7',
+ 'colon sign': '\u5192\u53f7',
+ 'cruzeiro sign': '\u514b\u9c81\u8d5b\u7f57\u5e01\u7b26\u53f7',
+ 'french franc sign': '\u6cd5\u90ce\u7b26\u53f7',
+ 'lira sign': '\u91cc\u62c9\u7b26\u53f7',
+ 'mill sign': '\u5bc6\u5c14\u7b26\u53f7',
+ 'naira sign': '\u5948\u62c9\u7b26\u53f7',
+ 'peseta sign': '\u6bd4\u585e\u5854\u7b26\u53f7',
+ 'rupee sign': '\u5362\u6bd4\u7b26\u53f7',
+ 'won sign': '\u97e9\u5143\u7b26\u53f7',
+ 'new sheqel sign': '\u65b0\u8c22\u514b\u5c14\u7b26\u53f7',
+ 'dong sign': '\u8d8a\u5357\u76fe\u7b26\u53f7',
+ 'kip sign': '\u8001\u631d\u57fa\u666e\u7b26\u53f7',
+ 'tugrik sign': '\u56fe\u683c\u91cc\u514b\u7b26\u53f7',
+ 'drachma sign': '\u5fb7\u62c9\u514b\u9a6c\u7b26\u53f7',
+ 'german penny symbol': '\u5fb7\u56fd\u4fbf\u58eb\u7b26\u53f7',
+ 'peso sign': '\u6bd4\u7d22\u7b26\u53f7',
+ 'guarani sign': '\u74dc\u62c9\u5c3c\u7b26\u53f7',
+ 'austral sign': '\u6fb3\u5143\u7b26\u53f7',
+ 'hryvnia sign': '\u683c\u91cc\u592b\u5c3c\u4e9a\u7b26\u53f7',
+ 'cedi sign': '\u585e\u5730\u7b26\u53f7',
+ 'livre tournois sign': '\u91cc\u5f17\u5f17\u5c14\u7b26\u53f7',
+ 'spesmilo sign': 'spesmilo\u7b26\u53f7',
+ 'tenge sign': '\u575a\u6208\u7b26\u53f7',
+ 'indian rupee sign': '\u5370\u5ea6\u5362\u6bd4',
+ 'turkish lira sign': '\u571f\u8033\u5176\u91cc\u62c9',
+ 'nordic mark sign': '\u5317\u6b27\u9a6c\u514b',
+ 'manat sign': '\u9a6c\u7eb3\u7279\u7b26\u53f7',
+ 'ruble sign': '\u5362\u5e03\u7b26\u53f7',
+ 'yen character': '\u65e5\u5143\u5b57\u6837',
+ 'yuan character': '\u4eba\u6c11\u5e01\u5143\u5b57\u6837',
+ 'yuan character, in hong kong and taiwan':
+ '\u5143\u5b57\u6837\uff08\u6e2f\u53f0\u5730\u533a\uff09',
+ 'yen/yuan character variant one': '\u5143\u5b57\u6837\uff08\u5927\u5199\uff09',
+ Emojis: 'Emojis',
+ 'Emojis...': 'Emojis...',
+ 'Loading emojis...': '\u6b63\u5728\u52a0\u8f7dEmojis...',
+ 'Could not load emojis': '\u65e0\u6cd5\u52a0\u8f7dEmojis',
+ People: '\u4eba\u7c7b',
+ 'Animals and Nature': '\u52a8\u7269\u548c\u81ea\u7136',
+ 'Food and Drink': '\u98df\u7269\u548c\u996e\u54c1',
+ Activity: '\u6d3b\u52a8',
+ 'Travel and Places': '\u65c5\u6e38\u548c\u5730\u70b9',
+ Objects: '\u7269\u4ef6',
+ Flags: '\u65d7\u5e1c',
+ Characters: '\u5b57\u7b26',
+ 'Characters (no spaces)': '\u5b57\u7b26(\u65e0\u7a7a\u683c)',
+ '{0} characters': '{0} \u4e2a\u5b57\u7b26',
+ 'Error: Form submit field collision.':
+ '\u9519\u8bef: \u8868\u5355\u63d0\u4ea4\u5b57\u6bb5\u51b2\u7a81\u3002',
+ 'Error: No form element found.': '\u9519\u8bef: \u6ca1\u6709\u8868\u5355\u63a7\u4ef6\u3002',
+ 'Color swatch': '\u989c\u8272\u6837\u672c',
+ 'Color Picker': '\u9009\u8272\u5668',
+ 'Invalid hex color code: {0}':
+ '\u5341\u516d\u8fdb\u5236\u989c\u8272\u4ee3\u7801\u65e0\u6548\uff1a {0}',
+ 'Invalid input': '\u65e0\u6548\u8f93\u5165',
+ R: 'R',
+ 'Red component': '\u7ea2\u8272\u90e8\u5206',
+ G: 'G',
+ 'Green component': '\u7eff\u8272\u90e8\u5206',
+ B: 'B',
+ 'Blue component': '\u767d\u8272\u90e8\u5206',
+ '#': '#',
+ 'Hex color code': '\u5341\u516d\u8fdb\u5236\u989c\u8272\u4ee3\u7801',
+ 'Range 0 to 255': '\u8303\u56f40\u81f3255',
+ Turquoise: '\u9752\u7eff\u8272',
+ Green: '\u7eff\u8272',
+ Blue: '\u84dd\u8272',
+ Purple: '\u7d2b\u8272',
+ 'Navy Blue': '\u6d77\u519b\u84dd',
+ 'Dark Turquoise': '\u6df1\u84dd\u7eff\u8272',
+ 'Dark Green': '\u6df1\u7eff\u8272',
+ 'Medium Blue': '\u4e2d\u84dd\u8272',
+ 'Medium Purple': '\u4e2d\u7d2b\u8272',
+ 'Midnight Blue': '\u6df1\u84dd\u8272',
+ Yellow: '\u9ec4\u8272',
+ Orange: '\u6a59\u8272',
+ Red: '\u7ea2\u8272',
+ 'Light Gray': '\u6d45\u7070\u8272',
+ Gray: '\u7070\u8272',
+ 'Dark Yellow': '\u6697\u9ec4\u8272',
+ 'Dark Orange': '\u6df1\u6a59\u8272',
+ 'Dark Red': '\u6df1\u7ea2\u8272',
+ 'Medium Gray': '\u4e2d\u7070\u8272',
+ 'Dark Gray': '\u6df1\u7070\u8272',
+ 'Light Green': '\u6d45\u7eff\u8272',
+ 'Light Yellow': '\u6d45\u9ec4\u8272',
+ 'Light Red': '\u6d45\u7ea2\u8272',
+ 'Light Purple': '\u6d45\u7d2b\u8272',
+ 'Light Blue': '\u6d45\u84dd\u8272',
+ 'Dark Purple': '\u6df1\u7d2b\u8272',
+ 'Dark Blue': '\u6df1\u84dd\u8272',
+ Black: '\u9ed1\u8272',
+ White: '\u767d\u8272',
+ 'Switch to or from fullscreen mode': '\u5207\u6362\u5168\u5c4f\u6a21\u5f0f',
+ 'Open help dialog': '\u6253\u5f00\u5e2e\u52a9\u5bf9\u8bdd\u6846',
+ history: '\u5386\u53f2',
+ styles: '\u6837\u5f0f',
+ formatting: '\u683c\u5f0f\u5316',
+ alignment: '\u5bf9\u9f50',
+ indentation: '\u7f29\u8fdb',
+ Font: '\u5b57\u4f53',
+ Size: '\u5b57\u53f7',
+ 'More...': '\u66f4\u591a...',
+ 'Select...': '\u9009\u62e9...',
+ Preferences: '\u9996\u9009\u9879',
+ Yes: '\u662f',
+ No: '\u5426',
+ 'Keyboard Navigation': '\u952e\u76d8\u6307\u5f15',
+ Version: '\u7248\u672c',
+ 'Code view': '\u4ee3\u7801\u89c6\u56fe',
+ 'Open popup menu for split buttons':
+ '\u6253\u5f00\u5f39\u51fa\u5f0f\u83dc\u5355\uff0c\u7528\u4e8e\u62c6\u5206\u6309\u94ae',
+ 'List Properties': '\u5217\u8868\u5c5e\u6027',
+ 'List properties...': '\u6807\u9898\u5b57\u4f53\u5c5e\u6027',
+ 'Start list at number': '\u4ee5\u6570\u5b57\u5f00\u59cb\u5217\u8868',
+ 'Line height': '\u884c\u9ad8',
+ 'Dropped file type is not supported':
+ '\u6b64\u6587\u4ef6\u7c7b\u578b\u4e0d\u652f\u6301\u62d6\u653e',
+ 'Loading...': '\u52a0\u8f7d\u4e2d...',
+ 'ImageProxy HTTP error: Rejected request':
+ '\u56fe\u7247\u4ee3\u7406\u8bf7\u6c42\u9519\u8bef\uff1a\u8bf7\u6c42\u88ab\u62d2\u7edd',
+ 'ImageProxy HTTP error: Could not find Image Proxy':
+ '\u56fe\u7247\u4ee3\u7406\u8bf7\u6c42\u9519\u8bef\uff1a\u65e0\u6cd5\u627e\u5230\u56fe\u7247\u4ee3\u7406',
+ 'ImageProxy HTTP error: Incorrect Image Proxy URL':
+ '\u56fe\u7247\u4ee3\u7406\u8bf7\u6c42\u9519\u8bef\uff1a\u56fe\u7247\u4ee3\u7406\u5730\u5740\u9519\u8bef',
+ 'ImageProxy HTTP error: Unknown ImageProxy error':
+ '\u56fe\u7247\u4ee3\u7406\u8bf7\u6c42\u9519\u8bef\uff1a\u672a\u77e5\u7684\u56fe\u7247\u4ee3\u7406\u9519\u8bef',
+});
diff --git a/src/components/basic/tinymce/plugins.ts b/src/components/basic/tinymce/plugins.ts
new file mode 100644
index 000000000..30dd1e5e8
--- /dev/null
+++ b/src/components/basic/tinymce/plugins.ts
@@ -0,0 +1,50 @@
+// https://www.tiny.cloud/docs/tinymce/6/vite-es6-npm/
+
+/* Import TinyMCE */
+import 'tinymce/tinymce.min.js';
+
+/* Default icons are required. After that, import custom icons if applicable */
+import 'tinymce/icons/default/icons.min.js';
+
+/* Required TinyMCE components */
+import 'tinymce/themes/silver/theme.min.js';
+import 'tinymce/models/dom/model.min.js';
+
+/* Import a skin (can be a custom skin instead of the default) */
+import 'tinymce/skins/ui/oxide/skin.js';
+
+/* Import plugins */
+import 'tinymce/plugins/accordion'; //手风琴
+import 'tinymce/plugins/advlist'; //高级列表
+import 'tinymce/plugins/anchor'; //锚
+import 'tinymce/plugins/autolink'; //自动链接
+// import 'tinymce/plugins/autoresize'; //编辑器高度自适应,注:plugins里引入此插件时,Init里设置的height将失效
+import 'tinymce/plugins/autosave'; //自动存稿
+import 'tinymce/plugins/charmap'; //特殊字符
+import 'tinymce/plugins/code'; //编辑源码
+import 'tinymce/plugins/emoticons';
+import 'tinymce/plugins/emoticons/js/emojis';
+import 'tinymce/plugins/codesample'; //代码示例
+import 'tinymce/plugins/directionality'; //文字方向
+import 'tinymce/plugins/fullscreen'; //全屏
+import 'tinymce/plugins/help'; //帮助
+import 'tinymce/plugins/image'; //插入编辑图片
+import 'tinymce/plugins/importcss'; //引入css
+import 'tinymce/plugins/insertdatetime'; //插入日期时间
+
+import 'tinymce/plugins/link'; //超链接
+import 'tinymce/plugins/lists'; //列表插件
+import 'tinymce/plugins/media'; //媒体
+import 'tinymce/plugins/nonbreaking'; //插入不间断空格
+import 'tinymce/plugins/pagebreak'; //插入分页符
+import 'tinymce/plugins/preview'; //预览
+import 'tinymce/plugins/quickbars';
+import 'tinymce/plugins/save'; //保存
+import 'tinymce/plugins/searchreplace'; //查找替换
+import 'tinymce/plugins/table'; //表格
+import 'tinymce/plugins/visualblocks'; //显示元素范围
+import 'tinymce/plugins/visualchars'; //显示不可见字符
+import 'tinymce/plugins/wordcount'; //字数统计
+
+import 'tinymce/plugins/help/js/i18n/keynav/zh_CN.js';
+import 'tinymce/plugins/help/js/i18n/keynav/en.js';
diff --git a/src/components/basic/tinymce/props.ts b/src/components/basic/tinymce/props.ts
new file mode 100644
index 000000000..777017866
--- /dev/null
+++ b/src/components/basic/tinymce/props.ts
@@ -0,0 +1,34 @@
+import {
+ editorProps,
+ type IPropTypes,
+} from '@tinymce/tinymce-vue/lib/es2015/main/ts/components/EditorPropTypes';
+import { plugins as defaultPlugins, toolbar as defaultToolbar } from './constants';
+
+export interface TinymceProps extends Partial {
+ height?: string | number;
+ width?: string | number;
+ showImageUpload?: boolean;
+}
+
+export const tinymceProps = {
+ ...editorProps,
+ init: Object as PropType,
+ toolbar: {
+ type: Array as PropType,
+ default: defaultToolbar,
+ },
+ plugins: {
+ type: Array as PropType,
+ default: defaultPlugins,
+ },
+ height: {
+ type: [Number, String] as PropType,
+ required: false,
+ default: 400,
+ },
+ width: {
+ type: [Number, String] as PropType,
+ required: false,
+ default: 'auto',
+ },
+};
diff --git a/src/components/core/dynamic-table/src/components/table-action.vue b/src/components/core/dynamic-table/src/components/table-action.vue
index 12926d44d..dde5dc5eb 100644
--- a/src/components/core/dynamic-table/src/components/table-action.vue
+++ b/src/components/core/dynamic-table/src/components/table-action.vue
@@ -1,98 +1,119 @@
-
-
+
+
{{ actionItem.label }}
-
+
+
-
diff --git a/src/components/core/dynamic-table/src/components/table-settings/column-setting.vue b/src/components/core/dynamic-table/src/components/table-settings/column-setting.vue
index f880aa6ae..a3180ab43 100644
--- a/src/components/core/dynamic-table/src/components/table-settings/column-setting.vue
+++ b/src/components/core/dynamic-table/src/components/table-settings/column-setting.vue
@@ -92,6 +92,7 @@
const checkAll = computed({
get() {
+ // @ts-ignore
return tableColumns.value.length > 0 && tableColumns.value.every((n) => !n.hideInTable);
},
set(value) {
@@ -124,6 +125,7 @@
watch(
tableColumns,
(columns) => {
+ // @ts-ignore
table.setProps({ columns });
},
{
@@ -139,7 +141,7 @@
table.setProps({ bordered: e.target.checked });
};
- const handleColumnFixed = (columItem: TableColumn, direction: 'left' | 'right') => {
+ const handleColumnFixed = (columItem, direction: 'left' | 'right') => {
columItem.fixed = columItem.fixed === direction ? false : direction;
};
diff --git a/src/components/core/dynamic-table/src/components/table-settings/index.vue b/src/components/core/dynamic-table/src/components/table-settings/index.vue
index a496f3a24..fc69235dc 100644
--- a/src/components/core/dynamic-table/src/components/table-settings/index.vue
+++ b/src/components/core/dynamic-table/src/components/table-settings/index.vue
@@ -1,5 +1,6 @@
+
@@ -11,4 +12,5 @@
import SizeSetting from './size-setting.vue';
import RefreshSetting from './refresh-setting.vue';
import ColumnSetting from './column-setting.vue';
+ import SearchSetting from './search-setting.vue';
diff --git a/src/components/core/dynamic-table/src/components/table-settings/search-setting.vue b/src/components/core/dynamic-table/src/components/table-settings/search-setting.vue
new file mode 100644
index 000000000..ec85e7c69
--- /dev/null
+++ b/src/components/core/dynamic-table/src/components/table-settings/search-setting.vue
@@ -0,0 +1,23 @@
+
+
+
+
+ {{ getProps.search ? '隐藏搜索' : '显示搜索' }}
+
+
+
+
+
+
diff --git a/src/components/core/dynamic-table/src/components/tool-bar/index.vue b/src/components/core/dynamic-table/src/components/tool-bar/index.vue
index 38376c02b..6924a8a28 100644
--- a/src/components/core/dynamic-table/src/components/tool-bar/index.vue
+++ b/src/components/core/dynamic-table/src/components/tool-bar/index.vue
@@ -1,11 +1,15 @@
-
-
- {{ title }}
-
-
-
+
+
+
+ {{ title }}
+
+
+
+
+
+
diff --git a/src/components/core/dynamic-table/src/dynamic-table.config.ts b/src/components/core/dynamic-table/src/dynamic-table.config.ts
new file mode 100644
index 000000000..1c2512b59
--- /dev/null
+++ b/src/components/core/dynamic-table/src/dynamic-table.config.ts
@@ -0,0 +1,40 @@
+import type { SorterResult } from 'ant-design-vue/es/table/interface';
+import type { AlignType } from 'ant-design-vue/es/vc-table/interface';
+
+/** 表格配置 */
+export default {
+ fetchConfig: {
+ // The field name of the current page passed to the background
+ pageField: 'page',
+ // The number field name of each page displayed in the background
+ sizeField: 'pageSize',
+ // Field name of the form data returned by the interface
+ listField: 'items',
+ // Total number of tables returned by the interface field name
+ totalField: 'meta.totalItems',
+ },
+ // Number of pages that can be selected
+ pageSizeOptions: ['10', '50', '80', '100'],
+ // Default display quantity on one page
+ defaultPageSize: 10,
+ // Default layout of table cells
+ defaultAlign: 'center' as AlignType,
+ // Custom general sort function
+ defaultSortFn: (sortInfo: SorterResult) => {
+ const { field, order } = sortInfo;
+ if (field && order) {
+ return {
+ // The sort field passed to the backend you
+ field,
+ // Sorting method passed to the background asc/desc
+ order,
+ };
+ } else {
+ return {};
+ }
+ },
+ // Custom general filter function
+ defaultFilterFn: (data: Partial>) => {
+ return data;
+ },
+} as const;
diff --git a/src/components/core/dynamic-table/src/dynamic-table.ts b/src/components/core/dynamic-table/src/dynamic-table.ts
index 57234d0b1..66a46d774 100644
--- a/src/components/core/dynamic-table/src/dynamic-table.ts
+++ b/src/components/core/dynamic-table/src/dynamic-table.ts
@@ -1,15 +1,9 @@
import { tableProps } from 'ant-design-vue/es/table';
+import tableConfig from './dynamic-table.config';
import type DynamicTable from './dynamic-table.vue';
-import type { PropType, ExtractPropTypes } from 'vue';
+import type { PropType, ExtractPublicPropTypes } from 'vue';
import type { BookType } from 'xlsx';
-import type {
- LoadDataParams,
- TableColumn,
- OnChangeCallbackParams,
- EditableType,
- OnSave,
- OnCancel,
-} from './types/';
+import type { TableColumn, OnChangeCallbackParams, EditableType, OnSave, OnCancel } from './types/';
import type { SchemaFormProps } from '@/components/core/schema-form';
import type { GetRowKey } from 'ant-design-vue/es/table/interface';
import { isBoolean } from '@/utils/is';
@@ -32,19 +26,31 @@ export const dynamicTableProps = {
},
/** 表格列配置 */
columns: {
- type: Array as PropType,
+ type: Array as PropType[]>,
required: true,
default: () => [],
},
+ sortFn: {
+ type: Function as PropType<(sortInfo: OnChangeCallbackParams[2]) => any>,
+ default: tableConfig.defaultSortFn,
+ },
+ filterFn: {
+ type: Function as PropType<(data: OnChangeCallbackParams[1]) => any>,
+ default: tableConfig.defaultFilterFn,
+ },
+ /** 接口请求配置 */
+ fetchConfig: {
+ type: Object as PropType>,
+ default: () => tableConfig.fetchConfig,
+ },
/** 表格数据请求函数 */
dataRequest: {
// 获取列表数据函数API
- type: Function as PropType<
- (
- params?: LoadDataParams,
- onChangeParams?: OnChangeCallbackParams,
- ) => Promise
- >,
+ type: Function as PropType<(params: Recordable) => Promise>,
+ },
+ // 额外的请求参数
+ searchParams: {
+ type: Object as PropType,
},
/** 是否显示索引号 */
showIndex: {
@@ -116,15 +122,19 @@ export const dynamicTableProps = {
onlyOneLineEditorAlertMessage: String,
} as const;
-export type DynamicTableProps = ExtractPropTypes;
+export type DynamicTableProps = ExtractPublicPropTypes &
+ EmitsToProps;
export const dynamicTableEmits = {
change: (...rest: OnChangeCallbackParams) => rest.length === 4,
'toggle-advanced': (isAdvanced: boolean) => isBoolean(isAdvanced),
+ 'fetch-error': (error) => error,
+ 'update:expandedRowKeys': (keys: Key[]) => keys,
+ 'expanded-rows-change': (keyValues: string[]) => Array.isArray(keyValues),
};
export type DynamicTableEmits = typeof dynamicTableEmits;
export type DynamicTableEmitFn = EmitFn;
-// @ts-ignore
+
export type DynamicTableInstance = InstanceType;
diff --git a/src/components/core/dynamic-table/src/dynamic-table.vue b/src/components/core/dynamic-table/src/dynamic-table.vue
index e24f6c5bf..998c50110 100644
--- a/src/components/core/dynamic-table/src/dynamic-table.vue
+++ b/src/components/core/dynamic-table/src/dynamic-table.vue
@@ -1,7 +1,7 @@
diff --git a/src/layout/menu/menu.vue b/src/layout/menu/menu.vue
index 71d73c2b6..60471a49b 100644
--- a/src/layout/menu/menu.vue
+++ b/src/layout/menu/menu.vue
@@ -98,10 +98,13 @@
// 点击菜单
const clickMenuItem = ({ key }) => {
if (key === currentRoute.name) return;
+ const preSelectedKeys = state.selectedKeys;
const targetRoute = getRouteByName(key);
- const { isExt, openMode } = targetRoute?.meta || {};
- if (isExt && openMode !== 2) {
- window.open(key);
+ const { isExt, extOpenMode } = targetRoute?.meta || {};
+ if (targetRoute && isExt && extOpenMode === 1) {
+ queueMicrotask(() => {
+ state.selectedKeys = preSelectedKeys;
+ });
} else {
router.push({ name: key });
}
@@ -122,4 +125,3 @@
}
}
-@/store/modules/layout
diff --git a/src/layout/routerView/index.vue b/src/layout/routerView/index.vue
index 8d32bace0..d4f03e6c8 100644
--- a/src/layout/routerView/index.vue
+++ b/src/layout/routerView/index.vue
@@ -1,22 +1,34 @@
-
+
-
diff --git a/src/layout/tabs/tabs-view.vue b/src/layout/tabs/tabs-view.vue
index 2fd576d0c..f71bdaf8a 100644
--- a/src/layout/tabs/tabs-view.vue
+++ b/src/layout/tabs/tabs-view.vue
@@ -42,6 +42,13 @@
{{ $t('layout.multipleTab.closeAll') }}
+
+
+
+
+ 打开页面文件
+
+
@@ -72,26 +79,25 @@
{{ $t('layout.multipleTab.closeAll') }}
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
@@ -107,6 +113,7 @@
ColumnWidthOutlined,
MinusOutlined,
} from '@ant-design/icons-vue';
+ import { isFunction } from 'lodash-es';
import { Dropdown, Tabs, message, Menu } from 'ant-design-vue';
import type { RouteLocation } from 'vue-router';
import { Storage } from '@/utils/Storage';
@@ -115,6 +122,7 @@
import { useKeepAliveStore } from '@/store/modules/keepAlive';
import { REDIRECT_NAME } from '@/router/constant';
import { TitleI18n } from '@/components/basic/title-i18n';
+ import { isDevMode } from '@/constants/env';
type RouteItem = Omit;
@@ -163,7 +171,7 @@
// 在页面关闭或刷新之前,保存数据
window.addEventListener('beforeunload', () => {
- Storage.set(TABS_ROUTES, JSON.stringify(tabsList.value));
+ Storage.set(TABS_ROUTES, JSON.stringify([tabsViewStore.getCurrentTab]));
});
// 目标路由是否等于当前路由
@@ -228,6 +236,35 @@
tabsViewStore.closeAllTabs();
router.replace('/');
};
+
+ /** 打开页面所在的文件(仅在开发环境有效) */
+ const openPageFile = async (pageItem) => {
+ if (!isDevMode) {
+ console.warn('仅在开发环境有效');
+ return;
+ }
+
+ const routes = router.getRoutes();
+ const target = routes.find((n) => n.name === pageItem.name);
+ if (target) {
+ const comp = target.components?.default;
+ // @ts-ignore
+ let __file = comp?.__file as string;
+ if (isFunction(comp)) {
+ try {
+ // @ts-ignore
+ const res = await comp();
+ __file = res?.default?.__file;
+ } catch (error) {
+ console.log(error);
+ }
+ }
+ if (__file) {
+ const filePath = `/__open-in-editor?file=${__file}`;
+ fetch(filePath);
+ }
+ }
+ };
diff --git a/src/views/demos/tables/lol-table/index.vue b/src/views/demos/tables/lol-table/index.vue
index bc7c4a6e2..a59b95b2c 100644
--- a/src/views/demos/tables/lol-table/index.vue
+++ b/src/views/demos/tables/lol-table/index.vue
@@ -7,7 +7,7 @@
{
const colFilters = columns.filter((n) => n.dataIndex !== 'INDEX');
@@ -78,12 +78,6 @@
});
};
- const loadData = async (params) => {
- const { data } = await getLolHeroList(params);
- tableData = data.list;
- return data;
- };
-
const customRow = (record) => {
return {
onContextmenu: (e: MouseEvent) => {
diff --git a/src/views/demos/tables/search-table/columns.tsx b/src/views/demos/tables/search-table/columns.tsx
index 29ff6b560..70961080d 100644
--- a/src/views/demos/tables/search-table/columns.tsx
+++ b/src/views/demos/tables/search-table/columns.tsx
@@ -68,7 +68,6 @@ export type ListItemType = (typeof tableData)[number];
export const columns: TableColumn[] = [
{
title: '姓名',
- align: 'center',
dataIndex: 'name',
sorter: true,
width: 300,
@@ -80,7 +79,6 @@ export const columns: TableColumn[] = [
},
{
title: '性别',
- align: 'center',
dataIndex: 'gender',
width: 120,
resizable: true,
@@ -99,7 +97,6 @@ export const columns: TableColumn[] = [
],
onChange() {
console.log('tableInstance', tableInstance?.reload());
-
// 根据当前选择的性别,更新衣服可选项
formInstance?.updateSchema({
field: 'clothes',
@@ -107,7 +104,7 @@ export const columns: TableColumn[] = [
options: getClothesByGender(formModel.gender),
},
});
- formModel['clothes'] = undefined;
+ formModel['clothes'] = '';
},
}),
},
@@ -115,7 +112,6 @@ export const columns: TableColumn[] = [
},
{
title: '衣服',
- align: 'center',
dataIndex: 'clothes',
formItemProps: {
component: 'Select',
@@ -123,7 +119,6 @@ export const columns: TableColumn[] = [
},
{
title: '价格',
- align: 'center',
dataIndex: 'price',
formItemProps: {
component: 'Select',
@@ -132,7 +127,6 @@ export const columns: TableColumn[] = [
},
{
title: '状态',
- align: 'center',
dataIndex: 'status',
formItemProps: {
component: 'Select',
diff --git a/src/views/demos/tables/search-table/index.vue b/src/views/demos/tables/search-table/index.vue
index b72a9fcb6..b47e04878 100644
--- a/src/views/demos/tables/search-table/index.vue
+++ b/src/views/demos/tables/search-table/index.vue
@@ -25,43 +25,38 @@
diff --git a/src/views/error/comp-not-found.vue b/src/views/error/comp-not-found.vue
new file mode 100644
index 000000000..a7336da7e
--- /dev/null
+++ b/src/views/error/comp-not-found.vue
@@ -0,0 +1,13 @@
+
+
+
+
+
+
diff --git a/src/views/login/index.vue b/src/views/login/index.vue
index d11fae647..8d210983c 100644
--- a/src/views/login/index.vue
+++ b/src/views/login/index.vue
@@ -54,15 +54,15 @@
import { useRoute, useRouter } from 'vue-router';
import { message, Modal } from 'ant-design-vue';
import { useUserStore } from '@/store/modules/user';
- import { getImageCaptcha } from '@/api/login';
+ import Api from '@/api/';
import { to } from '@/utils/awaitTo';
const state = reactive({
loading: false,
captcha: '',
formInline: {
- username: '',
- password: '',
+ username: 'admin',
+ password: 'a123456',
verifyCode: '',
captchaId: '',
},
@@ -74,9 +74,9 @@
const userStore = useUserStore();
const setCaptcha = async () => {
- const { id, img } = await getImageCaptcha({ width: 100, height: 50 });
- state.captcha = img;
- state.formInline.captchaId = id;
+ const data = await Api.captcha.captchaCaptchaByImg({ width: 100, height: 50 });
+ state.captcha = data.img;
+ state.formInline.captchaId = data.id;
};
setCaptcha();
diff --git a/src/views/netdisk/columns.tsx b/src/views/netdisk/columns.tsx
deleted file mode 100644
index 91fa5ae1b..000000000
--- a/src/views/netdisk/columns.tsx
+++ /dev/null
@@ -1,76 +0,0 @@
-import { computed, ref } from 'vue';
-import { isEmpty } from 'lodash-es';
-import type { TableColumn } from '@/components/core/dynamic-table';
-// import { Avatar, Space, Tag } from 'ant-design-vue';
-import { formatSizeUnits } from '@/utils';
-import { verifyAuth } from '@/core/permission';
-
-export type TableListItem = API.NetdiskManageListItem;
-export type TableColumnItem = TableColumn;
-
-const formatSize = (size: string) => {
- if (size) {
- return formatSizeUnits(size);
- }
- return '-';
-};
-
-export const useColumns = () => {
- const currentPathList = ref([]);
- const localSearchKey = ref('');
- const isSearching = computed(() => !isEmpty(localSearchKey.value));
-
- const columns = computed(() => [
- {
- title: '文件名',
- dataIndex: 'name',
- },
- {
- title: '大小',
- width: 120,
- align: 'center',
- dataIndex: 'fsize',
- customRender: ({ record }) => {formatSize(record.fsize)},
- },
- {
- title: '上传时间',
- dataIndex: 'putTime',
- align: 'center',
- width: 220,
- },
- {
- title: '所属目录',
- dataIndex: 'belongTo',
- align: 'center',
- width: 220,
- hideInTable: !isSearching.value,
- customRender: ({ record }) => (
- handleClickBelong(record)}
- >
- {record.belongTo ? record.belongTo : '根目录'}
-
- ),
- },
- ]);
-
- const handleClickBelong = (row) => {
- // clear search key
- localSearchKey.value = '';
- if (isEmpty(row.belongTo)) {
- // root
- currentPathList.value = [];
- } else {
- currentPathList.value = row.belongTo.split('/');
- }
- };
-
- return {
- columns,
- currentPathList,
- localSearchKey,
- isSearching,
- };
-};
diff --git a/src/views/netdisk/components/file-operate-button-list.vue b/src/views/netdisk/components/file-operate-button-list.vue
deleted file mode 100644
index 8243a5ba5..000000000
--- a/src/views/netdisk/components/file-operate-button-list.vue
+++ /dev/null
@@ -1,241 +0,0 @@
-
-
-
- 粘贴
-
-
-
-
- 批量操作
-
-
-
-
-
-
-
-
- {{ isSearching ? '取消搜索' : '全盘搜索' }}
-
-
-
- 上传文件
-
-
-
- 创建文件夹
-
-
-
-
-
-
diff --git a/src/views/netdisk/components/file-preview-drawer.vue b/src/views/netdisk/components/file-preview-drawer.vue
deleted file mode 100644
index c877241fc..000000000
--- a/src/views/netdisk/components/file-preview-drawer.vue
+++ /dev/null
@@ -1,158 +0,0 @@
-
-
-
-
-
-
-
-
- {{ detailInfo[key] }}
-
-
-
-
-
-
- 更新
-
-
-
-
-
-
-
-
-
diff --git a/src/views/netdisk/components/file-upload-drawer.vue b/src/views/netdisk/components/file-upload-drawer.vue
deleted file mode 100644
index b4481cf16..000000000
--- a/src/views/netdisk/components/file-upload-drawer.vue
+++ /dev/null
@@ -1,170 +0,0 @@
-
-
-
-
-
-
- 将文件拖到此处,或点击上传
-
-
-
-
-
-
-
-
-
diff --git a/src/views/netdisk/components/overview-header-item.vue b/src/views/netdisk/components/overview-header-item.vue
deleted file mode 100644
index 2aec9df18..000000000
--- a/src/views/netdisk/components/overview-header-item.vue
+++ /dev/null
@@ -1,59 +0,0 @@
-
-
-
-
-
-
-
diff --git a/src/views/netdisk/formSchemas.ts b/src/views/netdisk/formSchemas.ts
deleted file mode 100644
index 79baee62e..000000000
--- a/src/views/netdisk/formSchemas.ts
+++ /dev/null
@@ -1,80 +0,0 @@
-import type { FormSchema } from '@/components/core/schema-form/';
-import type { TableListItem } from './columns';
-
-export const getRenameSchemas = (row: TableListItem): FormSchema[] => [
- {
- field: 'toName',
- component: 'Input',
- label: `${row.type === 'dir' ? '文件夹' : '文件'}名称`,
- defaultValue: row.name,
- rules: [
- {
- required: true,
- type: 'string',
- validator: (_, value) => {
- if (value && value === row.name) {
- return Promise.reject('修改前后名称一致');
- } else if (value && !value.includes('/')) {
- return Promise.resolve();
- } else {
- return Promise.reject(`请输入合法${row.type === 'dir' ? '文件夹' : '文件'}的名称`);
- }
- },
- },
- ],
- componentProps: {
- placeholder: '输入重命名后的名称',
- },
- },
-];
-
-export const mkdirSchemas: FormSchema[] = [
- {
- field: 'dirName',
- component: 'Input',
- label: `文件夹名称`,
- rules: [
- {
- required: true,
- type: 'string',
- validator: (_, value) => {
- // 不可同时存在 // 此种路径
- if (value && !value.includes('/')) {
- return Promise.resolve();
- } else {
- return Promise.reject('请输入合法的文件夹路径');
- }
- },
- },
- ],
- componentProps: {
- placeholder: '请输入文件夹名称',
- },
- },
-];
-
-export const searchSchemas: FormSchema[] = [
- {
- field: 'key',
- component: 'Input',
- label: `关键字`,
- defaultValue: '',
- rules: [
- {
- required: true,
- type: 'string',
- validator: (_, value) => {
- // 不可同时存在 // 此种路径
- if (value && !value.includes('/')) {
- return Promise.resolve();
- } else {
- return Promise.reject('请输入合法的名称');
- }
- },
- },
- ],
- componentProps: {
- placeholder: '请输入搜索关键字',
- },
- },
-];
diff --git a/src/views/netdisk/manage.vue b/src/views/netdisk/manage.vue
deleted file mode 100644
index d81f5455c..000000000
--- a/src/views/netdisk/manage.vue
+++ /dev/null
@@ -1,299 +0,0 @@
-
-
-
-
-
-
-
- 根目录
-
-
-
- {{ item }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ record.name }}
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/netdisk/overview.vue b/src/views/netdisk/overview.vue
deleted file mode 100644
index 74f336ff2..000000000
--- a/src/views/netdisk/overview.vue
+++ /dev/null
@@ -1,226 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/system/dept/columns.tsx b/src/views/system/dept/columns.tsx
new file mode 100644
index 000000000..902eec786
--- /dev/null
+++ b/src/views/system/dept/columns.tsx
@@ -0,0 +1,28 @@
+import type { TableColumn } from '@/components/core/dynamic-table';
+import { formatToDateTime } from '@/utils/dateUtil';
+
+export type TableListItem = API.DeptEntity;
+export type TableColumnItem = TableColumn;
+
+export const baseColumns: TableColumnItem[] = [
+ {
+ title: '部门名称',
+ dataIndex: 'name',
+ align: 'left',
+ },
+ {
+ title: '排序',
+ dataIndex: 'orderNo',
+ width: 50,
+
+ hideInSearch: true,
+ },
+ {
+ title: '创建时间',
+ dataIndex: 'createdAt',
+ width: 200,
+
+ hideInSearch: true,
+ customRender: ({ record }) => formatToDateTime(record.createdAt),
+ },
+];
diff --git a/src/views/system/dept/formSchemas.ts b/src/views/system/dept/formSchemas.ts
new file mode 100644
index 000000000..056f3c137
--- /dev/null
+++ b/src/views/system/dept/formSchemas.ts
@@ -0,0 +1,39 @@
+import type { FormSchema } from '@/components/core/schema-form/';
+import Api from '@/api/';
+import { findPath } from '@/utils/common';
+
+export const roleSchemas: FormSchema[] = [
+ {
+ field: 'name',
+ component: 'Input',
+ label: '部门名称',
+ rules: [{ required: true, type: 'string' }],
+ },
+ {
+ field: 'parentId',
+ component: 'TreeSelect',
+ label: '上级部门',
+ componentProps: {
+ fieldNames: {
+ label: 'name',
+ key: 'id',
+ value: 'id',
+ },
+ getPopupContainer: () => document.body,
+ request: async ({ schema, formModel }) => {
+ const deptTree = await Api.systemDept.deptList({});
+ schema.componentProps.treeDefaultExpandedKeys = findPath(deptTree, formModel['parentId']);
+ return deptTree;
+ },
+ },
+ },
+ {
+ field: 'orderNo',
+ label: '排序',
+ component: 'InputNumber',
+ required: true,
+ componentProps: {
+ style: { width: '100%' },
+ },
+ },
+];
diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue
new file mode 100644
index 000000000..e66f2c677
--- /dev/null
+++ b/src/views/system/dept/index.vue
@@ -0,0 +1,108 @@
+
+
+
+
+
diff --git a/src/views/system/dict-item/columns.tsx b/src/views/system/dict-item/columns.tsx
new file mode 100644
index 000000000..ccea51079
--- /dev/null
+++ b/src/views/system/dict-item/columns.tsx
@@ -0,0 +1,77 @@
+import { Tag } from 'ant-design-vue';
+import type { TableColumn } from '@/components/core/dynamic-table';
+import type { FormSchema } from '@/components/core/schema-form';
+import { formatToDateTime } from '@/utils/dateUtil';
+
+export type TableListItem = API.DictItemEntity;
+export type TableColumnItem = TableColumn;
+
+export const baseColumns: TableColumnItem[] = [
+ {
+ title: 'ID',
+ dataIndex: 'id',
+ sorter: true,
+ width: 60,
+ },
+ {
+ title: '字典项键名',
+ dataIndex: 'label',
+ },
+ {
+ title: '字典项值',
+ dataIndex: 'value',
+ },
+ {
+ title: '排序',
+ dataIndex: 'orderNo',
+ },
+ {
+ title: '状态',
+ dataIndex: 'status',
+ width: 80,
+ customRender: ({ record }) => {
+ const status = record.status;
+ const enable = ~~status === 1;
+ const color = enable ? 'green' : 'red';
+ const text = enable ? '启用' : '停用';
+ return {text};
+ },
+ },
+ {
+ title: '备注',
+ dataIndex: 'remark',
+ },
+ {
+ title: '更新时间',
+ dataIndex: 'updatedAt',
+ sorter: true,
+ width: 160,
+
+ customRender: ({ record }) => formatToDateTime(record.createdAt),
+ },
+];
+
+export const getSearchFormSchemas = (dictTypeList: any[], onChange: Function): FormSchema[] => [
+ {
+ field: 'typeId',
+ label: '字典类型',
+ component: 'Select',
+ colProps: { span: 8 },
+ componentProps: {
+ options: dictTypeList,
+ onChange,
+ },
+ },
+ {
+ field: 'label',
+ label: '字典项键名',
+ component: 'Input',
+ colProps: { span: 8 },
+ },
+ {
+ field: 'value',
+ label: '字典项值',
+ component: 'Input',
+ colProps: { span: 8 },
+ },
+];
diff --git a/src/views/system/dict-item/formSchemas.ts b/src/views/system/dict-item/formSchemas.ts
new file mode 100644
index 000000000..59adb7b3c
--- /dev/null
+++ b/src/views/system/dict-item/formSchemas.ts
@@ -0,0 +1,61 @@
+import type { FormSchema } from '@/components/core/schema-form/';
+
+export const getBaseSchemas = (
+ dictTypeList: any[],
+ typeId: number,
+): FormSchema[] => [
+ {
+ field: 'typeId',
+ component: 'Select',
+ label: '所属字典类型',
+ rules: [{ required: true, type: 'number' }],
+ defaultValue: typeId,
+ componentProps: {
+ options: dictTypeList,
+ disabled: true,
+ },
+ },
+ {
+ field: 'label',
+ component: 'Input',
+ label: '字典项名称',
+ rules: [{ required: true, type: 'string' }],
+ },
+ {
+ field: 'value',
+ component: 'Input',
+ label: '字典项值',
+ rules: [{ required: true, type: 'string' }],
+ },
+ {
+ field: 'orderNo',
+ component: 'InputNumber',
+ label: '排序',
+ defaultValue: 0,
+ componentProps: {
+ style: {
+ width: '100%',
+ },
+ },
+ },
+ {
+ field: 'status',
+ label: '状态',
+ component: 'RadioGroup',
+ defaultValue: 1,
+ componentProps: {
+ options: [
+ { label: '启用', value: 1 },
+ { label: '禁用', value: 0 },
+ ],
+ },
+ },
+ {
+ field: 'remark',
+ component: 'InputTextArea',
+ label: '备注',
+ colProps: {
+ span: 24,
+ },
+ },
+];
diff --git a/src/views/system/dict-item/index.vue b/src/views/system/dict-item/index.vue
new file mode 100644
index 000000000..33f0181c5
--- /dev/null
+++ b/src/views/system/dict-item/index.vue
@@ -0,0 +1,137 @@
+
+
+
+
+
diff --git a/src/views/system/dict-type/columns.tsx b/src/views/system/dict-type/columns.tsx
new file mode 100644
index 000000000..d95d7c91b
--- /dev/null
+++ b/src/views/system/dict-type/columns.tsx
@@ -0,0 +1,67 @@
+import { RouterLink } from 'vue-router';
+import { Tag } from 'ant-design-vue';
+import type { TableColumn } from '@/components/core/dynamic-table';
+import type { FormSchema } from '@/components/core/schema-form';
+import { formatToDateTime } from '@/utils/dateUtil';
+
+export type TableListItem = API.DictTypeEntity;
+export type TableColumnItem = TableColumn;
+
+export const baseColumns: TableColumnItem[] = [
+ {
+ title: 'ID',
+ dataIndex: 'id',
+ sorter: true,
+ width: 60,
+ },
+ {
+ title: '字典名称',
+ dataIndex: 'name',
+ },
+ {
+ title: '字典编码',
+ dataIndex: 'code',
+ customRender: ({ record }) => (
+ {record.code}
+ ),
+ },
+ {
+ title: '状态',
+ dataIndex: 'status',
+ width: 80,
+ customRender: ({ record }) => {
+ const status = record.status;
+ const enable = ~~status === 1;
+ const color = enable ? 'green' : 'red';
+ const text = enable ? '启用' : '停用';
+ return {text};
+ },
+ },
+ {
+ title: '备注',
+ dataIndex: 'remark',
+ },
+ {
+ title: '更新时间',
+ dataIndex: 'updatedAt',
+ sorter: true,
+ width: 160,
+
+ customRender: ({ record }) => formatToDateTime(record.createdAt),
+ },
+];
+
+export const searchFormSchema: FormSchema[] = [
+ {
+ field: 'name',
+ label: '字典名称',
+ component: 'Input',
+ colProps: { span: 8 },
+ },
+ {
+ field: 'code',
+ label: '字典编码',
+ component: 'Input',
+ colProps: { span: 8 },
+ },
+];
diff --git a/src/views/system/dict-type/formSchemas.ts b/src/views/system/dict-type/formSchemas.ts
new file mode 100644
index 000000000..4edf74c06
--- /dev/null
+++ b/src/views/system/dict-type/formSchemas.ts
@@ -0,0 +1,36 @@
+import type { FormSchema } from '@/components/core/schema-form/';
+
+export const baseSchemas: FormSchema[] = [
+ {
+ field: 'name',
+ component: 'Input',
+ label: '字典名称',
+ rules: [{ required: true, type: 'string' }],
+ },
+ {
+ field: 'code',
+ component: 'Input',
+ label: '字典编码',
+ rules: [{ required: true, type: 'string' }],
+ },
+ {
+ field: 'status',
+ label: '状态',
+ component: 'RadioGroup',
+ defaultValue: 1,
+ componentProps: {
+ options: [
+ { label: '启用', value: 1 },
+ { label: '禁用', value: 0 },
+ ],
+ },
+ },
+ {
+ field: 'remark',
+ component: 'InputTextArea',
+ label: '备注',
+ colProps: {
+ span: 24,
+ },
+ },
+];
diff --git a/src/views/system/dict-type/index.vue b/src/views/system/dict-type/index.vue
new file mode 100644
index 000000000..a8dfbaf8f
--- /dev/null
+++ b/src/views/system/dict-type/index.vue
@@ -0,0 +1,136 @@
+
+
+
+
+
diff --git a/src/views/system/menu/columns.tsx b/src/views/system/menu/columns.tsx
new file mode 100644
index 000000000..5943c986a
--- /dev/null
+++ b/src/views/system/menu/columns.tsx
@@ -0,0 +1,111 @@
+import { Tag } from 'ant-design-vue';
+import type { TableColumn } from '@/components/core/dynamic-table';
+import { Icon } from '@/components/basic/icon';
+import { formatToDateTime } from '@/utils/dateUtil';
+
+export type TableListItem = API.MenuItemInfo;
+export type TableColumnItem = TableColumn;
+
+/**
+ * 将对应菜单类型转为字符串字意
+ */
+const getMenuType = (type) => {
+ switch (type) {
+ case 0:
+ return 目录;
+ case 1:
+ return 菜单;
+ case 2:
+ return 权限;
+ default:
+ return '';
+ }
+};
+
+export const baseColumns: TableColumnItem[] = [
+ {
+ title: '名称',
+ dataIndex: 'name',
+ align: 'left',
+ fixed: 'left',
+ width: 200,
+ },
+ {
+ title: '图标',
+ width: 40,
+ dataIndex: 'icon',
+ hideInSearch: true,
+ customRender: ({ record }) => record.icon && ,
+ },
+ {
+ title: '类型',
+ width: 80,
+ dataIndex: 'type',
+ hideInSearch: true,
+ customRender: ({ record }) => getMenuType(record.type),
+ },
+ {
+ title: '节点路由',
+ dataIndex: 'path',
+ width: 180,
+ ellipsis: true,
+ },
+ {
+ title: '文件路径',
+ width: 180,
+ dataIndex: 'component',
+ },
+ {
+ title: '权限标识',
+ width: 180,
+ dataIndex: 'permission',
+ customRender: ({ record }) =>
+ record.permission && {record.permission},
+ },
+ {
+ title: '排序',
+ width: 50,
+ dataIndex: 'orderNo',
+ hideInSearch: true,
+ },
+ {
+ title: '路由缓存',
+ dataIndex: 'keepalive',
+ width: 80,
+ hideInSearch: true,
+ customRender: ({ record }) => record.type === 1 && (record.keepAlive ? '是' : '否'),
+ },
+ {
+ title: '是否显示',
+ dataIndex: 'show',
+ width: 80,
+ customRender: ({ record }) => {
+ const show = record.show;
+ const enable = ~~show === 1;
+ const color = enable ? 'green' : 'red';
+ const text = enable ? '显示' : '隐藏';
+ return {text};
+ },
+ },
+ {
+ title: '状态',
+ dataIndex: 'status',
+ width: 80,
+ customRender: ({ record }) => {
+ const status = record.status;
+ const enable = ~~status === 1;
+ const color = enable ? 'green' : 'red';
+ const text = enable ? '启用' : '停用';
+ return {text};
+ },
+ },
+ {
+ title: '更新时间',
+ width: 180,
+ dataIndex: 'updatedAt',
+ hideInSearch: true,
+ customRender({ text }) {
+ return formatToDateTime(text);
+ },
+ },
+];
diff --git a/src/views/system/menu/formSchemas.tsx b/src/views/system/menu/formSchemas.tsx
new file mode 100644
index 000000000..f67221450
--- /dev/null
+++ b/src/views/system/menu/formSchemas.tsx
@@ -0,0 +1,217 @@
+import type { FormSchema } from '@/components/core/schema-form/';
+import { IconPicker } from '@/components/basic/icon';
+import { asyncRoutes } from '@/router/asyncModules';
+import Api from '@/api/';
+import { findPath, str2tree } from '@/utils/common';
+
+/** 菜单类型 0: 目录 | 1: 菜单 | 2: 按钮 */
+const isDir = (type: API.MenuDto['type']) => type === 0;
+const isMenu = (type: API.MenuDto['type']) => type === 1;
+const isButton = (type: API.MenuDto['type']) => type === 2;
+
+export const useMenuSchemas = (): FormSchema[] => [
+ {
+ field: 'type',
+ component: 'RadioGroup',
+ label: '菜单类型',
+ defaultValue: 0,
+ rules: [{ required: true, type: 'number' }],
+ componentProps: {
+ options: [
+ {
+ label: '目录',
+ value: 0,
+ },
+ {
+ label: '菜单',
+ value: 1,
+ },
+ {
+ label: '权限',
+ value: 2,
+ },
+ ],
+ },
+ },
+ {
+ field: 'name',
+ component: 'Input',
+ label: ({ formModel }) => (isButton(formModel['type']) ? '权限名称' : '节点名称'),
+ rules: [{ required: true, type: 'string' }],
+ },
+ {
+ field: 'parentId',
+ component: 'TreeSelect',
+ label: '上级节点',
+ componentProps: {
+ fieldNames: {
+ label: 'name',
+ key: 'id',
+ value: 'id',
+ },
+ request: async ({ schema, formModel }) => {
+ const menuTree = await Api.systemMenu.menuList({});
+ const treeDefaultExpandedKeys = [-1].concat(
+ findPath(menuTree, formModel['parentId']) || [],
+ );
+ schema.componentProps.treeDefaultExpandedKeys = treeDefaultExpandedKeys;
+ return [{ id: -1, name: '一级菜单', children: menuTree }];
+ },
+ getPopupContainer: () => document.body,
+ },
+ rules: [{ required: true, type: 'number' }],
+ },
+ {
+ field: 'path',
+ component: 'Input',
+ label: '路由地址',
+ vIf: ({ formModel }) => !isButton(formModel['type']),
+ rules: [{ required: true, type: 'string' }],
+ },
+ {
+ field: 'permission',
+ component: 'Input',
+ label: '权限',
+ helpMessage: `对应控制器中定义的权限字符,如:@Perm('system:menu:list'))`,
+ vIf: ({ formModel }) => !isDir(formModel['type']),
+ required: ({ formModel }) => isButton(formModel.type),
+ },
+ {
+ field: 'component',
+ component: 'Cascader',
+ label: '文件路径',
+ vIf: ({ formModel }) => isMenu(formModel['type']) && !formModel['isExt'],
+ componentProps: {
+ options: Object.keys(asyncRoutes).reduce(
+ (prev, curr) => (str2tree(curr, prev, '/'), prev),
+ [],
+ ),
+ },
+ rules: [{ required: true, type: 'array' }],
+ },
+ {
+ field: 'icon',
+ component: () => IconPicker,
+ label: '节点图标',
+ vIf: ({ formModel }) => !isButton(formModel['type']),
+ },
+ {
+ field: 'orderNo',
+ component: 'InputNumber',
+ label: '排序号',
+ defaultValue: 255,
+ componentProps: {
+ style: {
+ width: '100%',
+ },
+ },
+ },
+ {
+ field: 'isExt',
+ component: 'RadioGroup',
+ label: '是否外链',
+ defaultValue: false,
+ helpMessage: '选择是外链则路由地址需要以`http(s)://`开头',
+ colProps: {
+ span: 12,
+ },
+ componentProps: {
+ optionType: 'button',
+ buttonStyle: 'solid',
+ options: [
+ { label: '是', value: true },
+ { label: '否', value: false },
+ ],
+ },
+ vIf: ({ formModel }) => !isButton(formModel['type']),
+ },
+ {
+ field: 'extOpenMode',
+ component: 'RadioGroup',
+ label: '打开方式',
+ defaultValue: 1,
+ vIf: ({ formModel }) => !isButton(formModel['type']) && formModel['isExt'],
+ colProps: {
+ span: 12,
+ },
+ componentProps: {
+ optionType: 'button',
+ buttonStyle: 'solid',
+ options: [
+ {
+ label: '新窗口打开',
+ value: 1,
+ },
+ {
+ label: '内嵌页打开',
+ value: 2,
+ },
+ ],
+ },
+ },
+ {
+ field: 'keepAlive',
+ component: 'RadioGroup',
+ label: '是否缓存',
+ defaultValue: 0,
+ vIf: ({ formModel }) => isMenu(formModel['type']),
+ colProps: {
+ span: 12,
+ },
+ componentProps: {
+ optionType: 'button',
+ buttonStyle: 'solid',
+ options: [
+ { label: '是', value: 1 },
+ { label: '否', value: 0 },
+ ],
+ },
+ },
+ {
+ field: 'show',
+ component: 'RadioGroup',
+ label: '是否显示',
+ defaultValue: 1,
+ colProps: {
+ span: 12,
+ },
+ helpMessage: '会生成路由,但左侧菜单不可见',
+ componentProps: {
+ optionType: 'button',
+ buttonStyle: 'solid',
+ options: [
+ { label: '是', value: 1 },
+ { label: '否', value: 0 },
+ ],
+ },
+ vIf: ({ formModel }) => !isButton(formModel['type']),
+ },
+ {
+ field: 'activeMenu',
+ component: 'Input',
+ label: '高亮菜单项',
+ colProps: {
+ span: 12,
+ },
+ helpMessage: '值为某个的节点名称(可设置当前路由高亮的菜单项,多用于详情页)',
+ componentProps: {
+ placeholder: '需要高亮的菜单项(节点名称)',
+ },
+ vIf: ({ formModel }) => !formModel['show'] && !isButton(formModel['type']),
+ },
+ {
+ field: 'status',
+ label: '状态',
+ component: 'RadioGroup',
+ defaultValue: 1,
+ helpMessage: '不会生成路由,同时左侧菜单不可见',
+ componentProps: {
+ optionType: 'button',
+ buttonStyle: 'solid',
+ options: [
+ { label: '启用', value: 1 },
+ { label: '禁用', value: 0 },
+ ],
+ },
+ },
+];
diff --git a/src/views/system/permission/menu/index.vue b/src/views/system/menu/index.vue
similarity index 53%
rename from src/views/system/permission/menu/index.vue
rename to src/views/system/menu/index.vue
index 4c92656e3..309d7cf6d 100644
--- a/src/views/system/permission/menu/index.vue
+++ b/src/views/system/menu/index.vue
@@ -1,33 +1,30 @@
-
+
+
+
+
+
+
+ 新增
+
+
+
diff --git a/src/views/system/monitor/login-log/index.vue b/src/views/system/monitor/login-log/index.vue
deleted file mode 100644
index 60e53ccf8..000000000
--- a/src/views/system/monitor/login-log/index.vue
+++ /dev/null
@@ -1,66 +0,0 @@
-
-
-
-
-
diff --git a/src/views/system/monitor/online/index.vue b/src/views/system/monitor/online/index.vue
index 0317f2a2b..20cbce5f3 100644
--- a/src/views/system/monitor/online/index.vue
+++ b/src/views/system/monitor/online/index.vue
@@ -1,101 +1,7 @@
-
-
-
-
-
diff --git a/src/views/system/monitor/req-log/index.vue b/src/views/system/monitor/req-log/index.vue
deleted file mode 100644
index 8c56c4cde..000000000
--- a/src/views/system/monitor/req-log/index.vue
+++ /dev/null
@@ -1,100 +0,0 @@
-
-
-
-
-
diff --git a/src/views/system/monitor/serve/index.vue b/src/views/system/monitor/serve/index.vue
index 38ea2df52..7513267a9 100644
--- a/src/views/system/monitor/serve/index.vue
+++ b/src/views/system/monitor/serve/index.vue
@@ -80,7 +80,7 @@
import { reactive, computed, toRefs, onMounted, onBeforeUnmount } from 'vue';
import { Card, Descriptions, Tag } from 'ant-design-vue';
import { formatSizeUnits } from '@/utils';
- import { getServeStat } from '@/api/system/serve';
+ import Api from '@/api/';
import Progress from '@/components/basic/progress/index.vue';
defineOptions({
@@ -118,7 +118,7 @@
},
});
- const { runtime, disk, memory, cpu } = toRefs(sysInfo);
+ const { runtime, disk, memory, cpu } = toRefs(sysInfo);
const formatDiskUnit = computed(() => {
return {
@@ -151,7 +151,7 @@
});
const refresh = async () => {
- const data = await getServeStat();
+ const data = await Api.systemServe.serveStat();
runtime.value = data.runtime;
disk.value = data.disk;
memory.value = data.memory;
diff --git a/src/views/system/param-config/columns.tsx b/src/views/system/param-config/columns.tsx
index 09b16d4c6..d5f5e4689 100644
--- a/src/views/system/param-config/columns.tsx
+++ b/src/views/system/param-config/columns.tsx
@@ -1,42 +1,48 @@
import type { TableColumn } from '@/components/core/dynamic-table';
-// import { Avatar, Space, Tag } from 'ant-design-vue';
+import type { FormSchema } from '@/components/core/schema-form';
+import { formatToDateTime } from '@/utils/dateUtil';
-export type TableListItem = API.ParamConfigListItem;
+export type TableListItem = API.ParamConfigEntity;
export type TableColumnItem = TableColumn;
export const baseColumns: TableColumnItem[] = [
+ {
+ title: 'ID',
+ dataIndex: 'id',
+ sorter: true,
+ width: 60,
+ },
{
title: '参数名称',
- width: 220,
- align: 'center',
+ width: 150,
dataIndex: 'name',
},
{
- title: '参数键名',
- width: 220,
- align: 'center',
+ title: 'key',
dataIndex: 'key',
},
{
- title: '参数值',
+ title: 'value',
dataIndex: 'value',
- width: 320,
- align: 'center',
},
{
title: '备注',
dataIndex: 'remark',
- width: 300,
- align: 'center',
- },
- {
- title: '创建时间',
- dataIndex: 'createdAt',
- align: 'center',
},
{
title: '更新时间',
- align: 'center',
dataIndex: 'updatedAt',
+ sorter: true,
+ width: 160,
+ customRender: ({ record }) => formatToDateTime(record.createdAt),
+ },
+];
+
+export const searchFormSchema: FormSchema[] = [
+ {
+ field: 'name',
+ label: '名称',
+ component: 'Input',
+ colProps: { span: 8 },
},
];
diff --git a/src/views/system/param-config/formSchemas.ts b/src/views/system/param-config/formSchemas.ts
index d34808201..eb8596961 100644
--- a/src/views/system/param-config/formSchemas.ts
+++ b/src/views/system/param-config/formSchemas.ts
@@ -1,6 +1,6 @@
import type { FormSchema } from '@/components/core/schema-form/';
-export const getSchemas = (configId = -1): FormSchema[] => [
+export const baseSchemas: FormSchema[] = [
{
field: 'name',
component: 'Input',
@@ -10,19 +10,28 @@ export const getSchemas = (configId = -1): FormSchema configId !== -1,
+ label: 'key',
+ colProps: {
+ span: 24,
+ },
+ required: true,
},
{
field: 'value',
component: 'Input',
- label: '参数值',
- rules: [{ required: true, type: 'string' }],
+ label: 'value',
+ colProps: {
+ span: 24,
+ },
+ required: true,
},
{
field: 'remark',
component: 'InputTextArea',
label: '备注',
+ colProps: {
+ span: 24,
+ },
+ required: true,
},
];
diff --git a/src/views/system/param-config/config-list.vue b/src/views/system/param-config/index.vue
similarity index 55%
rename from src/views/system/param-config/config-list.vue
rename to src/views/system/param-config/index.vue
index cb27f91ca..c6a56b77d 100644
--- a/src/views/system/param-config/config-list.vue
+++ b/src/views/system/param-config/index.vue
@@ -2,17 +2,16 @@
新增
@@ -23,55 +22,59 @@
-
-
diff --git a/src/views/system/permission/role/columns.tsx b/src/views/system/role/columns.tsx
similarity index 58%
rename from src/views/system/permission/role/columns.tsx
rename to src/views/system/role/columns.tsx
index 966ae16c6..a5a07db0b 100644
--- a/src/views/system/permission/role/columns.tsx
+++ b/src/views/system/role/columns.tsx
@@ -1,7 +1,7 @@
+import { Tag } from 'ant-design-vue';
import type { TableColumn } from '@/components/core/dynamic-table';
-// import { Avatar, Space, Tag } from 'ant-design-vue';
-export type TableListItem = API.RoleListResultItem;
+export type TableListItem = API.RoleEntity;
export type TableColumnItem = TableColumn;
export const baseColumns: TableColumnItem[] = [
@@ -9,35 +9,44 @@ export const baseColumns: TableColumnItem[] = [
title: '#',
dataIndex: 'id',
width: 55,
- align: 'center',
+
hideInSearch: true,
},
{
- title: '名称',
+ title: '角色名称',
width: 200,
- align: 'center',
+
dataIndex: 'name',
},
{
- title: '标识',
+ title: '角色值',
+ width: 180,
+
+ dataIndex: 'value',
+ },
+ {
+ title: '状态',
+ dataIndex: 'status',
+
width: 80,
- align: 'center',
- dataIndex: 'label',
+ customRender: ({ record }) => {
+ const enable = ~~record.status === 1;
+ return {enable ? '启用' : '停用'};
+ },
},
{
title: '备注',
dataIndex: 'remark',
- align: 'center',
},
{
title: '创建时间',
dataIndex: 'createdAt',
- align: 'center',
+
hideInSearch: true,
},
{
title: '更新时间',
- align: 'center',
+
dataIndex: 'updatedAt',
hideInSearch: true,
},
diff --git a/src/views/system/permission/role/formSchemas.ts b/src/views/system/role/formSchemas.ts
similarity index 60%
rename from src/views/system/permission/role/formSchemas.ts
rename to src/views/system/role/formSchemas.ts
index dc0316053..0533b7b80 100644
--- a/src/views/system/permission/role/formSchemas.ts
+++ b/src/views/system/role/formSchemas.ts
@@ -1,64 +1,59 @@
import type { FormSchema } from '@/components/core/schema-form/';
-export const roleSchemas: FormSchema[] = [
+export const roleSchemas: FormSchema[] = [
{
field: 'name',
component: 'Input',
- label: '名称',
+ label: '角色名称',
rules: [{ required: true, type: 'string' }],
colProps: {
span: 12,
},
},
{
- field: 'label',
+ field: 'value',
component: 'Input',
- label: '标识',
+ label: '角色值',
rules: [{ required: true, type: 'string' }],
colProps: {
span: 12,
},
},
+ {
+ field: 'status',
+ label: '状态',
+ component: 'RadioGroup',
+ defaultValue: 1,
+ componentProps: {
+ options: [
+ { label: '启用', value: 1 },
+ { label: '停用', value: 0 },
+ ],
+ },
+ },
{
field: 'remark',
component: 'InputTextArea',
label: '备注',
},
{
- field: 'menus',
+ field: 'menuIds',
component: 'Tree',
label: '菜单权限',
- colProps: {
- span: 12,
- },
componentProps: {
checkable: true,
vModelKey: 'checkedKeys',
- style: {
- height: '350px',
- paddingTop: '5px',
- overflow: 'auto',
- borderRadius: '6px',
- border: '1px solid #dcdfe6',
+ fieldNames: {
+ title: 'name',
+ key: 'id',
},
- },
- },
- {
- field: 'depts',
- component: 'Tree',
- label: '部门权限',
- colProps: {
- span: 12,
- },
- componentProps: {
- checkable: true,
- vModelKey: 'checkedKeys',
style: {
height: '350px',
paddingTop: '5px',
overflow: 'auto',
borderRadius: '6px',
border: '1px solid #dcdfe6',
+ resize: 'vertical',
},
},
},
diff --git a/src/views/system/permission/role/index.vue b/src/views/system/role/index.vue
similarity index 52%
rename from src/views/system/permission/role/index.vue
rename to src/views/system/role/index.vue
index 981cc99f1..ce407e540 100644
--- a/src/views/system/permission/role/index.vue
+++ b/src/views/system/role/index.vue
@@ -3,13 +3,18 @@
-
+
新增
@@ -20,19 +25,9 @@
diff --git a/src/views/system/schedule/task/columns.tsx b/src/views/system/schedule/task/columns.tsx
index 21c21e652..2aa87db1c 100644
--- a/src/views/system/schedule/task/columns.tsx
+++ b/src/views/system/schedule/task/columns.tsx
@@ -1,7 +1,7 @@
import { Badge, Tag } from 'ant-design-vue';
import type { TableColumn } from '@/components/core/dynamic-table';
-export type TableListItem = API.SysTaskListItem;
+export type TableListItem = API.TaskEntity;
export type TableColumnItem = TableColumn;
const getStatusColor = (status) => {
@@ -26,13 +26,13 @@ export const baseColumns: TableColumnItem[] = [
{
title: '任务名称',
dataIndex: 'name',
- width: 240,
+ width: 180,
},
{
title: '状态',
- width: 120,
+ width: 100,
dataIndex: 'status',
- align: 'center',
+
customRender: ({ record }) => (
(
{record.type === 1 ? 'Interval' : 'Cron'}
@@ -54,20 +54,19 @@ export const baseColumns: TableColumnItem[] = [
title: '调用服务',
dataIndex: 'service',
hideInSearch: true,
- align: 'center',
- width: 350,
+
+ width: 220,
},
{
title: '执行参数',
dataIndex: 'data',
- align: 'center',
+
hideInSearch: true,
- width: 450,
+ width: 220,
},
{
title: '备注',
- width: 250,
- align: 'center',
+
dataIndex: 'remark',
},
];
diff --git a/src/views/system/schedule/task/formSchemas.ts b/src/views/system/schedule/task/formSchemas.ts
index faea1d80e..8043057bc 100644
--- a/src/views/system/schedule/task/formSchemas.ts
+++ b/src/views/system/schedule/task/formSchemas.ts
@@ -1,6 +1,6 @@
import type { FormSchema } from '@/components/core/schema-form/';
-export const taskSchemas: FormSchema[] = [
+export const taskSchemas: FormSchema[] = [
{
field: 'type',
component: 'RadioGroup',
diff --git a/src/views/system/schedule/task/index.vue b/src/views/system/schedule/task/index.vue
index 1fdafae97..cee8d44a1 100644
--- a/src/views/system/schedule/task/index.vue
+++ b/src/views/system/schedule/task/index.vue
@@ -3,13 +3,17 @@
-
+
新增
@@ -34,35 +38,35 @@
-
+
仅一次
运行
停止
@@ -81,17 +85,8 @@
import { taskSchemas } from './formSchemas';
import type { TableListItem, TableColumnItem } from './columns';
import { useTable } from '@/components/core/dynamic-table';
- import { useFormModal } from '@/hooks/useModal/useFormModal';
- import {
- getSysTaskList,
- sysTaskUpdate,
- sysTaskAdd,
- sysTaskDelete,
- getSysTaskInfo,
- sysTaskOnce,
- sysTaskStart,
- sysTaskStop,
- } from '@/api/system/task';
+ import { useFormModal } from '@/hooks/useModal/';
+ import Api from '@/api/';
defineOptions({
name: 'SystemScheduleTask',
@@ -120,7 +115,11 @@
id: record.id,
};
console.log('新增/编辑任务', params);
- await (record.id ? sysTaskUpdate : sysTaskAdd)(params);
+ if (record.id) {
+ await Api.systemTask.taskUpdate({ id: record.id }, params);
+ } else {
+ await Api.systemTask.taskCreate(params);
+ }
reload();
},
},
@@ -132,7 +131,7 @@
// 如果是编辑的话,需要获取任务详情
if (record.id) {
- const data = await getSysTaskInfo({ id: record.id });
+ const data = await Api.systemTask.taskInfo({ id: record.id });
formRef?.setFieldsValue({
...record,
@@ -142,22 +141,22 @@
};
const delRowConfirm = async (id: number) => {
- await sysTaskDelete({ id });
+ await Api.systemTask.taskDelete({ id });
reload();
};
const handleOnce = async (record: TableListItem) => {
- await sysTaskOnce({ id: record.id });
+ await Api.systemTask.taskOnce({ id: record.id });
reload();
};
const handleStart = async (record: TableListItem) => {
- await sysTaskStart({ id: record.id });
+ await Api.systemTask.taskStart({ id: record.id });
reload();
};
const handleStop = async (record: TableListItem) => {
- await sysTaskStop({ id: record.id });
+ await Api.systemTask.taskStop({ id: record.id });
reload();
};
@@ -180,20 +179,20 @@
title: '操作',
width: 220,
dataIndex: 'ACTION',
- align: 'center',
+
fixed: 'right',
actions: ({ record }) => [
{
label: '编辑',
auth: {
- perm: 'sys.task.update',
+ perm: 'system:task:update',
effect: 'disable',
},
onClick: () => openTaskModal(record),
},
{
label: '删除',
- auth: 'sys.task.delete',
+ auth: 'system:task:delete',
popConfirm: {
title: '你确定要删除吗?',
onConfirm: () => delRowConfirm(record.id),
diff --git a/src/views/system/user/AvatarUpload.vue b/src/views/system/user/AvatarUpload.vue
new file mode 100644
index 000000000..a6d4308f4
--- /dev/null
+++ b/src/views/system/user/AvatarUpload.vue
@@ -0,0 +1,109 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/system/user/DeptTree.vue b/src/views/system/user/DeptTree.vue
new file mode 100644
index 000000000..aa5eaad9b
--- /dev/null
+++ b/src/views/system/user/DeptTree.vue
@@ -0,0 +1,113 @@
+
+
+
+
+
+
+
+
+
diff --git a/src/views/system/permission/user/columns.tsx b/src/views/system/user/columns.tsx
similarity index 75%
rename from src/views/system/permission/user/columns.tsx
rename to src/views/system/user/columns.tsx
index 743351640..be1f20d74 100644
--- a/src/views/system/permission/user/columns.tsx
+++ b/src/views/system/user/columns.tsx
@@ -1,75 +1,65 @@
import { Avatar, Space, Tag } from 'ant-design-vue';
import type { TableColumn } from '@/components/core/dynamic-table';
-export type TableListItem = API.UserListPageResultItem;
+export type TableListItem = API.UserEntity;
export type TableColumnItem = TableColumn;
export const baseColumns: TableColumnItem[] = [
{
title: '头像',
width: 80,
- dataIndex: 'headImg',
+ dataIndex: 'avatar',
hideInSearch: true,
- customRender: ({ record }) => ,
+ customRender: ({ record }) => ,
},
{
- title: '姓名',
+ title: '用户名',
width: 120,
- dataIndex: 'name',
- align: 'center',
+ dataIndex: 'username',
},
{
- title: '用户名',
+ title: '呢称',
width: 120,
- align: 'center',
- dataIndex: 'username',
+ hideInSearch: true,
+ dataIndex: 'nickname',
},
{
title: '所在部门',
- dataIndex: 'departmentName',
+ dataIndex: 'dept',
hideInSearch: true,
- align: 'center',
width: 180,
+ customRender: ({ record }) => {
+ return {record.dept?.name};
+ },
},
{
title: '所属角色',
dataIndex: 'roleNames',
- align: 'center',
hideInSearch: true,
width: 220,
customRender: ({ record }) => (
- {record.roleNames.map((item) => (
-
- {item}
+ {record.roles.map((item) => (
+
+ {item.name}
))}
),
},
- {
- title: '呢称',
- width: 120,
- align: 'center',
- hideInSearch: true,
- dataIndex: 'nickName',
- },
{
title: '邮箱',
width: 120,
- align: 'center',
dataIndex: 'email',
},
{
title: '手机',
width: 120,
- align: 'center',
dataIndex: 'phone',
},
{
title: '备注',
width: 120,
- align: 'center',
dataIndex: 'remark',
},
{
@@ -93,7 +83,7 @@ export const baseColumns: TableColumnItem[] = [
},
},
customRender: ({ record }) => {
- const isEnable = record.status === 1;
+ const isEnable = ~~record.status === 1;
return {isEnable ? '启用' : '禁用'};
},
},
diff --git a/src/views/system/permission/user/formSchemas.ts b/src/views/system/user/formSchemas.tsx
similarity index 64%
rename from src/views/system/permission/user/formSchemas.ts
rename to src/views/system/user/formSchemas.tsx
index 38f34a6fa..43dedbbde 100644
--- a/src/views/system/permission/user/formSchemas.ts
+++ b/src/views/system/user/formSchemas.tsx
@@ -1,55 +1,37 @@
+import AvatarUpload from './AvatarUpload.vue';
import type { FormSchema } from '@/components/core/schema-form/';
-import { getRoleList } from '@/api/system/role';
+import Api from '@/api/';
-export const deptSchemas: FormSchema[] = [
+export const userSchemas: FormSchema[] = [
{
- field: 'name',
- component: 'Input',
- label: '部门名称',
- rules: [{ required: true, type: 'string' }],
- },
- {
- field: 'parentId',
- component: 'TreeSelect',
- label: '上级部门',
- componentProps: {
- getPopupContainer: () => document.body,
- },
- rules: [{ required: true, type: 'number' }],
- },
- {
- field: 'orderNum',
- component: 'InputNumber',
- label: '排序号',
- defaultValue: 255,
- componentProps: {
- style: {
- width: '100%',
- },
- },
+ field: 'avatar',
+ component: () => AvatarUpload,
+ label: '头像',
},
-];
-
-export const userSchemas: FormSchema[] = [
{
- field: 'departmentId',
+ field: 'deptId',
component: 'TreeSelect',
label: '所属部门',
componentProps: {
+ fieldNames: {
+ label: 'name',
+ key: 'id',
+ value: 'id',
+ },
getPopupContainer: () => document.body,
},
rules: [{ required: true, type: 'number' }],
},
{
- field: 'roles',
+ field: 'roleIds',
component: 'Select',
label: '所属角色',
rules: [{ required: true, type: 'array' }],
componentProps: {
mode: 'multiple',
request: async () => {
- const data = await getRoleList();
- return data.map((n) => ({ label: n.name, value: n.id }));
+ const { items = [] } = await Api.systemRole.roleList({});
+ return items.map((n) => ({ label: n.name, value: n.id }));
},
},
},
@@ -60,16 +42,15 @@ export const userSchemas: FormSchema[] = [
rules: [{ required: true }],
},
{
- field: 'name',
- component: 'Input',
- label: '姓名',
- colProps: {
- span: 12,
+ field: 'password',
+ label: '密码',
+ component: 'InputPassword',
+ componentProps: {
+ placeholder: '无需修改请留空',
},
- rules: [{ required: true }],
},
{
- field: 'nickName',
+ field: 'nickname',
component: 'Input',
label: '呢称',
colProps: {
diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue
new file mode 100644
index 000000000..938d3ca7c
--- /dev/null
+++ b/src/views/system/user/index.vue
@@ -0,0 +1,214 @@
+
+
+
+
+
+
+
+
+
+
+ 已选 {{ isCheckRows }} 项
+ 取消选择
+
+
+
+
+
+ 新增
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/tool/email/formSchemas.tsx b/src/views/tool/email/formSchemas.tsx
new file mode 100644
index 000000000..9926e3b28
--- /dev/null
+++ b/src/views/tool/email/formSchemas.tsx
@@ -0,0 +1,40 @@
+import type { FormSchema } from '@/components/core/schema-form/';
+import type { IPropTypes } from '@tinymce/tinymce-vue/lib/es2015/main/ts/components/EditorPropTypes';
+import TinymceEditor from '@/components/basic/tinymce';
+import Api from '@/api/';
+
+const initOptions: IPropTypes['init'] = {
+ images_upload_handler: async (blobInfo) => {
+ const data = await Api.toolsUpload.uploadUpload({ file: blobInfo.blob() });
+ return data.filename;
+ },
+};
+
+export const sendSchemas: FormSchema[] = [
+ {
+ field: 'subject',
+ component: 'Input',
+ label: '邮件标题',
+ required: true,
+ colProps: { md: 18 },
+ },
+ {
+ field: 'to',
+ component: 'Input',
+ label: '收件邮箱',
+ helpMessage: '多个地址英文逗号,隔开',
+ componentProps: {
+ placeholder: '请输入邮箱地址,多个地址英文逗号,隔开',
+ },
+ colProps: { md: 18 },
+ rules: [{ type: 'email', required: true, message: '请输入有效的邮箱地址' }],
+ },
+ {
+ field: 'content',
+ component: ({ formModel }) => {
+ return ;
+ },
+ label: '正文',
+ colProps: { md: 18 },
+ },
+];
diff --git a/src/views/tool/email/index.vue b/src/views/tool/email/index.vue
new file mode 100644
index 000000000..8f7e3e5f5
--- /dev/null
+++ b/src/views/tool/email/index.vue
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+
+
+
diff --git a/src/views/tool/storage/columns.tsx b/src/views/tool/storage/columns.tsx
new file mode 100644
index 000000000..e11bcf00c
--- /dev/null
+++ b/src/views/tool/storage/columns.tsx
@@ -0,0 +1,152 @@
+import { Tag, Tooltip, Image, Progress } from 'ant-design-vue';
+import type { TableColumn } from '@/components/core/dynamic-table';
+import type { FormSchema } from '@/components/core/schema-form';
+import { formatToDateTime } from '@/utils/dateUtil';
+
+export type TableListItem = API.StorageInfo;
+export type TableColumnItem = TableColumn;
+
+export type FileItem = {
+ file: File;
+ uid: string;
+ name: string;
+ size: number;
+ status: string;
+ thumbUrl: string;
+ percent: number;
+};
+
+export enum UploadResultStatus {
+ SUCCESS = 'success',
+ ERROR = 'error',
+ UPLOADING = 'uploading',
+}
+
+export const baseColumns: TableColumnItem[] = [
+ {
+ title: '文件名',
+ dataIndex: 'name',
+ width: 150,
+ ellipsis: true,
+ customRender({ record }) {
+ return (
+
+ {{
+ title: () => record.path,
+ default: () => (
+
+ {record.name}
+
+ ),
+ }}
+
+ );
+ },
+ },
+ {
+ title: '预览图',
+ dataIndex: 'path',
+ width: 150,
+ customRender({ record }) {
+ return ;
+ },
+ },
+ {
+ title: '文件后缀',
+ dataIndex: 'extName',
+ width: 80,
+ },
+ {
+ title: '类别',
+ dataIndex: 'type',
+ width: 80,
+ },
+ {
+ title: '大小',
+ dataIndex: 'size',
+ width: 80,
+ customRender: ({ record }) => {
+ return {record.size};
+ },
+ },
+ {
+ title: '上传者',
+ dataIndex: 'username',
+ width: 120,
+ },
+ {
+ title: '创建时间',
+ dataIndex: 'createdAt',
+ width: 160,
+ customRender: ({ record }) => formatToDateTime(record.createdAt),
+ },
+];
+
+export const fileListColumns: TableColumn[] = [
+ {
+ dataIndex: 'thumbUrl',
+ title: '缩略图',
+ width: 100,
+ customRender: ({ record }) => {
+ const { thumbUrl } = record;
+ return thumbUrl && ;
+ },
+ },
+ {
+ dataIndex: 'name',
+ title: '文件名',
+ align: 'left',
+ customRender: ({ text, record }) => {
+ const { percent, status: uploadStatus } = record || {};
+ let status: 'normal' | 'exception' | 'active' | 'success' = 'normal';
+ if (uploadStatus === UploadResultStatus.ERROR) {
+ status = 'exception';
+ } else if (uploadStatus === UploadResultStatus.UPLOADING) {
+ status = 'active';
+ } else if (uploadStatus === UploadResultStatus.SUCCESS) {
+ status = 'success';
+ }
+ return (
+
+ );
+ },
+ },
+ {
+ dataIndex: 'size',
+ title: '文件大小',
+ width: 100,
+ customRender: ({ text = 0 }) => {
+ return text && `${(text / 1024).toFixed(2)}KB`;
+ },
+ },
+ {
+ dataIndex: 'status',
+ title: '状态',
+ width: 100,
+ customRender: ({ text }) => {
+ if (text === UploadResultStatus.SUCCESS) {
+ return 上传成功;
+ } else if (text === UploadResultStatus.ERROR) {
+ return 上传失败;
+ } else if (text === UploadResultStatus.UPLOADING) {
+ return 上传中;
+ }
+
+ return text || '待上传';
+ },
+ },
+];
+
+export const searchFormSchema: FormSchema[] = [
+ {
+ field: 'name',
+ label: '名称',
+ component: 'Input',
+ colProps: { span: 8 },
+ },
+];
diff --git a/src/views/tool/storage/index.vue b/src/views/tool/storage/index.vue
new file mode 100644
index 000000000..ad11e6ceb
--- /dev/null
+++ b/src/views/tool/storage/index.vue
@@ -0,0 +1,77 @@
+
+
+
+
+
diff --git a/src/views/tool/storage/upload-modal.vue b/src/views/tool/storage/upload-modal.vue
new file mode 100644
index 000000000..216c0e9d6
--- /dev/null
+++ b/src/views/tool/storage/upload-modal.vue
@@ -0,0 +1,131 @@
+
+
+ 上传
+
+
+
+
+
+
+ 选择文件
+
+
+
+
+
+
+
+
+
+
diff --git a/stylelint.config.js b/stylelint.config.js
index f95d42e35..84d8f1f73 100644
--- a/stylelint.config.js
+++ b/stylelint.config.js
@@ -15,9 +15,18 @@ module.exports = {
customSyntax: 'postcss-less',
extends: ['stylelint-config-standard', 'stylelint-config-recommended-vue'],
},
+ {
+ files: ['*.scss', '**/*.scss'],
+ customSyntax: 'postcss-scss',
+ extends: ['stylelint-config-standard-scss', 'stylelint-config-recommended-vue/scss'],
+ rule: {
+ 'scss/percent-placeholder-pattern': null,
+ },
+ },
],
rules: {
- 'value-keyword-case': null,
+ 'prettier/prettier': true,
+ 'media-feature-range-notation': null,
'selector-not-notation': null,
'import-notation': null,
'function-no-unknown': null,
@@ -31,7 +40,7 @@ module.exports = {
'selector-pseudo-element-no-unknown': [
true,
{
- ignorePseudoElements: ['v-deep', 'v-global', 'v-slotted'],
+ ignorePseudoElements: ['v-deep'],
},
],
'at-rule-no-unknown': [
@@ -53,7 +62,6 @@ module.exports = {
},
],
'no-empty-source': null,
- 'string-quotes': null,
'named-grid-areas-no-invalid': null,
'no-descending-specificity': null,
'font-family-no-missing-generic-family-keyword': null,
diff --git a/tsconfig.json b/tsconfig.json
index 23a32c50f..27f0438ff 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,46 +1,49 @@
{
"extends": "@vue/tsconfig/tsconfig.dom.json",
- // https://github.com/lokalise/i18n-ally/issues/994
- "ts-node": {
- "compilerOptions": {
- "module": "es2015",
- "moduleResolution": "node"
- }
- },
"compilerOptions": {
- "target": "esnext",
- "module": "esnext",
+ "baseUrl": ".",
+ "target": "ESNext",
+ "module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
- "noLib": false,
+ "noImplicitOverride": true,
+ "noUnusedLocals": true,
+ "esModuleInterop": true,
+ "useUnknownInCatchVariables": false,
+ "composite": false,
+ "declarationMap": false,
"forceConsistentCasingInFileNames": true,
+ "inlineSources": false,
+ "isolatedModules": true,
+ "skipLibCheck": true,
+ "noUnusedParameters": false,
+ "preserveWatchOutput": true,
+ "experimentalDecorators": true,
+ "resolveJsonModule": true,
+ "removeComments": true,
+ "noLib": false,
"allowSyntheticDefaultImports": true,
"strictFunctionTypes": false,
"jsx": "preserve",
- "baseUrl": ".",
+ "jsxImportSource": "vue",
"allowJs": true,
- "sourceMap": true,
- "esModuleInterop": true,
- "resolveJsonModule": true,
- "experimentalDecorators": true,
"lib": ["dom", "esnext"],
"noImplicitAny": false,
- "skipLibCheck": true,
- "removeComments": true,
"types": ["node", "vite/client"],
"paths": {
- "@/*": ["src/*"]
- }
+ "@/*": ["src/*"],
+ },
},
"include": [
"**/*.d.ts",
"mock/**/*",
+ "mocks/**/*",
"src/**/*.ts",
"src/**/*.tsx",
"src/**/*.vue",
"types/**/*.d.ts",
"types/**/*.ts",
- "vite.config.ts"
+ "vite.config.ts",
],
- "exclude": ["node_modules", "dist", "**/*.js", "**/*.md", "src/**/*.md"]
+ "exclude": ["node_modules", "dist", "**/*.js", "**/*.md", "src/**/*.md"],
}
diff --git a/types/env.d.ts b/types/env.d.ts
index 6e2323361..c64679365 100644
--- a/types/env.d.ts
+++ b/types/env.d.ts
@@ -6,7 +6,7 @@ interface ImportMetaEnv {
/** 网站部署的目录 */
readonly VITE_BASE_URL: string;
/** API 接口路径 */
- readonly VITE_BASE_API: string;
+ readonly VITE_BASE_API_URL: string;
/** socket 请求路径前缀 */
readonly VITE_BASE_SOCKET_PATH: string;
/** socket 命名空间 */
diff --git a/types/global.d.ts b/types/global.d.ts
index 8b5285929..604cb371a 100644
--- a/types/global.d.ts
+++ b/types/global.d.ts
@@ -5,14 +5,18 @@ import type {
VNodeChild,
SetupContext,
EmitsOptions,
+ ObjectEmitsOptions,
PropType as VuePropType,
} from 'vue';
+import type { TinyMCE } from 'tinymce';
declare global {
const __APP_INFO__: {
pkg: typeof packageJSON;
lastBuildTime: string;
};
+ const tinymce: TinyMCE;
+
// declare interface Window {
// // Global vue app instance
// __APP__: App;
@@ -31,6 +35,9 @@ declare global {
declare type Nullable = T | null;
declare type NonNullable = T extends null | undefined ? never : T;
declare type Recordable = Record;
+ declare type Objectable = {
+ [P in keyof T]: T[P];
+ } & Recordable;
declare type Key = string | number;
declare type ReadonlyRecordable = {
readonly [key: string]: T;
@@ -57,6 +64,24 @@ declare global {
declare function parseFloat(string: string | number): number;
declare type EmitFn = SetupContext['emit'];
+ /** copy from `@vue/runtime-core` */
+ declare type EmitsToProps = T extends string[]
+ ? {
+ [K in `on${Capitalize}`]?: (...args: any[]) => any;
+ }
+ : T extends ObjectEmitsOptions
+ ? {
+ [K in `on${Capitalize}`]?: K extends `on${infer C}`
+ ? (
+ ...args: T[Uncapitalize] extends (...args: infer P) => any
+ ? P
+ : T[Uncapitalize] extends null
+ ? any[]
+ : never
+ ) => any
+ : never;
+ }
+ : {};
namespace JSX {
// tslint:disable no-empty-interface
diff --git a/types/shims/shims-vue.d.ts b/types/shims/shims-vue.d.ts
index a10106f1c..2e8f83a4b 100644
--- a/types/shims/shims-vue.d.ts
+++ b/types/shims/shims-vue.d.ts
@@ -1,14 +1,18 @@
-import type { PermissionType } from '@/core/permission/modules/types';
+import type { PermissionType } from '@/permission/permCode/';
// declare module '*.vue' {
// import * as vue from 'vue';
// export declare const render: vue.RootRenderFunction
// }
-
-declare module '@vue/runtime-core' {
- export interface ComponentCustomProperties {
+declare module 'vue' {
+ interface ComponentCustomProperties {
$auth: (perm: PermissionType) => boolean;
+ // 在 Vue 本身实现相关功能之前,Volar 提供的唯一方法是使用以下方法。
+ // 请参阅:https://github.com/vuejs/language-tools/issues/465#issuecomment-1229166260
+ // 参见:https://github.com/vuejs/core/pull/3399
+ vAuth?: PermissionType;
Reflect: Reflect;
+ suspenseStatus: '' | 'pending' | 'resolve' | 'fallback';
}
}
diff --git a/types/vue-router.d.ts b/types/vue-router.d.ts
index 2358db727..1c96f9ff1 100644
--- a/types/vue-router.d.ts
+++ b/types/vue-router.d.ts
@@ -1,5 +1,5 @@
import { type RouteMeta as VRouteMeta } from 'vue-router';
-import { type PermissionType } from '@/core/permission/modules/types';
+import { type PermissionType } from '@/permission/permCode/';
import { type LocaleType } from '@/locales/config';
declare global {
@@ -39,13 +39,13 @@ declare module 'vue-router' {
/** 设置当前路由高亮的菜单项,值为route fullPath或route name,一般用于详情页 */
activeMenu?: string;
/** 菜单排序号 */
- orderNum?: number;
+ orderNo?: number;
/** 是否外链 */
isExt?: boolean;
/** 外链打开方式
* 1: 新窗口打开
- * 2: iframe
+ * 2: 内嵌 iframe
*/
- openMode?: 1 | 2;
+ extOpenMode?: 1 | 2;
}
}
diff --git a/vite.config.ts b/vite.config.ts
index 3a29cd1e3..27bee11c8 100644
--- a/vite.config.ts
+++ b/vite.config.ts
@@ -4,12 +4,12 @@ import vueJsx from '@vitejs/plugin-vue-jsx';
import legacy from '@vitejs/plugin-legacy';
import vue from '@vitejs/plugin-vue';
import checker from 'vite-plugin-checker';
-import { viteMockServe } from 'vite-plugin-mock';
import Components from 'unplugin-vue-components/vite';
import { AntDesignVueResolver } from 'unplugin-vue-components/resolvers';
import Unocss from 'unocss/vite';
import { createSvgIconsPlugin } from 'vite-plugin-svg-icons';
import dayjs from 'dayjs';
+import mockServerPlugin from '@admin-pkg/mock-server/vite';
import pkg from './package.json';
import type { UserConfig, ConfigEnv } from 'vite';
@@ -31,6 +31,7 @@ export default ({ command, mode }: ConfigEnv): UserConfig => {
const { VITE_BASE_URL, VITE_DROP_CONSOLE } = loadEnv(mode, CWD);
const isBuild = command === 'build';
+ const mainFilePath = resolve(CWD, 'src/main.ts');
return {
base: VITE_BASE_URL,
@@ -51,31 +52,30 @@ export default ({ command, mode }: ConfigEnv): UserConfig => {
vueJsx({
// options are passed on to @vue/babel-plugin-jsx
}),
-
+ mockServerPlugin({ build: isBuild }),
legacy({
targets: ['defaults', 'not IE 11', 'chrome 79', 'maintained node versions'],
additionalLegacyPolyfills: ['regenerator-runtime/runtime'],
+ // ctrl + p node_modules/core-js/modules
// 根据你自己需要导入相应的polyfill: https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#polyfill-specifiers
- modernPolyfills: ['es.promise.finally', 'es/array', 'es/map', 'es/set'],
+ modernPolyfills: ['es.promise.with-resolvers'],
}),
+ // 由于 @vitejs/plugin-legacy 只能在构建中运行,所以在开发环境时手动添加 polyfill
+ {
+ name: 'dev-auto-import-polyfill',
+ apply: 'serve',
+ transform(code, id) {
+ if (id === mainFilePath) {
+ return `import './polyfill';${code}`;
+ }
+ },
+ },
createSvgIconsPlugin({
// Specify the icon folder to be cached
iconDirs: [resolve(CWD, 'src/assets/icons')],
// Specify symbolId format
symbolId: 'svg-icon-[dir]-[name]',
}),
- viteMockServe({
- ignore: /^_/,
- mockPath: 'mock',
- localEnabled: !isBuild,
- prodEnabled: isBuild,
- logger: true,
- injectCode: `
- import { setupProdMockServer } from '../mock/_createProductionServer';
-
- setupProdMockServer();
- `,
- }),
Components({
dts: 'types/components.d.ts',
types: [
@@ -127,17 +127,23 @@ export default ({ command, mode }: ConfigEnv): UserConfig => {
port: 8088,
proxy: {
'/api': {
- target: 'https://nest-api.buqiyuan.site/api/',
- // target: 'http://localhost:7001',
+ // target: 'https://nest-api.buqiyuan.site',
+ target: 'http://127.0.0.1:7001',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, ''),
},
'/ws-api': {
target: 'wss://nest-api.buqiyuan.site',
- // target: 'http://localhost:7002',
+ // target: 'http://127.0.0.1:7002',
changeOrigin: true, //是否允许跨域
ws: true,
},
+ '/upload': {
+ target: 'http://127.0.0.1:7001/upload',
+ changeOrigin: true,
+ ws: true,
+ rewrite: (path) => path.replace(new RegExp(`^/upload`), ''),
+ },
},
},
optimizeDeps: {
@@ -150,7 +156,7 @@ export default ({ command, mode }: ConfigEnv): UserConfig => {
],
},
esbuild: {
- pure: VITE_DROP_CONSOLE ? ['console.log', 'debugger'] : [],
+ pure: VITE_DROP_CONSOLE === 'true' ? ['console.log', 'debugger'] : [],
supported: {
// https://github.com/vitejs/vite/pull/8665
'top-level-await': true,