mirror of
https://github.com/vbenjs/gf-vben-admin.git
synced 2025-02-02 19:08:40 +08:00
fix: suppoer build sourcemap
This commit is contained in:
parent
91e004e211
commit
3ba8285586
3
.vscode/extensions.json
vendored
3
.vscode/extensions.json
vendored
@ -12,6 +12,7 @@
|
|||||||
"antfu.iconify",
|
"antfu.iconify",
|
||||||
"mikestead.dotenv",
|
"mikestead.dotenv",
|
||||||
"bradlc.vscode-tailwindcss",
|
"bradlc.vscode-tailwindcss",
|
||||||
"heybourn.headwind"
|
"heybourn.headwind",
|
||||||
|
"znck.vue-language-features"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -4,6 +4,12 @@
|
|||||||
|
|
||||||
- 修复菜单在 hmr 时数据被置空
|
- 修复菜单在 hmr 时数据被置空
|
||||||
- 修复 Upload 组件 maxNumber 失效问题
|
- 修复 Upload 组件 maxNumber 失效问题
|
||||||
|
- 修复打包 sourcemap 报错
|
||||||
|
|
||||||
|
### 🎫 Chores
|
||||||
|
|
||||||
|
- 文档更新
|
||||||
|
- 升级 ant-design-vue 到 2.0.0
|
||||||
|
|
||||||
## 2.0.0-rc.18 (2021-02-05)
|
## 2.0.0-rc.18 (2021-02-05)
|
||||||
|
|
||||||
|
20
package.json
20
package.json
@ -22,7 +22,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@iconify/iconify": "^2.0.0-rc.6",
|
"@iconify/iconify": "^2.0.0-rc.6",
|
||||||
"@vueuse/core": "^4.0.12",
|
"@vueuse/core": "^4.0.12",
|
||||||
"ant-design-vue": "2.0.0-rc.9",
|
"ant-design-vue": "2.0.0",
|
||||||
"apexcharts": "^3.24.0",
|
"apexcharts": "^3.24.0",
|
||||||
"axios": "^0.21.1",
|
"axios": "^0.21.1",
|
||||||
"crypto-es": "^1.2.6",
|
"crypto-es": "^1.2.6",
|
||||||
@ -46,7 +46,7 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@commitlint/cli": "^11.0.0",
|
"@commitlint/cli": "^11.0.0",
|
||||||
"@commitlint/config-conventional": "^11.0.0",
|
"@commitlint/config-conventional": "^11.0.0",
|
||||||
"@iconify/json": "^1.1.297",
|
"@iconify/json": "^1.1.298",
|
||||||
"@ls-lint/ls-lint": "^1.9.2",
|
"@ls-lint/ls-lint": "^1.9.2",
|
||||||
"@purge-icons/generated": "^0.6.0",
|
"@purge-icons/generated": "^0.6.0",
|
||||||
"@types/echarts": "^4.9.3",
|
"@types/echarts": "^4.9.3",
|
||||||
@ -56,7 +56,7 @@
|
|||||||
"@types/lodash-es": "^4.17.4",
|
"@types/lodash-es": "^4.17.4",
|
||||||
"@types/mockjs": "^1.0.3",
|
"@types/mockjs": "^1.0.3",
|
||||||
"@types/nprogress": "^0.2.0",
|
"@types/nprogress": "^0.2.0",
|
||||||
"@types/qrcode": "^1.3.5",
|
"@types/qrcode": "^1.4.0",
|
||||||
"@types/rollup-plugin-visualizer": "^2.6.0",
|
"@types/rollup-plugin-visualizer": "^2.6.0",
|
||||||
"@types/sortablejs": "^1.10.6",
|
"@types/sortablejs": "^1.10.6",
|
||||||
"@types/yargs": "^16.0.0",
|
"@types/yargs": "^16.0.0",
|
||||||
@ -82,7 +82,7 @@
|
|||||||
"fs-extra": "^9.1.0",
|
"fs-extra": "^9.1.0",
|
||||||
"husky": "^4.3.8",
|
"husky": "^4.3.8",
|
||||||
"less": "^4.1.1",
|
"less": "^4.1.1",
|
||||||
"lint-staged": "^10.5.3",
|
"lint-staged": "^10.5.4",
|
||||||
"prettier": "^2.2.1",
|
"prettier": "^2.2.1",
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
"rollup-plugin-gzip": "^2.5.0",
|
"rollup-plugin-gzip": "^2.5.0",
|
||||||
@ -93,14 +93,14 @@
|
|||||||
"stylelint-order": "^4.1.0",
|
"stylelint-order": "^4.1.0",
|
||||||
"ts-node": "^9.1.1",
|
"ts-node": "^9.1.1",
|
||||||
"typescript": "^4.1.3",
|
"typescript": "^4.1.3",
|
||||||
"vite": "2.0.0-beta.64",
|
"vite": "2.0.0-beta.65",
|
||||||
"vite-plugin-html": "^2.0.0",
|
"vite-plugin-html": "^2.0.0",
|
||||||
"vite-plugin-imagemin": "^0.2.2",
|
"vite-plugin-imagemin": "^0.2.2",
|
||||||
"vite-plugin-mock": "2.0.5",
|
"vite-plugin-mock": "^2.1.0",
|
||||||
"vite-plugin-purge-icons": "^0.6.0",
|
"vite-plugin-purge-icons": "^0.6.0",
|
||||||
"vite-plugin-pwa": "^0.4.3",
|
"vite-plugin-pwa": "^0.4.4",
|
||||||
"vite-plugin-style-import": "^0.6.6",
|
"vite-plugin-style-import": "^0.7.0",
|
||||||
"vite-plugin-theme": "0.3.8",
|
"vite-plugin-theme": "^0.4.0",
|
||||||
"vue-eslint-parser": "^7.4.1",
|
"vue-eslint-parser": "^7.4.1",
|
||||||
"yargs": "^16.2.0"
|
"yargs": "^16.2.0"
|
||||||
},
|
},
|
||||||
@ -124,6 +124,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^12 || ^14"
|
"node": "^12 || ^14 || ^15 || ^16"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,19 +1,19 @@
|
|||||||
<template>
|
<template>
|
||||||
<div :class="`${prefixCls}`">
|
<div :class="`${prefixCls}`">
|
||||||
<span :class="`${prefixCls}__item`">
|
<span :class="`${prefixCls}__item`">
|
||||||
<g-icon icon="ant-design:enter-outlined" />
|
<Icon icon="ant-design:enter-outlined" />
|
||||||
</span>
|
</span>
|
||||||
<span>{{ t('component.app.toSearch') }}</span>
|
<span>{{ t('component.app.toSearch') }}</span>
|
||||||
|
|
||||||
<span :class="`${prefixCls}__item`">
|
<span :class="`${prefixCls}__item`">
|
||||||
<g-icon icon="bi:arrow-up" />
|
<Icon icon="bi:arrow-up" />
|
||||||
</span>
|
</span>
|
||||||
<span :class="`${prefixCls}__item`">
|
<span :class="`${prefixCls}__item`">
|
||||||
<g-icon icon="bi:arrow-down" />
|
<Icon icon="bi:arrow-down" />
|
||||||
</span>
|
</span>
|
||||||
<span>{{ t('component.app.toNavigate') }}</span>
|
<span>{{ t('component.app.toNavigate') }}</span>
|
||||||
<span :class="`${prefixCls}__item`">
|
<span :class="`${prefixCls}__item`">
|
||||||
<g-icon icon="mdi:keyboard-esc" />
|
<Icon icon="mdi:keyboard-esc" />
|
||||||
</span>
|
</span>
|
||||||
<span>{{ t('common.closeText') }}</span>
|
<span>{{ t('common.closeText') }}</span>
|
||||||
</div>
|
</div>
|
||||||
@ -23,9 +23,10 @@
|
|||||||
|
|
||||||
import { useDesign } from '/@/hooks/web/useDesign';
|
import { useDesign } from '/@/hooks/web/useDesign';
|
||||||
import { useI18n } from '/@/hooks/web/useI18n';
|
import { useI18n } from '/@/hooks/web/useI18n';
|
||||||
|
import Icon from '/@/components/Icon';
|
||||||
export default defineComponent({
|
export default defineComponent({
|
||||||
name: 'AppSearchFooter',
|
name: 'AppSearchFooter',
|
||||||
components: {},
|
components: { Icon },
|
||||||
setup() {
|
setup() {
|
||||||
const { prefixCls } = useDesign('app-search-footer');
|
const { prefixCls } = useDesign('app-search-footer');
|
||||||
const { t } = useI18n();
|
const { t } = useI18n();
|
||||||
|
@ -14,9 +14,9 @@
|
|||||||
<SearchOutlined />
|
<SearchOutlined />
|
||||||
</template>
|
</template>
|
||||||
</a-input>
|
</a-input>
|
||||||
<span :class="`${prefixCls}-cancel`" @click="handleClose">{{
|
<span :class="`${prefixCls}-cancel`" @click="handleClose">
|
||||||
t('common.cancelText')
|
{{ t('common.cancelText') }}
|
||||||
}}</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div :class="`${prefixCls}-not-data`" v-show="getIsNotData">
|
<div :class="`${prefixCls}-not-data`" v-show="getIsNotData">
|
||||||
@ -38,13 +38,13 @@
|
|||||||
]"
|
]"
|
||||||
>
|
>
|
||||||
<div :class="`${prefixCls}-list__item-icon`">
|
<div :class="`${prefixCls}-list__item-icon`">
|
||||||
<g-icon :icon="item.icon || 'mdi:form-select'" :size="20" />
|
<Icon :icon="item.icon || 'mdi:form-select'" :size="20" />
|
||||||
</div>
|
</div>
|
||||||
<div :class="`${prefixCls}-list__item-text`">
|
<div :class="`${prefixCls}-list__item-text`">
|
||||||
{{ item.name }}
|
{{ item.name }}
|
||||||
</div>
|
</div>
|
||||||
<div :class="`${prefixCls}-list__item-enter`">
|
<div :class="`${prefixCls}-list__item-enter`">
|
||||||
<g-icon icon="ant-design:enter-outlined" :size="20" />
|
<Icon icon="ant-design:enter-outlined" :size="20" />
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -66,10 +66,11 @@
|
|||||||
import { useAppInject } from '/@/hooks/web/useAppInject';
|
import { useAppInject } from '/@/hooks/web/useAppInject';
|
||||||
import clickOutside from '/@/directives/clickOutside';
|
import clickOutside from '/@/directives/clickOutside';
|
||||||
import { Input } from 'ant-design-vue';
|
import { Input } from 'ant-design-vue';
|
||||||
|
import Icon from '/@/components/Icon';
|
||||||
|
|
||||||
export default defineComponent({
|
export default defineComponent({
|
||||||
name: 'AppSearchModal',
|
name: 'AppSearchModal',
|
||||||
components: { SearchOutlined, AppSearchFooter, [Input.name]: Input },
|
components: { Icon, SearchOutlined, AppSearchFooter, [Input.name]: Input },
|
||||||
directives: {
|
directives: {
|
||||||
clickOutside,
|
clickOutside,
|
||||||
},
|
},
|
||||||
|
@ -88,7 +88,7 @@ export function useMenuSearch(refs: Ref<HTMLElement[]>, scrollWrap: Ref<ElRef>,
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
function handleMouseenter(e: ChangeEvent) {
|
function handleMouseenter(e: any) {
|
||||||
const index = e.target.dataset.index;
|
const index = e.target.dataset.index;
|
||||||
activeIndex.value = Number(index);
|
activeIndex.value = Number(index);
|
||||||
}
|
}
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<div key="component" v-if="isInit">
|
<div key="component" v-if="isInit">
|
||||||
<slot :loading="loading"></slot>
|
<slot :loading="loading"></slot>
|
||||||
</div>
|
</div>
|
||||||
<div key="skeleton" v-else name="lazy-skeleton">
|
<div key="skeleton" v-else>
|
||||||
<slot name="skeleton" v-if="$slots.skeleton"></slot>
|
<slot name="skeleton" v-if="$slots.skeleton"></slot>
|
||||||
<Skeleton v-else />
|
<Skeleton v-else />
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,6 +1,11 @@
|
|||||||
<template>
|
<template>
|
||||||
<div :class="['p-2', prefixCls]">
|
<div :class="['p-2', prefixCls]">
|
||||||
<CollapseHeader v-bind="$props" :prefixCls="prefixCls" :show="show" @expand="handleExpand">
|
<CollapseHeader
|
||||||
|
v-bind="getBindValues"
|
||||||
|
:prefixCls="prefixCls"
|
||||||
|
:show="show"
|
||||||
|
@expand="handleExpand"
|
||||||
|
>
|
||||||
<template #title>
|
<template #title>
|
||||||
<slot name="title"></slot>
|
<slot name="title"></slot>
|
||||||
</template>
|
</template>
|
||||||
@ -23,7 +28,7 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import type { PropType } from 'vue';
|
import type { PropType } from 'vue';
|
||||||
|
|
||||||
import { defineComponent, ref } from 'vue';
|
import { defineComponent, ref, computed } from 'vue';
|
||||||
|
|
||||||
// component
|
// component
|
||||||
import { Skeleton } from 'ant-design-vue';
|
import { Skeleton } from 'ant-design-vue';
|
||||||
@ -78,10 +83,16 @@
|
|||||||
useTimeoutFn(triggerWindowResize, 200);
|
useTimeoutFn(triggerWindowResize, 200);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const getBindValues = computed((): any => {
|
||||||
|
return props;
|
||||||
|
});
|
||||||
|
|
||||||
return {
|
return {
|
||||||
show,
|
show,
|
||||||
handleExpand,
|
handleExpand,
|
||||||
prefixCls,
|
prefixCls,
|
||||||
|
getBindValues,
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<div :class="`${prefixCls}__header`">
|
<div :class="`${prefixCls}__header`">
|
||||||
<BasicTitle :helpMessage="$attrs.helpMessage">
|
<BasicTitle :helpMessage="helpMessage">
|
||||||
<template v-if="$attrs.title">
|
<template v-if="$attrs.title">
|
||||||
{{ $attrs.title }}
|
{{ title }}
|
||||||
</template>
|
</template>
|
||||||
<template v-else>
|
<template v-else>
|
||||||
<slot name="title"></slot>
|
<slot name="title"></slot>
|
||||||
@ -11,18 +11,24 @@
|
|||||||
|
|
||||||
<div :class="`${prefixCls}__action`">
|
<div :class="`${prefixCls}__action`">
|
||||||
<slot name="action"></slot>
|
<slot name="action"></slot>
|
||||||
<BasicArrow v-if="$attrs.canExpan" top :expand="$attrs.show" @click="$emit('expand')" />
|
<BasicArrow v-if="canExpan" top :expand="show" @click="$emit('expand')" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { defineComponent } from 'vue';
|
import { defineComponent } from 'vue';
|
||||||
import { BasicArrow, BasicTitle } from '/@/components/Basic';
|
import { BasicArrow, BasicTitle } from '/@/components/Basic';
|
||||||
|
import { propTypes } from '/@/utils/propTypes';
|
||||||
|
|
||||||
export default defineComponent({
|
export default defineComponent({
|
||||||
components: { BasicArrow, BasicTitle },
|
components: { BasicArrow, BasicTitle },
|
||||||
inheritAttrs: false,
|
inheritAttrs: false,
|
||||||
props: {
|
props: {
|
||||||
prefixCls: String,
|
prefixCls: propTypes.string,
|
||||||
|
helpMessage: propTypes.string,
|
||||||
|
title: propTypes.string,
|
||||||
|
show: propTypes.bool,
|
||||||
|
canExpan: propTypes.bool,
|
||||||
},
|
},
|
||||||
emits: ['expand'],
|
emits: ['expand'],
|
||||||
});
|
});
|
||||||
|
@ -23,7 +23,7 @@ export function listenerLastChangeTab(
|
|||||||
immediate = true
|
immediate = true
|
||||||
) {
|
) {
|
||||||
mitt.on(key, callback);
|
mitt.on(key, callback);
|
||||||
immediate && callback(lastChangeTab);
|
immediate && lastChangeTab && callback(lastChangeTab);
|
||||||
}
|
}
|
||||||
|
|
||||||
export function removeTabChangeListener() {
|
export function removeTabChangeListener() {
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
"lib": ["dom", "esnext"],
|
"lib": ["dom", "esnext"],
|
||||||
"types": ["vite/client"],
|
"types": ["vite/client"],
|
||||||
"incremental": true,
|
"incremental": true,
|
||||||
|
"noImplicitAny": false,
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
"paths": {
|
"paths": {
|
||||||
"/@/*": ["src/*"]
|
"/@/*": ["src/*"]
|
||||||
|
@ -46,6 +46,7 @@ export default ({ command, mode }: ConfigEnv): UserConfig => {
|
|||||||
},
|
},
|
||||||
|
|
||||||
build: {
|
build: {
|
||||||
|
// sourcemap: true,
|
||||||
polyfillDynamicImport: VITE_LEGACY,
|
polyfillDynamicImport: VITE_LEGACY,
|
||||||
terserOptions: {
|
terserOptions: {
|
||||||
compress: {
|
compress: {
|
||||||
@ -54,7 +55,7 @@ export default ({ command, mode }: ConfigEnv): UserConfig => {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
brotliSize: false,
|
brotliSize: false,
|
||||||
chunkSizeWarningLimit: 1000,
|
chunkSizeWarningLimit: 1200,
|
||||||
},
|
},
|
||||||
define: {
|
define: {
|
||||||
__VERSION__: pkg.version,
|
__VERSION__: pkg.version,
|
||||||
|
90
yarn.lock
90
yarn.lock
@ -1112,10 +1112,10 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
cross-fetch "^3.0.6"
|
cross-fetch "^3.0.6"
|
||||||
|
|
||||||
"@iconify/json@^1.1.297":
|
"@iconify/json@^1.1.298":
|
||||||
version "1.1.297"
|
version "1.1.298"
|
||||||
resolved "https://registry.npmjs.org/@iconify/json/-/json-1.1.297.tgz#ae3409fc92df3c16f5a24b3fa6e2d32ab8a912d2"
|
resolved "https://registry.npmjs.org/@iconify/json/-/json-1.1.298.tgz#32f4090d1b83e1a753e7cce7fe972efb856a72e1"
|
||||||
integrity sha512-mq2qFnxabHoB4eak/FUUHGHGM/U8KaSp+GzwEF9YJaIsztzym5OUzSQLFyUG8V/zHrnQhnNWTbtnHNZtU9Zg1w==
|
integrity sha512-h+IxOqYrW5zL4O+4zyaFl3kVnErHZEBE6d9ZCd6hK+oOAOx0uMkaUgesoR0Ci54U9igyY3Mp6vdMDzHLDCdzkg==
|
||||||
|
|
||||||
"@intlify/core-base@9.0.0-beta.16":
|
"@intlify/core-base@9.0.0-beta.16":
|
||||||
version "9.0.0-beta.16"
|
version "9.0.0-beta.16"
|
||||||
@ -1677,10 +1677,10 @@
|
|||||||
resolved "https://registry.npmjs.org/@types/q/-/q-1.5.4.tgz#15925414e0ad2cd765bfef58842f7e26a7accb24"
|
resolved "https://registry.npmjs.org/@types/q/-/q-1.5.4.tgz#15925414e0ad2cd765bfef58842f7e26a7accb24"
|
||||||
integrity sha512-1HcDas8SEj4z1Wc696tH56G8OlRaH/sqZOynNNB+HF0WOeXPaxTtbYzJY2oEfiUxjSKjhCKr+MvR7dCHcEelug==
|
integrity sha512-1HcDas8SEj4z1Wc696tH56G8OlRaH/sqZOynNNB+HF0WOeXPaxTtbYzJY2oEfiUxjSKjhCKr+MvR7dCHcEelug==
|
||||||
|
|
||||||
"@types/qrcode@^1.3.5":
|
"@types/qrcode@^1.4.0":
|
||||||
version "1.3.5"
|
version "1.4.0"
|
||||||
resolved "https://registry.npmjs.org/@types/qrcode/-/qrcode-1.3.5.tgz#9c97cc2875f03e2b16a0d89856fc48414e380c38"
|
resolved "https://registry.npmjs.org/@types/qrcode/-/qrcode-1.4.0.tgz#103a93c6dfcbd022f9a9ca445e49a3477f799303"
|
||||||
integrity sha512-92QMnMb9m0ErBU20za5Eqtf4lzUcSkk5w/Cz30q5qod0lWHm2loztmFs2EnCY06yT51GY1+m/oFq2D8qVK2Bjg==
|
integrity sha512-BwDnCjdZKVOyy6+SPJ4ph+0DAftZGn5JFCY/MhetdEQ8yF6+YndhJWlfdBP8vtMe0w5/FH29Xi6bnEwVWkU1LQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/node" "*"
|
"@types/node" "*"
|
||||||
|
|
||||||
@ -2205,10 +2205,10 @@ ansi-styles@^4.0.0, ansi-styles@^4.1.0:
|
|||||||
dependencies:
|
dependencies:
|
||||||
color-convert "^2.0.1"
|
color-convert "^2.0.1"
|
||||||
|
|
||||||
ant-design-vue@2.0.0-rc.9:
|
ant-design-vue@2.0.0:
|
||||||
version "2.0.0-rc.9"
|
version "2.0.0"
|
||||||
resolved "https://registry.npmjs.org/ant-design-vue/-/ant-design-vue-2.0.0-rc.9.tgz#9f4d89b02bf2c6f3295633048001b2e13c229f1e"
|
resolved "https://registry.npmjs.org/ant-design-vue/-/ant-design-vue-2.0.0.tgz#d30ec06938dc3b43b08a117818fab91d7b083e5f"
|
||||||
integrity sha512-lnDKOXkaxWGnV3nEzSl0bggnM1F568sBMD2ctPLLctdhYBAKZQto+4my4p8RbLHfvZVE/xVDE80HYgufibTMYw==
|
integrity sha512-Uv35Z9V+8iT1PBO0QOqWHaVE4Gju94UfikL8NGxtAqy/yZDnTn8K2gz5n7PfQbB5oBqkEyn2O0mtOpUBUEXZ+g==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@ant-design-vue/use" "^0.0.1-0"
|
"@ant-design-vue/use" "^0.0.1-0"
|
||||||
"@ant-design/icons-vue" "^6.0.0"
|
"@ant-design/icons-vue" "^6.0.0"
|
||||||
@ -3946,9 +3946,9 @@ esbuild@^0.8.37:
|
|||||||
integrity sha512-wSunJl8ujgBs9eVGubc8Y6fn/DkDjNyfQBVOFTY1E7sRxr8KTjmqyLIiE0M3Z4CjMnCu/rttCugwnOzY+HiwIw==
|
integrity sha512-wSunJl8ujgBs9eVGubc8Y6fn/DkDjNyfQBVOFTY1E7sRxr8KTjmqyLIiE0M3Z4CjMnCu/rttCugwnOzY+HiwIw==
|
||||||
|
|
||||||
esbuild@^0.8.39:
|
esbuild@^0.8.39:
|
||||||
version "0.8.39"
|
version "0.8.42"
|
||||||
resolved "https://registry.npmjs.org/esbuild/-/esbuild-0.8.39.tgz#18b84a3d56173c55ee8f45bc6c7b5374b0a98ecb"
|
resolved "https://registry.npmjs.org/esbuild/-/esbuild-0.8.42.tgz#26101cf17fe4c4602c7c767e3177cf0c538073ac"
|
||||||
integrity sha512-/do5H74a5ChyeKRWfkDh3EpICXpsz6dWTtFFbotb7BlIHvWqnRrZYDb8IBubOHdEtKzuiksilRO19aBtp3/HHQ==
|
integrity sha512-zUtj5RMqROCCCH0vV/a7cd8YQg8I0GWBhV3A3PklWRT+oM/YwVbnrtFnITzE1otGdnXplWHWdZ4OcYiV0PN+JQ==
|
||||||
|
|
||||||
escalade@^3.1.1:
|
escalade@^3.1.1:
|
||||||
version "3.1.1"
|
version "3.1.1"
|
||||||
@ -4603,9 +4603,9 @@ fsevents@~2.1.2:
|
|||||||
integrity sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==
|
integrity sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==
|
||||||
|
|
||||||
fsevents@~2.3.1:
|
fsevents@~2.3.1:
|
||||||
version "2.3.1"
|
version "2.3.2"
|
||||||
resolved "https://registry.npmjs.org/fsevents/-/fsevents-2.3.1.tgz#b209ab14c61012636c8863507edf7fb68cc54e9f"
|
resolved "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a"
|
||||||
integrity sha512-YR47Eg4hChJGAB1O3yEAOkGO+rlzutoICGqGo9EZ4lKWokzZRSyIW1QmTzqjtw8MJdj9srP869CuWw/hyzSiBw==
|
integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==
|
||||||
|
|
||||||
function-bind@^1.1.1:
|
function-bind@^1.1.1:
|
||||||
version "1.1.1"
|
version "1.1.1"
|
||||||
@ -5881,10 +5881,10 @@ lines-and-columns@^1.1.6:
|
|||||||
resolved "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
|
resolved "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
|
||||||
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
|
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
|
||||||
|
|
||||||
lint-staged@^10.5.3:
|
lint-staged@^10.5.4:
|
||||||
version "10.5.3"
|
version "10.5.4"
|
||||||
resolved "https://registry.npmjs.org/lint-staged/-/lint-staged-10.5.3.tgz#c682838b3eadd4c864d1022da05daa0912fb1da5"
|
resolved "https://registry.npmjs.org/lint-staged/-/lint-staged-10.5.4.tgz#cd153b5f0987d2371fc1d2847a409a2fe705b665"
|
||||||
integrity sha512-TanwFfuqUBLufxCc3RUtFEkFraSPNR3WzWcGF39R3f2J7S9+iF9W0KTVLfSy09lYGmZS5NDCxjNvhGMSJyFCWg==
|
integrity sha512-EechC3DdFic/TdOPgj/RB3FicqE6932LTHCUm0Y2fsD9KGlLB+RwJl2q1IYBIvEsKzDOgn0D4gll+YxG5RsrKg==
|
||||||
dependencies:
|
dependencies:
|
||||||
chalk "^4.1.0"
|
chalk "^4.1.0"
|
||||||
cli-truncate "^2.1.0"
|
cli-truncate "^2.1.0"
|
||||||
@ -7828,9 +7828,9 @@ rollup@^2.25.0, rollup@^2.35.1:
|
|||||||
fsevents "~2.1.2"
|
fsevents "~2.1.2"
|
||||||
|
|
||||||
rollup@^2.38.4:
|
rollup@^2.38.4:
|
||||||
version "2.38.4"
|
version "2.38.5"
|
||||||
resolved "https://registry.npmjs.org/rollup/-/rollup-2.38.4.tgz#1b84ea8728c73b1a00a6a6e9c630ec8c3fe48cea"
|
resolved "https://registry.npmjs.org/rollup/-/rollup-2.38.5.tgz#be41ad4fe0c103a8794377afceb5f22b8f603d6a"
|
||||||
integrity sha512-B0LcJhjiwKkTl79aGVF/u5KdzsH8IylVfV56Ut6c9ouWLJcUK17T83aZBetNYSnZtXf2OHD4+2PbmRW+Fp5ulg==
|
integrity sha512-VoWt8DysFGDVRGWuHTqZzT02J0ASgjVq/hPs9QcBOGMd7B+jfTr/iqMVEyOi901rE3xq+Deq66GzIT1yt7sGwQ==
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
fsevents "~2.3.1"
|
fsevents "~2.3.1"
|
||||||
|
|
||||||
@ -9214,10 +9214,10 @@ vite-plugin-imagemin@^0.2.2:
|
|||||||
imagemin-svgo "^8.0.0"
|
imagemin-svgo "^8.0.0"
|
||||||
imagemin-webp "^6.0.0"
|
imagemin-webp "^6.0.0"
|
||||||
|
|
||||||
vite-plugin-mock@2.0.5:
|
vite-plugin-mock@^2.1.0:
|
||||||
version "2.0.5"
|
version "2.1.0"
|
||||||
resolved "https://registry.npmjs.org/vite-plugin-mock/-/vite-plugin-mock-2.0.5.tgz#163953ac4b8e1567898a3ea21a503371bd64c82b"
|
resolved "https://registry.npmjs.org/vite-plugin-mock/-/vite-plugin-mock-2.1.0.tgz#9e80d9fca6b83ddc07ddfdf9390902b46cb43095"
|
||||||
integrity sha512-gDPgKe/Ab/cy5D879xcwMzPK7q8T07qH408pHJ6uJDFiyndOa9RsZo0gC/AbS/+q13kUPGb0eSFHVnvmPog8MQ==
|
integrity sha512-aK+kaY+4wppRGYaLkzy78qBrikPoDE8v4Ja2Ko+Ljt7PvcYYrkt3s9g48FdhSTTa8RM8lZdms8eFHT4FCBx5Zg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@rollup/plugin-node-resolve" "^11.1.1"
|
"@rollup/plugin-node-resolve" "^11.1.1"
|
||||||
"@types/mockjs" "^1.0.3"
|
"@types/mockjs" "^1.0.3"
|
||||||
@ -9241,40 +9241,40 @@ vite-plugin-purge-icons@^0.6.0:
|
|||||||
"@purge-icons/generated" "^0.6.0"
|
"@purge-icons/generated" "^0.6.0"
|
||||||
rollup-plugin-purge-icons "^0.6.0"
|
rollup-plugin-purge-icons "^0.6.0"
|
||||||
|
|
||||||
vite-plugin-pwa@^0.4.3:
|
vite-plugin-pwa@^0.4.4:
|
||||||
version "0.4.3"
|
version "0.4.4"
|
||||||
resolved "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.4.3.tgz#58262cb1eb889dc4fd41ab070ca77668d7a3c0a1"
|
resolved "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.4.4.tgz#58624cd049aa0ca30b84523e9f24e6f1a435d7b1"
|
||||||
integrity sha512-VwC/bgAAziH1WiQG0QdjuNIxwlvA/rTFCMQuWQ5VCUHXdxoYb8n0pA/u1/dDP7D7yR1myxUvYZe97wAbJxfscw==
|
integrity sha512-GboCS5XJYHtCYjmU2XU0C8VTccYstJOX8m2Qy1izoUA5YendhjQRByjj9EYTgvh+ImsoXW6gHkMK2eR+AsCFDg==
|
||||||
dependencies:
|
dependencies:
|
||||||
debug "^4.3.2"
|
debug "^4.3.2"
|
||||||
fast-glob "^3.2.5"
|
fast-glob "^3.2.5"
|
||||||
pretty-bytes "^5.5.0"
|
pretty-bytes "^5.5.0"
|
||||||
workbox-build "^6.1.0"
|
workbox-build "^6.1.0"
|
||||||
|
|
||||||
vite-plugin-style-import@^0.6.6:
|
vite-plugin-style-import@^0.7.0:
|
||||||
version "0.6.6"
|
version "0.7.0"
|
||||||
resolved "https://registry.npmjs.org/vite-plugin-style-import/-/vite-plugin-style-import-0.6.6.tgz#ce5a8e10fcb52b6c0bdac6b2c14220d42c0e029e"
|
resolved "https://registry.npmjs.org/vite-plugin-style-import/-/vite-plugin-style-import-0.7.0.tgz#fbaa5444cad1efbc52fae533f1584d5f75a3ae06"
|
||||||
integrity sha512-Kc8KKRAcKtxst+nxB0aPpo+SKzLozggS2RXnSqqoAXTogU5bJut9pgvSkP+qcalToDRBWe+DUt/YC3Oya/x06Q==
|
integrity sha512-VOx2vXGja4fpJgmFhP3oJzRp5BPDzU3zOvLHNjILVadQP3UfZYXUAR6UxmbrR8I+3PjnrDDMrOdDzsVwplL7aQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@rollup/pluginutils" "^4.1.0"
|
"@rollup/pluginutils" "^4.1.0"
|
||||||
change-case "^4.1.2"
|
change-case "^4.1.2"
|
||||||
es-module-lexer "^0.3.26"
|
es-module-lexer "^0.3.26"
|
||||||
magic-string "^0.25.7"
|
magic-string "^0.25.7"
|
||||||
|
|
||||||
vite-plugin-theme@0.3.8:
|
vite-plugin-theme@^0.4.0:
|
||||||
version "0.3.8"
|
version "0.4.0"
|
||||||
resolved "https://registry.npmjs.org/vite-plugin-theme/-/vite-plugin-theme-0.3.8.tgz#621eebd977cce8bd60fc9cdf516f23bf33a64328"
|
resolved "https://registry.npmjs.org/vite-plugin-theme/-/vite-plugin-theme-0.4.0.tgz#4fcee86e775ef181771698bc07f1467cd5aac3c0"
|
||||||
integrity sha512-skxGc8zawhgTNt3QeivDOfRtNXg74dP6UnBexcefhOPskQN0s3Y1EjHEsD6/AAeLL/rd5QPnTm4OdrPJUfVD7g==
|
integrity sha512-TB2urU0YmDmbrSjRcb+JoRds95aoi7nocxbxie3dFbvKRu3qicpUvCWGqIu5//EcvMLUzBvvu+KdvUb9omy6mw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/tinycolor2" "^1.4.2"
|
"@types/tinycolor2" "^1.4.2"
|
||||||
clean-css "^4.2.3"
|
clean-css "^4.2.3"
|
||||||
es-module-lexer "^0.3.26"
|
es-module-lexer "^0.3.26"
|
||||||
tinycolor2 "^1.4.2"
|
tinycolor2 "^1.4.2"
|
||||||
|
|
||||||
vite@2.0.0-beta.64:
|
vite@2.0.0-beta.65:
|
||||||
version "2.0.0-beta.64"
|
version "2.0.0-beta.65"
|
||||||
resolved "https://registry.npmjs.org/vite/-/vite-2.0.0-beta.64.tgz#245cabc72335911d4cb704545f713d47e880d84f"
|
resolved "https://registry.npmjs.org/vite/-/vite-2.0.0-beta.65.tgz#e4e4576c01b9906d5fb3568e4068c80354107a70"
|
||||||
integrity sha512-/dR5rOXohhdXfkAIBAjmwX7JmoMWhQc7+VI6/EjyqXQCQzREmfBztLgTk/rPkmsNY87Cd71u9b+nlbcYK4TDCA==
|
integrity sha512-mdHNTP6fGeb8m8lWAM3UbSPw1+un1lUv0i4MQJcNiK2/P01RHIY02VjQeXBv3NemkExkgLji88LN9ySFMUQpIw==
|
||||||
dependencies:
|
dependencies:
|
||||||
esbuild "^0.8.34"
|
esbuild "^0.8.34"
|
||||||
postcss "^8.2.1"
|
postcss "^8.2.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user