mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-09-23 03:56:37 +08:00
build(deps): 升级依赖
This commit is contained in:
parent
8b27fc8bb8
commit
a6bdc380a8
20
package.json
20
package.json
@ -32,35 +32,35 @@
|
||||
"dependencies": {
|
||||
"@antv/g2plot": "^2.3.40",
|
||||
"@better-scroll/core": "^2.4.2",
|
||||
"@vueuse/core": "^7.0.0",
|
||||
"@vueuse/core": "^7.1.2",
|
||||
"axios": "^0.24.0",
|
||||
"chroma-js": "^2.1.2",
|
||||
"clipboard": "^2.0.8",
|
||||
"dayjs": "^1.10.7",
|
||||
"form-data": "^4.0.0",
|
||||
"naive-ui": "^2.21.0",
|
||||
"naive-ui": "^2.21.1",
|
||||
"pinia": "^2.0.4",
|
||||
"print-js": "^1.6.0",
|
||||
"qs": "^6.10.1",
|
||||
"swiper": "^7.3.0",
|
||||
"swiper": "^7.3.1",
|
||||
"vditor": "^3.8.7",
|
||||
"vue": "^3.2.22",
|
||||
"vue-router": "^4.0.12",
|
||||
"wangeditor": "^4.7.9",
|
||||
"xgplayer": "^2.31.2"
|
||||
"xgplayer": "^2.31.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@amap/amap-jsapi-types": "^0.0.8",
|
||||
"@commitlint/cli": "^15.0.0",
|
||||
"@commitlint/config-conventional": "^15.0.0",
|
||||
"@iconify/json": "^1.1.431",
|
||||
"@iconify/json": "^1.1.434",
|
||||
"@iconify/vue": "^3.1.1",
|
||||
"@types/bmapgl": "^0.0.4",
|
||||
"@types/chroma-js": "^2.1.3",
|
||||
"@types/qs": "^6.9.7",
|
||||
"@typescript-eslint/eslint-plugin": "^5.4.0",
|
||||
"@typescript-eslint/parser": "^5.4.0",
|
||||
"@vitejs/plugin-vue": "^1.9.4",
|
||||
"@vitejs/plugin-vue": "^1.10.1",
|
||||
"@vue/compiler-sfc": "^3.2.22",
|
||||
"@vue/eslint-config-prettier": "^6.0.0",
|
||||
"@vue/eslint-config-typescript": "^9.1.0",
|
||||
@ -75,14 +75,14 @@
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
"eslint-plugin-vue": "^8.1.1",
|
||||
"husky": "^7.0.4",
|
||||
"lint-staged": "^12.1.0",
|
||||
"lint-staged": "^12.1.2",
|
||||
"patch-package": "^6.4.7",
|
||||
"postinstall-postinstall": "^2.1.0",
|
||||
"prettier": "^2.4.1",
|
||||
"prettier": "^2.5.0",
|
||||
"rollup-plugin-visualizer": "^5.5.2",
|
||||
"sass": "^1.43.4",
|
||||
"sass": "^1.43.5",
|
||||
"typescript": "^4.5.2",
|
||||
"unplugin-icons": "^0.12.18",
|
||||
"unplugin-icons": "^0.12.20",
|
||||
"unplugin-vue-components": "^0.17.2",
|
||||
"vite": "~2.5.10",
|
||||
"vite-plugin-html": "^2.1.1",
|
||||
|
486
pnpm-lock.yaml
486
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
@ -1,18 +1,6 @@
|
||||
<template>
|
||||
<div
|
||||
class="
|
||||
relative
|
||||
flex-center
|
||||
h-30px
|
||||
pl-14px
|
||||
border-1px border-[#e5e7eb]
|
||||
dark:border-[#ffffff3d]
|
||||
rounded-2px
|
||||
transition-border-color
|
||||
duration-300
|
||||
ease-in-out
|
||||
cursor-pointer
|
||||
"
|
||||
class="relative flex-center h-30px pl-14px border-1px border-[#e5e7eb] dark:border-[#ffffff3d] rounded-2px transition-border-color duration-300 ease-in-out cursor-pointer"
|
||||
:class="[closable ? 'pr-6px' : 'pr-14px']"
|
||||
:style="buttonStyle"
|
||||
@mouseenter="setTrue"
|
||||
|
@ -1,17 +1,6 @@
|
||||
<template>
|
||||
<div
|
||||
class="
|
||||
drawer-shadow
|
||||
absolute-lt
|
||||
flex-col-stretch
|
||||
h-full
|
||||
overflow-hidden
|
||||
bg-white
|
||||
dark:bg-dark
|
||||
transition-width
|
||||
duration-300
|
||||
ease-in-out
|
||||
"
|
||||
class="drawer-shadow absolute-lt flex-col-stretch h-full overflow-hidden bg-white dark:bg-dark transition-width duration-300 ease-in-out"
|
||||
:style="{ width: showDrawer ? theme.menuStyle.width + 'px' : '0px' }"
|
||||
>
|
||||
<header class="header-height flex-y-center justify-between">
|
||||
|
@ -1,20 +1,6 @@
|
||||
<template>
|
||||
<div
|
||||
class="
|
||||
fixed
|
||||
flex-center
|
||||
top-240px
|
||||
right-14px
|
||||
z-10000
|
||||
w-48px
|
||||
h-48px
|
||||
bg-primary
|
||||
rounded-4px
|
||||
cursor-pointer
|
||||
transition-right
|
||||
duration-300
|
||||
ease-in-out
|
||||
"
|
||||
class="fixed flex-center top-240px right-14px z-10000 w-48px h-48px bg-primary rounded-4px cursor-pointer transition-right duration-300 ease-in-out"
|
||||
:class="{ '!right-330px': app.settingDrawer.visible }"
|
||||
@click="handleClickButton"
|
||||
>
|
||||
|
@ -1,17 +1,6 @@
|
||||
<template>
|
||||
<div
|
||||
class="
|
||||
drawer-shadow
|
||||
absolute-lt
|
||||
flex-col-stretch
|
||||
h-full
|
||||
overflow-hidden
|
||||
bg-white
|
||||
dark:bg-dark
|
||||
transition-width
|
||||
duration-300
|
||||
ease-in-out
|
||||
"
|
||||
class="drawer-shadow absolute-lt flex-col-stretch h-full overflow-hidden bg-white dark:bg-dark transition-width duration-300 ease-in-out"
|
||||
:style="{ width: showDrawer ? theme.menuStyle.width + 'px' : '0px' }"
|
||||
>
|
||||
<header class="header-height flex-y-center justify-between">
|
||||
|
@ -1,14 +1,6 @@
|
||||
<template>
|
||||
<div
|
||||
class="
|
||||
flex-col-center
|
||||
p-12px
|
||||
border-1px border-[#efeff5]
|
||||
dark:border-[#ffffff17]
|
||||
rounded-4px
|
||||
hover:shadow-sm
|
||||
cursor-pointer
|
||||
"
|
||||
class="flex-col-center p-12px border-1px border-[#efeff5] dark:border-[#ffffff17] rounded-4px hover:shadow-sm cursor-pointer"
|
||||
>
|
||||
<Icon :icon="icon" :style="{ color: iconColor }" class="text-30px" />
|
||||
<p class="py-8px text-16px">{{ label }}</p>
|
||||
|
Loading…
Reference in New Issue
Block a user