提交 d74b1fc6 作者: 方治民

feat(util): 优化 API_URL_PREFIX 根据不同环境适配

上级 e65252df
......@@ -62,9 +62,9 @@
"@stomp/stompjs": "^6.1.2",
"@vue/runtime-core": "^3.2.47",
"@vue/shared": "^3.2.47",
"@vueuse/core": "^9.12.0",
"@vueuse/shared": "^9.12.0",
"@zxcvbn-ts/core": "^2.2.0",
"@vueuse/core": "^9.13.0",
"@vueuse/shared": "^9.13.0",
"@zxcvbn-ts/core": "^2.2.1",
"ant-design-vue": "^3.2.15",
"axios": "^0.26.1",
"codemirror": "^6.0.1",
......@@ -76,7 +76,7 @@
"js-file-download": "^0.4.12",
"lodash-es": "^4.17.21",
"mockjs": "^1.1.0",
"nanoid": "^4.0.0",
"nanoid": "^4.0.1",
"nprogress": "^0.2.0",
"path-to-regexp": "^6.2.1",
"pinia": "^2.0.30",
......@@ -98,9 +98,9 @@
"xlsx": "^0.18.5"
},
"devDependencies": {
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@iconify/json": "^2.2.15",
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@iconify/json": "^2.2.24",
"@purge-icons/generated": "^0.8.1",
"@types/codemirror": "^5.60.7",
"@types/crypto-js": "^4.1.1",
......@@ -110,7 +110,7 @@
"@types/lodash": "^4.14.191",
"@types/lodash-es": "^4.17.6",
"@types/mockjs": "^1.0.7",
"@types/node": "^18.11.18",
"@types/node": "^18.14.0",
"@types/nprogress": "^0.2.0",
"@types/qrcode": "^1.5.0",
"@types/qs": "^6.9.7",
......@@ -118,23 +118,23 @@
"@types/sockjs-client": "^1.5.1",
"@types/sortablejs": "^1.15.0",
"@types/stompjs": "^2.3.5",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"@vitejs/plugin-legacy": "^2.3.1",
"@vitejs/plugin-vue": "^3.2.0",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"@vue/compiler-dom": "^3.2.47",
"@vue/compiler-sfc": "3.2.31",
"@vue/test-utils": "^2.2.10",
"@vue/test-utils": "^2.3.0",
"autoprefixer": "^10.4.13",
"commitizen": "^4.3.0",
"conventional-changelog-cli": "^2.2.2",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"cz-git": "^1.4.1",
"czg": "^1.4.1",
"cz-git": "^1.5.0",
"czg": "^1.5.0",
"dotenv": "^16.0.3",
"eslint": "^8.33.0",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.9.0",
......@@ -147,29 +147,29 @@
"lodash": "^4.17.21",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"pont-engine": "^1.5.5",
"pont-engine": "^1.5.7",
"postcss": "^8.4.21",
"postcss-html": "^1.5.0",
"postcss-less": "^6.0.0",
"prettier": "^2.8.3",
"prettier": "^2.8.4",
"rimraf": "^3.0.2",
"rollup": "^2.79.1",
"rollup-plugin-visualizer": "^5.9.0",
"sort-package-json": "^1.57.0",
"stylelint": "^14.16.1",
"stylelint-config-prettier": "^9.0.4",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-recommended": "^9.0.0",
"stylelint-config-recommended-vue": "^1.4.0",
"stylelint-config-standard": "^29.0.0",
"stylelint-order": "^5.0.0",
"terser": "^5.16.2",
"terser": "^5.16.4",
"ts-node": "^10.9.1",
"typescript": "^4.9.5",
"unplugin-auto-import": "^0.12.2",
"vite": "^3.2.5",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-html": "^3.2.0",
"vite-plugin-mkcert": "^1.12.0",
"vite-plugin-mkcert": "^1.13.1",
"vite-plugin-mock": "^2.9.6",
"vite-plugin-purge-icons": "^0.9.2",
"vite-plugin-pwa": "^0.13.3",
......@@ -179,7 +179,7 @@
"vite-plugin-vue-setup-extend": "^0.4.0",
"vite-plugin-windicss": "^1.8.10",
"vue-eslint-parser": "^9.1.0",
"vue-tsc": "^1.0.24"
"vue-tsc": "^1.1.4"
},
"engines": {
"node": ">=14"
......
......@@ -3,10 +3,10 @@ lockfileVersion: 5.4
specifiers:
'@ant-design/colors': ^6.0.0
'@ant-design/icons-vue': ^6.1.0
'@commitlint/cli': ^17.4.2
'@commitlint/config-conventional': ^17.4.2
'@commitlint/cli': ^17.4.4
'@commitlint/config-conventional': ^17.4.4
'@iconify/iconify': ^2.2.1
'@iconify/json': ^2.2.15
'@iconify/json': ^2.2.24
'@logicflow/core': ^1.1.31
'@logicflow/extension': ^1.1.31
'@purge-icons/generated': ^0.8.1
......@@ -19,7 +19,7 @@ specifiers:
'@types/lodash': ^4.14.191
'@types/lodash-es': ^4.17.6
'@types/mockjs': ^1.0.7
'@types/node': ^18.11.18
'@types/node': ^18.14.0
'@types/nprogress': ^0.2.0
'@types/qrcode': ^1.5.0
'@types/qs': ^6.9.7
......@@ -27,8 +27,8 @@ specifiers:
'@types/sockjs-client': ^1.5.1
'@types/sortablejs': ^1.15.0
'@types/stompjs': ^2.3.5
'@typescript-eslint/eslint-plugin': ^5.50.0
'@typescript-eslint/parser': ^5.50.0
'@typescript-eslint/eslint-plugin': ^5.52.0
'@typescript-eslint/parser': ^5.52.0
'@vitejs/plugin-legacy': ^2.3.1
'@vitejs/plugin-vue': ^3.2.0
'@vitejs/plugin-vue-jsx': ^1.3.10
......@@ -36,10 +36,10 @@ specifiers:
'@vue/compiler-sfc': 3.2.31
'@vue/runtime-core': ^3.2.47
'@vue/shared': ^3.2.47
'@vue/test-utils': ^2.2.10
'@vueuse/core': ^9.12.0
'@vueuse/shared': ^9.12.0
'@zxcvbn-ts/core': ^2.2.0
'@vue/test-utils': ^2.3.0
'@vueuse/core': ^9.13.0
'@vueuse/shared': ^9.13.0
'@zxcvbn-ts/core': ^2.2.1
ant-design-vue: ^3.2.15
autoprefixer: ^10.4.13
axios: ^0.26.1
......@@ -50,12 +50,12 @@ specifiers:
cross-env: ^7.0.3
crypto-js: ^4.1.1
cz-conventional-changelog: ^3.3.0
cz-git: ^1.4.1
czg: ^1.4.1
cz-git: ^1.5.0
czg: ^1.5.0
dayjs: ^1.11.7
dotenv: ^16.0.3
echarts: ^5.4.1
eslint: ^8.33.0
eslint: ^8.34.0
eslint-config-prettier: ^8.6.0
eslint-plugin-prettier: ^4.2.1
eslint-plugin-vue: ^9.9.0
......@@ -70,17 +70,17 @@ specifiers:
lodash: ^4.17.21
lodash-es: ^4.17.21
mockjs: ^1.1.0
nanoid: ^4.0.0
nanoid: ^4.0.1
npm-run-all: ^4.1.5
nprogress: ^0.2.0
path-to-regexp: ^6.2.1
picocolors: ^1.0.0
pinia: ^2.0.30
pont-engine: ^1.5.5
pont-engine: ^1.5.7
postcss: ^8.4.21
postcss-html: ^1.5.0
postcss-less: ^6.0.0
prettier: ^2.8.3
prettier: ^2.8.4
print-js: ^1.6.0
qrcode: ^1.5.1
qs: ^6.11.0
......@@ -94,12 +94,12 @@ specifiers:
sortablejs: ^1.15.0
stompjs: ^2.3.3
stylelint: ^14.16.1
stylelint-config-prettier: ^9.0.4
stylelint-config-prettier: ^9.0.5
stylelint-config-recommended: ^9.0.0
stylelint-config-recommended-vue: ^1.4.0
stylelint-config-standard: ^29.0.0
stylelint-order: ^5.0.0
terser: ^5.16.2
terser: ^5.16.4
tinymce: ^5.10.7
ts-node: ^10.9.1
typescript: ^4.9.5
......@@ -108,7 +108,7 @@ specifiers:
vite: ^3.2.5
vite-plugin-compression: ^0.5.1
vite-plugin-html: ^3.2.0
vite-plugin-mkcert: ^1.12.0
vite-plugin-mkcert: ^1.13.1
vite-plugin-mock: ^2.9.6
vite-plugin-purge-icons: ^0.9.2
vite-plugin-pwa: ^0.13.3
......@@ -122,7 +122,7 @@ specifiers:
vue-i18n: ^9.2.2
vue-json-pretty: ^2.2.3
vue-router: ^4.1.6
vue-tsc: ^1.0.24
vue-tsc: ^1.1.4
vue-types: ^4.2.1
xlsx: ^0.18.5
......@@ -135,8 +135,8 @@ dependencies:
'@stomp/stompjs': 6.1.2
'@vue/runtime-core': 3.2.47
'@vue/shared': 3.2.47
'@vueuse/core': 9.12.0_vue@3.2.47
'@vueuse/shared': 9.12.0_vue@3.2.47
'@vueuse/core': 9.13.0_vue@3.2.47
'@vueuse/shared': 9.13.0_vue@3.2.47
'@zxcvbn-ts/core': 2.2.1
ant-design-vue: 3.2.15_vue@3.2.47
axios: 0.26.1
......@@ -171,9 +171,9 @@ dependencies:
xlsx: 0.18.5
devDependencies:
'@commitlint/cli': 17.4.3
'@commitlint/config-conventional': 17.4.3
'@iconify/json': 2.2.23
'@commitlint/cli': 17.4.4
'@commitlint/config-conventional': 17.4.4
'@iconify/json': 2.2.24
'@purge-icons/generated': 0.8.1
'@types/codemirror': 5.60.7
'@types/crypto-js': 4.1.1
......@@ -183,7 +183,7 @@ devDependencies:
'@types/lodash': 4.14.191
'@types/lodash-es': 4.17.6
'@types/mockjs': 1.0.7
'@types/node': 18.13.0
'@types/node': 18.14.0
'@types/nprogress': 0.2.0
'@types/qrcode': 1.5.0
'@types/qs': 6.9.7
......@@ -193,19 +193,19 @@ devDependencies:
'@types/stompjs': 2.3.5
'@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza
'@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm
'@vitejs/plugin-legacy': 2.3.1_terser@5.16.3+vite@3.2.5
'@vitejs/plugin-legacy': 2.3.1_terser@5.16.4+vite@3.2.5
'@vitejs/plugin-vue': 3.2.0_vite@3.2.5+vue@3.2.47
'@vitejs/plugin-vue-jsx': 1.3.10
'@vue/compiler-dom': 3.2.47
'@vue/compiler-sfc': 3.2.31
'@vue/test-utils': 2.2.10_vue@3.2.47
'@vue/test-utils': 2.3.0_vue@3.2.47
autoprefixer: 10.4.13_postcss@8.4.21
commitizen: 4.3.0
conventional-changelog-cli: 2.2.2
cross-env: 7.0.3
cz-conventional-changelog: 3.3.0
cz-git: 1.4.1
czg: 1.4.1
cz-git: 1.5.0
czg: 1.5.0
dotenv: 16.0.3
eslint: 8.34.0
eslint-config-prettier: 8.6.0_eslint@8.34.0
......@@ -235,11 +235,11 @@ devDependencies:
stylelint-config-recommended-vue: 1.4.0_kbto3rg3njmczth2rrsgfnlsqa
stylelint-config-standard: 29.0.0_stylelint@14.16.1
stylelint-order: 5.0.0_stylelint@14.16.1
terser: 5.16.3
ts-node: 10.9.1_4bewfcp2iebiwuold25d6rgcsy
terser: 5.16.4
ts-node: 10.9.1_tncu2ai53lzgmizdedur7lbibe
typescript: 4.9.5
unplugin-auto-import: 0.12.2_m267xponz5brhd6xnu3nvoflci
vite: 3.2.5_vjhh7uxert6hqr24po4pu3s6wm
unplugin-auto-import: 0.12.2_ckdhaf4icsozyri4wogbgokpny
vite: 3.2.5_ve7l6t5koctut52smtaue47xhi
vite-plugin-compression: 0.5.1_vite@3.2.5
vite-plugin-html: 3.2.0_vite@3.2.5
vite-plugin-mkcert: 1.13.1_vite@3.2.5
......@@ -252,7 +252,7 @@ devDependencies:
vite-plugin-vue-setup-extend: 0.4.0_vite@3.2.5
vite-plugin-windicss: 1.8.10_vite@3.2.5
vue-eslint-parser: 9.1.0_eslint@8.34.0
vue-tsc: 1.1.2_typescript@4.9.5
vue-tsc: 1.1.4_typescript@4.9.5
packages:
......@@ -1493,7 +1493,7 @@ packages:
dependencies:
'@codemirror/language': 6.6.0
'@codemirror/state': 6.2.0
'@codemirror/view': 6.9.0
'@codemirror/view': 6.9.1
'@lezer/common': 1.0.2
dev: false
......@@ -1502,7 +1502,7 @@ packages:
dependencies:
'@codemirror/language': 6.6.0
'@codemirror/state': 6.2.0
'@codemirror/view': 6.9.0
'@codemirror/view': 6.9.1
'@lezer/common': 1.0.2
dev: false
......@@ -1510,7 +1510,7 @@ packages:
resolution: {integrity: sha512-cwUd6lzt3MfNYOobdjf14ZkLbJcnv4WtndYaoBkbor/vF+rCNguMPK0IRtvZJG4dsWiaWPcK8x1VijhvSxnstg==}
dependencies:
'@codemirror/state': 6.2.0
'@codemirror/view': 6.9.0
'@codemirror/view': 6.9.1
'@lezer/common': 1.0.2
'@lezer/highlight': 1.1.3
'@lezer/lr': 1.3.3
......@@ -1521,7 +1521,7 @@ packages:
resolution: {integrity: sha512-e+M543x0NVHGayNHQzLP4XByJsvbu/ojY6+0VF2Y4Uu66Rt1nADuxNflZwECLf7gS009smIsptSUa6bUj/U/rw==}
dependencies:
'@codemirror/state': 6.2.0
'@codemirror/view': 6.9.0
'@codemirror/view': 6.9.1
crelt: 1.0.5
dev: false
......@@ -1529,7 +1529,7 @@ packages:
resolution: {integrity: sha512-V9n9233lopQhB1dyjsBK2Wc1i+8hcCqxl1wQ46c5HWWLePoe4FluV3TGHoZ04rBRlGjNyz9DTmpJErig8UE4jw==}
dependencies:
'@codemirror/state': 6.2.0
'@codemirror/view': 6.9.0
'@codemirror/view': 6.9.1
crelt: 1.0.5
dev: false
......@@ -1537,24 +1537,24 @@ packages:
resolution: {integrity: sha512-69QXtcrsc3RYtOtd+GsvczJ319udtBf1PTrr2KbLWM/e2CXUPnh0Nz9AUo8WfhSQ7GeL8dPVNUmhQVgpmuaNGA==}
dev: false
/@codemirror/view/6.9.0:
resolution: {integrity: sha512-uFaqE6fBOp0Dj/tmWoe/TFlSSIPdpAzhvATgbq1eAKRkgq3hY79FioZ7nfdiT+24kz68AIWuSZ9hi3psKe36WQ==}
/@codemirror/view/6.9.1:
resolution: {integrity: sha512-bzfSjJn9dAADVpabLKWKNmMG4ibyTV2e3eOGowjElNPTdTkSbi6ixPYHm2u0ADcETfKsi2/R84Rkmi91dH9yEg==}
dependencies:
'@codemirror/state': 6.2.0
style-mod: 4.0.0
w3c-keyname: 2.2.6
dev: false
/@commitlint/cli/17.4.3:
resolution: {integrity: sha512-IPTS7AZuBHgD0gl24El8HwuDM9zJN9JLa5KmZUQoFD1BQeGGdzAYJOnAr85CeJWpTDok0BGHDL0+4odnH0iTyA==}
/@commitlint/cli/17.4.4:
resolution: {integrity: sha512-HwKlD7CPVMVGTAeFZylVNy14Vm5POVY0WxPkZr7EXLC/os0LH/obs6z4HRvJtH/nHCMYBvUBQhGwnufKfTjd5g==}
engines: {node: '>=v14'}
hasBin: true
dependencies:
'@commitlint/format': 17.4.0
'@commitlint/lint': 17.4.3
'@commitlint/load': 17.4.2
'@commitlint/read': 17.4.2
'@commitlint/types': 17.4.0
'@commitlint/format': 17.4.4
'@commitlint/lint': 17.4.4
'@commitlint/load': 17.4.4
'@commitlint/read': 17.4.4
'@commitlint/types': 17.4.4
execa: 5.1.1
lodash.isfunction: 3.0.9
resolve-from: 5.0.0
......@@ -1565,26 +1565,26 @@ packages:
- '@swc/wasm'
dev: true
/@commitlint/config-conventional/17.4.3:
resolution: {integrity: sha512-8EsY2iDw74hCk3hIQSg7/E0R8/KtPjnFPZVwmmHxcjhZjkSykmxysefICPDnbI3xgxfov0zwL1WKDHM8zglJdw==}
/@commitlint/config-conventional/17.4.4:
resolution: {integrity: sha512-u6ztvxqzi6NuhrcEDR7a+z0yrh11elY66nRrQIpqsqW6sZmpxYkDLtpRH8jRML+mmxYQ8s4qqF06Q/IQx5aJeQ==}
engines: {node: '>=v14'}
dependencies:
conventional-changelog-conventionalcommits: 5.0.0
dev: true
/@commitlint/config-validator/17.4.0:
resolution: {integrity: sha512-Sa/+8KNpDXz4zT4bVbz2fpFjvgkPO6u2V2fP4TKgt6FjmOw2z3eEX859vtfeaTav/ukBw0/0jr+5ZTZp9zCBhA==}
/@commitlint/config-validator/17.4.4:
resolution: {integrity: sha512-bi0+TstqMiqoBAQDvdEP4AFh0GaKyLFlPPEObgI29utoKEYoPQTvF0EYqIwYYLEoJYhj5GfMIhPHJkTJhagfeg==}
engines: {node: '>=v14'}
dependencies:
'@commitlint/types': 17.4.0
'@commitlint/types': 17.4.4
ajv: 8.12.0
dev: true
/@commitlint/ensure/17.4.0:
resolution: {integrity: sha512-7oAxt25je0jeQ/E0O/M8L3ADb1Cvweu/5lc/kYF8g/kXatI0wxGE5La52onnAUAWeWlsuvBNar15WcrmDmr5Mw==}
/@commitlint/ensure/17.4.4:
resolution: {integrity: sha512-AHsFCNh8hbhJiuZ2qHv/m59W/GRE9UeOXbkOqxYMNNg9pJ7qELnFcwj5oYpa6vzTSHtPGKf3C2yUFNy1GGHq6g==}
engines: {node: '>=v14'}
dependencies:
'@commitlint/types': 17.4.0
'@commitlint/types': 17.4.4
lodash.camelcase: 4.3.0
lodash.kebabcase: 4.1.1
lodash.snakecase: 4.1.1
......@@ -1597,49 +1597,49 @@ packages:
engines: {node: '>=v14'}
dev: true
/@commitlint/format/17.4.0:
resolution: {integrity: sha512-Z2bWAU5+f1YZh9W76c84J8iLIWIvvm+mzqogTz0Nsc1x6EHW0Z2gI38g5HAjB0r0I3ZjR15IDEJKhsxyblcyhA==}
/@commitlint/format/17.4.4:
resolution: {integrity: sha512-+IS7vpC4Gd/x+uyQPTAt3hXs5NxnkqAZ3aqrHd5Bx/R9skyCAWusNlNbw3InDbAK6j166D9asQM8fnmYIa+CXQ==}
engines: {node: '>=v14'}
dependencies:
'@commitlint/types': 17.4.0
'@commitlint/types': 17.4.4
chalk: 4.1.2
dev: true
/@commitlint/is-ignored/17.4.2:
resolution: {integrity: sha512-1b2Y2qJ6n7bHG9K6h8S4lBGUl6kc7mMhJN9gy1SQfUZqe92ToDjUTtgNWb6LbzR1X8Cq4SEus4VU8Z/riEa94Q==}
/@commitlint/is-ignored/17.4.4:
resolution: {integrity: sha512-Y3eo1SFJ2JQDik4rWkBC4tlRIxlXEFrRWxcyrzb1PUT2k3kZ/XGNuCDfk/u0bU2/yS0tOA/mTjFsV+C4qyACHw==}
engines: {node: '>=v14'}
dependencies:
'@commitlint/types': 17.4.0
'@commitlint/types': 17.4.4
semver: 7.3.8
dev: true
/@commitlint/lint/17.4.3:
resolution: {integrity: sha512-GnPsqEYmXIB/MaBhRMzkiDJWyjuLrKad4xoxKO4N6Kc19iqjR4DPc/bl2dxeW9kUmtrAtefOzIEzJAevpA5y2w==}
/@commitlint/lint/17.4.4:
resolution: {integrity: sha512-qgkCRRFjyhbMDWsti/5jRYVJkgYZj4r+ZmweZObnbYqPUl5UKLWMf9a/ZZisOI4JfiPmRktYRZ2JmqlSvg+ccw==}
engines: {node: '>=v14'}
dependencies:
'@commitlint/is-ignored': 17.4.2
'@commitlint/parse': 17.4.2
'@commitlint/rules': 17.4.3
'@commitlint/types': 17.4.0
'@commitlint/is-ignored': 17.4.4
'@commitlint/parse': 17.4.4
'@commitlint/rules': 17.4.4
'@commitlint/types': 17.4.4
dev: true
/@commitlint/load/17.4.2:
resolution: {integrity: sha512-Si++F85rJ9t4hw6JcOw1i2h0fdpdFQt0YKwjuK4bk9KhFjyFkRxvR3SB2dPaMs+EwWlDrDBGL+ygip1QD6gmPw==}
/@commitlint/load/17.4.4:
resolution: {integrity: sha512-z6uFIQ7wfKX5FGBe1AkOF4l/ShOQsaa1ml/nLMkbW7R/xF8galGS7Zh0yHvzVp/srtfS0brC+0bUfQfmpMPFVQ==}
engines: {node: '>=v14'}
dependencies:
'@commitlint/config-validator': 17.4.0
'@commitlint/config-validator': 17.4.4
'@commitlint/execute-rule': 17.4.0
'@commitlint/resolve-extends': 17.4.0
'@commitlint/types': 17.4.0
'@types/node': 18.13.0
'@commitlint/resolve-extends': 17.4.4
'@commitlint/types': 17.4.4
'@types/node': 18.14.0
chalk: 4.1.2
cosmiconfig: 8.0.0
cosmiconfig-typescript-loader: 4.3.0_p7cp6dsfhdrlk7mvuxd3wodbsu
cosmiconfig-typescript-loader: 4.3.0_ipkhww4xc5z2tt2x53vp2mt2be
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_4bewfcp2iebiwuold25d6rgcsy
ts-node: 10.9.1_tncu2ai53lzgmizdedur7lbibe
typescript: 4.9.5
transitivePeerDependencies:
- '@swc/core'
......@@ -1651,46 +1651,46 @@ packages:
engines: {node: '>=v14'}
dev: true
/@commitlint/parse/17.4.2:
resolution: {integrity: sha512-DK4EwqhxfXpyCA+UH8TBRIAXAfmmX4q9QRBz/2h9F9sI91yt6mltTrL6TKURMcjUVmgaB80wgS9QybNIyVBIJA==}
/@commitlint/parse/17.4.4:
resolution: {integrity: sha512-EKzz4f49d3/OU0Fplog7nwz/lAfXMaDxtriidyGF9PtR+SRbgv4FhsfF310tKxs6EPj8Y+aWWuX3beN5s+yqGg==}
engines: {node: '>=v14'}
dependencies:
'@commitlint/types': 17.4.0
'@commitlint/types': 17.4.4
conventional-changelog-angular: 5.0.13
conventional-commits-parser: 3.2.4
dev: true
/@commitlint/read/17.4.2:
resolution: {integrity: sha512-hasYOdbhEg+W4hi0InmXHxtD/1favB4WdwyFxs1eOy/DvMw6+2IZBmATgGOlqhahsypk4kChhxjAFJAZ2F+JBg==}
/@commitlint/read/17.4.4:
resolution: {integrity: sha512-B2TvUMJKK+Svzs6eji23WXsRJ8PAD+orI44lVuVNsm5zmI7O8RSGJMvdEZEikiA4Vohfb+HevaPoWZ7PiFZ3zA==}
engines: {node: '>=v14'}
dependencies:
'@commitlint/top-level': 17.4.0
'@commitlint/types': 17.4.0
'@commitlint/types': 17.4.4
fs-extra: 11.1.0
git-raw-commits: 2.0.11
minimist: 1.2.8
dev: true
/@commitlint/resolve-extends/17.4.0:
resolution: {integrity: sha512-3JsmwkrCzoK8sO22AzLBvNEvC1Pmdn/65RKXzEtQMy6oYMl0Snrq97a5bQQEFETF0VsvbtUuKttLqqgn99OXRQ==}
/@commitlint/resolve-extends/17.4.4:
resolution: {integrity: sha512-znXr1S0Rr8adInptHw0JeLgumS11lWbk5xAWFVno+HUFVN45875kUtqjrI6AppmD3JI+4s0uZlqqlkepjJd99A==}
engines: {node: '>=v14'}
dependencies:
'@commitlint/config-validator': 17.4.0
'@commitlint/types': 17.4.0
'@commitlint/config-validator': 17.4.4
'@commitlint/types': 17.4.4
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.4.3:
resolution: {integrity: sha512-xHReDfE3Z+O9p1sXeEhPRSk4FifBsC4EbXzvQ4aa0ykQe+n/iZDd4CrFC/Oiv2K9BU4ZnFHak30IbMLa4ks1Rw==}
/@commitlint/rules/17.4.4:
resolution: {integrity: sha512-0tgvXnHi/mVcyR8Y8mjTFZIa/FEQXA4uEutXS/imH2v1UNkYDSEMsK/68wiXRpfW1euSgEdwRkvE1z23+yhNrQ==}
engines: {node: '>=v14'}
dependencies:
'@commitlint/ensure': 17.4.0
'@commitlint/ensure': 17.4.4
'@commitlint/message': 17.4.2
'@commitlint/to-lines': 17.4.0
'@commitlint/types': 17.4.0
'@commitlint/types': 17.4.4
execa: 5.1.1
dev: true
......@@ -1706,8 +1706,8 @@ packages:
find-up: 5.0.0
dev: true
/@commitlint/types/17.4.0:
resolution: {integrity: sha512-2NjAnq5IcxY9kXtUeO2Ac0aPpvkuOmwbH/BxIm36XXK5LtWFObWJWjXOA+kcaABMrthjWu6la+FUpyYFMHRvbA==}
/@commitlint/types/17.4.4:
resolution: {integrity: sha512-amRN8tRLYOsxRr6mTnGGGvB5EmW/4DDjLMgiwK3CCVEmN6Sr/6xePGEpWaspKkckILuUORCwe6VfDBw6uj4axQ==}
engines: {node: '>=v14'}
dependencies:
chalk: 4.1.2
......@@ -1745,8 +1745,8 @@ packages:
dev: true
optional: true
/@esbuild/android-arm/0.17.8:
resolution: {integrity: sha512-0/rb91GYKhrtbeglJXOhAv9RuYimgI8h623TplY2X+vA4EXnk3Zj1fXZreJ0J3OJJu1bwmb0W7g+2cT/d8/l/w==}
/@esbuild/android-arm/0.17.9:
resolution: {integrity: sha512-efHnZVJldh2e18fK40RYzYTTRDzZ0QgL9V/73PSsAH43BauvjVwkqSHPhbcn77H0EQOUM2JPuO/XCg7jcKt94A==}
engines: {node: '>=12'}
cpu: [arm]
os: [android]
......@@ -1754,8 +1754,8 @@ packages:
dev: true
optional: true
/@esbuild/android-arm64/0.17.8:
resolution: {integrity: sha512-oa/N5j6v1svZQs7EIRPqR8f+Bf8g6HBDjD/xHC02radE/NjKHK7oQmtmLxPs1iVwYyvE+Kolo6lbpfEQ9xnhxQ==}
/@esbuild/android-arm64/0.17.9:
resolution: {integrity: sha512-bqds/6lXsCA7JhHGKIM/R80sy3BAIBR0HWyeas0bW57QVHT3Rz5sf4oUVS4ZsmN+J+8IgNnaIT2PXZ0pnRcLKg==}
engines: {node: '>=12'}
cpu: [arm64]
os: [android]
......@@ -1763,8 +1763,8 @@ packages:
dev: true
optional: true
/@esbuild/android-x64/0.17.8:
resolution: {integrity: sha512-bTliMLqD7pTOoPg4zZkXqCDuzIUguEWLpeqkNfC41ODBHwoUgZ2w5JBeYimv4oP6TDVocoYmEhZrCLQTrH89bg==}
/@esbuild/android-x64/0.17.9:
resolution: {integrity: sha512-pP+MLR/k8BAYZuOqEkjAaQd9/pzbNS52pNFiXgdiCHb/16u6o7s0rPF8vPlVg+1s8ii+M6HrymL4534xYwCQCA==}
engines: {node: '>=12'}
cpu: [x64]
os: [android]
......@@ -1772,8 +1772,8 @@ packages:
dev: true
optional: true
/@esbuild/darwin-arm64/0.17.8:
resolution: {integrity: sha512-ghAbV3ia2zybEefXRRm7+lx8J/rnupZT0gp9CaGy/3iolEXkJ6LYRq4IpQVI9zR97ID80KJVoUlo3LSeA/sMAg==}
/@esbuild/darwin-arm64/0.17.9:
resolution: {integrity: sha512-Gdbnu/RCIGHE/zqLHZwujTXnHz0lBQxK9+llrbxm5tO46CMhqiOhUuA5Zt6q2imULNoPJtxmhspHSAQtcx2pkw==}
engines: {node: '>=12'}
cpu: [arm64]
os: [darwin]
......@@ -1781,8 +1781,8 @@ packages:
dev: true
optional: true
/@esbuild/darwin-x64/0.17.8:
resolution: {integrity: sha512-n5WOpyvZ9TIdv2V1K3/iIkkJeKmUpKaCTdun9buhGRWfH//osmUjlv4Z5mmWdPWind/VGcVxTHtLfLCOohsOXw==}
/@esbuild/darwin-x64/0.17.9:
resolution: {integrity: sha512-GEZsUsDjJnCTVWuaq1cJ1Y3oV9GmNj/h4j6jA29VYSip7S7nSSiAo4dQFBJg734QKZZFos8fHc4abJpoN2ebGw==}
engines: {node: '>=12'}
cpu: [x64]
os: [darwin]
......@@ -1790,8 +1790,8 @@ packages:
dev: true
optional: true
/@esbuild/freebsd-arm64/0.17.8:
resolution: {integrity: sha512-a/SATTaOhPIPFWvHZDoZYgxaZRVHn0/LX1fHLGfZ6C13JqFUZ3K6SMD6/HCtwOQ8HnsNaEeokdiDSFLuizqv5A==}
/@esbuild/freebsd-arm64/0.17.9:
resolution: {integrity: sha512-l3v6bZdpZIG4RpNKObqNqJhDvqQO5JqQlU2S+KyMCbf0xQhYCbTuhu5kKY8hndM1oKhmqq6VfPWhOSf6P3XT/g==}
engines: {node: '>=12'}
cpu: [arm64]
os: [freebsd]
......@@ -1799,8 +1799,8 @@ packages:
dev: true
optional: true
/@esbuild/freebsd-x64/0.17.8:
resolution: {integrity: sha512-xpFJb08dfXr5+rZc4E+ooZmayBW6R3q59daCpKZ/cDU96/kvDM+vkYzNeTJCGd8rtO6fHWMq5Rcv/1cY6p6/0Q==}
/@esbuild/freebsd-x64/0.17.9:
resolution: {integrity: sha512-o/qhS0gbIdS0AjgiT0mbdiRIyNVRD31N81c1H7NNM4p6jVkSvScqo0v9eYJ+30mPhJsL26BwSNiuFJzD/SCyuw==}
engines: {node: '>=12'}
cpu: [x64]
os: [freebsd]
......@@ -1808,8 +1808,8 @@ packages:
dev: true
optional: true
/@esbuild/linux-arm/0.17.8:
resolution: {integrity: sha512-6Ij8gfuGszcEwZpi5jQIJCVIACLS8Tz2chnEBfYjlmMzVsfqBP1iGmHQPp7JSnZg5xxK9tjCc+pJ2WtAmPRFVA==}
/@esbuild/linux-arm/0.17.9:
resolution: {integrity: sha512-AhSVW1uIbcXssQ1D+Mn0txGgcxU32ikvIxuqkmjLC7dUpcX0JuwkPgdqTOicuBjG06GV4WvXSHcKCBUjN+oBxA==}
engines: {node: '>=12'}
cpu: [arm]
os: [linux]
......@@ -1817,8 +1817,8 @@ packages:
dev: true
optional: true
/@esbuild/linux-arm64/0.17.8:
resolution: {integrity: sha512-v3iwDQuDljLTxpsqQDl3fl/yihjPAyOguxuloON9kFHYwopeJEf1BkDXODzYyXEI19gisEsQlG1bM65YqKSIww==}
/@esbuild/linux-arm64/0.17.9:
resolution: {integrity: sha512-o3bvDJn9txfMxrCVJATbL3NeksMT9MGqSN7vTeG9g+387rDzfUiWpF5CN/L0MoI3QTicTydEDOx0PVX8/q+nCA==}
engines: {node: '>=12'}
cpu: [arm64]
os: [linux]
......@@ -1826,8 +1826,8 @@ packages:
dev: true
optional: true
/@esbuild/linux-ia32/0.17.8:
resolution: {integrity: sha512-8svILYKhE5XetuFk/B6raFYIyIqydQi+GngEXJgdPdI7OMKUbSd7uzR02wSY4kb53xBrClLkhH4Xs8P61Q2BaA==}
/@esbuild/linux-ia32/0.17.9:
resolution: {integrity: sha512-fh3Eb+jMHDJUd08vEYL8swRT7zJo4lhrcG8NYuosHVeT49XQ0Bn9xLMtgtYXjCw5aB11aphAUwnzawvDqJCqTQ==}
engines: {node: '>=12'}
cpu: [ia32]
os: [linux]
......@@ -1844,8 +1844,8 @@ packages:
dev: true
optional: true
/@esbuild/linux-loong64/0.17.8:
resolution: {integrity: sha512-B6FyMeRJeV0NpyEOYlm5qtQfxbdlgmiGdD+QsipzKfFky0K5HW5Td6dyK3L3ypu1eY4kOmo7wW0o94SBqlqBSA==}
/@esbuild/linux-loong64/0.17.9:
resolution: {integrity: sha512-+DvqOzQLkXonfQTHo4PTlbiTCfz0Rx6oYn3fQrUlPX2PffGOth4HjuP4jHeFbw0YFfOErhjM6n481nB4VTmmFQ==}
engines: {node: '>=12'}
cpu: [loong64]
os: [linux]
......@@ -1853,8 +1853,8 @@ packages:
dev: true
optional: true
/@esbuild/linux-mips64el/0.17.8:
resolution: {integrity: sha512-CCb67RKahNobjm/eeEqeD/oJfJlrWyw29fgiyB6vcgyq97YAf3gCOuP6qMShYSPXgnlZe/i4a8WFHBw6N8bYAA==}
/@esbuild/linux-mips64el/0.17.9:
resolution: {integrity: sha512-9O0HhtxRzx9OOqavv7kIONncJXxhzrbDFmOD+cJ/3UUsy8dn52J6X2xCeUOxbmEOXYP2K+uha7b1AXG/URhF5Q==}
engines: {node: '>=12'}
cpu: [mips64el]
os: [linux]
......@@ -1862,8 +1862,8 @@ packages:
dev: true
optional: true
/@esbuild/linux-ppc64/0.17.8:
resolution: {integrity: sha512-bytLJOi55y55+mGSdgwZ5qBm0K9WOCh0rx+vavVPx+gqLLhxtSFU0XbeYy/dsAAD6xECGEv4IQeFILaSS2auXw==}
/@esbuild/linux-ppc64/0.17.9:
resolution: {integrity: sha512-tOwSTDZ0X5rcYK3OyfJVf4fFlvYLv3HGCOJxdE9gZVeRkXXd6O9CJ/A4Li1Tt9JQs9kJcFWCXxCwhY70h+t9iw==}
engines: {node: '>=12'}
cpu: [ppc64]
os: [linux]
......@@ -1871,8 +1871,8 @@ packages:
dev: true
optional: true
/@esbuild/linux-riscv64/0.17.8:
resolution: {integrity: sha512-2YpRyQJmKVBEHSBLa8kBAtbhucaclb6ex4wchfY0Tj3Kg39kpjeJ9vhRU7x4mUpq8ISLXRXH1L0dBYjAeqzZAw==}
/@esbuild/linux-riscv64/0.17.9:
resolution: {integrity: sha512-mmirCaZItLSPw7loFPHvdDXO0A2I+cYOQ96eerbWEjqi9V4u+vvYSoUR3Or7HLe1JUZS+T0YWN+jPUASc1hqzg==}
engines: {node: '>=12'}
cpu: [riscv64]
os: [linux]
......@@ -1880,8 +1880,8 @@ packages:
dev: true
optional: true
/@esbuild/linux-s390x/0.17.8:
resolution: {integrity: sha512-QgbNY/V3IFXvNf11SS6exkpVcX0LJcob+0RWCgV9OiDAmVElnxciHIisoSix9uzYzScPmS6dJFbZULdSAEkQVw==}
/@esbuild/linux-s390x/0.17.9:
resolution: {integrity: sha512-zuL5TDhxstsvxYVZ1McsnfNrO6vlpZmxiNShJmYuYPt8COBJ/4iRkwHZ5Rbf1OkEVazB3/WASNtopv1/Gq19IQ==}
engines: {node: '>=12'}
cpu: [s390x]
os: [linux]
......@@ -1889,8 +1889,8 @@ packages:
dev: true
optional: true
/@esbuild/linux-x64/0.17.8:
resolution: {integrity: sha512-mM/9S0SbAFDBc4OPoyP6SEOo5324LpUxdpeIUUSrSTOfhHU9hEfqRngmKgqILqwx/0DVJBzeNW7HmLEWp9vcOA==}
/@esbuild/linux-x64/0.17.9:
resolution: {integrity: sha512-jVa5NKqwBmq57aNDZOSnNuRTV5GrI93HdjTlyQyRrOs7OSEQq2r9NyaGd6KmzuxLz19XTanFt4WeGoLnjFT1Ug==}
engines: {node: '>=12'}
cpu: [x64]
os: [linux]
......@@ -1898,8 +1898,8 @@ packages:
dev: true
optional: true
/@esbuild/netbsd-x64/0.17.8:
resolution: {integrity: sha512-eKUYcWaWTaYr9zbj8GertdVtlt1DTS1gNBWov+iQfWuWyuu59YN6gSEJvFzC5ESJ4kMcKR0uqWThKUn5o8We6Q==}
/@esbuild/netbsd-x64/0.17.9:
resolution: {integrity: sha512-BRoQyPJ7aiQ7USFCtGmmrYTbRDa9muZAwoYchfqspd+ef8n2kKcXGQ0K2OqcLEqNFOwhLpAY4y4YAl22FbP+BA==}
engines: {node: '>=12'}
cpu: [x64]
os: [netbsd]
......@@ -1907,8 +1907,8 @@ packages:
dev: true
optional: true
/@esbuild/openbsd-x64/0.17.8:
resolution: {integrity: sha512-Vc9J4dXOboDyMXKD0eCeW0SIeEzr8K9oTHJU+Ci1mZc5njPfhKAqkRt3B/fUNU7dP+mRyralPu8QUkiaQn7iIg==}
/@esbuild/openbsd-x64/0.17.9:
resolution: {integrity: sha512-gDCVw9M2k8tyA9GokQEeh+L2gl0EZeGIIj5WB5H97Mb0ADq5Ea8vWyQs2iY1Q/tebcuP8cUoOZWxkCsmlyl1NA==}
engines: {node: '>=12'}
cpu: [x64]
os: [openbsd]
......@@ -1916,8 +1916,8 @@ packages:
dev: true
optional: true
/@esbuild/sunos-x64/0.17.8:
resolution: {integrity: sha512-0xvOTNuPXI7ft1LYUgiaXtpCEjp90RuBBYovdd2lqAFxje4sEucurg30M1WIm03+3jxByd3mfo+VUmPtRSVuOw==}
/@esbuild/sunos-x64/0.17.9:
resolution: {integrity: sha512-f89/xt0Hzp7POTDJYSJvotyFXatxXBGXJyFFTQGJW+NTYhFHaMcrrb41OB3L8sfzYi3PSlM3pZnwlEk1QiBX2g==}
engines: {node: '>=12'}
cpu: [x64]
os: [sunos]
......@@ -1925,8 +1925,8 @@ packages:
dev: true
optional: true
/@esbuild/win32-arm64/0.17.8:
resolution: {integrity: sha512-G0JQwUI5WdEFEnYNKzklxtBheCPkuDdu1YrtRrjuQv30WsYbkkoixKxLLv8qhJmNI+ATEWquZe/N0d0rpr55Mg==}
/@esbuild/win32-arm64/0.17.9:
resolution: {integrity: sha512-jrU/SBHXc3NPS5mPgYeL8pgIrBTwdrnaoLtygkQtuPzz0oBjsTyxV46tZoOctv4Q1Jq06+4zsJWkTzVaoik8FQ==}
engines: {node: '>=12'}
cpu: [arm64]
os: [win32]
......@@ -1934,8 +1934,8 @@ packages:
dev: true
optional: true
/@esbuild/win32-ia32/0.17.8:
resolution: {integrity: sha512-Fqy63515xl20OHGFykjJsMnoIWS+38fqfg88ClvPXyDbLtgXal2DTlhb1TfTX34qWi3u4I7Cq563QcHpqgLx8w==}
/@esbuild/win32-ia32/0.17.9:
resolution: {integrity: sha512-/oVEu7DurNFM0E6qA18R8xkbYU6xilaTnqG65rqm4XJo8ONuqTzLnj/93bQps7RJIxPI+yKPl0Zx2KifvWUa5A==}
engines: {node: '>=12'}
cpu: [ia32]
os: [win32]
......@@ -1943,8 +1943,8 @@ packages:
dev: true
optional: true
/@esbuild/win32-x64/0.17.8:
resolution: {integrity: sha512-1iuezdyDNngPnz8rLRDO2C/ZZ/emJLb72OsZeqQ6gL6Avko/XCXZw+NuxBSNhBAP13Hie418V7VMt9et1FMvpg==}
/@esbuild/win32-x64/0.17.9:
resolution: {integrity: sha512-PLKuXKwlPljFrzzsUO6hHNWcYeE4a8FOX/6AJ7U7PajgKqtBGw2mGYxsfJHGb+UdfgdOapIOsYPgzMTG+SGDrg==}
engines: {node: '>=12'}
cpu: [x64]
os: [win32]
......@@ -2005,8 +2005,8 @@ packages:
/@iconify/iconify/2.2.1:
resolution: {integrity: sha512-WJzw+3iicrF/tbjbxxRinSgy5FHdJoz/egTqwi3xCDkNRJPq482RX1iyaWrjNuY2vMNSPkQMuqHvZDXgA+WnwQ==}
/@iconify/json/2.2.23:
resolution: {integrity: sha512-zYQNe/FlZmKgaVu7xTuV1JYxBMt6MyNpLzu/UFuEoj40E5vRV41QVW2Q56+hYv74i4TGCGqpr7//EdKVR3/E+g==}
/@iconify/json/2.2.24:
resolution: {integrity: sha512-mBYagl8wNrN+tArpz1e/mzGeohi3qYtmB9pJXQNrn/XF7JLLKgaUHCkBwUKz5su/9xB8yMMjLtlFY2JiYV3t/A==}
dependencies:
'@iconify/types': 2.0.0
pathe: 1.1.0
......@@ -2468,14 +2468,14 @@ packages:
/@types/fs-extra/9.0.13:
resolution: {integrity: sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==}
dependencies:
'@types/node': 18.13.0
'@types/node': 18.14.0
dev: true
/@types/glob/7.2.0:
resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==}
dependencies:
'@types/minimatch': 5.1.2
'@types/node': 18.13.0
'@types/node': 18.14.0
dev: true
/@types/inquirer/9.0.3:
......@@ -2527,8 +2527,8 @@ packages:
resolution: {integrity: sha512-FXKWbsJ6a1hIrRxv+FoukuHnGTgEzKYGi7kilfMae96AL9UNkPFNWJEEYWzdRI9ooIkbr4AKldyuSTLql06vLQ==}
dev: true
/@types/node/18.13.0:
resolution: {integrity: sha512-gC3TazRzGoOnoKAhUx+Q0t8S9Tzs74z7m0ipwGpSqQrleP14hKxP4/JUeEQcD3W1/aIpnWl8pHowI7WokuZpXg==}
/@types/node/18.14.0:
resolution: {integrity: sha512-5EWrvLmglK+imbCJY0+INViFWUHg1AHel1sq4ZVSfdcNqGy9Edv3UB9IIzzg+xPaUcAgZYcfVs2fBcwDeZzU0A==}
dev: true
/@types/normalize-package-data/2.4.1:
......@@ -2546,7 +2546,7 @@ packages:
/@types/qrcode/1.5.0:
resolution: {integrity: sha512-x5ilHXRxUPIMfjtM+1vf/GPTRWZ81nqscursm5gMznJeK9M0YnZ1c3bEvRLQ0zSSgedLx1J6MGL231ObQGGhaA==}
dependencies:
'@types/node': 18.13.0
'@types/node': 18.14.0
dev: true
/@types/qs/6.9.7:
......@@ -2556,7 +2556,7 @@ packages:
/@types/resolve/1.17.1:
resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==}
dependencies:
'@types/node': 18.13.0
'@types/node': 18.14.0
dev: true
/@types/semver/7.3.13:
......@@ -2578,13 +2578,13 @@ packages:
/@types/stompjs/2.3.5:
resolution: {integrity: sha512-0WkL8RlB1uuZt8XJEdnwdFdV5RIFcQw9UhNQfTpiJYcjqC6QQpFqc5YcIrlH+K/843EGJVIaOFANjs7u7bmTlw==}
dependencies:
'@types/node': 18.13.0
'@types/node': 18.14.0
dev: true
/@types/svgo/2.6.4:
resolution: {integrity: sha512-l4cmyPEckf8moNYHdJ+4wkHvFxjyW6ulm9l4YGaOxeyBWPhBOT0gvni1InpFPdzx1dKf/2s62qGITwxNWnPQng==}
dependencies:
'@types/node': 18.13.0
'@types/node': 18.14.0
dev: true
/@types/tern/0.23.4:
......@@ -2596,7 +2596,7 @@ packages:
/@types/through/0.0.30:
resolution: {integrity: sha512-FvnCJljyxhPM3gkRgWmxmDZyAQSiBQQWLI0A0VFL0K7W1oRUrPJSqNO0NvTnLkBcotdlp3lKvaT0JrnyRDkzOg==}
dependencies:
'@types/node': 18.13.0
'@types/node': 18.14.0
dev: true
/@types/tinycolor2/1.4.3:
......@@ -2740,7 +2740,7 @@ packages:
eslint-visitor-keys: 3.3.0
dev: true
/@vitejs/plugin-legacy/2.3.1_terser@5.16.3+vite@3.2.5:
/@vitejs/plugin-legacy/2.3.1_terser@5.16.4+vite@3.2.5:
resolution: {integrity: sha512-J5KaGBlSt2tEYPVjM/C8dA6DkRzkFkbPe+Xb4IX5G+XOV5OGbVAfkMjKywdrkO3gGynO8S98i71Lmsff4cWkCQ==}
engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies:
......@@ -2752,8 +2752,8 @@ packages:
magic-string: 0.26.7
regenerator-runtime: 0.13.11
systemjs: 6.13.0
terser: 5.16.3
vite: 3.2.5_vjhh7uxert6hqr24po4pu3s6wm
terser: 5.16.4
vite: 3.2.5_ve7l6t5koctut52smtaue47xhi
dev: true
/@vitejs/plugin-vue-jsx/1.3.10:
......@@ -2777,33 +2777,33 @@ packages:
vite: ^3.0.0
vue: ^3.2.25
dependencies:
vite: 3.2.5_vjhh7uxert6hqr24po4pu3s6wm
vite: 3.2.5_ve7l6t5koctut52smtaue47xhi
vue: 3.2.47
dev: true
/@volar/language-core/1.2.0-alpha.13:
resolution: {integrity: sha512-rLrgkRE3QdbnjU7OL8K/PbKrnkOv7rSpPLpfNmLfebd7G6+aMi2ZRWrfE808gyc9Q14bmYRuwo7ciJHWB55sUw==}
/@volar/language-core/1.2.0-alpha.16:
resolution: {integrity: sha512-aIktWe9Zg0M+u/RIXHCuL+IoLRHTrpsbTib8olrg4etlurHDXahoVhoEnH9wmlliray0iigIo2z5vwueYInp3g==}
dependencies:
'@volar/source-map': 1.2.0-alpha.13
'@volar/source-map': 1.2.0-alpha.16
dev: true
/@volar/source-map/1.2.0-alpha.13:
resolution: {integrity: sha512-0SSk8h5zeJWrL+L5hFwoRF4JuTJOlJ2grbboArH585/HR3NzkHk6vZXB9SWfZ5bhPOzjz4s5fKLkaBD5CVs67g==}
/@volar/source-map/1.2.0-alpha.16:
resolution: {integrity: sha512-/AK3VqnFqONd221COI2ZnEvfgBulfoQkjA/ZjPOXpsOkWri99TLcfZY/NTQRytp7Hx6EP/1p1DDeyGuMCUYjgA==}
dependencies:
muggle-string: 0.2.2
dev: true
/@volar/typescript/1.2.0-alpha.13:
resolution: {integrity: sha512-aSW6BWiFEU80zD4ElyOjsaXCwatJD+NkcywZjFZSX+zDOwFxDwUWcvtFpZ/VNGFsSOXRqe+lG55mHk1HIUu0hg==}
/@volar/typescript/1.2.0-alpha.16:
resolution: {integrity: sha512-ltlTLHIkLxgmTVBZmOnhmnlNzEj2lpvlBmmaV2GWYTrBUMt0z1OgeCq0Utlj9HjjrGPhwWxZNkv86ZABgrMA3Q==}
dependencies:
'@volar/language-core': 1.2.0-alpha.13
'@volar/language-core': 1.2.0-alpha.16
dev: true
/@volar/vue-language-core/1.1.2:
resolution: {integrity: sha512-xLqZDwVyfn3dh1mVreltUE9yjZ96WpJB5n5kzo+hRvDdvOTmT3OCi1aUG0Klf65uTQMntWbpr1omluJ/LSzZXA==}
/@volar/vue-language-core/1.1.4:
resolution: {integrity: sha512-2C2CwHvaT5AzNzDbYZQ85lNr4jACZARoZMZBLuU5+JyIwhWeAfxvyAeoE3VbgfgycN5t6X4uBqx/Wzh1QLgD8Q==}
dependencies:
'@volar/language-core': 1.2.0-alpha.13
'@volar/source-map': 1.2.0-alpha.13
'@volar/language-core': 1.2.0-alpha.16
'@volar/source-map': 1.2.0-alpha.16
'@vue/compiler-dom': 3.2.47
'@vue/compiler-sfc': 3.2.47
'@vue/reactivity': 3.2.47
......@@ -2813,11 +2813,11 @@ packages:
vue-template-compiler: 2.7.14
dev: true
/@volar/vue-typescript/1.1.2:
resolution: {integrity: sha512-deje1Ude3luocEwWatK72R1fvz2U0NWveYzTauCBJMvNeGpTCrHS26cNRLrBmkRrxAIUwkxBCeHohX6CjuMtbQ==}
/@volar/vue-typescript/1.1.4:
resolution: {integrity: sha512-x5i5TUUXb1PM0rM80Y8XUeMBUcoS3/TjR3WTxvvEUIol9uEOPp6uxxQQ67uSv7ocN6vB0LugJqS6FA7Z93oL0Q==}
dependencies:
'@volar/typescript': 1.2.0-alpha.13
'@volar/vue-language-core': 1.1.2
'@volar/typescript': 1.2.0-alpha.16
'@volar/vue-language-core': 1.1.4
dev: true
/@vue/babel-helper-vue-transform-on/1.0.2:
......@@ -2970,8 +2970,8 @@ packages:
/@vue/shared/3.2.47:
resolution: {integrity: sha512-BHGyyGN3Q97EZx0taMQ+OLNuZcW3d37ZEVmEAyeoA9ERdGvm9Irc/0Fua8SNyOtV1w6BS4q25wbMzJujO9HIfQ==}
/@vue/test-utils/2.2.10_vue@3.2.47:
resolution: {integrity: sha512-UPY+VdWST5vYZ/Qhl+sLuJAv596e6kTbrOPgdGY82qd9kGN/MfjzLT5KXlmpChkiCbPP3abZ8XT25u1n5h+mRg==}
/@vue/test-utils/2.3.0_vue@3.2.47:
resolution: {integrity: sha512-S8/9Z+B4VSsTUNtZtzS7J1TfxJbf10n+gcH9X8cASbG0Tp7qD6vqs/sUNlmpzk6i7+pP00ptauJp9rygyW89Ww==}
peerDependencies:
vue: ^3.0.1
dependencies:
......@@ -2979,24 +2979,25 @@ packages:
vue: 3.2.47
optionalDependencies:
'@vue/compiler-dom': 3.2.47
'@vue/server-renderer': 3.2.47_vue@3.2.47
dev: true
/@vueuse/core/9.12.0_vue@3.2.47:
resolution: {integrity: sha512-h/Di8Bvf6xRcvS/PvUVheiMYYz3U0tH3X25YxONSaAUBa841ayMwxkuzx/DGUMCW/wHWzD8tRy2zYmOC36r4sg==}
/@vueuse/core/9.13.0_vue@3.2.47:
resolution: {integrity: sha512-pujnclbeHWxxPRqXWmdkKV5OX4Wk4YeK7wusHqRwU0Q7EFusHoqNA/aPhB6KCh9hEqJkLAJo7bb0Lh9b+OIVzw==}
dependencies:
'@types/web-bluetooth': 0.0.16
'@vueuse/metadata': 9.12.0
'@vueuse/shared': 9.12.0_vue@3.2.47
'@vueuse/metadata': 9.13.0
'@vueuse/shared': 9.13.0_vue@3.2.47
vue-demi: 0.13.11_vue@3.2.47
transitivePeerDependencies:
- '@vue/composition-api'
- vue
/@vueuse/metadata/9.12.0:
resolution: {integrity: sha512-9oJ9MM9lFLlmvxXUqsR1wLt1uF7EVbP5iYaHJYqk+G2PbMjY6EXvZeTjbdO89HgoF5cI6z49o2zT/jD9SVoNpQ==}
/@vueuse/metadata/9.13.0:
resolution: {integrity: sha512-gdU7TKNAUVlXXLbaF+ZCfte8BjRJQWPCa2J55+7/h+yDtzw3vOoGQDRXzI6pyKyo6bXFT5/QoPE4hAknExjRLQ==}
/@vueuse/shared/9.12.0_vue@3.2.47:
resolution: {integrity: sha512-TWuJLACQ0BVithVTRbex4Wf1a1VaRuSpVeyEd4vMUWl54PzlE0ciFUshKCXnlLuD0lxIaLK4Ypj3NXYzZh4+SQ==}
/@vueuse/shared/9.13.0_vue@3.2.47:
resolution: {integrity: sha512-UrnhU+Cnufu4S6JLCPZnkWh0WwZGUp72ktOF2DFptMlOs3TOdVv8xJN53zhHGARmVOsz5KqOls09+J1NR6sBKw==}
dependencies:
vue-demi: 0.13.11_vue@3.2.47
transitivePeerDependencies:
......@@ -3456,7 +3457,7 @@ packages:
hasBin: true
dependencies:
caniuse-lite: 1.0.30001456
electron-to-chromium: 1.4.301
electron-to-chromium: 1.4.302
node-releases: 2.0.10
update-browserslist-db: 1.0.10_browserslist@4.21.5
dev: true
......@@ -3755,7 +3756,7 @@ packages:
'@codemirror/lint': 6.1.1
'@codemirror/search': 6.2.3
'@codemirror/state': 6.2.0
'@codemirror/view': 6.9.0
'@codemirror/view': 6.9.1
dev: false
/codepage/1.15.0:
......@@ -4124,7 +4125,7 @@ packages:
vary: 1.1.2
dev: true
/cosmiconfig-typescript-loader/4.3.0_p7cp6dsfhdrlk7mvuxd3wodbsu:
/cosmiconfig-typescript-loader/4.3.0_ipkhww4xc5z2tt2x53vp2mt2be:
resolution: {integrity: sha512-NTxV1MFfZDLPiBMjxbHRwSh5LaLcPMwNdCutmnHJCKoVnlvldPWlllonKwrsRJ5pYZBIBGRWWU2tfvzxgeSW5Q==}
engines: {node: '>=12', npm: '>=6'}
peerDependencies:
......@@ -4133,9 +4134,9 @@ packages:
ts-node: '>=10'
typescript: '>=3'
dependencies:
'@types/node': 18.13.0
'@types/node': 18.14.0
cosmiconfig: 8.0.0
ts-node: 10.9.1_4bewfcp2iebiwuold25d6rgcsy
ts-node: 10.9.1_tncu2ai53lzgmizdedur7lbibe
typescript: 4.9.5
dev: true
......@@ -4278,18 +4279,18 @@ packages:
longest: 2.0.1
word-wrap: 1.2.3
optionalDependencies:
'@commitlint/load': 17.4.2
'@commitlint/load': 17.4.4
transitivePeerDependencies:
- '@swc/core'
- '@swc/wasm'
dev: true
/cz-git/1.4.1:
resolution: {integrity: sha512-EOtuitcnfxde8t3NNTKh2YxEJhLXGiVlKSVaZipK3+DVo135rEUifAfqxkslM66Nf6ZO7a+3JR+XAOLhMXUAjQ==}
/cz-git/1.5.0:
resolution: {integrity: sha512-USHPVnv6baK3RutSfBZmR8a9pP9w5gbQUytq7mKgpq+nudhY2kbpu6fYy+acmBfXGhZmFlc6orTfVcij1ERkgw==}
dev: true
/czg/1.4.1:
resolution: {integrity: sha512-ZjK46yrHgRbypfKAzv8D/UIWiz3BgGfO0cSPAGpk4VO9FmJ3tqaLqelrNyiVjHqOyg1dOi8hoxBHdrdvwa1eaQ==}
/czg/1.5.0:
resolution: {integrity: sha512-LYyc3LkPl0q1eFK2QVBvVmFrTtylQ4jaIZIE2hI+jceFec6CyK7yqp1Iqi929bLMAecENdykaqmECV0XRc1oLA==}
hasBin: true
dev: true
......@@ -4624,8 +4625,8 @@ packages:
jake: 10.8.5
dev: true
/electron-to-chromium/1.4.301:
resolution: {integrity: sha512-bz00ASIIDjcgszZKuEA1JEFhbDjqUNbQ/PEhNEl1wbixzYpeTp2H2QWjsQvAL2T1wJBdOwCF5hE896BoMwYKrA==}
/electron-to-chromium/1.4.302:
resolution: {integrity: sha512-Uk7C+7aPBryUR1Fwvk9VmipBcN9fVsqBO57jV2ZjTm+IZ6BMNqu7EDVEg2HxCNufk6QcWlFsBkhQyQroB2VWKw==}
dev: true
/emoji-regex/8.0.0:
......@@ -4904,7 +4905,7 @@ packages:
/esbuild-node-loader/0.6.5:
resolution: {integrity: sha512-uPP+dllWm38cFvDysdocutN3lfe5pTIbddAHp1ENyLzpHYqE2r+3Wo+pfg9X3p8DFWwzIisft5YkeBIthIcixw==}
dependencies:
esbuild: 0.17.8
esbuild: 0.17.9
dev: true
/esbuild-openbsd-64/0.15.18:
......@@ -4920,13 +4921,13 @@ packages:
resolution: {integrity: sha512-WsX0OJy8IGOsGZV+4oHEU5B6XQUpxOsZN1iSoYf9COTDbY7WXcOwd1oCLYNWUIWCExyGXSghIGq2k7sXBldxwQ==}
dev: true
/esbuild-register/3.4.2_esbuild@0.17.8:
/esbuild-register/3.4.2_esbuild@0.17.9:
resolution: {integrity: sha512-kG/XyTDyz6+YDuyfB9ZoSIOOmgyFCH+xPRtsCa8W85HLRV5Csp+o3jWVbOSHgSLfyLc5DmP+KFDNwty4mEjC+Q==}
peerDependencies:
esbuild: '>=0.12 <1'
dependencies:
debug: 4.3.4
esbuild: 0.17.8
esbuild: 0.17.9
transitivePeerDependencies:
- supports-color
dev: true
......@@ -5009,34 +5010,34 @@ packages:
esbuild-windows-arm64: 0.15.18
dev: true
/esbuild/0.17.8:
resolution: {integrity: sha512-g24ybC3fWhZddZK6R3uD2iF/RIPnRpwJAqLov6ouX3hMbY4+tKolP0VMF3zuIYCaXun+yHwS5IPQ91N2BT191g==}
/esbuild/0.17.9:
resolution: {integrity: sha512-m3b2MR76QkwKPw/KQBlBJVaIncfQhhXsDMCFPoyqEOIziV+O7BAKqOYT1NbHsnFUX0/98CLWxUfM5stzh4yq4Q==}
engines: {node: '>=12'}
hasBin: true
requiresBuild: true
optionalDependencies:
'@esbuild/android-arm': 0.17.8
'@esbuild/android-arm64': 0.17.8
'@esbuild/android-x64': 0.17.8
'@esbuild/darwin-arm64': 0.17.8
'@esbuild/darwin-x64': 0.17.8
'@esbuild/freebsd-arm64': 0.17.8
'@esbuild/freebsd-x64': 0.17.8
'@esbuild/linux-arm': 0.17.8
'@esbuild/linux-arm64': 0.17.8
'@esbuild/linux-ia32': 0.17.8
'@esbuild/linux-loong64': 0.17.8
'@esbuild/linux-mips64el': 0.17.8
'@esbuild/linux-ppc64': 0.17.8
'@esbuild/linux-riscv64': 0.17.8
'@esbuild/linux-s390x': 0.17.8
'@esbuild/linux-x64': 0.17.8
'@esbuild/netbsd-x64': 0.17.8
'@esbuild/openbsd-x64': 0.17.8
'@esbuild/sunos-x64': 0.17.8
'@esbuild/win32-arm64': 0.17.8
'@esbuild/win32-ia32': 0.17.8
'@esbuild/win32-x64': 0.17.8
'@esbuild/android-arm': 0.17.9
'@esbuild/android-arm64': 0.17.9
'@esbuild/android-x64': 0.17.9
'@esbuild/darwin-arm64': 0.17.9
'@esbuild/darwin-x64': 0.17.9
'@esbuild/freebsd-arm64': 0.17.9
'@esbuild/freebsd-x64': 0.17.9
'@esbuild/linux-arm': 0.17.9
'@esbuild/linux-arm64': 0.17.9
'@esbuild/linux-ia32': 0.17.9
'@esbuild/linux-loong64': 0.17.9
'@esbuild/linux-mips64el': 0.17.9
'@esbuild/linux-ppc64': 0.17.9
'@esbuild/linux-riscv64': 0.17.9
'@esbuild/linux-s390x': 0.17.9
'@esbuild/linux-x64': 0.17.9
'@esbuild/netbsd-x64': 0.17.9
'@esbuild/openbsd-x64': 0.17.9
'@esbuild/sunos-x64': 0.17.9
'@esbuild/win32-arm64': 0.17.9
'@esbuild/win32-ia32': 0.17.9
'@esbuild/win32-x64': 0.17.9
dev: true
/escalade/3.1.1:
......@@ -5196,9 +5197,9 @@ packages:
hasBin: true
dependencies:
cross-spawn: 7.0.3
esbuild: 0.17.8
esbuild: 0.17.9
esbuild-node-loader: 0.6.5
esbuild-register: 3.4.2_esbuild@0.17.8
esbuild-register: 3.4.2_esbuild@0.17.9
import-meta-resolve: 1.1.1
transitivePeerDependencies:
- supports-color
......@@ -6002,7 +6003,7 @@ packages:
he: 1.2.0
param-case: 3.0.4
relateurl: 0.2.7
terser: 5.16.3
terser: 5.16.4
dev: true
/html-tags/3.2.0:
......@@ -6558,7 +6559,7 @@ packages:
resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==}
engines: {node: '>= 10.13.0'}
dependencies:
'@types/node': 18.13.0
'@types/node': 18.14.0
merge-stream: 2.0.0
supports-color: 7.2.0
dev: true
......@@ -8312,7 +8313,7 @@ packages:
jest-worker: 26.6.2
rollup: 2.79.1
serialize-javascript: 4.0.0
terser: 5.16.3
terser: 5.16.4
dev: true
/rollup-plugin-visualizer/5.9.0_rollup@2.79.1:
......@@ -9114,8 +9115,8 @@ packages:
unique-string: 2.0.0
dev: true
/terser/5.16.3:
resolution: {integrity: sha512-v8wWLaS/xt3nE9dgKEWhNUFP6q4kngO5B8eYFUuebsu7Dw/UNAnpUod6UHo04jSSkv8TzKHjZDSd7EXdDQAl8Q==}
/terser/5.16.4:
resolution: {integrity: sha512-5yEGuZ3DZradbogeYQ1NaGz7rXVBDWujWlx1PT8efXO6Txn+eWbfKqB2bTDVmFXmePFkoLU6XI8UektMIEA0ug==}
engines: {node: '>=10'}
hasBin: true
dependencies:
......@@ -9230,7 +9231,7 @@ packages:
engines: {node: '>=8'}
dev: true
/ts-node/10.9.1_4bewfcp2iebiwuold25d6rgcsy:
/ts-node/10.9.1_tncu2ai53lzgmizdedur7lbibe:
resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==}
hasBin: true
peerDependencies:
......@@ -9249,7 +9250,7 @@ packages:
'@tsconfig/node12': 1.0.11
'@tsconfig/node14': 1.0.3
'@tsconfig/node16': 1.0.3
'@types/node': 18.13.0
'@types/node': 18.14.0
acorn: 8.8.2
acorn-walk: 8.2.0
arg: 4.1.3
......@@ -9453,7 +9454,7 @@ packages:
engines: {node: '>= 0.8'}
dev: true
/unplugin-auto-import/0.12.2_m267xponz5brhd6xnu3nvoflci:
/unplugin-auto-import/0.12.2_ckdhaf4icsozyri4wogbgokpny:
resolution: {integrity: sha512-hC4w0GZjPjmLtrxV0u10XO350V9eCtQyEyifXr7B9UGD7SvbbIvKuOcHt58Zd4FAqZJXKWoXkpr9mdhBp85Usw==}
engines: {node: '>=14'}
peerDependencies:
......@@ -9464,7 +9465,7 @@ packages:
dependencies:
'@antfu/utils': 0.7.2
'@rollup/pluginutils': 5.0.2_rollup@2.79.1
'@vueuse/core': 9.12.0_vue@3.2.47
'@vueuse/core': 9.13.0_vue@3.2.47
local-pkg: 0.4.3
magic-string: 0.27.0
unimport: 2.2.4_rollup@2.79.1
......@@ -9599,7 +9600,7 @@ packages:
chalk: 4.1.2
debug: 4.3.4
fs-extra: 10.1.0
vite: 3.2.5_vjhh7uxert6hqr24po4pu3s6wm
vite: 3.2.5_ve7l6t5koctut52smtaue47xhi
transitivePeerDependencies:
- supports-color
dev: true
......@@ -9621,7 +9622,7 @@ packages:
html-minifier-terser: 6.1.0
node-html-parser: 5.4.2
pathe: 0.2.0
vite: 3.2.5_vjhh7uxert6hqr24po4pu3s6wm
vite: 3.2.5_ve7l6t5koctut52smtaue47xhi
dev: true
/vite-plugin-mkcert/1.13.1_vite@3.2.5:
......@@ -9634,7 +9635,7 @@ packages:
axios: 1.3.3_debug@4.3.4
debug: 4.3.4
picocolors: 1.0.0
vite: 3.2.5_vjhh7uxert6hqr24po4pu3s6wm
vite: 3.2.5_ve7l6t5koctut52smtaue47xhi
transitivePeerDependencies:
- encoding
- supports-color
......@@ -9657,7 +9658,7 @@ packages:
fast-glob: 3.2.12
mockjs: 1.1.0
path-to-regexp: 6.2.1
vite: 3.2.5_vjhh7uxert6hqr24po4pu3s6wm
vite: 3.2.5_ve7l6t5koctut52smtaue47xhi
transitivePeerDependencies:
- rollup
- supports-color
......@@ -9672,7 +9673,7 @@ packages:
'@purge-icons/core': 0.9.1
'@purge-icons/generated': 0.9.0
rollup-plugin-purge-icons: 0.9.1
vite: 3.2.5_vjhh7uxert6hqr24po4pu3s6wm
vite: 3.2.5_ve7l6t5koctut52smtaue47xhi
transitivePeerDependencies:
- encoding
- supports-color
......@@ -9688,7 +9689,7 @@ packages:
fast-glob: 3.2.12
pretty-bytes: 6.1.0
rollup: 2.79.1
vite: 3.2.5_vjhh7uxert6hqr24po4pu3s6wm
vite: 3.2.5_ve7l6t5koctut52smtaue47xhi
workbox-build: 6.5.4
workbox-window: 6.5.4
transitivePeerDependencies:
......@@ -9708,7 +9709,7 @@ packages:
fs-extra: 10.1.0
magic-string: 0.25.9
pathe: 0.2.0
vite: 3.2.5_vjhh7uxert6hqr24po4pu3s6wm
vite: 3.2.5_ve7l6t5koctut52smtaue47xhi
dev: true
/vite-plugin-svg-icons/2.0.1_vite@3.2.5:
......@@ -9724,7 +9725,7 @@ packages:
pathe: 0.2.0
svg-baker: 1.7.0
svgo: 2.8.0
vite: 3.2.5_vjhh7uxert6hqr24po4pu3s6wm
vite: 3.2.5_ve7l6t5koctut52smtaue47xhi
transitivePeerDependencies:
- supports-color
dev: true
......@@ -9742,7 +9743,7 @@ packages:
esbuild: 0.11.23
esbuild-plugin-alias: 0.1.2
tinycolor2: 1.6.0
vite: 3.2.5_vjhh7uxert6hqr24po4pu3s6wm
vite: 3.2.5_ve7l6t5koctut52smtaue47xhi
transitivePeerDependencies:
- supports-color
dev: true
......@@ -9754,7 +9755,7 @@ packages:
dependencies:
'@vue/compiler-sfc': 3.2.31
magic-string: 0.25.9
vite: 3.2.5_vjhh7uxert6hqr24po4pu3s6wm
vite: 3.2.5_ve7l6t5koctut52smtaue47xhi
dev: true
/vite-plugin-windicss/1.8.10_vite@3.2.5:
......@@ -9765,13 +9766,13 @@ packages:
'@windicss/plugin-utils': 1.8.10
debug: 4.3.4
kolorist: 1.7.0
vite: 3.2.5_vjhh7uxert6hqr24po4pu3s6wm
vite: 3.2.5_ve7l6t5koctut52smtaue47xhi
windicss: 3.5.6
transitivePeerDependencies:
- supports-color
dev: true
/vite/3.2.5_vjhh7uxert6hqr24po4pu3s6wm:
/vite/3.2.5_ve7l6t5koctut52smtaue47xhi:
resolution: {integrity: sha512-4mVEpXpSOgrssFZAOmGIr85wPHKvaDAcXqxVxVRZhljkJOMZi1ibLibzjLHzJvcok8BMguLc7g1W6W/GqZbLdQ==}
engines: {node: ^14.18.0 || >=16.0.0}
hasBin: true
......@@ -9796,13 +9797,13 @@ packages:
terser:
optional: true
dependencies:
'@types/node': 18.13.0
'@types/node': 18.14.0
esbuild: 0.15.18
less: 4.1.3
postcss: 8.4.21
resolve: 1.22.1
rollup: 2.79.1
terser: 5.16.3
terser: 5.16.4
optionalDependencies:
fsevents: 2.3.2
dev: true
......@@ -9877,14 +9878,14 @@ packages:
he: 1.2.0
dev: true
/vue-tsc/1.1.2_typescript@4.9.5:
resolution: {integrity: sha512-XrIj+4ucpYkpuofxQitXAzhfWQtPvNIgwAdREyXioG3bur0QhSBJCPBv9bMTSEFOdYH06HiLU+MesoSOEyCq4w==}
/vue-tsc/1.1.4_typescript@4.9.5:
resolution: {integrity: sha512-CMG8KZsBBPyulYie05XxJCfq/yAPiB/uMMeHmog09aLm2Kml82C6tUSRgQz8ujM4JoCrpDqVCd9G0NuM9aLt1g==}
hasBin: true
peerDependencies:
typescript: '*'
dependencies:
'@volar/vue-language-core': 1.1.2
'@volar/vue-typescript': 1.1.2
'@volar/vue-language-core': 1.1.4
'@volar/vue-typescript': 1.1.4
typescript: 4.9.5
dev: true
......
import { useGlobSetting } from '/@/hooks/setting'
const globSetting = useGlobSetting()
let HOST = 'localhost'
let API_URL = `${HOST}`
const globSetting = useGlobSetting()
const API_URL_PREFIX = globSetting.urlPrefix
let API_URL_PREFIX = globSetting.urlPrefix
// =============================================================================
// ✨ 生产环境
// HOST = 'https://beta.app.yiring.com'
// API_URL = `${HOST}`
// API_URL_PREFIX = globSetting.urlPrefix
// 📖 开发环境
HOST = globSetting.apiUrl
API_URL = `${HOST}`
API_URL_PREFIX = globSetting.urlPrefix
// 🔦 检查生产环境,使用对应 env 中的配置,保留原有方式方便开发中调试
API_URL = import.meta.env.MODE !== 'development' ? globSetting.apiUrl : API_URL
if (import.meta.env.MODE !== 'development') {
API_URL = globSetting.apiUrl
API_URL_PREFIX = globSetting.urlPrefix
}
// 📢 如果使用代理访问网站,则默认使用代理 API 地址
// API_URL = isProxy(window.location.host) ? `http://proxy.yiring.com` : API_URL
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论