From 45743a7c744bda57ac2245002bcbd6efdb5e9658 Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Thu, 17 Mar 2022 15:45:11 +0800 Subject: [PATCH] feat: use @pureadmin/theme --- build/plugins.ts | 2 +- package.json | 4 +- pnpm-lock.yaml | 724 ++++++++++++++++---------------- src/layout/components/setting/index.vue | 2 +- vite.config.ts | 2 +- 5 files changed, 359 insertions(+), 375 deletions(-) diff --git a/build/plugins.ts b/build/plugins.ts index 6b09ebd..d31031a 100644 --- a/build/plugins.ts +++ b/build/plugins.ts @@ -11,7 +11,7 @@ import VueI18n from "@intlify/vite-plugin-vue-i18n"; import ElementPlus from "unplugin-element-plus/vite"; import { visualizer } from "rollup-plugin-visualizer"; import removeConsole from "vite-plugin-remove-console"; -import themePreprocessorPlugin from "@zougt/vite-plugin-theme-preprocessor"; +import themePreprocessorPlugin from "@pureadmin/theme"; export function getPluginsList(command, VITE_LEGACY) { const prodMock = true; diff --git a/package.json b/package.json index f8b7b80..cc9ad62 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "mockjs": "^1.1.0", "nprogress": "^0.2.0", "path": "^0.12.7", - "pinia": "^2.0.11", + "pinia": "^2.0.12", "qs": "^6.10.2", "resize-observer-polyfill": "^1.5.1", "responsive-storage": "^1.0.11", @@ -63,6 +63,7 @@ "@iconify-icons/ri": "^1.1.1", "@iconify/vue": "^3.1.4", "@intlify/vite-plugin-vue-i18n": "^3.3.1", + "@pureadmin/theme": "^0.0.1", "@types/element-resize-detector": "1.1.3", "@types/js-cookie": "^3.0.1", "@types/lodash": "^4.14.180", @@ -78,7 +79,6 @@ "@vitejs/plugin-vue-jsx": "^1.3.8", "@vue/eslint-config-prettier": "^7.0.0", "@vue/eslint-config-typescript": "^10.0.0", - "@zougt/vite-plugin-theme-preprocessor": "^1.4.4", "autoprefixer": "^10.4.2", "cross-env": "7.0.3", "eslint": "^8.8.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1305576..20e0ca3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -11,6 +11,7 @@ specifiers: "@iconify/vue": ^3.1.4 "@intlify/vite-plugin-vue-i18n": ^3.3.1 "@pureadmin/components": ^1.0.2 + "@pureadmin/theme": ^0.0.1 "@types/element-resize-detector": 1.1.3 "@types/js-cookie": ^3.0.1 "@types/lodash": ^4.14.180 @@ -29,7 +30,6 @@ specifiers: "@vueuse/core": ^8.0.1 "@vueuse/motion": ^2.0.0-beta.9 "@vueuse/shared": ^8.0.1 - "@zougt/vite-plugin-theme-preprocessor": ^1.4.4 animate.css: ^4.1.1 autoprefixer: ^10.4.2 axios: ^0.26.1 @@ -52,7 +52,7 @@ specifiers: nprogress: ^0.2.0 path: ^0.12.7 picocolors: ^1.0.0 - pinia: ^2.0.11 + pinia: ^2.0.12 postcss: ^8.4.6 postcss-html: ^1.3.0 postcss-import: 14.0.0 @@ -92,9 +92,9 @@ specifiers: dependencies: "@ctrl/tinycolor": 3.4.0 "@pureadmin/components": 1.0.2_vue@3.2.31 - "@vueuse/core": 8.0.1_vue@3.2.31 - "@vueuse/motion": 2.0.0-beta.9_vue@3.2.31 - "@vueuse/shared": 8.0.1_vue@3.2.31 + "@vueuse/core": 8.1.1_vue@3.2.31 + "@vueuse/motion": 2.0.0-beta.12_vue@3.2.31 + "@vueuse/shared": 8.1.1_vue@3.2.31 animate.css: 4.1.1 axios: 0.26.1 css-color-function: 1.3.3 @@ -109,7 +109,7 @@ dependencies: mockjs: 1.1.0 nprogress: 0.2.0 path: 0.12.7 - pinia: 2.0.11_typescript@4.6.2+vue@3.2.31 + pinia: 2.0.12_typescript@4.6.2+vue@3.2.31 qs: 6.10.3 resize-observer-polyfill: 1.5.1 responsive-storage: 1.0.11_vue@3.2.31 @@ -128,6 +128,7 @@ devDependencies: "@iconify-icons/ri": 1.2.1 "@iconify/vue": 3.1.4_vue@3.2.31 "@intlify/vite-plugin-vue-i18n": 3.3.1_5005873cfdafd7bccc775c7a0caf8390 + "@pureadmin/theme": 0.0.1 "@types/element-resize-detector": 1.1.3 "@types/js-cookie": 3.0.1 "@types/lodash": 4.14.180 @@ -136,38 +137,37 @@ devDependencies: "@types/node": 14.14.14 "@types/nprogress": 0.2.0 "@types/qs": 6.9.7 - "@typescript-eslint/eslint-plugin": 5.14.0_ace6f9e7722b813e21eaf2dc993bc413 - "@typescript-eslint/parser": 5.14.0_eslint@8.11.0+typescript@4.6.2 + "@typescript-eslint/eslint-plugin": 5.15.0_f2c49ce7d0e93ebcfdb4b7d25b131b28 + "@typescript-eslint/parser": 5.15.0_eslint@8.11.0+typescript@4.6.2 "@vitejs/plugin-legacy": 1.7.1_vite@2.9.0-beta.3 "@vitejs/plugin-vue": 2.2.4_vite@2.9.0-beta.3+vue@3.2.31 "@vitejs/plugin-vue-jsx": 1.3.8 - "@vue/eslint-config-prettier": 7.0.0_eslint@8.11.0+prettier@2.5.1 + "@vue/eslint-config-prettier": 7.0.0_eslint@8.11.0+prettier@2.6.0 "@vue/eslint-config-typescript": 10.0.0_5e58415d4c9ab0c3da8935a9b8bb8c26 - "@zougt/vite-plugin-theme-preprocessor": 1.4.4 - autoprefixer: 10.4.2_postcss@8.4.8 + autoprefixer: 10.4.4_postcss@8.4.12 cross-env: 7.0.3 eslint: 8.11.0 - eslint-plugin-prettier: 4.0.0_eslint@8.11.0+prettier@2.5.1 + eslint-plugin-prettier: 4.0.0_eslint@8.11.0+prettier@2.6.0 eslint-plugin-vue: 8.5.0_eslint@8.11.0 husky: 7.0.2 lint-staged: 11.1.2 picocolors: 1.0.0 - postcss: 8.4.8 + postcss: 8.4.12 postcss-html: 1.3.0 - postcss-import: 14.0.0_postcss@8.4.8 - postcss-scss: 4.0.3_postcss@8.4.8 - prettier: 2.5.1 - pretty-quick: 3.1.1_prettier@2.5.1 + postcss-import: 14.0.0_postcss@8.4.12 + postcss-scss: 4.0.3_postcss@8.4.12 + prettier: 2.6.0 + pretty-quick: 3.1.1_prettier@2.6.0 rimraf: 3.0.2 rollup: 2.70.1 rollup-plugin-visualizer: 5.6.0_rollup@2.70.1 sass: 1.49.9 - stylelint: 14.5.3 - stylelint-config-html: 1.0.0_5a0e8a91b05709dd3bc8bbe41065947c - stylelint-config-prettier: 9.0.3_stylelint@14.5.3 - stylelint-config-recommended: 6.0.0_stylelint@14.5.3 - stylelint-config-standard: 24.0.0_stylelint@14.5.3 - stylelint-order: 5.0.0_stylelint@14.5.3 + stylelint: 14.6.0 + stylelint-config-html: 1.0.0_f552817e5b8b1b7dca381d844218922e + stylelint-config-prettier: 9.0.3_stylelint@14.6.0 + stylelint-config-recommended: 6.0.0_stylelint@14.6.0 + stylelint-config-standard: 24.0.0_stylelint@14.6.0 + stylelint-order: 5.0.0_stylelint@14.6.0 typescript: 4.6.2 unplugin-element-plus: 0.3.2_rollup@2.70.1+vite@2.9.0-beta.3 vite: 2.9.0-beta.3_sass@1.49.9 @@ -237,28 +237,28 @@ packages: "@babel/highlight": 7.16.10 dev: true - /@babel/compat-data/7.17.0: + /@babel/compat-data/7.17.7: resolution: { - integrity: sha512-392byTlpGWXMv4FbyWw3sAZ/FrW/DrwqLGXpy0mbyNe9Taqv1mg9yON5/o0cnr8XYCkFTZbC1eV+c+LAROgrng== + integrity: sha512-p8pdE6j0a29TNGebNm7NzYZWB3xVZJBZ7XGs42uAKzQo8VQ3F0By/cQCtUEABwIqw5zo6WA4NbmxsfzADzMKnQ== } engines: { node: ">=6.9.0" } dev: true - /@babel/core/7.17.5: + /@babel/core/7.17.7: resolution: { - integrity: sha512-/BBMw4EvjmyquN5O+t5eh0+YqB3XXJkYD2cjKpYtWOfFy4lQ4UozNSmxAcWT8r2XtZs0ewG+zrfsqeR15i1ajA== + integrity: sha512-djHlEfFHnSnTAcPb7dATbiM5HxGOP98+3JLBZtjRb5I7RXrw7kFRoG2dXM8cm3H+o11A8IFH/uprmJpwFynRNQ== } engines: { node: ">=6.9.0" } dependencies: "@ampproject/remapping": 2.1.2 "@babel/code-frame": 7.16.7 - "@babel/generator": 7.17.3 - "@babel/helper-compilation-targets": 7.16.7_@babel+core@7.17.5 - "@babel/helper-module-transforms": 7.17.6 - "@babel/helpers": 7.17.2 - "@babel/parser": 7.17.3 + "@babel/generator": 7.17.7 + "@babel/helper-compilation-targets": 7.17.7_@babel+core@7.17.7 + "@babel/helper-module-transforms": 7.17.7 + "@babel/helpers": 7.17.7 + "@babel/parser": 7.17.7 "@babel/template": 7.16.7 "@babel/traverse": 7.17.3 "@babel/types": 7.17.0 @@ -271,10 +271,10 @@ packages: - supports-color dev: true - /@babel/generator/7.17.3: + /@babel/generator/7.17.7: resolution: { - integrity: sha512-+R6Dctil/MgUsZsZAkYgK+ADNSZzJRRy0TvY65T71z/CR854xHQ1EweBYXdfT+HNeN7w0cSJJEzgxZMv40pxsg== + integrity: sha512-oLcVCTeIFadUoArDTwpluncplrYBmTCCZZgXCbgNGvOBBiSDDK3eWO4b/+eOTli5tKv1lg+a5/NAXg+nTcei1w== } engines: { node: ">=6.9.0" } dependencies: @@ -293,23 +293,23 @@ packages: "@babel/types": 7.17.0 dev: true - /@babel/helper-compilation-targets/7.16.7_@babel+core@7.17.5: + /@babel/helper-compilation-targets/7.17.7_@babel+core@7.17.7: resolution: { - integrity: sha512-mGojBwIWcwGD6rfqgRXVlVYmPAv7eOpIemUG3dGnDdCY4Pae70ROij3XmfrH6Fa1h1aiDylpglbZyktfzyo/hA== + integrity: sha512-UFzlz2jjd8kroj0hmCFV5zr+tQPi1dpC2cRsDV/3IEW8bJfCPrPpmcSN6ZS8RqIq4LXcmpipCQFPddyFA5Yc7w== } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0 dependencies: - "@babel/compat-data": 7.17.0 - "@babel/core": 7.17.5 + "@babel/compat-data": 7.17.7 + "@babel/core": 7.17.7 "@babel/helper-validator-option": 7.16.7 - browserslist: 4.20.0 + browserslist: 4.20.2 semver: 6.3.0 dev: true - /@babel/helper-create-class-features-plugin/7.17.6_@babel+core@7.17.5: + /@babel/helper-create-class-features-plugin/7.17.6_@babel+core@7.17.7: resolution: { integrity: sha512-SogLLSxXm2OkBbSsHZMM4tUi8fUzjs63AT/d0YQIzr6GSd8Hxsbk2KYDX0k0DweAzGMj/YWeiCsorIdtdcW8Eg== @@ -318,11 +318,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0 dependencies: - "@babel/core": 7.17.5 + "@babel/core": 7.17.7 "@babel/helper-annotate-as-pure": 7.16.7 "@babel/helper-environment-visitor": 7.16.7 "@babel/helper-function-name": 7.16.7 - "@babel/helper-member-expression-to-functions": 7.16.7 + "@babel/helper-member-expression-to-functions": 7.17.7 "@babel/helper-optimise-call-expression": 7.16.7 "@babel/helper-replace-supers": 7.16.7 "@babel/helper-split-export-declaration": 7.16.7 @@ -372,10 +372,10 @@ packages: "@babel/types": 7.17.0 dev: true - /@babel/helper-member-expression-to-functions/7.16.7: + /@babel/helper-member-expression-to-functions/7.17.7: resolution: { - integrity: sha512-VtJ/65tYiU/6AbMTDwyoXGPKHgTsfRarivm+YbB5uAzKUyuPjgZSgAFeG87FCigc7KNHu2Pegh1XIT3lXjvz3Q== + integrity: sha512-thxXgnQ8qQ11W2wVUObIqDL4p148VMxkt5T/qpN5k2fboRyzFGFmKsTGViquyM5QHKUy48OZoca8kw4ajaDPyw== } engines: { node: ">=6.9.0" } dependencies: @@ -392,16 +392,16 @@ packages: "@babel/types": 7.17.0 dev: true - /@babel/helper-module-transforms/7.17.6: + /@babel/helper-module-transforms/7.17.7: resolution: { - integrity: sha512-2ULmRdqoOMpdvkbT8jONrZML/XALfzxlb052bldftkicAUy8AxSCkD5trDPQcwHNmolcl7wP6ehNqMlyUw6AaA== + integrity: sha512-VmZD99F3gNTYB7fJRDTi+u6l/zxY0BE6OIxPSU7a50s6ZUQkHwSDmV92FfM+oCG0pZRVojGYhkR8I0OGeCVREw== } engines: { node: ">=6.9.0" } dependencies: "@babel/helper-environment-visitor": 7.16.7 "@babel/helper-module-imports": 7.16.7 - "@babel/helper-simple-access": 7.16.7 + "@babel/helper-simple-access": 7.17.7 "@babel/helper-split-export-declaration": 7.16.7 "@babel/helper-validator-identifier": 7.16.7 "@babel/template": 7.16.7 @@ -437,7 +437,7 @@ packages: engines: { node: ">=6.9.0" } dependencies: "@babel/helper-environment-visitor": 7.16.7 - "@babel/helper-member-expression-to-functions": 7.16.7 + "@babel/helper-member-expression-to-functions": 7.17.7 "@babel/helper-optimise-call-expression": 7.16.7 "@babel/traverse": 7.17.3 "@babel/types": 7.17.0 @@ -445,10 +445,10 @@ packages: - supports-color dev: true - /@babel/helper-simple-access/7.16.7: + /@babel/helper-simple-access/7.17.7: resolution: { - integrity: sha512-ZIzHVyoeLMvXMN/vok/a4LWRy8G2v205mNP0XOuf9XRLyX5/u9CnVulUtDgUTama3lT+bf/UqucuZjqiGuTS1g== + integrity: sha512-txyMCGroZ96i+Pxr3Je3lzEJjqwaRC9buMUgtomcrLe5Nd0+fk1h0LLA+ixUF5OW7AhHuQ7Es1WcQJZmZsz2XA== } engines: { node: ">=6.9.0" } dependencies: @@ -481,10 +481,10 @@ packages: engines: { node: ">=6.9.0" } dev: true - /@babel/helpers/7.17.2: + /@babel/helpers/7.17.7: resolution: { - integrity: sha512-0Qu7RLR1dILozr/6M0xgj+DFPmi6Bnulgm9M8BVa9ZCWxDqlSnqt3cf8IDPB5m45sVXUZ0kuQAgUrdSFFH79fQ== + integrity: sha512-TKsj9NkjJfTBxM7Phfy7kv6yYc4ZcOo+AaWGqQOKTPDOmcGkIFb5xNA746eKisQkm4yavUYh4InYM9S+VnO01w== } engines: { node: ">=6.9.0" } dependencies: @@ -507,15 +507,15 @@ packages: js-tokens: 4.0.0 dev: true - /@babel/parser/7.17.3: + /@babel/parser/7.17.7: resolution: { - integrity: sha512-7yJPvPV+ESz2IUTPbOL+YkIGyCqOyNIzdguKQuJGnH7bg1WTIifuM21YqokFt/THWh1AkCRn9IgoykTRCBVpzA== + integrity: sha512-bm3AQf45vR4gKggRfvJdYJ0gFLoCbsPxiFLSH6hTVYABptNHY6l9NrhnucVjQ/X+SPtLANT9lc0fFhikj+VBRA== } engines: { node: ">=6.0.0" } hasBin: true - /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.17.5: + /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.17.7: resolution: { integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g== @@ -523,11 +523,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.17.5 + "@babel/core": 7.17.7 "@babel/helper-plugin-utils": 7.16.7 dev: true - /@babel/plugin-syntax-jsx/7.16.7_@babel+core@7.17.5: + /@babel/plugin-syntax-jsx/7.16.7_@babel+core@7.17.7: resolution: { integrity: sha512-Esxmk7YjA8QysKeT3VhTXvF6y77f/a91SIs4pWb4H2eWGQkCKFgQaG6hdoEVZtGsrAcb2K5BW66XsOErD4WU3Q== @@ -536,11 +536,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.17.5 + "@babel/core": 7.17.7 "@babel/helper-plugin-utils": 7.16.7 dev: true - /@babel/plugin-syntax-typescript/7.16.7_@babel+core@7.17.5: + /@babel/plugin-syntax-typescript/7.16.7_@babel+core@7.17.7: resolution: { integrity: sha512-YhUIJHHGkqPgEcMYkPCKTyGUdoGKWtopIycQyjJH8OjvRgOYsXsaKehLVPScKJWAULPxMa4N1vCe6szREFlZ7A== @@ -549,11 +549,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.17.5 + "@babel/core": 7.17.7 "@babel/helper-plugin-utils": 7.16.7 dev: true - /@babel/plugin-transform-typescript/7.16.8_@babel+core@7.17.5: + /@babel/plugin-transform-typescript/7.16.8_@babel+core@7.17.7: resolution: { integrity: sha512-bHdQ9k7YpBDO2d0NVfkj51DpQcvwIzIusJ7mEUaMlbZq3Kt/U47j24inXZHQ5MDiYpCs+oZiwnXyKedE8+q7AQ== @@ -562,18 +562,18 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.17.5 - "@babel/helper-create-class-features-plugin": 7.17.6_@babel+core@7.17.5 + "@babel/core": 7.17.7 + "@babel/helper-create-class-features-plugin": 7.17.6_@babel+core@7.17.7 "@babel/helper-plugin-utils": 7.16.7 - "@babel/plugin-syntax-typescript": 7.16.7_@babel+core@7.17.5 + "@babel/plugin-syntax-typescript": 7.16.7_@babel+core@7.17.7 transitivePeerDependencies: - supports-color dev: true - /@babel/standalone/7.17.6: + /@babel/standalone/7.17.7: resolution: { - integrity: sha512-rBBC7aZ4Q8UkMV4Wl6cAw8Wcgg7DcIG3pzo2n+W/FwmBRZB/q7yGpzE10VXpOmSj9/KW3L1pbDhPGI1oOrscgA== + integrity: sha512-461jrYyk7g4bRQoOROABqErtygmZrx1cZXWONIPCQzVTynT5VL83btu1PJIaXNgl4JtHXjzaYT7j3IOlVhnC1Q== } engines: { node: ">=6.9.0" } dev: true @@ -586,7 +586,7 @@ packages: engines: { node: ">=6.9.0" } dependencies: "@babel/code-frame": 7.16.7 - "@babel/parser": 7.17.3 + "@babel/parser": 7.17.7 "@babel/types": 7.17.0 dev: true @@ -598,12 +598,12 @@ packages: engines: { node: ">=6.9.0" } dependencies: "@babel/code-frame": 7.16.7 - "@babel/generator": 7.17.3 + "@babel/generator": 7.17.7 "@babel/helper-environment-visitor": 7.16.7 "@babel/helper-function-name": 7.16.7 "@babel/helper-hoist-variables": 7.16.7 "@babel/helper-split-export-declaration": 7.16.7 - "@babel/parser": 7.17.3 + "@babel/parser": 7.17.7 "@babel/types": 7.17.0 debug: 4.3.3 globals: 11.12.0 @@ -858,7 +858,7 @@ packages: ajv: 6.12.6 debug: 4.3.3 espree: 9.3.1 - globals: 13.12.1 + globals: 13.13.0 ignore: 5.2.0 import-fresh: 3.3.0 js-yaml: 4.1.0 @@ -1120,6 +1120,19 @@ packages: vue: 3.2.31 dev: false + /@pureadmin/theme/0.0.1: + resolution: + { + integrity: sha512-LqCmIHHlpleqZ93xnZ/JYZmDIBCMAXE3Yo7/RA64e755aWz/QrbBHrU5cN5e7J53N+TSPeWPxrmWMcyApzNgbQ== + } + dependencies: + "@zougt/some-loader-utils": 1.4.3 + cac: 6.7.12 + chalk: 5.0.1 + fs-extra: 10.0.1 + string-hash: 1.1.3 + dev: true + /@rollup/plugin-node-resolve/13.1.3_rollup@2.70.1: resolution: { @@ -1193,10 +1206,10 @@ packages: } dev: true - /@types/json-schema/7.0.9: + /@types/json-schema/7.0.10: resolution: { - integrity: sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ== + integrity: sha512-BLO9bBq59vW3fxCpD4o0N4U+DXsvwvIcl+jofw0frQo/GrBFC+/jRZj1E7kgp6dvTyNmA4y6JCV5Id/r3mNP5A== } dev: true @@ -1288,10 +1301,10 @@ packages: "@types/node": 14.14.14 dev: true - /@typescript-eslint/eslint-plugin/5.14.0_ace6f9e7722b813e21eaf2dc993bc413: + /@typescript-eslint/eslint-plugin/5.15.0_f2c49ce7d0e93ebcfdb4b7d25b131b28: resolution: { - integrity: sha512-ir0wYI4FfFUDfLcuwKzIH7sMVA+db7WYen47iRSaCGl+HMAZI9fpBwfDo45ZALD3A45ZGyHWDNLhbg8tZrMX4w== + integrity: sha512-u6Db5JfF0Esn3tiAKELvoU5TpXVSkOpZ78cEGn/wXtT2RVqs2vkt4ge6N8cRCyw7YVKhmmLDbwI2pg92mlv7cA== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: @@ -1302,10 +1315,10 @@ packages: typescript: optional: true dependencies: - "@typescript-eslint/parser": 5.14.0_eslint@8.11.0+typescript@4.6.2 - "@typescript-eslint/scope-manager": 5.14.0 - "@typescript-eslint/type-utils": 5.14.0_eslint@8.11.0+typescript@4.6.2 - "@typescript-eslint/utils": 5.14.0_eslint@8.11.0+typescript@4.6.2 + "@typescript-eslint/parser": 5.15.0_eslint@8.11.0+typescript@4.6.2 + "@typescript-eslint/scope-manager": 5.15.0 + "@typescript-eslint/type-utils": 5.15.0_eslint@8.11.0+typescript@4.6.2 + "@typescript-eslint/utils": 5.15.0_eslint@8.11.0+typescript@4.6.2 debug: 4.3.3 eslint: 8.11.0 functional-red-black-tree: 1.0.1 @@ -1318,10 +1331,10 @@ packages: - supports-color dev: true - /@typescript-eslint/parser/5.14.0_eslint@8.11.0+typescript@4.6.2: + /@typescript-eslint/parser/5.15.0_eslint@8.11.0+typescript@4.6.2: resolution: { - integrity: sha512-aHJN8/FuIy1Zvqk4U/gcO/fxeMKyoSv/rS46UXMXOJKVsLQ+iYPuXNbpbH7cBLcpSbmyyFbwrniLx5+kutu1pw== + integrity: sha512-NGAYP/+RDM2sVfmKiKOCgJYPstAO40vPAgACoWPO/+yoYKSgAXIFaBKsV8P0Cc7fwKgvj27SjRNX4L7f4/jCKQ== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: @@ -1331,9 +1344,9 @@ packages: typescript: optional: true dependencies: - "@typescript-eslint/scope-manager": 5.14.0 - "@typescript-eslint/types": 5.14.0 - "@typescript-eslint/typescript-estree": 5.14.0_typescript@4.6.2 + "@typescript-eslint/scope-manager": 5.15.0 + "@typescript-eslint/types": 5.15.0 + "@typescript-eslint/typescript-estree": 5.15.0_typescript@4.6.2 debug: 4.3.3 eslint: 8.11.0 typescript: 4.6.2 @@ -1341,21 +1354,21 @@ packages: - supports-color dev: true - /@typescript-eslint/scope-manager/5.14.0: + /@typescript-eslint/scope-manager/5.15.0: resolution: { - integrity: sha512-LazdcMlGnv+xUc5R4qIlqH0OWARyl2kaP8pVCS39qSL3Pd1F7mI10DbdXeARcE62sVQE4fHNvEqMWsypWO+yEw== + integrity: sha512-EFiZcSKrHh4kWk0pZaa+YNJosvKE50EnmN4IfgjkA3bTHElPtYcd2U37QQkNTqwMCS7LXeDeZzEqnsOH8chjSg== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dependencies: - "@typescript-eslint/types": 5.14.0 - "@typescript-eslint/visitor-keys": 5.14.0 + "@typescript-eslint/types": 5.15.0 + "@typescript-eslint/visitor-keys": 5.15.0 dev: true - /@typescript-eslint/type-utils/5.14.0_eslint@8.11.0+typescript@4.6.2: + /@typescript-eslint/type-utils/5.15.0_eslint@8.11.0+typescript@4.6.2: resolution: { - integrity: sha512-d4PTJxsqaUpv8iERTDSQBKUCV7Q5yyXjqXUl3XF7Sd9ogNLuKLkxz82qxokqQ4jXdTPZudWpmNtr/JjbbvUixw== + integrity: sha512-KGeDoEQ7gHieLydujGEFLyLofipe9PIzfvA/41urz4hv+xVxPEbmMQonKSynZ0Ks2xDhJQ4VYjB3DnRiywvKDA== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: @@ -1365,7 +1378,7 @@ packages: typescript: optional: true dependencies: - "@typescript-eslint/utils": 5.14.0_eslint@8.11.0+typescript@4.6.2 + "@typescript-eslint/utils": 5.15.0_eslint@8.11.0+typescript@4.6.2 debug: 4.3.3 eslint: 8.11.0 tsutils: 3.21.0_typescript@4.6.2 @@ -1374,18 +1387,18 @@ packages: - supports-color dev: true - /@typescript-eslint/types/5.14.0: + /@typescript-eslint/types/5.15.0: resolution: { - integrity: sha512-BR6Y9eE9360LNnW3eEUqAg6HxS9Q35kSIs4rp4vNHRdfg0s+/PgHgskvu5DFTM7G5VKAVjuyaN476LCPrdA7Mw== + integrity: sha512-yEiTN4MDy23vvsIksrShjNwQl2vl6kJeG9YkVJXjXZnkJElzVK8nfPsWKYxcsGWG8GhurYXP4/KGj3aZAxbeOA== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dev: true - /@typescript-eslint/typescript-estree/5.14.0_typescript@4.6.2: + /@typescript-eslint/typescript-estree/5.15.0_typescript@4.6.2: resolution: { - integrity: sha512-QGnxvROrCVtLQ1724GLTHBTR0lZVu13izOp9njRvMkCBgWX26PKvmMP8k82nmXBRD3DQcFFq2oj3cKDwr0FaUA== + integrity: sha512-Hb0e3dGc35b75xLzixM3cSbG1sSbrTBQDfIScqdyvrfJZVEi4XWAT+UL/HMxEdrJNB8Yk28SKxPLtAhfCbBInA== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: @@ -1394,8 +1407,8 @@ packages: typescript: optional: true dependencies: - "@typescript-eslint/types": 5.14.0 - "@typescript-eslint/visitor-keys": 5.14.0 + "@typescript-eslint/types": 5.15.0 + "@typescript-eslint/visitor-keys": 5.15.0 debug: 4.3.3 globby: 11.1.0 is-glob: 4.0.3 @@ -1406,19 +1419,19 @@ packages: - supports-color dev: true - /@typescript-eslint/utils/5.14.0_eslint@8.11.0+typescript@4.6.2: + /@typescript-eslint/utils/5.15.0_eslint@8.11.0+typescript@4.6.2: resolution: { - integrity: sha512-EHwlII5mvUA0UsKYnVzySb/5EE/t03duUTweVy8Zqt3UQXBrpEVY144OTceFKaOe4xQXZJrkptCf7PjEBeGK4w== + integrity: sha512-081rWu2IPKOgTOhHUk/QfxuFog8m4wxW43sXNOMSCdh578tGJ1PAaWPsj42LOa7pguh173tNlMigsbrHvh/mtA== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - "@types/json-schema": 7.0.9 - "@typescript-eslint/scope-manager": 5.14.0 - "@typescript-eslint/types": 5.14.0 - "@typescript-eslint/typescript-estree": 5.14.0_typescript@4.6.2 + "@types/json-schema": 7.0.10 + "@typescript-eslint/scope-manager": 5.15.0 + "@typescript-eslint/types": 5.15.0 + "@typescript-eslint/typescript-estree": 5.15.0_typescript@4.6.2 eslint: 8.11.0 eslint-scope: 5.1.1 eslint-utils: 3.0.0_eslint@8.11.0 @@ -1427,14 +1440,14 @@ packages: - typescript dev: true - /@typescript-eslint/visitor-keys/5.14.0: + /@typescript-eslint/visitor-keys/5.15.0: resolution: { - integrity: sha512-yL0XxfzR94UEkjBqyymMLgCBdojzEuy/eim7N9/RIcTNxpJudAcqsU8eRyfzBbcEzGoPWfdM3AGak3cN08WOIw== + integrity: sha512-+vX5FKtgvyHbmIJdxMJ2jKm9z2BIlXJiuewI8dsDYMp5LzPUcuTT78Ya5iwvQg3VqSVdmxyM8Anj1Jeq7733ZQ== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dependencies: - "@typescript-eslint/types": 5.14.0 + "@typescript-eslint/types": 5.15.0 eslint-visitor-keys: 3.3.0 dev: true @@ -1447,7 +1460,7 @@ packages: peerDependencies: vite: ^2.8.0 dependencies: - "@babel/standalone": 7.17.6 + "@babel/standalone": 7.17.7 core-js: 3.21.1 magic-string: 0.25.9 regenerator-runtime: 0.13.9 @@ -1462,11 +1475,11 @@ packages: } engines: { node: ">=12.0.0" } dependencies: - "@babel/core": 7.17.5 - "@babel/plugin-syntax-import-meta": 7.10.4_@babel+core@7.17.5 - "@babel/plugin-transform-typescript": 7.16.8_@babel+core@7.17.5 + "@babel/core": 7.17.7 + "@babel/plugin-syntax-import-meta": 7.10.4_@babel+core@7.17.7 + "@babel/plugin-transform-typescript": 7.16.8_@babel+core@7.17.7 "@rollup/pluginutils": 4.2.0 - "@vue/babel-plugin-jsx": 1.1.1_@babel+core@7.17.5 + "@vue/babel-plugin-jsx": 1.1.1_@babel+core@7.17.7 hash-sum: 2.0.0 transitivePeerDependencies: - supports-color @@ -1493,14 +1506,14 @@ packages: } dev: true - /@vue/babel-plugin-jsx/1.1.1_@babel+core@7.17.5: + /@vue/babel-plugin-jsx/1.1.1_@babel+core@7.17.7: resolution: { integrity: sha512-j2uVfZjnB5+zkcbc/zsOc0fSNGCMMjaEXP52wdwdIfn0qjFfEYpYZBFKFg+HHnQeJCVrjOeO0YxgaL7DMrym9w== } dependencies: "@babel/helper-module-imports": 7.16.7 - "@babel/plugin-syntax-jsx": 7.16.7_@babel+core@7.17.5 + "@babel/plugin-syntax-jsx": 7.16.7_@babel+core@7.17.7 "@babel/template": 7.16.7 "@babel/traverse": 7.17.3 "@babel/types": 7.17.0 @@ -1519,7 +1532,7 @@ packages: integrity: sha512-aKno00qoA4o+V/kR6i/pE+aP+esng5siNAVQ422TkBNM6qA4veXiZbSe8OTXHXquEi/f6Akc+nLfB4JGfe4/WQ== } dependencies: - "@babel/parser": 7.17.3 + "@babel/parser": 7.17.7 "@vue/shared": 3.2.31 estree-walker: 2.0.2 source-map: 0.6.1 @@ -1539,7 +1552,7 @@ packages: integrity: sha512-748adc9msSPGzXgibHiO6T7RWgfnDcVQD+VVwYgSsyyY8Ans64tALHZANrKtOzvkwznV/F4H7OAod/jIlp/dkQ== } dependencies: - "@babel/parser": 7.17.3 + "@babel/parser": 7.17.7 "@vue/compiler-core": 3.2.31 "@vue/compiler-dom": 3.2.31 "@vue/compiler-ssr": 3.2.31 @@ -1547,7 +1560,7 @@ packages: "@vue/shared": 3.2.31 estree-walker: 2.0.2 magic-string: 0.25.9 - postcss: 8.4.8 + postcss: 8.4.12 source-map: 0.6.1 /@vue/compiler-ssr/3.2.31: @@ -1559,14 +1572,14 @@ packages: "@vue/compiler-dom": 3.2.31 "@vue/shared": 3.2.31 - /@vue/devtools-api/6.1.0: + /@vue/devtools-api/6.1.3: resolution: { - integrity: sha512-1FtbxEEHN70WGJl1b/h8nLmyN+tOHONNsNLvgVEXF/L/vBrRqQZ0kF+dev1YAz3OtxsQ1sV/vPLKwRlq1axrgg== + integrity: sha512-79InfO2xHv+WHIrH1bHXQUiQD/wMls9qBk6WVwGCbdwP7/3zINtvqPNMtmSHXsIKjvUAHc8L0ouOj6ZQQRmcXg== } dev: false - /@vue/eslint-config-prettier/7.0.0_eslint@8.11.0+prettier@2.5.1: + /@vue/eslint-config-prettier/7.0.0_eslint@8.11.0+prettier@2.6.0: resolution: { integrity: sha512-/CTc6ML3Wta1tCe1gUeO0EYnVXfo3nJXsIhZ8WJr3sov+cGASr6yuiibJTL6lmIBm7GobopToOuB3B6AWyV0Iw== @@ -1577,8 +1590,8 @@ packages: dependencies: eslint: 8.11.0 eslint-config-prettier: 8.5.0_eslint@8.11.0 - eslint-plugin-prettier: 4.0.0_c9d5adccfd1d43a8805a302169f6a967 - prettier: 2.5.1 + eslint-plugin-prettier: 4.0.0_68edcf5670f37721baf5d2cac6124e4d + prettier: 2.6.0 dev: true /@vue/eslint-config-typescript/10.0.0_5e58415d4c9ab0c3da8935a9b8bb8c26: @@ -1591,8 +1604,8 @@ packages: eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 eslint-plugin-vue: ^8.0.1 dependencies: - "@typescript-eslint/eslint-plugin": 5.14.0_ace6f9e7722b813e21eaf2dc993bc413 - "@typescript-eslint/parser": 5.14.0_eslint@8.11.0+typescript@4.6.2 + "@typescript-eslint/eslint-plugin": 5.15.0_f2c49ce7d0e93ebcfdb4b7d25b131b28 + "@typescript-eslint/parser": 5.15.0_eslint@8.11.0+typescript@4.6.2 eslint: 8.11.0 eslint-plugin-vue: 8.5.0_eslint@8.11.0 vue-eslint-parser: 8.3.0_eslint@8.11.0 @@ -1607,7 +1620,7 @@ packages: integrity: sha512-uS4l4z/W7wXdI+Va5pgVxBJ345wyGFKvpPYtdSgvfJfX/x2Ymm6ophQlXXB6acqGHtXuBqNyyO3zVp9b1r0MOA== } dependencies: - "@babel/parser": 7.17.3 + "@babel/parser": 7.17.7 "@vue/compiler-core": 3.2.31 "@vue/shared": 3.2.31 estree-walker: 2.0.2 @@ -1662,29 +1675,10 @@ packages: integrity: sha512-ymN2pj6zEjiKJZbrf98UM2pfDd6F2H7ksKw7NDt/ZZ1fh5Ei39X5tABugtT03ZRlWd9imccoK0hE8hpjpU7irQ== } - /@vueuse/core/7.7.1_vue@3.2.31: - resolution: - { - integrity: sha512-PRRgbATMpoeUmkCEBtUeJgOwtew8s+4UsEd+Pm7MhkjL2ihCNrSqxNVtM6NFE4uP2sWnkGcZpCjPuNSxowJ1Ow== - } - peerDependencies: - "@vue/composition-api": ^1.1.0 - vue: ^2.6.0 || ^3.2.0 - peerDependenciesMeta: - "@vue/composition-api": - optional: true - vue: - optional: true - dependencies: - "@vueuse/shared": 7.7.1_vue@3.2.31 - vue: 3.2.31 - vue-demi: 0.12.1_vue@3.2.31 - dev: false - - /@vueuse/core/8.0.1_vue@3.2.31: + /@vueuse/core/8.1.1_vue@3.2.31: resolution: { - integrity: sha512-LQ5pyxALWMZikNWzW2CTs/RfTyT0O3oYDl7jJhfckY0q/dLe2SCy5vX4+f6c2LFjG9M+sXRugne+W4t1I/wXUA== + integrity: sha512-NmpizOcQXW0OHV0qa6YwFtw5hQBe0RxMuxQoIIbCa6jRT16MTweFPecIM6VgA1e5vZJtAO7p//TgLSpzi3joZQ== } peerDependencies: "@vue/composition-api": ^1.1.0 @@ -1695,23 +1689,23 @@ packages: vue: optional: true dependencies: - "@vueuse/metadata": 8.0.1 - "@vueuse/shared": 8.0.1_vue@3.2.31 + "@vueuse/metadata": 8.1.1 + "@vueuse/shared": 8.1.1_vue@3.2.31 vue: 3.2.31 - vue-demi: 0.12.1_vue@3.2.31 + vue-demi: 0.12.4_vue@3.2.31 dev: false - /@vueuse/metadata/8.0.1: + /@vueuse/metadata/8.1.1: resolution: { - integrity: sha512-+Y2TSsgliQMzqcRMcuX28XHrxojrZYGiBKzW05/mkPmlYGlUSOauF9pvyyslH0V4HfzCsg3CDKJhCnBLWKqN0w== + integrity: sha512-TSmA3UaSmBcV8pJ7fnHAL7NjSE1RQZlpJklg6YysFxwxDb0MZlo+Q8j9U1hLBZT1fnAjwZMaoxilanHN8ZwugQ== } dev: false - /@vueuse/motion/2.0.0-beta.9_vue@3.2.31: + /@vueuse/motion/2.0.0-beta.12_vue@3.2.31: resolution: { - integrity: sha512-S61glJRkYCqLJA9oPM+jdAWXM/ZFnRi6UZJ0TpxDUhRuA+ri0G5hwwmcy4y78wvX6gkDUGQFFGELz1xBEwrZww== + integrity: sha512-cAZqXexLX6xo+H1N1Mv+wBSSqG4wB+BdjIuHQ50jwlelXCDxSi8gj0K/9nDS+aUZtWh6YMwS6UGCKg58jMVglA== } peerDependencies: "@vue/composition-api": ^1.4.1 @@ -1720,16 +1714,19 @@ packages: "@vue/composition-api": optional: true dependencies: - "@vueuse/core": 7.7.1_vue@3.2.31 + "@vueuse/core": 8.1.1_vue@3.2.31 + "@vueuse/shared": 8.1.1_vue@3.2.31 + framesync: 6.1.0 popmotion: 11.0.3 + style-value-types: 5.1.0 vue: 3.2.31 - vue-demi: 0.12.1_vue@3.2.31 + vue-demi: 0.12.4_vue@3.2.31 dev: false - /@vueuse/shared/7.7.1_vue@3.2.31: + /@vueuse/shared/8.1.1_vue@3.2.31: resolution: { - integrity: sha512-rN2qd22AUl7VdBxihagWyhUNHCyVk9IpvBTTfHoLH9G7rGE552X1f+zeCfehuno0zXif13jPw+icW/wn2a0rnQ== + integrity: sha512-lWRcK8W9+q1t1XMxW9JIljXFQLIViInTOEF7wUHcISQNAYwHtHgr0z+U5SRM8tA4eJd/dVs/2BV1/z2DG7aKEg== } peerDependencies: "@vue/composition-api": ^1.1.0 @@ -1741,25 +1738,7 @@ packages: optional: true dependencies: vue: 3.2.31 - vue-demi: 0.12.1_vue@3.2.31 - dev: false - - /@vueuse/shared/8.0.1_vue@3.2.31: - resolution: - { - integrity: sha512-PZf84+DHWUnIKNhvIxL335uWjjfIeEhYjRFilDqEWB/t4yHfNbZxDpT+4OgiLtgdCcGG1JKryNI7nkY9TyEu6w== - } - peerDependencies: - "@vue/composition-api": ^1.1.0 - vue: ^2.6.0 || ^3.2.0 - peerDependenciesMeta: - "@vue/composition-api": - optional: true - vue: - optional: true - dependencies: - vue: 3.2.31 - vue-demi: 0.12.1_vue@3.2.31 + vue-demi: 0.12.4_vue@3.2.31 dev: false /@windicss/config/1.8.3: @@ -1802,28 +1781,14 @@ packages: dependencies: cac: 6.7.12 color: 4.2.1 - cssnano: 5.1.4_postcss@8.4.8 - cssnano-preset-lite: 2.1.1_postcss@8.4.8 + cssnano: 5.1.4_postcss@8.4.12 + cssnano-preset-lite: 2.1.1_postcss@8.4.12 fs-extra: 10.0.1 - postcss: 8.4.8 - prettier: 2.5.1 + postcss: 8.4.12 + prettier: 2.6.0 uuid: 8.3.2 dev: true - /@zougt/vite-plugin-theme-preprocessor/1.4.4: - resolution: - { - integrity: sha512-YeykUlFIwyn7PMuVu419qP6x0r58FgRMmicBBa1/olpuC4+ND8/G3g5uZqhyyVE4JwM7rHRLjWN/9oTcZHUruA== - } - engines: { node: ">= 12.0.0" } - dependencies: - "@zougt/some-loader-utils": 1.4.3 - cac: 6.7.12 - chalk: 5.0.1 - fs-extra: 10.0.1 - string-hash: 1.1.3 - dev: true - /JSONStream/1.3.5: resolution: { @@ -2036,22 +2001,22 @@ packages: } dev: false - /autoprefixer/10.4.2_postcss@8.4.8: + /autoprefixer/10.4.4_postcss@8.4.12: resolution: { - integrity: sha512-9fOPpHKuDW1w/0EKfRmVnxTDt8166MAnLI3mgZ1JCnhNtYWxcJ6Ud5CO/AVOZi/AvFa8DY9RTy3h3+tFBlrrdQ== + integrity: sha512-Tm8JxsB286VweiZ5F0anmbyGiNI3v3wGv3mz9W+cxEDYB/6jbnj6GM9H9mK3wIL8ftgl+C07Lcwb8PG5PCCPzA== } engines: { node: ^10 || ^12 || >=14 } hasBin: true peerDependencies: postcss: ^8.1.0 dependencies: - browserslist: 4.20.0 - caniuse-lite: 1.0.30001315 + browserslist: 4.20.2 + caniuse-lite: 1.0.30001317 fraction.js: 4.2.0 normalize-range: 0.1.2 picocolors: 1.0.0 - postcss: 8.4.8 + postcss: 8.4.12 postcss-value-parser: 4.2.0 dev: true @@ -2120,16 +2085,16 @@ packages: fill-range: 7.0.1 dev: true - /browserslist/4.20.0: + /browserslist/4.20.2: resolution: { - integrity: sha512-bnpOoa+DownbciXj0jVGENf8VYQnE2LNWomhYuCsMmmx9Jd9lwq0WXODuwpSsp8AVdKM2/HorrzxAfbKvWTByQ== + integrity: sha512-CQOBCqp/9pDvDbx3xfMi+86pr4KXIf2FDkTTdeuYw8OxS9t898LA1Khq57gtufFILXpfgsSx5woNgsBgvGjpsA== } engines: { node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7 } hasBin: true dependencies: - caniuse-lite: 1.0.30001315 - electron-to-chromium: 1.4.82 + caniuse-lite: 1.0.30001317 + electron-to-chromium: 1.4.86 escalade: 3.1.1 node-releases: 2.0.2 picocolors: 1.0.0 @@ -2220,16 +2185,16 @@ packages: integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw== } dependencies: - browserslist: 4.20.0 - caniuse-lite: 1.0.30001315 + browserslist: 4.20.2 + caniuse-lite: 1.0.30001317 lodash.memoize: 4.1.2 lodash.uniq: 4.5.0 dev: true - /caniuse-lite/1.0.30001315: + /caniuse-lite/1.0.30001317: resolution: { - integrity: sha512-5v7LFQU4Sb/qvkz7JcZkvtSH1Ko+1x2kgo3ocdBeMGZSOFpuE1kkm0kpTwLtWeFrw5qw08ulLxJjVIXIS8MkiQ== + integrity: sha512-xIZLh8gBm4dqNX0gkzrBeyI86J2eCjWzYAs40q88smG844YIrN4tVQl/RhquHvKEKImWWFIVh1Lxe5n1G/N+GQ== } dev: true @@ -2618,7 +2583,7 @@ packages: rgb: 0.1.0 dev: false - /css-declaration-sorter/6.1.4_postcss@8.4.8: + /css-declaration-sorter/6.1.4_postcss@8.4.12: resolution: { integrity: sha512-lpfkqS0fctcmZotJGhnxkIyJWvBXgpyi2wsFd4J8VB7wzyrT6Ch/3Q+FMNJpjK4gu1+GN5khOnpU2ZVKrLbhCw== @@ -2627,7 +2592,7 @@ packages: peerDependencies: postcss: ^8.0.9 dependencies: - postcss: 8.4.8 + postcss: 8.4.12 timsort: 0.3.0 dev: true @@ -2680,7 +2645,7 @@ packages: hasBin: true dev: true - /cssnano-preset-default/5.2.4_postcss@8.4.8: + /cssnano-preset-default/5.2.4_postcss@8.4.12: resolution: { integrity: sha512-w1Gg8xsebln6/axZ6qDFQHuglrGfbIHOIx0g4y9+etRlRab8CGpSpe6UMsrgJe4zhCaJ0LwLmc+PhdLRTwnhIA== @@ -2689,39 +2654,39 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - css-declaration-sorter: 6.1.4_postcss@8.4.8 - cssnano-utils: 3.1.0_postcss@8.4.8 - postcss: 8.4.8 - postcss-calc: 8.2.4_postcss@8.4.8 - postcss-colormin: 5.3.0_postcss@8.4.8 - postcss-convert-values: 5.1.0_postcss@8.4.8 - postcss-discard-comments: 5.1.1_postcss@8.4.8 - postcss-discard-duplicates: 5.1.0_postcss@8.4.8 - postcss-discard-empty: 5.1.1_postcss@8.4.8 - postcss-discard-overridden: 5.1.0_postcss@8.4.8 - postcss-merge-longhand: 5.1.2_postcss@8.4.8 - postcss-merge-rules: 5.1.0_postcss@8.4.8 - postcss-minify-font-values: 5.1.0_postcss@8.4.8 - postcss-minify-gradients: 5.1.0_postcss@8.4.8 - postcss-minify-params: 5.1.1_postcss@8.4.8 - postcss-minify-selectors: 5.2.0_postcss@8.4.8 - postcss-normalize-charset: 5.1.0_postcss@8.4.8 - postcss-normalize-display-values: 5.1.0_postcss@8.4.8 - postcss-normalize-positions: 5.1.0_postcss@8.4.8 - postcss-normalize-repeat-style: 5.1.0_postcss@8.4.8 - postcss-normalize-string: 5.1.0_postcss@8.4.8 - postcss-normalize-timing-functions: 5.1.0_postcss@8.4.8 - postcss-normalize-unicode: 5.1.0_postcss@8.4.8 - postcss-normalize-url: 5.1.0_postcss@8.4.8 - postcss-normalize-whitespace: 5.1.1_postcss@8.4.8 - postcss-ordered-values: 5.1.0_postcss@8.4.8 - postcss-reduce-initial: 5.1.0_postcss@8.4.8 - postcss-reduce-transforms: 5.1.0_postcss@8.4.8 - postcss-svgo: 5.1.0_postcss@8.4.8 - postcss-unique-selectors: 5.1.1_postcss@8.4.8 - dev: true - - /cssnano-preset-lite/2.1.1_postcss@8.4.8: + css-declaration-sorter: 6.1.4_postcss@8.4.12 + cssnano-utils: 3.1.0_postcss@8.4.12 + postcss: 8.4.12 + postcss-calc: 8.2.4_postcss@8.4.12 + postcss-colormin: 5.3.0_postcss@8.4.12 + postcss-convert-values: 5.1.0_postcss@8.4.12 + postcss-discard-comments: 5.1.1_postcss@8.4.12 + postcss-discard-duplicates: 5.1.0_postcss@8.4.12 + postcss-discard-empty: 5.1.1_postcss@8.4.12 + postcss-discard-overridden: 5.1.0_postcss@8.4.12 + postcss-merge-longhand: 5.1.2_postcss@8.4.12 + postcss-merge-rules: 5.1.0_postcss@8.4.12 + postcss-minify-font-values: 5.1.0_postcss@8.4.12 + postcss-minify-gradients: 5.1.0_postcss@8.4.12 + postcss-minify-params: 5.1.1_postcss@8.4.12 + postcss-minify-selectors: 5.2.0_postcss@8.4.12 + postcss-normalize-charset: 5.1.0_postcss@8.4.12 + postcss-normalize-display-values: 5.1.0_postcss@8.4.12 + postcss-normalize-positions: 5.1.0_postcss@8.4.12 + postcss-normalize-repeat-style: 5.1.0_postcss@8.4.12 + postcss-normalize-string: 5.1.0_postcss@8.4.12 + postcss-normalize-timing-functions: 5.1.0_postcss@8.4.12 + postcss-normalize-unicode: 5.1.0_postcss@8.4.12 + postcss-normalize-url: 5.1.0_postcss@8.4.12 + postcss-normalize-whitespace: 5.1.1_postcss@8.4.12 + postcss-ordered-values: 5.1.0_postcss@8.4.12 + postcss-reduce-initial: 5.1.0_postcss@8.4.12 + postcss-reduce-transforms: 5.1.0_postcss@8.4.12 + postcss-svgo: 5.1.0_postcss@8.4.12 + postcss-unique-selectors: 5.1.1_postcss@8.4.12 + dev: true + + /cssnano-preset-lite/2.1.1_postcss@8.4.12: resolution: { integrity: sha512-TXAnw6dMFo2bRXtw/OpyPEdk3i3Oiem7Z2PQXooluk+9ATBBMLh0avfC6UqLA2QI493GixBl2vnhznX5+eV5Cw== @@ -2730,14 +2695,14 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - cssnano-utils: 3.1.0_postcss@8.4.8 - postcss: 8.4.8 - postcss-discard-comments: 5.1.1_postcss@8.4.8 - postcss-discard-empty: 5.1.1_postcss@8.4.8 - postcss-normalize-whitespace: 5.1.1_postcss@8.4.8 + cssnano-utils: 3.1.0_postcss@8.4.12 + postcss: 8.4.12 + postcss-discard-comments: 5.1.1_postcss@8.4.12 + postcss-discard-empty: 5.1.1_postcss@8.4.12 + postcss-normalize-whitespace: 5.1.1_postcss@8.4.12 dev: true - /cssnano-utils/3.1.0_postcss@8.4.8: + /cssnano-utils/3.1.0_postcss@8.4.12: resolution: { integrity: sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA== @@ -2746,10 +2711,10 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.8 + postcss: 8.4.12 dev: true - /cssnano/5.1.4_postcss@8.4.8: + /cssnano/5.1.4_postcss@8.4.12: resolution: { integrity: sha512-hbfhVZreEPyzl+NbvRsjNo54JOX80b+j6nqG2biLVLaZHJEiqGyMh4xDGHtwhUKd5p59mj2GlDqlUBwJUuIu5A== @@ -2758,9 +2723,9 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - cssnano-preset-default: 5.2.4_postcss@8.4.8 + cssnano-preset-default: 5.2.4_postcss@8.4.12 lilconfig: 2.0.4 - postcss: 8.4.8 + postcss: 8.4.12 yaml: 1.10.2 dev: true @@ -2956,10 +2921,10 @@ packages: resolution: { integrity: sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= } dev: true - /electron-to-chromium/1.4.82: + /electron-to-chromium/1.4.86: resolution: { - integrity: sha512-Ks+ANzLoIrFDUOJdjxYMH6CMKB8UQo5modAwvSZTxgF+vEs/U7G5IbWFUp6dS4klPkTDVdxbORuk8xAXXhMsWw== + integrity: sha512-EVTZ+igi8x63pK4bPuA95PXIs2b2Cowi3WQwI9f9qManLiZJOD1Lash1J3W4TvvcUCcIR4o/rgi9o8UicXSO+w== } dev: true @@ -2974,7 +2939,7 @@ packages: "@ctrl/tinycolor": 3.4.0 "@element-plus/icons-vue": 1.1.3_vue@3.2.31 "@popperjs/core": 2.11.4 - "@vueuse/core": 8.0.1_vue@3.2.31 + "@vueuse/core": 8.1.1_vue@3.2.31 async-validator: 4.0.7 dayjs: 1.11.0 escape-html: 1.0.3 @@ -3383,7 +3348,7 @@ packages: eslint: 8.11.0 dev: true - /eslint-plugin-prettier/4.0.0_c9d5adccfd1d43a8805a302169f6a967: + /eslint-plugin-prettier/4.0.0_68edcf5670f37721baf5d2cac6124e4d: resolution: { integrity: sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ== @@ -3399,11 +3364,11 @@ packages: dependencies: eslint: 8.11.0 eslint-config-prettier: 8.5.0_eslint@8.11.0 - prettier: 2.5.1 + prettier: 2.6.0 prettier-linter-helpers: 1.0.0 dev: true - /eslint-plugin-prettier/4.0.0_eslint@8.11.0+prettier@2.5.1: + /eslint-plugin-prettier/4.0.0_eslint@8.11.0+prettier@2.6.0: resolution: { integrity: sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ== @@ -3418,7 +3383,7 @@ packages: optional: true dependencies: eslint: 8.11.0 - prettier: 2.5.1 + prettier: 2.6.0 prettier-linter-helpers: 1.0.0 dev: true @@ -3535,7 +3500,7 @@ packages: file-entry-cache: 6.0.1 functional-red-black-tree: 1.0.1 glob-parent: 6.0.2 - globals: 13.12.1 + globals: 13.13.0 ignore: 5.2.0 import-fresh: 3.3.0 imurmurhash: 0.1.4 @@ -3843,6 +3808,15 @@ packages: tslib: 2.3.1 dev: false + /framesync/6.1.0: + resolution: + { + integrity: sha512-aBX+hdWAvwiJYeQlFLY2533VxeL6OEu71CAgV4GGKksrj6+dE6i7K86WSSiRBEARCoJn5bFqffhg4l07eA27tg== + } + dependencies: + tslib: 2.3.1 + dev: false + /fs-extra/10.0.1: resolution: { @@ -4026,10 +4000,10 @@ packages: engines: { node: ">=4" } dev: true - /globals/13.12.1: + /globals/13.13.0: resolution: { - integrity: sha512-317dFlgY2pdJZ9rspXDks7073GpDmXdfbM3vYYp0HAMKGDh1FfWPleI2ljVNLQX5M5lXcAslTcPTrOrMEFOjyw== + integrity: sha512-EQ7Q18AJlPwp3vUDL4mKA0KXrXyNIQyWon6T6XQiBQF0XHvRsiCSrWmmeATpUzdJN2HhWZU6Pdl0a9zdep5p6A== } engines: { node: ">=8" } dependencies: @@ -5306,10 +5280,10 @@ packages: engines: { node: ">=0.10.0" } dev: true - /pinia/2.0.11_typescript@4.6.2+vue@3.2.31: + /pinia/2.0.12_typescript@4.6.2+vue@3.2.31: resolution: { - integrity: sha512-JzcmnMqu28PNWOjDgEDK6fTrIzX8eQZKPPKvu/fpHdpXARUj1xeVdFi3YFIMOWswqaBd589cpmAMdSSTryI9iw== + integrity: sha512-tUeuYGFrLU5irmGyRAIxp35q1OTcZ8sKpGT4XkPeVcG35W4R6cfXDbCGexzmVqH5lTQJJTXXbNGutIu9yS5yew== } peerDependencies: "@vue/composition-api": ^1.4.0 @@ -5321,10 +5295,10 @@ packages: typescript: optional: true dependencies: - "@vue/devtools-api": 6.1.0 + "@vue/devtools-api": 6.1.3 typescript: 4.6.2 vue: 3.2.31 - vue-demi: 0.12.1_vue@3.2.31 + vue-demi: 0.12.4_vue@3.2.31 dev: false /please-upgrade-node/3.2.0: @@ -5348,7 +5322,7 @@ packages: tslib: 2.3.1 dev: false - /postcss-calc/8.2.4_postcss@8.4.8: + /postcss-calc/8.2.4_postcss@8.4.12: resolution: { integrity: sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q== @@ -5356,12 +5330,12 @@ packages: peerDependencies: postcss: ^8.2.2 dependencies: - postcss: 8.4.8 + postcss: 8.4.12 postcss-selector-parser: 6.0.9 postcss-value-parser: 4.2.0 dev: true - /postcss-colormin/5.3.0_postcss@8.4.8: + /postcss-colormin/5.3.0_postcss@8.4.12: resolution: { integrity: sha512-WdDO4gOFG2Z8n4P8TWBpshnL3JpmNmJwdnfP2gbk2qBA8PWwOYcmjmI/t3CmMeL72a7Hkd+x/Mg9O2/0rD54Pg== @@ -5370,14 +5344,14 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - browserslist: 4.20.0 + browserslist: 4.20.2 caniuse-api: 3.0.0 colord: 2.9.2 - postcss: 8.4.8 + postcss: 8.4.12 postcss-value-parser: 4.2.0 dev: true - /postcss-convert-values/5.1.0_postcss@8.4.8: + /postcss-convert-values/5.1.0_postcss@8.4.12: resolution: { integrity: sha512-GkyPbZEYJiWtQB0KZ0X6qusqFHUepguBCNFi9t5JJc7I2OTXG7C0twbTLvCfaKOLl3rSXmpAwV7W5txd91V84g== @@ -5386,11 +5360,11 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.8 + postcss: 8.4.12 postcss-value-parser: 4.2.0 dev: true - /postcss-discard-comments/5.1.1_postcss@8.4.8: + /postcss-discard-comments/5.1.1_postcss@8.4.12: resolution: { integrity: sha512-5JscyFmvkUxz/5/+TB3QTTT9Gi9jHkcn8dcmmuN68JQcv3aQg4y88yEHHhwFB52l/NkaJ43O0dbksGMAo49nfQ== @@ -5399,10 +5373,10 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.8 + postcss: 8.4.12 dev: true - /postcss-discard-duplicates/5.1.0_postcss@8.4.8: + /postcss-discard-duplicates/5.1.0_postcss@8.4.12: resolution: { integrity: sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw== @@ -5411,10 +5385,10 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.8 + postcss: 8.4.12 dev: true - /postcss-discard-empty/5.1.1_postcss@8.4.8: + /postcss-discard-empty/5.1.1_postcss@8.4.12: resolution: { integrity: sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A== @@ -5423,10 +5397,10 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.8 + postcss: 8.4.12 dev: true - /postcss-discard-overridden/5.1.0_postcss@8.4.8: + /postcss-discard-overridden/5.1.0_postcss@8.4.12: resolution: { integrity: sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw== @@ -5435,7 +5409,7 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.8 + postcss: 8.4.12 dev: true /postcss-html/1.3.0: @@ -5446,11 +5420,11 @@ packages: engines: { node: ^12 || >=14 } dependencies: htmlparser2: 7.2.0 - postcss: 8.4.8 - postcss-safe-parser: 6.0.0_postcss@8.4.8 + postcss: 8.4.12 + postcss-safe-parser: 6.0.0_postcss@8.4.12 dev: true - /postcss-import/14.0.0_postcss@8.4.8: + /postcss-import/14.0.0_postcss@8.4.12: resolution: { integrity: sha512-gFDDzXhqr9ELmnLHgCC3TbGfA6Dm/YMb/UN8/f7Uuq4fL7VTk2vOIj6hwINEwbokEmp123bLD7a5m+E+KIetRg== @@ -5459,7 +5433,7 @@ packages: peerDependencies: postcss: ^8.0.0 dependencies: - postcss: 8.4.8 + postcss: 8.4.12 postcss-value-parser: 4.2.0 read-cache: 1.0.0 resolve: 1.22.0 @@ -5469,7 +5443,7 @@ packages: resolution: { integrity: sha1-J7Ocb02U+Bsac7j3Y1HGCeXO8kQ= } dev: true - /postcss-merge-longhand/5.1.2_postcss@8.4.8: + /postcss-merge-longhand/5.1.2_postcss@8.4.12: resolution: { integrity: sha512-18/bp9DZnY1ai9RlahOfLBbmIUKfKFPASxRCiZ1vlpZqWPCn8qWPFlEozqmWL+kBtcEQmG8W9YqGCstDImvp/Q== @@ -5478,12 +5452,12 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.8 + postcss: 8.4.12 postcss-value-parser: 4.2.0 - stylehacks: 5.1.0_postcss@8.4.8 + stylehacks: 5.1.0_postcss@8.4.12 dev: true - /postcss-merge-rules/5.1.0_postcss@8.4.8: + /postcss-merge-rules/5.1.0_postcss@8.4.12: resolution: { integrity: sha512-NecukEJovQ0mG7h7xV8wbYAkXGTO3MPKnXvuiXzOKcxoOodfTTKYjeo8TMhAswlSkjcPIBlnKbSFcTuVSDaPyQ== @@ -5492,14 +5466,14 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - browserslist: 4.20.0 + browserslist: 4.20.2 caniuse-api: 3.0.0 - cssnano-utils: 3.1.0_postcss@8.4.8 - postcss: 8.4.8 + cssnano-utils: 3.1.0_postcss@8.4.12 + postcss: 8.4.12 postcss-selector-parser: 6.0.9 dev: true - /postcss-minify-font-values/5.1.0_postcss@8.4.8: + /postcss-minify-font-values/5.1.0_postcss@8.4.12: resolution: { integrity: sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA== @@ -5508,11 +5482,11 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.8 + postcss: 8.4.12 postcss-value-parser: 4.2.0 dev: true - /postcss-minify-gradients/5.1.0_postcss@8.4.8: + /postcss-minify-gradients/5.1.0_postcss@8.4.12: resolution: { integrity: sha512-J/TMLklkONn3LuL8wCwfwU8zKC1hpS6VcxFkNUNjmVt53uKqrrykR3ov11mdUYyqVMEx67slMce0tE14cE4DTg== @@ -5522,12 +5496,12 @@ packages: postcss: ^8.2.15 dependencies: colord: 2.9.2 - cssnano-utils: 3.1.0_postcss@8.4.8 - postcss: 8.4.8 + cssnano-utils: 3.1.0_postcss@8.4.12 + postcss: 8.4.12 postcss-value-parser: 4.2.0 dev: true - /postcss-minify-params/5.1.1_postcss@8.4.8: + /postcss-minify-params/5.1.1_postcss@8.4.12: resolution: { integrity: sha512-WCpr+J9Uz8XzMpAfg3UL8z5rde6MifBbh5L8bn8S2F5hq/YDJJzASYCnCHvAB4Fqb94ys8v95ULQkW2EhCFvNg== @@ -5536,13 +5510,13 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - browserslist: 4.20.0 - cssnano-utils: 3.1.0_postcss@8.4.8 - postcss: 8.4.8 + browserslist: 4.20.2 + cssnano-utils: 3.1.0_postcss@8.4.12 + postcss: 8.4.12 postcss-value-parser: 4.2.0 dev: true - /postcss-minify-selectors/5.2.0_postcss@8.4.8: + /postcss-minify-selectors/5.2.0_postcss@8.4.12: resolution: { integrity: sha512-vYxvHkW+iULstA+ctVNx0VoRAR4THQQRkG77o0oa4/mBS0OzGvvzLIvHDv/nNEM0crzN2WIyFU5X7wZhaUK3RA== @@ -5551,11 +5525,11 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.8 + postcss: 8.4.12 postcss-selector-parser: 6.0.9 dev: true - /postcss-normalize-charset/5.1.0_postcss@8.4.8: + /postcss-normalize-charset/5.1.0_postcss@8.4.12: resolution: { integrity: sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg== @@ -5564,10 +5538,10 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.8 + postcss: 8.4.12 dev: true - /postcss-normalize-display-values/5.1.0_postcss@8.4.8: + /postcss-normalize-display-values/5.1.0_postcss@8.4.12: resolution: { integrity: sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA== @@ -5576,11 +5550,11 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.8 + postcss: 8.4.12 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-positions/5.1.0_postcss@8.4.8: + /postcss-normalize-positions/5.1.0_postcss@8.4.12: resolution: { integrity: sha512-8gmItgA4H5xiUxgN/3TVvXRoJxkAWLW6f/KKhdsH03atg0cB8ilXnrB5PpSshwVu/dD2ZsRFQcR1OEmSBDAgcQ== @@ -5589,11 +5563,11 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.8 + postcss: 8.4.12 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-repeat-style/5.1.0_postcss@8.4.8: + /postcss-normalize-repeat-style/5.1.0_postcss@8.4.12: resolution: { integrity: sha512-IR3uBjc+7mcWGL6CtniKNQ4Rr5fTxwkaDHwMBDGGs1x9IVRkYIT/M4NelZWkAOBdV6v3Z9S46zqaKGlyzHSchw== @@ -5602,11 +5576,11 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.8 + postcss: 8.4.12 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-string/5.1.0_postcss@8.4.8: + /postcss-normalize-string/5.1.0_postcss@8.4.12: resolution: { integrity: sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w== @@ -5615,11 +5589,11 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.8 + postcss: 8.4.12 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-timing-functions/5.1.0_postcss@8.4.8: + /postcss-normalize-timing-functions/5.1.0_postcss@8.4.12: resolution: { integrity: sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg== @@ -5628,11 +5602,11 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.8 + postcss: 8.4.12 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-unicode/5.1.0_postcss@8.4.8: + /postcss-normalize-unicode/5.1.0_postcss@8.4.12: resolution: { integrity: sha512-J6M3MizAAZ2dOdSjy2caayJLQT8E8K9XjLce8AUQMwOrCvjCHv24aLC/Lps1R1ylOfol5VIDMaM/Lo9NGlk1SQ== @@ -5641,12 +5615,12 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - browserslist: 4.20.0 - postcss: 8.4.8 + browserslist: 4.20.2 + postcss: 8.4.12 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-url/5.1.0_postcss@8.4.8: + /postcss-normalize-url/5.1.0_postcss@8.4.12: resolution: { integrity: sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew== @@ -5656,11 +5630,11 @@ packages: postcss: ^8.2.15 dependencies: normalize-url: 6.1.0 - postcss: 8.4.8 + postcss: 8.4.12 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-whitespace/5.1.1_postcss@8.4.8: + /postcss-normalize-whitespace/5.1.1_postcss@8.4.12: resolution: { integrity: sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA== @@ -5669,11 +5643,11 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.8 + postcss: 8.4.12 postcss-value-parser: 4.2.0 dev: true - /postcss-ordered-values/5.1.0_postcss@8.4.8: + /postcss-ordered-values/5.1.0_postcss@8.4.12: resolution: { integrity: sha512-wU4Z4D4uOIH+BUKkYid36gGDJNQtkVJT7Twv8qH6UyfttbbJWyw4/xIPuVEkkCtQLAJ0EdsNSh8dlvqkXb49TA== @@ -5682,12 +5656,12 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - cssnano-utils: 3.1.0_postcss@8.4.8 - postcss: 8.4.8 + cssnano-utils: 3.1.0_postcss@8.4.12 + postcss: 8.4.12 postcss-value-parser: 4.2.0 dev: true - /postcss-reduce-initial/5.1.0_postcss@8.4.8: + /postcss-reduce-initial/5.1.0_postcss@8.4.12: resolution: { integrity: sha512-5OgTUviz0aeH6MtBjHfbr57tml13PuedK/Ecg8szzd4XRMbYxH4572JFG067z+FqBIf6Zp/d+0581glkvvWMFw== @@ -5696,12 +5670,12 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - browserslist: 4.20.0 + browserslist: 4.20.2 caniuse-api: 3.0.0 - postcss: 8.4.8 + postcss: 8.4.12 dev: true - /postcss-reduce-transforms/5.1.0_postcss@8.4.8: + /postcss-reduce-transforms/5.1.0_postcss@8.4.12: resolution: { integrity: sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ== @@ -5710,7 +5684,7 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.8 + postcss: 8.4.12 postcss-value-parser: 4.2.0 dev: true @@ -5718,7 +5692,7 @@ packages: resolution: { integrity: sha1-Kcy8fDfe36wwTp//C/FZaz9qDk4= } dev: true - /postcss-safe-parser/6.0.0_postcss@8.4.8: + /postcss-safe-parser/6.0.0_postcss@8.4.12: resolution: { integrity: sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ== @@ -5727,10 +5701,10 @@ packages: peerDependencies: postcss: ^8.3.3 dependencies: - postcss: 8.4.8 + postcss: 8.4.12 dev: true - /postcss-scss/4.0.3_postcss@8.4.8: + /postcss-scss/4.0.3_postcss@8.4.12: resolution: { integrity: sha512-j4KxzWovfdHsyxwl1BxkUal/O4uirvHgdzMKS1aWJBAV0qh2qj5qAZqpeBfVUYGWv+4iK9Az7SPyZ4fyNju1uA== @@ -5739,7 +5713,7 @@ packages: peerDependencies: postcss: ^8.3.3 dependencies: - postcss: 8.4.8 + postcss: 8.4.12 dev: true /postcss-selector-parser/6.0.9: @@ -5753,7 +5727,7 @@ packages: util-deprecate: 1.0.2 dev: true - /postcss-sorting/7.0.1_postcss@8.4.8: + /postcss-sorting/7.0.1_postcss@8.4.12: resolution: { integrity: sha512-iLBFYz6VRYyLJEJsBJ8M3TCqNcckVzz4wFounSc5Oez35ogE/X+aoC5fFu103Ot7NyvjU3/xqIXn93Gp3kJk4g== @@ -5761,10 +5735,10 @@ packages: peerDependencies: postcss: ^8.3.9 dependencies: - postcss: 8.4.8 + postcss: 8.4.12 dev: true - /postcss-svgo/5.1.0_postcss@8.4.8: + /postcss-svgo/5.1.0_postcss@8.4.12: resolution: { integrity: sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA== @@ -5773,12 +5747,12 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.8 + postcss: 8.4.12 postcss-value-parser: 4.2.0 svgo: 2.8.0 dev: true - /postcss-unique-selectors/5.1.1_postcss@8.4.8: + /postcss-unique-selectors/5.1.1_postcss@8.4.12: resolution: { integrity: sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA== @@ -5787,7 +5761,7 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.8 + postcss: 8.4.12 postcss-selector-parser: 6.0.9 dev: true @@ -5798,10 +5772,10 @@ packages: } dev: true - /postcss/8.4.8: + /postcss/8.4.12: resolution: { - integrity: sha512-2tXEqGxrjvAO6U+CJzDL2Fk2kPHTv1jQsYkSoMeOis2SsYaXRO2COxTdQp99cYvif9JTXaAk9lYGc3VhJt7JPQ== + integrity: sha512-lg6eITwYe9v6Hr5CncVbK70SoioNQIq81nsaG86ev5hAidQvmOeETBqs7jm43K2F5/Ley3ytDtriImV6TpNiSg== } engines: { node: ^10 || ^12 || >=14 } dependencies: @@ -5827,16 +5801,16 @@ packages: fast-diff: 1.2.0 dev: true - /prettier/2.5.1: + /prettier/2.6.0: resolution: { - integrity: sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg== + integrity: sha512-m2FgJibYrBGGgQXNzfd0PuDGShJgRavjUoRCw1mZERIWVSXF0iLzLm+aOqTAbLnC3n6JzUhAA8uZnFVghHJ86A== } engines: { node: ">=10.13.0" } hasBin: true dev: true - /pretty-quick/3.1.1_prettier@2.5.1: + /pretty-quick/3.1.1_prettier@2.6.0: resolution: { integrity: sha512-ZYLGiMoV2jcaas3vTJrLvKAYsxDoXQBUn8OSTxkl67Fyov9lyXivJTl0+2WVh+y6EovGcw7Lm5ThYpH+Sh3XxQ== @@ -5852,7 +5826,7 @@ packages: ignore: 5.2.0 mri: 1.2.0 multimatch: 4.0.0 - prettier: 2.5.1 + prettier: 2.6.0 dev: true /process/0.11.10: @@ -6505,7 +6479,17 @@ packages: tslib: 2.3.1 dev: false - /stylehacks/5.1.0_postcss@8.4.8: + /style-value-types/5.1.0: + resolution: + { + integrity: sha512-DRIfBtjxQ4ztBZpexkFcI+UR7pODC5qLMf2Syt+bH98PAHHRH2tQnzxBuDQlqcAoYar6GzWnj8iAfqfwnEzCiQ== + } + dependencies: + hey-listen: 1.0.8 + tslib: 2.3.1 + dev: false + + /stylehacks/5.1.0_postcss@8.4.12: resolution: { integrity: sha512-SzLmvHQTrIWfSgljkQCw2++C9+Ne91d/6Sp92I8c5uHTcy/PgeHamwITIbBW9wnFTY/3ZfSXR9HIL6Ikqmcu6Q== @@ -6514,12 +6498,12 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - browserslist: 4.20.0 - postcss: 8.4.8 + browserslist: 4.20.2 + postcss: 8.4.12 postcss-selector-parser: 6.0.9 dev: true - /stylelint-config-html/1.0.0_5a0e8a91b05709dd3bc8bbe41065947c: + /stylelint-config-html/1.0.0_f552817e5b8b1b7dca381d844218922e: resolution: { integrity: sha512-rKQUUWDpaYC7ybsS6tLxddjn6DxhjSIXybElSmcTyVQj3ExhmU3q+l41ktrlwHRyY0M5SkTkZiwngvYPYmsgSQ== @@ -6530,10 +6514,10 @@ packages: stylelint: ">=14.0.0" dependencies: postcss-html: 1.3.0 - stylelint: 14.5.3 + stylelint: 14.6.0 dev: true - /stylelint-config-prettier/9.0.3_stylelint@14.5.3: + /stylelint-config-prettier/9.0.3_stylelint@14.6.0: resolution: { integrity: sha512-5n9gUDp/n5tTMCq1GLqSpA30w2sqWITSSEiAWQlpxkKGAUbjcemQ0nbkRvRUa0B1LgD3+hCvdL7B1eTxy1QHJg== @@ -6543,10 +6527,10 @@ packages: peerDependencies: stylelint: ">=11.0.0" dependencies: - stylelint: 14.5.3 + stylelint: 14.6.0 dev: true - /stylelint-config-recommended/6.0.0_stylelint@14.5.3: + /stylelint-config-recommended/6.0.0_stylelint@14.6.0: resolution: { integrity: sha512-ZorSSdyMcxWpROYUvLEMm0vSZud2uB7tX1hzBZwvVY9SV/uly4AvvJPPhCcymZL3fcQhEQG5AELmrxWqtmzacw== @@ -6554,10 +6538,10 @@ packages: peerDependencies: stylelint: ^14.0.0 dependencies: - stylelint: 14.5.3 + stylelint: 14.6.0 dev: true - /stylelint-config-standard/24.0.0_stylelint@14.5.3: + /stylelint-config-standard/24.0.0_stylelint@14.6.0: resolution: { integrity: sha512-+RtU7fbNT+VlNbdXJvnjc3USNPZRiRVp/d2DxOF/vBDDTi0kH5RX2Ny6errdtZJH3boO+bmqIYEllEmok4jiuw== @@ -6565,11 +6549,11 @@ packages: peerDependencies: stylelint: ^14.0.0 dependencies: - stylelint: 14.5.3 - stylelint-config-recommended: 6.0.0_stylelint@14.5.3 + stylelint: 14.6.0 + stylelint-config-recommended: 6.0.0_stylelint@14.6.0 dev: true - /stylelint-order/5.0.0_stylelint@14.5.3: + /stylelint-order/5.0.0_stylelint@14.6.0: resolution: { integrity: sha512-OWQ7pmicXufDw5BlRqzdz3fkGKJPgLyDwD1rFY3AIEfIH/LQY38Vu/85v8/up0I+VPiuGRwbc2Hg3zLAsJaiyw== @@ -6577,15 +6561,15 @@ packages: peerDependencies: stylelint: ^14.0.0 dependencies: - postcss: 8.4.8 - postcss-sorting: 7.0.1_postcss@8.4.8 - stylelint: 14.5.3 + postcss: 8.4.12 + postcss-sorting: 7.0.1_postcss@8.4.12 + stylelint: 14.6.0 dev: true - /stylelint/14.5.3: + /stylelint/14.6.0: resolution: { - integrity: sha512-omHETL+kGHR+fCXFK1SkZD/A+emCP9esggAdWEl8GPjTNeyRYj+H6uetRDcU+7E451zwWiUYGVAX+lApsAZgsQ== + integrity: sha512-Xk2sqXYPi9nXgq70nBiZkbQm/QOOKd83NBTaBE1fXEWAEeRlgHnKC/E7kJFlT6K0SaNDOK5yIvR7GFPGsNLuOg== } engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } hasBin: true @@ -6615,10 +6599,10 @@ packages: normalize-path: 3.0.0 normalize-selector: 0.2.0 picocolors: 1.0.0 - postcss: 8.4.8 + postcss: 8.4.12 postcss-media-query-parser: 0.2.3 postcss-resolve-nested-selector: 0.1.1 - postcss-safe-parser: 6.0.0_postcss@8.4.8 + postcss-safe-parser: 6.0.0_postcss@8.4.12 postcss-selector-parser: 6.0.9 postcss-value-parser: 4.2.0 resolve-from: 5.0.0 @@ -7107,7 +7091,7 @@ packages: optional: true dependencies: esbuild: 0.14.27 - postcss: 8.4.8 + postcss: 8.4.12 resolve: 1.22.0 rollup: 2.70.1 sass: 1.49.9 @@ -7115,10 +7099,10 @@ packages: fsevents: 2.3.2 dev: true - /vue-demi/0.12.1_vue@3.2.31: + /vue-demi/0.12.4_vue@3.2.31: resolution: { - integrity: sha512-QL3ny+wX8c6Xm1/EZylbgzdoDolye+VpCXRhI2hug9dJTP3OUJ3lmiKN3CsVV3mOJKwFi0nsstbgob0vG7aoIw== + integrity: sha512-ztPDkFt0TSUdoq1ZI6oD730vgztBkiByhUW7L1cOTebiSBqSYfSQgnhYakYigBkyAybqCTH7h44yZuDJf2xILQ== } engines: { node: ">=12" } hasBin: true @@ -7166,7 +7150,7 @@ packages: "@intlify/core-base": 9.2.0-beta.32 "@intlify/shared": 9.2.0-beta.32 "@intlify/vue-devtools": 9.2.0-beta.32 - "@vue/devtools-api": 6.1.0 + "@vue/devtools-api": 6.1.3 vue: 3.2.31 dev: false @@ -7178,7 +7162,7 @@ packages: peerDependencies: vue: ^3.2.0 dependencies: - "@vue/devtools-api": 6.1.0 + "@vue/devtools-api": 6.1.3 vue: 3.2.31 dev: false diff --git a/src/layout/components/setting/index.vue b/src/layout/components/setting/index.vue index 77988b2..91d2aeb 100644 --- a/src/layout/components/setting/index.vue +++ b/src/layout/components/setting/index.vue @@ -24,7 +24,7 @@ import { useEpThemeStoreHook } from "/@/store/modules/epTheme"; import { storageLocal, storageSession } from "/@/utils/storage"; import { useMultiTagsStoreHook } from "/@/store/modules/multiTags"; import { createNewStyle, writeNewStyle } from "../../theme/element-plus"; -import { toggleTheme } from "@zougt/vite-plugin-theme-preprocessor/dist/browser-utils"; +import { toggleTheme } from "@pureadmin/theme/dist/browser-utils"; import dayIcon from "/@/assets/svg/day.svg?component"; import darkIcon from "/@/assets/svg/dark.svg?component"; diff --git a/vite.config.ts b/vite.config.ts index 99c5a73..89b662b 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -87,7 +87,7 @@ export default ({ command, mode }: ConfigEnv): UserConfigExport => { "element-plus/lib/locale/lang/en", "element-plus/lib/locale/lang/zh-cn" ], - exclude: ["@zougt/vite-plugin-theme-preprocessor/dist/browser-utils"] + exclude: ["@pureadmin/theme/dist/browser-utils"] }, build: { sourcemap: false,