This is an automated email from the ASF dual-hosted git repository.
zhongjiajie pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git
The following commit(s) were added to refs/heads/dev by this push:
new c74a16701 [Feat][UI] Add vue basic configuration. (#2087)
c74a16701 is described below
commit c74a16701686f333c82b2f56ab0a5f5de8c862cd
Author: songjianet <[email protected]>
AuthorDate: Thu Jun 30 10:03:39 2022 +0800
[Feat][UI] Add vue basic configuration. (#2087)
---
seatunnel-ui/package.json | 36 +-
seatunnel-ui/pnpm-lock.yaml | 1076 ++++++++++++++--------------
seatunnel-ui/src/App.tsx | 16 +-
seatunnel-ui/src/components/chart/index.ts | 68 ++
seatunnel-ui/src/env.d.ts | 20 +-
seatunnel-ui/src/main.ts | 9 +-
seatunnel-ui/vite.config.ts | 28 +-
7 files changed, 703 insertions(+), 550 deletions(-)
diff --git a/seatunnel-ui/package.json b/seatunnel-ui/package.json
index b3d8188e4..dd1b8631e 100644
--- a/seatunnel-ui/package.json
+++ b/seatunnel-ui/package.json
@@ -9,42 +9,42 @@
"prettier": "prettier --write \"src/**/*.{vue,ts,tsx}\""
},
"dependencies": {
- "@vueuse/core": "^8.6.0",
+ "@vueuse/core": "^8.7.5",
"axios": "^0.27.2",
"date-fns": "^2.28.0",
- "date-fns-tz": "^1.3.4",
- "echarts": "^5.3.2",
+ "date-fns-tz": "^1.3.5",
+ "echarts": "^5.3.3",
"lodash": "^4.17.21",
- "naive-ui": "^2.29.0",
+ "naive-ui": "^2.30.7",
"nprogress": "^0.2.0",
"pinia": "^2.0.14",
"pinia-plugin-persistedstate": "^1.6.1",
"vfonts": "^0.0.3",
- "vue": "^3.2.36",
+ "vue": "^3.2.37",
"vue-i18n": "^9.1.10",
- "vue-router": "^4.0.15"
+ "vue-router": "^4.0.16"
},
"devDependencies": {
"@types/lodash": "^4.14.182",
- "@types/node": "^17.0.38",
+ "@types/node": "^18.0.0",
"@types/nprogress": "^0.2.0",
- "@typescript-eslint/eslint-plugin": "^5.27.0",
- "@typescript-eslint/parser": "^5.27.0",
+ "@typescript-eslint/eslint-plugin": "^5.30.0",
+ "@typescript-eslint/parser": "^5.30.0",
"@vicons/antd": "^0.12.0",
"@vitejs/plugin-vue": "^2.3.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"dart-sass": "^1.25.0",
- "eslint": "^8.16.0",
+ "eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
- "eslint-plugin-prettier": "^4.0.0",
- "eslint-plugin-vue": "^9.1.0",
- "prettier": "^2.6.2",
- "sass": "^1.52.1",
- "sass-loader": "^13.0.0",
- "typescript": "^4.7.2",
+ "eslint-plugin-prettier": "^4.1.0",
+ "eslint-plugin-vue": "^9.1.1",
+ "prettier": "^2.7.1",
+ "sass": "^1.53.0",
+ "sass-loader": "^13.0.2",
+ "typescript": "^4.7.4",
"typescript-plugin-css-modules": "^3.4.0",
- "vite": "^2.9.9",
+ "vite": "^2.9.13",
"vite-plugin-compression": "^0.5.1",
- "vue-tsc": "^0.35.2"
+ "vue-tsc": "^0.38.2"
}
}
diff --git a/seatunnel-ui/pnpm-lock.yaml b/seatunnel-ui/pnpm-lock.yaml
index bea9f7119..c5818fed9 100644
--- a/seatunnel-ui/pnpm-lock.yaml
+++ b/seatunnel-ui/pnpm-lock.yaml
@@ -19,79 +19,79 @@ lockfileVersion: 5.4
specifiers:
'@types/lodash': ^4.14.182
- '@types/node': ^17.0.38
+ '@types/node': ^18.0.0
'@types/nprogress': ^0.2.0
- '@typescript-eslint/eslint-plugin': ^5.27.0
- '@typescript-eslint/parser': ^5.27.0
+ '@typescript-eslint/eslint-plugin': ^5.30.0
+ '@typescript-eslint/parser': ^5.30.0
'@vicons/antd': ^0.12.0
'@vitejs/plugin-vue': ^2.3.3
'@vitejs/plugin-vue-jsx': ^1.3.10
- '@vueuse/core': ^8.6.0
+ '@vueuse/core': ^8.7.5
axios: ^0.27.2
dart-sass: ^1.25.0
date-fns: ^2.28.0
- date-fns-tz: ^1.3.4
- echarts: ^5.3.2
- eslint: ^8.16.0
+ date-fns-tz: ^1.3.5
+ echarts: ^5.3.3
+ eslint: ^8.18.0
eslint-config-prettier: ^8.5.0
- eslint-plugin-prettier: ^4.0.0
- eslint-plugin-vue: ^9.1.0
+ eslint-plugin-prettier: ^4.1.0
+ eslint-plugin-vue: ^9.1.1
lodash: ^4.17.21
- naive-ui: ^2.29.0
+ naive-ui: ^2.30.7
nprogress: ^0.2.0
pinia: ^2.0.14
pinia-plugin-persistedstate: ^1.6.1
- prettier: ^2.6.2
- sass: ^1.52.1
- sass-loader: ^13.0.0
- typescript: ^4.7.2
+ prettier: ^2.7.1
+ sass: ^1.53.0
+ sass-loader: ^13.0.2
+ typescript: ^4.7.4
typescript-plugin-css-modules: ^3.4.0
vfonts: ^0.0.3
- vite: ^2.9.9
+ vite: ^2.9.13
vite-plugin-compression: ^0.5.1
- vue: ^3.2.36
+ vue: ^3.2.37
vue-i18n: ^9.1.10
- vue-router: ^4.0.15
- vue-tsc: ^0.35.2
+ vue-router: ^4.0.16
+ vue-tsc: ^0.38.2
dependencies:
- '@vueuse/core': [email protected]
+ '@vueuse/core': [email protected]
axios: 0.27.2
date-fns: 2.28.0
- date-fns-tz: [email protected]
- echarts: 5.3.2
+ date-fns-tz: [email protected]
+ echarts: 5.3.3
lodash: 4.17.21
- naive-ui: [email protected]
+ naive-ui: [email protected]
nprogress: 0.2.0
- pinia: 2.0.14_qhv4oyzxhhzeba5rd2zztmcg2y
+ pinia: 2.0.14_j6bzmzd4ujpabbp5objtwxyjp4
pinia-plugin-persistedstate: [email protected]
vfonts: 0.0.3
- vue: 3.2.36
- vue-i18n: [email protected]
- vue-router: [email protected]
+ vue: 3.2.37
+ vue-i18n: [email protected]
+ vue-router: [email protected]
devDependencies:
'@types/lodash': 4.14.182
- '@types/node': 17.0.38
+ '@types/node': 18.0.0
'@types/nprogress': 0.2.0
- '@typescript-eslint/eslint-plugin': 5.27.0_dszb5tb7atwkjjijmmov4qhi7i
- '@typescript-eslint/parser': 5.27.0_xztl6dhthcahlo6akmb2bmjmle
+ '@typescript-eslint/eslint-plugin': 5.30.0_5mtqsiui4sk53pmkx7i7ue45wm
+ '@typescript-eslint/parser': 5.30.0_b5e7v2qnwxfo6hmiq56u52mz3e
'@vicons/antd': 0.12.0
- '@vitejs/plugin-vue': [email protected][email protected]
+ '@vitejs/plugin-vue': [email protected][email protected]
'@vitejs/plugin-vue-jsx': 1.3.10
dart-sass: 1.25.0
- eslint: 8.16.0
- eslint-config-prettier: [email protected]
- eslint-plugin-prettier: 4.0.0_j7rsahgqtkecno6yauhsgsglf4
- eslint-plugin-vue: [email protected]
- prettier: 2.6.2
- sass: 1.52.1
- sass-loader: [email protected]
- typescript: 4.7.2
- typescript-plugin-css-modules: [email protected]
- vite: [email protected]
- vite-plugin-compression: [email protected]
- vue-tsc: [email protected]
+ eslint: 8.18.0
+ eslint-config-prettier: [email protected]
+ eslint-plugin-prettier: 4.1.0_xu6ewijrtliw5q5lksq5uixwby
+ eslint-plugin-vue: [email protected]
+ prettier: 2.7.1
+ sass: 1.53.0
+ sass-loader: [email protected]
+ typescript: 4.7.4
+ typescript-plugin-css-modules: [email protected]
+ vite: [email protected]
+ vite-plugin-compression: [email protected]
+ vue-tsc: [email protected]
packages:
@@ -100,35 +100,35 @@ packages:
engines: {node: '>=6.0.0'}
dependencies:
'@jridgewell/gen-mapping': 0.1.1
- '@jridgewell/trace-mapping': 0.3.13
+ '@jridgewell/trace-mapping': 0.3.14
dev: true
- /@babel/code-frame/7.16.7:
- resolution: {integrity:
sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==}
+ /@babel/code-frame/7.18.6:
+ resolution: {integrity:
sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/highlight': 7.17.12
+ '@babel/highlight': 7.18.6
dev: true
- /@babel/compat-data/7.17.10:
- resolution: {integrity:
sha512-GZt/TCsG70Ms19gfZO1tM4CVnXsPgEPBCpJu+Qz3L0LUDsY5nZqFZglIoPC1kIYOtNBZlrnFT+klg12vFGZXrw==}
+ /@babel/compat-data/7.18.6:
+ resolution: {integrity:
sha512-tzulrgDT0QD6U7BJ4TKVk2SDDg7wlP39P9yAx1RfLy7vP/7rsDRlWVfbWxElslu56+r7QOhB2NSDsabYYruoZQ==}
engines: {node: '>=6.9.0'}
dev: true
- /@babel/core/7.18.2:
- resolution: {integrity:
sha512-A8pri1YJiC5UnkdrWcmfZTJTV85b4UXTAfImGmCfYmax4TR9Cw8sDS0MOk++Gp2mE/BefVJ5nwy5yzqNJbP/DQ==}
+ /@babel/core/7.18.6:
+ resolution: {integrity:
sha512-cQbWBpxcbbs/IUredIPkHiAGULLV8iwgNRMFzvbhEXISp4f3rUUXE5+TIw6KwUWUR3DwyI6gmBRnmAtYaWehwQ==}
engines: {node: '>=6.9.0'}
dependencies:
'@ampproject/remapping': 2.2.0
- '@babel/code-frame': 7.16.7
- '@babel/generator': 7.18.2
- '@babel/helper-compilation-targets': 7.18.2_@[email protected]
- '@babel/helper-module-transforms': 7.18.0
- '@babel/helpers': 7.18.2
- '@babel/parser': 7.18.4
- '@babel/template': 7.16.7
- '@babel/traverse': 7.18.2
- '@babel/types': 7.18.4
+ '@babel/code-frame': 7.18.6
+ '@babel/generator': 7.18.7
+ '@babel/helper-compilation-targets': 7.18.6_@[email protected]
+ '@babel/helper-module-transforms': 7.18.6
+ '@babel/helpers': 7.18.6
+ '@babel/parser': 7.18.6
+ '@babel/template': 7.18.6
+ '@babel/traverse': 7.18.6
+ '@babel/types': 7.18.7
convert-source-map: 1.8.0
debug: 4.3.4
gensync: 1.0.0-beta.2
@@ -138,253 +138,253 @@ packages:
- supports-color
dev: true
- /@babel/generator/7.18.2:
- resolution: {integrity:
sha512-W1lG5vUwFvfMd8HVXqdfbuG7RuaSrTCCD8cl8fP8wOivdbtbIg2Db3IWUcgvfxKbbn6ZBGYRW/Zk1MIwK49mgw==}
+ /@babel/generator/7.18.7:
+ resolution: {integrity:
sha512-shck+7VLlY72a2w9c3zYWuE1pwOKEiQHV7GTUbSnhyl5eu3i04t30tBY82ZRWrDfo3gkakCFtevExnxbkf2a3A==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.18.4
- '@jridgewell/gen-mapping': 0.3.1
+ '@babel/types': 7.18.7
+ '@jridgewell/gen-mapping': 0.3.2
jsesc: 2.5.2
dev: true
- /@babel/helper-annotate-as-pure/7.16.7:
- resolution: {integrity:
sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw==}
+ /@babel/helper-annotate-as-pure/7.18.6:
+ resolution: {integrity:
sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.18.4
+ '@babel/types': 7.18.7
dev: true
- /@babel/helper-compilation-targets/7.18.2_@[email protected]:
- resolution: {integrity:
sha512-s1jnPotJS9uQnzFtiZVBUxe67CuBa679oWFHpxYYnTpRL/1ffhyX44R9uYiXoa/pLXcY9H2moJta0iaanlk/rQ==}
+ /@babel/helper-compilation-targets/7.18.6_@[email protected]:
+ resolution: {integrity:
sha512-vFjbfhNCzqdeAtZflUFrG5YIFqGTqsctrtkZ1D/NB0mDW9TwW3GmmUepYY4G9wCET5rY5ugz4OGTcLd614IzQg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/compat-data': 7.17.10
- '@babel/core': 7.18.2
- '@babel/helper-validator-option': 7.16.7
- browserslist: 4.20.3
+ '@babel/compat-data': 7.18.6
+ '@babel/core': 7.18.6
+ '@babel/helper-validator-option': 7.18.6
+ browserslist: 4.21.1
semver: 6.3.0
dev: true
- /@babel/helper-create-class-features-plugin/7.18.0_@[email protected]:
- resolution: {integrity:
sha512-Kh8zTGR9de3J63e5nS0rQUdRs/kbtwoeQQ0sriS0lItjC96u8XXZN6lKpuyWd2coKSU13py/y+LTmThLuVX0Pg==}
+ /@babel/helper-create-class-features-plugin/7.18.6_@[email protected]:
+ resolution: {integrity:
sha512-YfDzdnoxHGV8CzqHGyCbFvXg5QESPFkXlHtvdCkesLjjVMT2Adxe4FGUR5ChIb3DxSaXO12iIOCWoXdsUVwnqw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.18.2
- '@babel/helper-annotate-as-pure': 7.16.7
- '@babel/helper-environment-visitor': 7.18.2
- '@babel/helper-function-name': 7.17.9
- '@babel/helper-member-expression-to-functions': 7.17.7
- '@babel/helper-optimise-call-expression': 7.16.7
- '@babel/helper-replace-supers': 7.18.2
- '@babel/helper-split-export-declaration': 7.16.7
+ '@babel/core': 7.18.6
+ '@babel/helper-annotate-as-pure': 7.18.6
+ '@babel/helper-environment-visitor': 7.18.6
+ '@babel/helper-function-name': 7.18.6
+ '@babel/helper-member-expression-to-functions': 7.18.6
+ '@babel/helper-optimise-call-expression': 7.18.6
+ '@babel/helper-replace-supers': 7.18.6
+ '@babel/helper-split-export-declaration': 7.18.6
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/helper-environment-visitor/7.18.2:
- resolution: {integrity:
sha512-14GQKWkX9oJzPiQQ7/J36FTXcD4kSp8egKjO9nINlSKiHITRA9q/R74qu8S9xlc/b/yjsJItQUeeh3xnGN0voQ==}
+ /@babel/helper-environment-visitor/7.18.6:
+ resolution: {integrity:
sha512-8n6gSfn2baOY+qlp+VSzsosjCVGFqWKmDF0cCWOybh52Dw3SEyoWR1KrhMJASjLwIEkkAufZ0xvr+SxLHSpy2Q==}
engines: {node: '>=6.9.0'}
dev: true
- /@babel/helper-function-name/7.17.9:
- resolution: {integrity:
sha512-7cRisGlVtiVqZ0MW0/yFB4atgpGLWEHUVYnb448hZK4x+vih0YO5UoS11XIYtZYqHd0dIPMdUSv8q5K4LdMnIg==}
+ /@babel/helper-function-name/7.18.6:
+ resolution: {integrity:
sha512-0mWMxV1aC97dhjCah5U5Ua7668r5ZmSC2DLfH2EZnf9c3/dHZKiFa5pRLMH5tjSl471tY6496ZWk/kjNONBxhw==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/template': 7.16.7
- '@babel/types': 7.18.4
+ '@babel/template': 7.18.6
+ '@babel/types': 7.18.7
dev: true
- /@babel/helper-hoist-variables/7.16.7:
- resolution: {integrity:
sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==}
+ /@babel/helper-hoist-variables/7.18.6:
+ resolution: {integrity:
sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.18.4
+ '@babel/types': 7.18.7
dev: true
- /@babel/helper-member-expression-to-functions/7.17.7:
- resolution: {integrity:
sha512-thxXgnQ8qQ11W2wVUObIqDL4p148VMxkt5T/qpN5k2fboRyzFGFmKsTGViquyM5QHKUy48OZoca8kw4ajaDPyw==}
+ /@babel/helper-member-expression-to-functions/7.18.6:
+ resolution: {integrity:
sha512-CeHxqwwipekotzPDUuJOfIMtcIHBuc7WAzLmTYWctVigqS5RktNMQ5bEwQSuGewzYnCtTWa3BARXeiLxDTv+Ng==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.18.4
+ '@babel/types': 7.18.7
dev: true
- /@babel/helper-module-imports/7.16.7:
- resolution: {integrity:
sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==}
+ /@babel/helper-module-imports/7.18.6:
+ resolution: {integrity:
sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.18.4
+ '@babel/types': 7.18.7
dev: true
- /@babel/helper-module-transforms/7.18.0:
- resolution: {integrity:
sha512-kclUYSUBIjlvnzN2++K9f2qzYKFgjmnmjwL4zlmU5f8ZtzgWe8s0rUPSTGy2HmK4P8T52MQsS+HTQAgZd3dMEA==}
+ /@babel/helper-module-transforms/7.18.6:
+ resolution: {integrity:
sha512-L//phhB4al5uucwzlimruukHB3jRd5JGClwRMD/ROrVjXfLqovYnvQrK/JK36WYyVwGGO7OD3kMyVTjx+WVPhw==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/helper-environment-visitor': 7.18.2
- '@babel/helper-module-imports': 7.16.7
- '@babel/helper-simple-access': 7.18.2
- '@babel/helper-split-export-declaration': 7.16.7
- '@babel/helper-validator-identifier': 7.16.7
- '@babel/template': 7.16.7
- '@babel/traverse': 7.18.2
- '@babel/types': 7.18.4
+ '@babel/helper-environment-visitor': 7.18.6
+ '@babel/helper-module-imports': 7.18.6
+ '@babel/helper-simple-access': 7.18.6
+ '@babel/helper-split-export-declaration': 7.18.6
+ '@babel/helper-validator-identifier': 7.18.6
+ '@babel/template': 7.18.6
+ '@babel/traverse': 7.18.6
+ '@babel/types': 7.18.7
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/helper-optimise-call-expression/7.16.7:
- resolution: {integrity:
sha512-EtgBhg7rd/JcnpZFXpBy0ze1YRfdm7BnBX4uKMBd3ixa3RGAE002JZB66FJyNH7g0F38U05pXmA5P8cBh7z+1w==}
+ /@babel/helper-optimise-call-expression/7.18.6:
+ resolution: {integrity:
sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.18.4
+ '@babel/types': 7.18.7
dev: true
- /@babel/helper-plugin-utils/7.17.12:
- resolution: {integrity:
sha512-JDkf04mqtN3y4iAbO1hv9U2ARpPyPL1zqyWs/2WG1pgSq9llHFjStX5jdxb84himgJm+8Ng+x0oiWF/nw/XQKA==}
+ /@babel/helper-plugin-utils/7.18.6:
+ resolution: {integrity:
sha512-gvZnm1YAAxh13eJdkb9EWHBnF3eAub3XTLCZEehHT2kWxiKVRL64+ae5Y6Ivne0mVHmMYKT+xWgZO+gQhuLUBg==}
engines: {node: '>=6.9.0'}
dev: true
- /@babel/helper-replace-supers/7.18.2:
- resolution: {integrity:
sha512-XzAIyxx+vFnrOxiQrToSUOzUOn0e1J2Li40ntddek1Y69AXUTXoDJ40/D5RdjFu7s7qHiaeoTiempZcbuVXh2Q==}
+ /@babel/helper-replace-supers/7.18.6:
+ resolution: {integrity:
sha512-fTf7zoXnUGl9gF25fXCWE26t7Tvtyn6H4hkLSYhATwJvw2uYxd3aoXplMSe0g9XbwK7bmxNes7+FGO0rB/xC0g==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/helper-environment-visitor': 7.18.2
- '@babel/helper-member-expression-to-functions': 7.17.7
- '@babel/helper-optimise-call-expression': 7.16.7
- '@babel/traverse': 7.18.2
- '@babel/types': 7.18.4
+ '@babel/helper-environment-visitor': 7.18.6
+ '@babel/helper-member-expression-to-functions': 7.18.6
+ '@babel/helper-optimise-call-expression': 7.18.6
+ '@babel/traverse': 7.18.6
+ '@babel/types': 7.18.7
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/helper-simple-access/7.18.2:
- resolution: {integrity:
sha512-7LIrjYzndorDY88MycupkpQLKS1AFfsVRm2k/9PtKScSy5tZq0McZTj+DiMRynboZfIqOKvo03pmhTaUgiD6fQ==}
+ /@babel/helper-simple-access/7.18.6:
+ resolution: {integrity:
sha512-iNpIgTgyAvDQpDj76POqg+YEt8fPxx3yaNBg3S30dxNKm2SWfYhD0TGrK/Eu9wHpUW63VQU894TsTg+GLbUa1g==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.18.4
+ '@babel/types': 7.18.7
dev: true
- /@babel/helper-split-export-declaration/7.16.7:
- resolution: {integrity:
sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==}
+ /@babel/helper-split-export-declaration/7.18.6:
+ resolution: {integrity:
sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.18.4
+ '@babel/types': 7.18.7
dev: true
- /@babel/helper-validator-identifier/7.16.7:
- resolution: {integrity:
sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==}
+ /@babel/helper-validator-identifier/7.18.6:
+ resolution: {integrity:
sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==}
engines: {node: '>=6.9.0'}
- /@babel/helper-validator-option/7.16.7:
- resolution: {integrity:
sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==}
+ /@babel/helper-validator-option/7.18.6:
+ resolution: {integrity:
sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==}
engines: {node: '>=6.9.0'}
dev: true
- /@babel/helpers/7.18.2:
- resolution: {integrity:
sha512-j+d+u5xT5utcQSzrh9p+PaJX94h++KN+ng9b9WEJq7pkUPAd61FGqhjuUEdfknb3E/uDBb7ruwEeKkIxNJPIrg==}
+ /@babel/helpers/7.18.6:
+ resolution: {integrity:
sha512-vzSiiqbQOghPngUYt/zWGvK3LAsPhz55vc9XNN0xAl2gV4ieShI2OQli5duxWHD+72PZPTKAcfcZDE1Cwc5zsQ==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/template': 7.16.7
- '@babel/traverse': 7.18.2
- '@babel/types': 7.18.4
+ '@babel/template': 7.18.6
+ '@babel/traverse': 7.18.6
+ '@babel/types': 7.18.7
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/highlight/7.17.12:
- resolution: {integrity:
sha512-7yykMVF3hfZY2jsHZEEgLc+3x4o1O+fYyULu11GynEUQNwB6lua+IIQn1FiJxNucd5UlyJryrwsOh8PL9Sn8Qg==}
+ /@babel/highlight/7.18.6:
+ resolution: {integrity:
sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/helper-validator-identifier': 7.16.7
+ '@babel/helper-validator-identifier': 7.18.6
chalk: 2.4.2
js-tokens: 4.0.0
dev: true
- /@babel/parser/7.18.4:
- resolution: {integrity:
sha512-FDge0dFazETFcxGw/EXzOkN8uJp0PC7Qbm+Pe9T+av2zlBpOgunFHkQPPn+eRuClU73JF+98D531UgayY89tow==}
+ /@babel/parser/7.18.6:
+ resolution: {integrity:
sha512-uQVSa9jJUe/G/304lXspfWVpKpK4euFLgGiMQFOCpM/bgcAdeoHwi/OQz23O9GK2osz26ZiXRRV9aV+Yl1O8tw==}
engines: {node: '>=6.0.0'}
hasBin: true
dependencies:
- '@babel/types': 7.18.4
+ '@babel/types': 7.18.7
- /@babel/plugin-syntax-import-meta/7.10.4_@[email protected]:
+ /@babel/plugin-syntax-import-meta/7.10.4_@[email protected]:
resolution: {integrity:
sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.18.2
- '@babel/helper-plugin-utils': 7.17.12
+ '@babel/core': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
dev: true
- /@babel/plugin-syntax-jsx/7.17.12_@[email protected]:
- resolution: {integrity:
sha512-spyY3E3AURfxh/RHtjx5j6hs8am5NbUBGfcZ2vB3uShSpZdQyXSf5rR5Mk76vbtlAZOelyVQ71Fg0x9SG4fsog==}
+ /@babel/plugin-syntax-jsx/7.18.6_@[email protected]:
+ resolution: {integrity:
sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.18.2
- '@babel/helper-plugin-utils': 7.17.12
+ '@babel/core': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
dev: true
- /@babel/plugin-syntax-typescript/7.17.12_@[email protected]:
- resolution: {integrity:
sha512-TYY0SXFiO31YXtNg3HtFwNJHjLsAyIIhAhNWkQ5whPPS7HWUFlg9z0Ta4qAQNjQbP1wsSt/oKkmZ/4/WWdMUpw==}
+ /@babel/plugin-syntax-typescript/7.18.6_@[email protected]:
+ resolution: {integrity:
sha512-mAWAuq4rvOepWCBid55JuRNvpTNf2UGVgoz4JV0fXEKolsVZDzsa4NqCef758WZJj/GDu0gVGItjKFiClTAmZA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.18.2
- '@babel/helper-plugin-utils': 7.17.12
+ '@babel/core': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
dev: true
- /@babel/plugin-transform-typescript/7.18.4_@[email protected]:
- resolution: {integrity:
sha512-l4vHuSLUajptpHNEOUDEGsnpl9pfRLsN1XUoDQDD/YBuXTM+v37SHGS+c6n4jdcZy96QtuUuSvZYMLSSsjH8Mw==}
+ /@babel/plugin-transform-typescript/7.18.6_@[email protected]:
+ resolution: {integrity:
sha512-ijHNhzIrLj5lQCnI6aaNVRtGVuUZhOXFLRVFs7lLrkXTHip4FKty5oAuQdk4tywG0/WjXmjTfQCWmuzrvFer1w==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.18.2
- '@babel/helper-create-class-features-plugin': 7.18.0_@[email protected]
- '@babel/helper-plugin-utils': 7.17.12
- '@babel/plugin-syntax-typescript': 7.17.12_@[email protected]
+ '@babel/core': 7.18.6
+ '@babel/helper-create-class-features-plugin': 7.18.6_@[email protected]
+ '@babel/helper-plugin-utils': 7.18.6
+ '@babel/plugin-syntax-typescript': 7.18.6_@[email protected]
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/template/7.16.7:
- resolution: {integrity:
sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==}
+ /@babel/template/7.18.6:
+ resolution: {integrity:
sha512-JoDWzPe+wgBsTTgdnIma3iHNFC7YVJoPssVBDjiHfNlyt4YcunDtcDOUmfVDfCK5MfdsaIoX9PkijPhjH3nYUw==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/code-frame': 7.16.7
- '@babel/parser': 7.18.4
- '@babel/types': 7.18.4
+ '@babel/code-frame': 7.18.6
+ '@babel/parser': 7.18.6
+ '@babel/types': 7.18.7
dev: true
- /@babel/traverse/7.18.2:
- resolution: {integrity:
sha512-9eNwoeovJ6KH9zcCNnENY7DMFwTU9JdGCFtqNLfUAqtUHRCOsTOqWoffosP8vKmNYeSBUv3yVJXjfd8ucwOjUA==}
+ /@babel/traverse/7.18.6:
+ resolution: {integrity:
sha512-zS/OKyqmD7lslOtFqbscH6gMLFYOfG1YPqCKfAW5KrTeolKqvB8UelR49Fpr6y93kYkW2Ik00mT1LOGiAGvizw==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/code-frame': 7.16.7
- '@babel/generator': 7.18.2
- '@babel/helper-environment-visitor': 7.18.2
- '@babel/helper-function-name': 7.17.9
- '@babel/helper-hoist-variables': 7.16.7
- '@babel/helper-split-export-declaration': 7.16.7
- '@babel/parser': 7.18.4
- '@babel/types': 7.18.4
+ '@babel/code-frame': 7.18.6
+ '@babel/generator': 7.18.7
+ '@babel/helper-environment-visitor': 7.18.6
+ '@babel/helper-function-name': 7.18.6
+ '@babel/helper-hoist-variables': 7.18.6
+ '@babel/helper-split-export-declaration': 7.18.6
+ '@babel/parser': 7.18.6
+ '@babel/types': 7.18.7
debug: 4.3.4
globals: 11.12.0
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/types/7.18.4:
- resolution: {integrity:
sha512-ThN1mBcMq5pG/Vm2IcBmPPfyPXbd8S02rS+OBIDENdufvqC7Z/jHPCv9IcP01277aKtDI8g/2XysBN4hA8niiw==}
+ /@babel/types/7.18.7:
+ resolution: {integrity:
sha512-QG3yxTcTIBoAcQmkCs+wAPYZhu7Dk9rXKacINfNbdJDNERTbLQbHGyVG8q/YGMPeCJRIhSY0+fTc5+xuh6WPSQ==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/helper-validator-identifier': 7.16.7
+ '@babel/helper-validator-identifier': 7.18.6
to-fast-properties: 2.0.0
/@css-render/plugin-bem/[email protected]:
@@ -395,12 +395,12 @@ packages:
css-render: 0.15.10
dev: false
- /@css-render/vue3-ssr/[email protected]:
+ /@css-render/vue3-ssr/[email protected]:
resolution: {integrity:
sha512-keGKnkB2nyVGoA8GezMKNsmvTGXEzgLOGGlgshwOTSEzd1dsROyZ2m/khJ9jV5zbzDM4rWeAWbWF0zwHemsJcw==}
peerDependencies:
vue: ^3.0.11
dependencies:
- vue: 3.2.36
+ vue: 3.2.37
dev: false
/@emotion/hash/0.8.0:
@@ -499,38 +499,38 @@ packages:
resolution: {integrity:
sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==}
engines: {node: '>=6.0.0'}
dependencies:
- '@jridgewell/set-array': 1.1.1
- '@jridgewell/sourcemap-codec': 1.4.13
+ '@jridgewell/set-array': 1.1.2
+ '@jridgewell/sourcemap-codec': 1.4.14
dev: true
- /@jridgewell/gen-mapping/0.3.1:
- resolution: {integrity:
sha512-GcHwniMlA2z+WFPWuY8lp3fsza0I8xPFMWL5+n8LYyP6PSvPrXf4+n8stDHZY2DM0zy9sVkRDy1jDI4XGzYVqg==}
+ /@jridgewell/gen-mapping/0.3.2:
+ resolution: {integrity:
sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==}
engines: {node: '>=6.0.0'}
dependencies:
- '@jridgewell/set-array': 1.1.1
- '@jridgewell/sourcemap-codec': 1.4.13
- '@jridgewell/trace-mapping': 0.3.13
+ '@jridgewell/set-array': 1.1.2
+ '@jridgewell/sourcemap-codec': 1.4.14
+ '@jridgewell/trace-mapping': 0.3.14
dev: true
- /@jridgewell/resolve-uri/3.0.7:
- resolution: {integrity:
sha512-8cXDaBBHOr2pQ7j77Y6Vp5VDT2sIqWyWQ56TjEq4ih/a4iST3dItRe8Q9fp0rrIl9DoKhWQtUQz/YpOxLkXbNA==}
+ /@jridgewell/resolve-uri/3.0.8:
+ resolution: {integrity:
sha512-YK5G9LaddzGbcucK4c8h5tWFmMPBvRZ/uyWmN1/SbBdIvqGUdWGkJ5BAaccgs6XbzVLsqbPJrBSFwKv3kT9i7w==}
engines: {node: '>=6.0.0'}
dev: true
- /@jridgewell/set-array/1.1.1:
- resolution: {integrity:
sha512-Ct5MqZkLGEXTVmQYbGtx9SVqD2fqwvdubdps5D3djjAkgkKwT918VNOz65pEHFaYTeWcukmJmH5SwsA9Tn2ObQ==}
+ /@jridgewell/set-array/1.1.2:
+ resolution: {integrity:
sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==}
engines: {node: '>=6.0.0'}
dev: true
- /@jridgewell/sourcemap-codec/1.4.13:
- resolution: {integrity:
sha512-GryiOJmNcWbovBxTfZSF71V/mXbgcV3MewDe3kIMCLyIh5e7SKAeUZs+rMnJ8jkMolZ/4/VsdBmMrw3l+VdZ3w==}
+ /@jridgewell/sourcemap-codec/1.4.14:
+ resolution: {integrity:
sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==}
dev: true
- /@jridgewell/trace-mapping/0.3.13:
- resolution: {integrity:
sha512-o1xbKhp9qnIAoHJSWd6KlCZfqslL4valSF81H8ImioOAxluWYWOpWkpyktY2vnt4tbrX9XYaxovq6cgowaJp2w==}
+ /@jridgewell/trace-mapping/0.3.14:
+ resolution: {integrity:
sha512-bJWEfQ9lPTvm3SneWwRFVLzrh6nhjwqw7TUFFBEMzwvg7t7PCDenf2lDwqo4NQXzdpgBXyFgDWnQA+2vkruksQ==}
dependencies:
- '@jridgewell/resolve-uri': 3.0.7
- '@jridgewell/sourcemap-codec': 1.4.13
+ '@jridgewell/resolve-uri': 3.0.8
+ '@jridgewell/sourcemap-codec': 1.4.14
dev: true
/@juggle/resize-observer/3.3.1:
@@ -590,15 +590,24 @@ packages:
/@types/lodash/4.14.182:
resolution: {integrity:
sha512-/THyiqyQAP9AfARo4pF+aCGcyiQ94tX/Is2I7HofNRqoYLgN1PBoOWu2/zTA5zMxzP5EFutMtWtGAFRKUe961Q==}
- /@types/node/17.0.38:
- resolution: {integrity:
sha512-5jY9RhV7c0Z4Jy09G+NIDTsCZ5G0L5n+Z+p+Y7t5VJHM30bgwzSjVtlcBxqAj+6L/swIlvtOSzr8rBk/aNyV2g==}
+ /@types/node/17.0.45:
+ resolution: {integrity:
sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==}
+ dev: false
+
+ /@types/node/18.0.0:
+ resolution: {integrity:
sha512-cHlGmko4gWLVI27cGJntjs/Sj8th9aYwplmZFwmmgYQQvL5NUsgVJG7OddLvNfLqYS31KFN0s3qlaD9qCaxACA==}
+ dev: true
/@types/nprogress/0.2.0:
resolution: {integrity:
sha512-1cYJrqq9GezNFPsWTZpFut/d4CjpZqA0vhqDUPFWYKF1oIyBz5qnoYMzR+0C/T96t3ebLAC1SSnwrVOm5/j74A==}
dev: true
- /@typescript-eslint/eslint-plugin/5.27.0_dszb5tb7atwkjjijmmov4qhi7i:
- resolution: {integrity:
sha512-DDrIA7GXtmHXr1VCcx9HivA39eprYBIFxbQEHI6NyraRDxCGpxAFiYQAT/1Y0vh1C+o2vfBiy4IuPoXxtTZCAQ==}
+ /@types/web-bluetooth/0.0.14:
+ resolution: {integrity:
sha512-5d2RhCard1nQUC3aHcq/gHzWYO6K0WJmAbjO7mQJgCQKtZpgXxv1rOM6O/dBDhDYYVutk1sciOgNSe+5YyfM8A==}
+ dev: false
+
+ /@typescript-eslint/eslint-plugin/5.30.0_5mtqsiui4sk53pmkx7i7ue45wm:
+ resolution: {integrity:
sha512-lvhRJ2pGe2V9MEU46ELTdiHgiAFZPKtLhiU5wlnaYpMc2+c1R8fh8i80ZAa665drvjHKUJyRRGg3gEm1If54ow==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
'@typescript-eslint/parser': ^5.0.0
@@ -608,24 +617,24 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/parser': 5.27.0_xztl6dhthcahlo6akmb2bmjmle
- '@typescript-eslint/scope-manager': 5.27.0
- '@typescript-eslint/type-utils': 5.27.0_xztl6dhthcahlo6akmb2bmjmle
- '@typescript-eslint/utils': 5.27.0_xztl6dhthcahlo6akmb2bmjmle
+ '@typescript-eslint/parser': 5.30.0_b5e7v2qnwxfo6hmiq56u52mz3e
+ '@typescript-eslint/scope-manager': 5.30.0
+ '@typescript-eslint/type-utils': 5.30.0_b5e7v2qnwxfo6hmiq56u52mz3e
+ '@typescript-eslint/utils': 5.30.0_b5e7v2qnwxfo6hmiq56u52mz3e
debug: 4.3.4
- eslint: 8.16.0
+ eslint: 8.18.0
functional-red-black-tree: 1.0.1
ignore: 5.2.0
regexpp: 3.2.0
semver: 7.3.7
- tsutils: [email protected]
- typescript: 4.7.2
+ tsutils: [email protected]
+ typescript: 4.7.4
transitivePeerDependencies:
- supports-color
dev: true
- /@typescript-eslint/parser/5.27.0_xztl6dhthcahlo6akmb2bmjmle:
- resolution: {integrity:
sha512-8oGjQF46c52l7fMiPPvX4It3u3V3JipssqDfHQ2hcR0AeR8Zge+OYyKUCm5b70X72N1qXt0qgHenwN6Gc2SXZA==}
+ /@typescript-eslint/parser/5.30.0_b5e7v2qnwxfo6hmiq56u52mz3e:
+ resolution: {integrity:
sha512-2oYYUws5o2liX6SrFQ5RB88+PuRymaM2EU02/9Ppoyu70vllPnHVO7ioxDdq/ypXHA277R04SVjxvwI8HmZpzA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
@@ -634,26 +643,26 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/scope-manager': 5.27.0
- '@typescript-eslint/types': 5.27.0
- '@typescript-eslint/typescript-estree': [email protected]
+ '@typescript-eslint/scope-manager': 5.30.0
+ '@typescript-eslint/types': 5.30.0
+ '@typescript-eslint/typescript-estree': [email protected]
debug: 4.3.4
- eslint: 8.16.0
- typescript: 4.7.2
+ eslint: 8.18.0
+ typescript: 4.7.4
transitivePeerDependencies:
- supports-color
dev: true
- /@typescript-eslint/scope-manager/5.27.0:
- resolution: {integrity:
sha512-VnykheBQ/sHd1Vt0LJ1JLrMH1GzHO+SzX6VTXuStISIsvRiurue/eRkTqSrG0CexHQgKG8shyJfR4o5VYioB9g==}
+ /@typescript-eslint/scope-manager/5.30.0:
+ resolution: {integrity:
sha512-3TZxvlQcK5fhTBw5solQucWSJvonXf5yua5nx8OqK94hxdrT7/6W3/CS42MLd/f1BmlmmbGEgQcTHHCktUX5bQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
- '@typescript-eslint/types': 5.27.0
- '@typescript-eslint/visitor-keys': 5.27.0
+ '@typescript-eslint/types': 5.30.0
+ '@typescript-eslint/visitor-keys': 5.30.0
dev: true
- /@typescript-eslint/type-utils/5.27.0_xztl6dhthcahlo6akmb2bmjmle:
- resolution: {integrity:
sha512-vpTvRRchaf628Hb/Xzfek+85o//zEUotr1SmexKvTfs7czXfYjXVT/a5yDbpzLBX1rhbqxjDdr1Gyo0x1Fc64g==}
+ /@typescript-eslint/type-utils/5.30.0_b5e7v2qnwxfo6hmiq56u52mz3e:
+ resolution: {integrity:
sha512-GF8JZbZqSS+azehzlv/lmQQ3EU3VfWYzCczdZjJRxSEeXDQkqFhCBgFhallLDbPwQOEQ4MHpiPfkjKk7zlmeNg==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: '*'
@@ -662,22 +671,22 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/utils': 5.27.0_xztl6dhthcahlo6akmb2bmjmle
+ '@typescript-eslint/utils': 5.30.0_b5e7v2qnwxfo6hmiq56u52mz3e
debug: 4.3.4
- eslint: 8.16.0
- tsutils: [email protected]
- typescript: 4.7.2
+ eslint: 8.18.0
+ tsutils: [email protected]
+ typescript: 4.7.4
transitivePeerDependencies:
- supports-color
dev: true
- /@typescript-eslint/types/5.27.0:
- resolution: {integrity:
sha512-lY6C7oGm9a/GWhmUDOs3xAVRz4ty/XKlQ2fOLr8GAIryGn0+UBOoJDWyHer3UgrHkenorwvBnphhP+zPmzmw0A==}
+ /@typescript-eslint/types/5.30.0:
+ resolution: {integrity:
sha512-vfqcBrsRNWw/LBXyncMF/KrUTYYzzygCSsVqlZ1qGu1QtGs6vMkt3US0VNSQ05grXi5Yadp3qv5XZdYLjpp8ag==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true
- /@typescript-eslint/typescript-estree/[email protected]:
- resolution: {integrity:
sha512-QywPMFvgZ+MHSLRofLI7BDL+UczFFHyj0vF5ibeChDAJgdTV8k4xgEwF0geFhVlPc1p8r70eYewzpo6ps+9LJQ==}
+ /@typescript-eslint/typescript-estree/[email protected]:
+ resolution: {integrity:
sha512-hDEawogreZB4n1zoqcrrtg/wPyyiCxmhPLpZ6kmWfKF5M5G0clRLaEexpuWr31fZ42F96SlD/5xCt1bT5Qm4Nw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
typescript: '*'
@@ -685,41 +694,41 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/types': 5.27.0
- '@typescript-eslint/visitor-keys': 5.27.0
+ '@typescript-eslint/types': 5.30.0
+ '@typescript-eslint/visitor-keys': 5.30.0
debug: 4.3.4
globby: 11.1.0
is-glob: 4.0.3
semver: 7.3.7
- tsutils: [email protected]
- typescript: 4.7.2
+ tsutils: [email protected]
+ typescript: 4.7.4
transitivePeerDependencies:
- supports-color
dev: true
- /@typescript-eslint/utils/5.27.0_xztl6dhthcahlo6akmb2bmjmle:
- resolution: {integrity:
sha512-nZvCrkIJppym7cIbP3pOwIkAefXOmfGPnCM0LQfzNaKxJHI6VjI8NC662uoiPlaf5f6ymkTy9C3NQXev2mdXmA==}
+ /@typescript-eslint/utils/5.30.0_b5e7v2qnwxfo6hmiq56u52mz3e:
+ resolution: {integrity:
sha512-0bIgOgZflLKIcZsWvfklsaQTM3ZUbmtH0rJ1hKyV3raoUYyeZwcjQ8ZUJTzS7KnhNcsVT1Rxs7zeeMHEhGlltw==}
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.11
- '@typescript-eslint/scope-manager': 5.27.0
- '@typescript-eslint/types': 5.27.0
- '@typescript-eslint/typescript-estree': [email protected]
- eslint: 8.16.0
+ '@typescript-eslint/scope-manager': 5.30.0
+ '@typescript-eslint/types': 5.30.0
+ '@typescript-eslint/typescript-estree': [email protected]
+ eslint: 8.18.0
eslint-scope: 5.1.1
- eslint-utils: [email protected]
+ eslint-utils: [email protected]
transitivePeerDependencies:
- supports-color
- typescript
dev: true
- /@typescript-eslint/visitor-keys/5.27.0:
- resolution: {integrity:
sha512-46cYrteA2MrIAjv9ai44OQDUoCZyHeGIc4lsjCUX2WT6r4C+kidz1bNiR4017wHOPUythYeH+Sc7/cFP97KEAA==}
+ /@typescript-eslint/visitor-keys/5.30.0:
+ resolution: {integrity:
sha512-6WcIeRk2DQ3pHKxU1Ni0qMXJkjO/zLjBymlYBy/53qxe7yjEFSvzKLDToJjURUhSl2Fzhkl4SMXQoETauF74cw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
- '@typescript-eslint/types': 5.27.0
+ '@typescript-eslint/types': 5.30.0
eslint-visitor-keys: 3.3.0
dev: true
@@ -731,69 +740,69 @@ packages:
resolution: {integrity:
sha512-Cf5zznh4yNMiEMBfTOztaDVDmK1XXfgxClzOSUVUc8WAmHzogrCUeM8B05ABzuGtg0D1amfng+mUmSIOFGP3Pw==}
engines: {node: '>=12.0.0'}
dependencies:
- '@babel/core': 7.18.2
- '@babel/plugin-syntax-import-meta': 7.10.4_@[email protected]
- '@babel/plugin-transform-typescript': 7.18.4_@[email protected]
+ '@babel/core': 7.18.6
+ '@babel/plugin-syntax-import-meta': 7.10.4_@[email protected]
+ '@babel/plugin-transform-typescript': 7.18.6_@[email protected]
'@rollup/pluginutils': 4.2.1
- '@vue/babel-plugin-jsx': 1.1.1_@[email protected]
+ '@vue/babel-plugin-jsx': 1.1.1_@[email protected]
hash-sum: 2.0.0
transitivePeerDependencies:
- supports-color
dev: true
- /@vitejs/plugin-vue/[email protected][email protected]:
+ /@vitejs/plugin-vue/[email protected][email protected]:
resolution: {integrity:
sha512-SmQLDyhz+6lGJhPELsBdzXGc+AcaT8stgkbiTFGpXPe8Tl1tJaBw1A6pxDqDuRsVkD8uscrkx3hA7QDOoKYtyw==}
engines: {node: '>=12.0.0'}
peerDependencies:
vite: ^2.5.10
vue: ^3.2.25
dependencies:
- vite: [email protected]
- vue: 3.2.36
+ vite: [email protected]
+ vue: 3.2.37
dev: true
- /@volar/code-gen/0.35.2:
- resolution: {integrity:
sha512-MoZHuNnPfUWnCNkQUI5+U+gvLTxrU+XlCTusdNOTFYUUAa+M68MH0RxFIS9Ybj4uAUWTcZx0Ow1q5t/PZozo+Q==}
+ /@volar/code-gen/0.38.2:
+ resolution: {integrity:
sha512-H81I6d7rZB7teqL+zhK/Xz1v0/kKkUwkB0Aq6b4+BTCqcJeiZkoWxd0gFhrhWTnUoqiM83lhoTGo2vkvx5YagQ==}
dependencies:
- '@volar/source-map': 0.35.2
+ '@volar/source-map': 0.38.2
dev: true
- /@volar/source-map/0.35.2:
- resolution: {integrity:
sha512-PFHh9wN/qMkOWYyvmB8ckvIzolrpNOvK5EBdxxdTpiPJhfYjW82rMDBnYf6RxCe7yQxrUrmve6BWVO7flxWNVQ==}
+ /@volar/source-map/0.38.2:
+ resolution: {integrity:
sha512-DWcYbYt9SPwk0r4VmXk1F0v4X5+hCqH1JRkAWSeJymQyXCQ2OQDEbY2PF12a7y2qn4FUBD2gOba2TynAqI8ZFQ==}
dev: true
- /@volar/vue-code-gen/0.35.2:
- resolution: {integrity:
sha512-8H6P8EtN06eSVGjtcJhGqZzFIg6/nWoHVOlnhc5vKqC7tXwpqPbyMQae0tO7pLBd5qSb/dYU5GQcBAHsi2jgyA==}
+ /@volar/vue-code-gen/0.38.2:
+ resolution: {integrity:
sha512-whLunD6phSGWBUHZKdTxeglrpzQu26ii8CRVapFdjfyMaVhQ7ESNeIAhkTVyg2ovOPc0PiDYPQEPzfWAADIWog==}
dependencies:
- '@volar/code-gen': 0.35.2
- '@volar/source-map': 0.35.2
- '@vue/compiler-core': 3.2.36
- '@vue/compiler-dom': 3.2.36
- '@vue/shared': 3.2.36
+ '@volar/code-gen': 0.38.2
+ '@volar/source-map': 0.38.2
+ '@vue/compiler-core': 3.2.37
+ '@vue/compiler-dom': 3.2.37
+ '@vue/shared': 3.2.37
dev: true
- /@volar/vue-typescript/0.35.2:
- resolution: {integrity:
sha512-PZI6Urb+Vr5Dvgf9xysM8X7TP09inWDy1wjDtprBoBhxS7r0Dg3V0qZuJa7sSGz7M0QMa5R/CBaZPhlxFCfJBw==}
+ /@volar/vue-typescript/0.38.2:
+ resolution: {integrity:
sha512-5IKvSK2m5yUmH6iu/tNScVlvJGuiHawTfSmjxaMs+/tod25WeK37LEdf+pdKtlJ30bYTQmmkAuEfG01QvvBRGQ==}
dependencies:
- '@volar/code-gen': 0.35.2
- '@volar/source-map': 0.35.2
- '@volar/vue-code-gen': 0.35.2
- '@vue/compiler-sfc': 3.2.36
- '@vue/reactivity': 3.2.36
+ '@volar/code-gen': 0.38.2
+ '@volar/source-map': 0.38.2
+ '@volar/vue-code-gen': 0.38.2
+ '@vue/compiler-sfc': 3.2.37
+ '@vue/reactivity': 3.2.37
dev: true
/@vue/babel-helper-vue-transform-on/1.0.2:
resolution: {integrity:
sha512-hz4R8tS5jMn8lDq6iD+yWL6XNB699pGIVLk7WSJnn1dbpjaazsjZQkieJoRX6gW5zpYSCFqQ7jUquPNY65tQYA==}
dev: true
- /@vue/babel-plugin-jsx/1.1.1_@[email protected]:
+ /@vue/babel-plugin-jsx/1.1.1_@[email protected]:
resolution: {integrity:
sha512-j2uVfZjnB5+zkcbc/zsOc0fSNGCMMjaEXP52wdwdIfn0qjFfEYpYZBFKFg+HHnQeJCVrjOeO0YxgaL7DMrym9w==}
dependencies:
- '@babel/helper-module-imports': 7.16.7
- '@babel/plugin-syntax-jsx': 7.17.12_@[email protected]
- '@babel/template': 7.16.7
- '@babel/traverse': 7.18.2
- '@babel/types': 7.18.4
+ '@babel/helper-module-imports': 7.18.6
+ '@babel/plugin-syntax-jsx': 7.18.6_@[email protected]
+ '@babel/template': 7.18.6
+ '@babel/traverse': 7.18.6
+ '@babel/types': 7.18.7
'@vue/babel-helper-vue-transform-on': 1.0.2
camelcase: 6.3.0
html-tags: 3.2.0
@@ -803,85 +812,85 @@ packages:
- supports-color
dev: true
- /@vue/compiler-core/3.2.36:
- resolution: {integrity:
sha512-bbyZM5hvBicv0PW3KUfVi+x3ylHnfKG7DOn5wM+f2OztTzTjLEyBb/5yrarIYpmnGitVGbjZqDbODyW4iK8hqw==}
+ /@vue/compiler-core/3.2.37:
+ resolution: {integrity:
sha512-81KhEjo7YAOh0vQJoSmAD68wLfYqJvoiD4ulyedzF+OEk/bk6/hx3fTNVfuzugIIaTrOx4PGx6pAiBRe5e9Zmg==}
dependencies:
- '@babel/parser': 7.18.4
- '@vue/shared': 3.2.36
+ '@babel/parser': 7.18.6
+ '@vue/shared': 3.2.37
estree-walker: 2.0.2
source-map: 0.6.1
- /@vue/compiler-dom/3.2.36:
- resolution: {integrity:
sha512-tcOTAOiW4s24QLnq+ON6J+GRONXJ+A/mqKCORi0LSlIh8XQlNnlm24y8xIL8la+ZDgkdbjarQ9ZqYSvEja6gVA==}
+ /@vue/compiler-dom/3.2.37:
+ resolution: {integrity:
sha512-yxJLH167fucHKxaqXpYk7x8z7mMEnXOw3G2q62FTkmsvNxu4FQSu5+3UMb+L7fjKa26DEzhrmCxAgFLLIzVfqQ==}
dependencies:
- '@vue/compiler-core': 3.2.36
- '@vue/shared': 3.2.36
+ '@vue/compiler-core': 3.2.37
+ '@vue/shared': 3.2.37
- /@vue/compiler-sfc/3.2.36:
- resolution: {integrity:
sha512-AvGb4bTj4W8uQ4BqaSxo7UwTEqX5utdRSMyHy58OragWlt8nEACQ9mIeQh3K4di4/SX+41+pJrLIY01lHAOFOA==}
+ /@vue/compiler-sfc/3.2.37:
+ resolution: {integrity:
sha512-+7i/2+9LYlpqDv+KTtWhOZH+pa8/HnX/905MdVmAcI/mPQOBwkHHIzrsEsucyOIZQYMkXUiTkmZq5am/NyXKkg==}
dependencies:
- '@babel/parser': 7.18.4
- '@vue/compiler-core': 3.2.36
- '@vue/compiler-dom': 3.2.36
- '@vue/compiler-ssr': 3.2.36
- '@vue/reactivity-transform': 3.2.36
- '@vue/shared': 3.2.36
+ '@babel/parser': 7.18.6
+ '@vue/compiler-core': 3.2.37
+ '@vue/compiler-dom': 3.2.37
+ '@vue/compiler-ssr': 3.2.37
+ '@vue/reactivity-transform': 3.2.37
+ '@vue/shared': 3.2.37
estree-walker: 2.0.2
magic-string: 0.25.9
postcss: 8.4.14
source-map: 0.6.1
- /@vue/compiler-ssr/3.2.36:
- resolution: {integrity:
sha512-+KugInUFRvOxEdLkZwE+W43BqHyhBh0jpYXhmqw1xGq2dmE6J9eZ8UUSOKNhdHtQ/iNLWWeK/wPZkVLUf3YGaw==}
+ /@vue/compiler-ssr/3.2.37:
+ resolution: {integrity:
sha512-7mQJD7HdXxQjktmsWp/J67lThEIcxLemz1Vb5I6rYJHR5vI+lON3nPGOH3ubmbvYGt8xEUaAr1j7/tIFWiEOqw==}
dependencies:
- '@vue/compiler-dom': 3.2.36
- '@vue/shared': 3.2.36
+ '@vue/compiler-dom': 3.2.37
+ '@vue/shared': 3.2.37
/@vue/devtools-api/6.1.4:
resolution: {integrity:
sha512-IiA0SvDrJEgXvVxjNkHPFfDx6SXw0b/TUkqMcDZWNg9fnCAHbTpoo59YfJ9QLFkwa3raau5vSlRVzMSLDnfdtQ==}
dev: false
- /@vue/reactivity-transform/3.2.36:
- resolution: {integrity:
sha512-Jk5o2BhpODC9XTA7o4EL8hSJ4JyrFWErLtClG3NH8wDS7ri9jBDWxI7/549T7JY9uilKsaNM+4pJASLj5dtRwA==}
+ /@vue/reactivity-transform/3.2.37:
+ resolution: {integrity:
sha512-IWopkKEb+8qpu/1eMKVeXrK0NLw9HicGviJzhJDEyfxTR9e1WtpnnbYkJWurX6WwoFP0sz10xQg8yL8lgskAZg==}
dependencies:
- '@babel/parser': 7.18.4
- '@vue/compiler-core': 3.2.36
- '@vue/shared': 3.2.36
+ '@babel/parser': 7.18.6
+ '@vue/compiler-core': 3.2.37
+ '@vue/shared': 3.2.37
estree-walker: 2.0.2
magic-string: 0.25.9
- /@vue/reactivity/3.2.36:
- resolution: {integrity:
sha512-c2qvopo0crh9A4GXi2/2kfGYMxsJW4tVILrqRPydVGZHhq0fnzy6qmclWOhBFckEhmyxmpHpdJtIRYGeKcuhnA==}
+ /@vue/reactivity/3.2.37:
+ resolution: {integrity:
sha512-/7WRafBOshOc6m3F7plwzPeCu/RCVv9uMpOwa/5PiY1Zz+WLVRWiy0MYKwmg19KBdGtFWsmZ4cD+LOdVPcs52A==}
dependencies:
- '@vue/shared': 3.2.36
+ '@vue/shared': 3.2.37
- /@vue/runtime-core/3.2.36:
- resolution: {integrity:
sha512-PTWBD+Lub+1U3/KhbCExrfxyS14hstLX+cBboxVHaz+kXoiDLNDEYAovPtxeTutbqtClIXtft+wcGdC+FUQ9qQ==}
+ /@vue/runtime-core/3.2.37:
+ resolution: {integrity:
sha512-JPcd9kFyEdXLl/i0ClS7lwgcs0QpUAWj+SKX2ZC3ANKi1U4DOtiEr6cRqFXsPwY5u1L9fAjkinIdB8Rz3FoYNQ==}
dependencies:
- '@vue/reactivity': 3.2.36
- '@vue/shared': 3.2.36
+ '@vue/reactivity': 3.2.37
+ '@vue/shared': 3.2.37
- /@vue/runtime-dom/3.2.36:
- resolution: {integrity:
sha512-gYPYblm7QXHVuBohqNRRT7Wez0f2Mx2D40rb4fleehrJU9CnkjG0phhcGEZFfGwCmHZRqBCRgbFWE98bPULqkg==}
+ /@vue/runtime-dom/3.2.37:
+ resolution: {integrity:
sha512-HimKdh9BepShW6YozwRKAYjYQWg9mQn63RGEiSswMbW+ssIht1MILYlVGkAGGQbkhSh31PCdoUcfiu4apXJoPw==}
dependencies:
- '@vue/runtime-core': 3.2.36
- '@vue/shared': 3.2.36
+ '@vue/runtime-core': 3.2.37
+ '@vue/shared': 3.2.37
csstype: 2.6.20
- /@vue/server-renderer/[email protected]:
- resolution: {integrity:
sha512-uZE0+jfye6yYXWvAQYeHZv+f50sRryvy16uiqzk3jn8hEY8zTjI+rzlmZSGoE915k+W/Ol9XSw6vxOUD8dGkUg==}
+ /@vue/server-renderer/[email protected]:
+ resolution: {integrity:
sha512-kLITEJvaYgZQ2h47hIzPh2K3jG8c1zCVbp/o/bzQOyvzaKiCquKS7AaioPI28GNxIsE/zSx+EwWYsNxDCX95MA==}
peerDependencies:
- vue: 3.2.36
+ vue: 3.2.37
dependencies:
- '@vue/compiler-ssr': 3.2.36
- '@vue/shared': 3.2.36
- vue: 3.2.36
+ '@vue/compiler-ssr': 3.2.37
+ '@vue/shared': 3.2.37
+ vue: 3.2.37
- /@vue/shared/3.2.36:
- resolution: {integrity:
sha512-JtB41wXl7Au3+Nl3gD16Cfpj7k/6aCroZ6BbOiCMFCMvrOpkg/qQUXTso2XowaNqBbnkuGHurLAqkLBxNGc1hQ==}
+ /@vue/shared/3.2.37:
+ resolution: {integrity:
sha512-4rSJemR2NQIo9Klm1vabqWjD8rs/ZaJSzMxkMNeJS6lHiUjjUeYFbooN19NgFjztubEKh3WlZUeOLVdbbUWHsw==}
- /@vueuse/core/[email protected]:
- resolution: {integrity:
sha512-VirzExCm/N+QdrEWT7J4uSrvJ5hquKIAU9alQ37kUvIJk9XxCLxmfRnmekYc1kz2+6BnoyuKYXVmrMV351CB4w==}
+ /@vueuse/core/[email protected]:
+ resolution: {integrity:
sha512-tqgzeZGoZcXzoit4kOGLWJibDMLp0vdm6ZO41SSUQhkhtrPhAg6dbIEPiahhUu6sZAmSYvVrZgEr5aKD51nrLA==}
peerDependencies:
'@vue/composition-api': ^1.1.0
vue: ^2.6.0 || ^3.2.0
@@ -891,18 +900,19 @@ packages:
vue:
optional: true
dependencies:
- '@vueuse/metadata': 8.6.0
- '@vueuse/shared': [email protected]
- vue: 3.2.36
- vue-demi: [email protected]
+ '@types/web-bluetooth': 0.0.14
+ '@vueuse/metadata': 8.7.5
+ '@vueuse/shared': [email protected]
+ vue: 3.2.37
+ vue-demi: [email protected]
dev: false
- /@vueuse/metadata/8.6.0:
- resolution: {integrity:
sha512-F+CKPvaExsm7QgRr8y+ZNJFwXasn89rs5wth/HeX9lJ1q8XEt+HJ16Q5Sxh4rfG5YSKXrStveVge8TKvPjMjFA==}
+ /@vueuse/metadata/8.7.5:
+ resolution: {integrity:
sha512-emJZKRQSaEnVqmlu39NpNp8iaW+bPC2kWykWoWOZMSlO/0QVEmO/rt8A5VhOEJTKLX3vwTevqbiRy9WJRwVOQg==}
dev: false
- /@vueuse/shared/[email protected]:
- resolution: {integrity:
sha512-Y/IVywZo7IfEoSSEtCYpkVEmPV7pU35mEIxV7PbD/D3ly18B3mEsBaPbtDkNM/QP3zAZ5mn4nEkOfddX4uwuIA==}
+ /@vueuse/shared/[email protected]:
+ resolution: {integrity:
sha512-THXPvMBFmg6Gf6AwRn/EdTh2mhqwjGsB2Yfp374LNQSQVKRHtnJ0I42bsZTn7nuEliBxqUrGQm/lN6qUHmhJLw==}
peerDependencies:
'@vue/composition-api': ^1.1.0
vue: ^2.6.0 || ^3.2.0
@@ -912,8 +922,8 @@ packages:
vue:
optional: true
dependencies:
- vue: 3.2.36
- vue-demi: [email protected]
+ vue: 3.2.37
+ vue-demi: [email protected]
dev: false
/acorn-jsx/[email protected]:
@@ -978,8 +988,8 @@ packages:
engines: {node: '>=8'}
dev: true
- /async-validator/4.1.1:
- resolution: {integrity:
sha512-p4DO/JXwjs8klJyJL8Q2oM4ks5fUTze/h5k10oPPKMiLe1fj3G1QMzPHNmN1Py4ycOk7WlO2DcGXv1qiESJCZA==}
+ /async-validator/4.2.5:
+ resolution: {integrity:
sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==}
dev: false
/asynckit/0.4.0:
@@ -1032,16 +1042,15 @@ packages:
fill-range: 7.0.1
dev: true
- /browserslist/4.20.3:
- resolution: {integrity:
sha512-NBhymBQl1zM0Y5dQT/O+xiLP9/rzOIQdKM/eMJBAq7yBgaB6krIYLGejrwVYnSHZdqjscB1SPuAjHwxjvN6Wdg==}
+ /browserslist/4.21.1:
+ resolution: {integrity:
sha512-Nq8MFCSrnJXSc88yliwlzQe3qNe3VntIjhsArW9IJOEPSHNx23FalwApUVbzAWABLhYJJ7y8AynWI/XM8OdfjQ==}
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true
dependencies:
- caniuse-lite: 1.0.30001346
- electron-to-chromium: 1.4.144
- escalade: 3.1.1
+ caniuse-lite: 1.0.30001361
+ electron-to-chromium: 1.4.173
node-releases: 2.0.5
- picocolors: 1.0.0
+ update-browserslist-db: [email protected]
dev: true
/callsites/3.1.0:
@@ -1054,8 +1063,8 @@ packages:
engines: {node: '>=10'}
dev: true
- /caniuse-lite/1.0.30001346:
- resolution: {integrity:
sha512-q6ibZUO2t88QCIPayP/euuDREq+aMAxFE5S70PkrLh0iTDj/zEhgvJRKC2+CvXY6EWc6oQwUR48lL5vCW6jiXQ==}
+ /caniuse-lite/1.0.30001361:
+ resolution: {integrity:
sha512-ybhCrjNtkFji1/Wto6SSJKkWk6kZgVQsDq5QI83SafsF6FXv2JB4df9eEdH6g8sdGgqTXrFLjAxqBGgYoU3azQ==}
dev: true
/chalk/2.4.2:
@@ -1116,7 +1125,7 @@ packages:
dev: false
/concat-map/0.0.1:
- resolution: {integrity: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=}
+ resolution: {integrity:
sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
dev: true
/convert-source-map/1.8.0:
@@ -1150,7 +1159,7 @@ packages:
resolution: {integrity:
sha512-6j5acvm81sXTHJiF47FNNICtDpF74YoWk1xEK3qQvdqgW6vc+OXrPqflL6m8f5GE6XuFYrbACNEd17kraCSBAQ==}
dependencies:
'@emotion/hash': 0.8.0
- '@types/node': 17.0.38
+ '@types/node': 17.0.45
csstype: 3.0.11
dev: false
@@ -1192,8 +1201,8 @@ packages:
chokidar: 3.5.3
dev: true
- /date-fns-tz/[email protected]:
- resolution: {integrity:
sha512-O47vEyz85F2ax/ZdhMBJo187RivZGjH6V0cPjPzpm/yi6YffJg4upD/8ibezO11ezZwP3QYlBHh/t4JhRNx0Ow==}
+ /date-fns-tz/[email protected]:
+ resolution: {integrity:
sha512-SNhl/fWe7i2HoIB9ejLZhEEJ6ZtRRpOBbzizFrq11K2/iceS9Nk7fPN2VTYVOMgFB9u0f3eidSC4n1xaRONW2A==}
peerDependencies:
date-fns: '>=2.0.0'
dependencies:
@@ -1278,15 +1287,15 @@ packages:
engines: {node: '>=10'}
dev: true
- /echarts/5.3.2:
- resolution: {integrity:
sha512-LWCt7ohOKdJqyiBJ0OGBmE9szLdfA9sGcsMEi+GGoc6+Xo75C+BkcT/6NNGRHAWtnQl2fNow05AQjznpap28TQ==}
+ /echarts/5.3.3:
+ resolution: {integrity:
sha512-BRw2serInRwO5SIwRviZ6Xgm5Lb7irgz+sLiFMmy/HOaf4SQ+7oYqxKzRHAKp4xHQ05AuHw1xvoQWJjDQq/FGw==}
dependencies:
tslib: 2.3.0
- zrender: 5.3.1
+ zrender: 5.3.2
dev: false
- /electron-to-chromium/1.4.144:
- resolution: {integrity:
sha512-R3RV3rU1xWwFJlSClVWDvARaOk6VUO/FubHLodIASDB3Mc2dzuWvNdfOgH9bwHUTqT79u92qw60NWfwUdzAqdg==}
+ /electron-to-chromium/1.4.173:
+ resolution: {integrity:
sha512-Qo3LnVW6JRNhD32viSdPebxKI7K+3WeBDjU1+Q2yZS83zAh8C2LyPpzTimlciv6U74KpY9n/0ESAhUByRke0jw==}
dev: true
/emojis-list/2.1.0:
@@ -1303,8 +1312,8 @@ packages:
dev: true
optional: true
- /esbuild-android-64/0.14.42:
- resolution: {integrity:
sha512-P4Y36VUtRhK/zivqGVMqhptSrFILAGlYp0Z8r9UQqHJ3iWztRCNWnlBzD9HRx0DbueXikzOiwyOri+ojAFfW6A==}
+ /esbuild-android-64/0.14.47:
+ resolution: {integrity:
sha512-R13Bd9+tqLVFndncMHssZrPWe6/0Kpv2/dt4aA69soX4PRxlzsVpCvoJeFE8sOEoeVEiBkI0myjlkDodXlHa0g==}
engines: {node: '>=12'}
cpu: [x64]
os: [android]
@@ -1312,8 +1321,8 @@ packages:
dev: true
optional: true
- /esbuild-android-arm64/0.14.42:
- resolution: {integrity:
sha512-0cOqCubq+RWScPqvtQdjXG3Czb3AWI2CaKw3HeXry2eoA2rrPr85HF7IpdU26UWdBXgPYtlTN1LUiuXbboROhg==}
+ /esbuild-android-arm64/0.14.47:
+ resolution: {integrity:
sha512-OkwOjj7ts4lBp/TL6hdd8HftIzOy/pdtbrNA4+0oVWgGG64HrdVzAF5gxtJufAPOsEjkyh1oIYvKAUinKKQRSQ==}
engines: {node: '>=12'}
cpu: [arm64]
os: [android]
@@ -1321,8 +1330,8 @@ packages:
dev: true
optional: true
- /esbuild-darwin-64/0.14.42:
- resolution: {integrity:
sha512-ipiBdCA3ZjYgRfRLdQwP82rTiv/YVMtW36hTvAN5ZKAIfxBOyPXY7Cejp3bMXWgzKD8B6O+zoMzh01GZsCuEIA==}
+ /esbuild-darwin-64/0.14.47:
+ resolution: {integrity:
sha512-R6oaW0y5/u6Eccti/TS6c/2c1xYTb1izwK3gajJwi4vIfNs1s8B1dQzI1UiC9T61YovOQVuePDcfqHLT3mUZJA==}
engines: {node: '>=12'}
cpu: [x64]
os: [darwin]
@@ -1330,8 +1339,8 @@ packages:
dev: true
optional: true
- /esbuild-darwin-arm64/0.14.42:
- resolution: {integrity:
sha512-bU2tHRqTPOaoH/4m0zYHbFWpiYDmaA0gt90/3BMEFaM0PqVK/a6MA2V/ypV5PO0v8QxN6gH5hBPY4YJ2lopXgA==}
+ /esbuild-darwin-arm64/0.14.47:
+ resolution: {integrity:
sha512-seCmearlQyvdvM/noz1L9+qblC5vcBrhUaOoLEDDoLInF/VQ9IkobGiLlyTPYP5dW1YD4LXhtBgOyevoIHGGnw==}
engines: {node: '>=12'}
cpu: [arm64]
os: [darwin]
@@ -1339,8 +1348,8 @@ packages:
dev: true
optional: true
- /esbuild-freebsd-64/0.14.42:
- resolution: {integrity:
sha512-75h1+22Ivy07+QvxHyhVqOdekupiTZVLN1PMwCDonAqyXd8TVNJfIRFrdL8QmSJrOJJ5h8H1I9ETyl2L8LQDaw==}
+ /esbuild-freebsd-64/0.14.47:
+ resolution: {integrity:
sha512-ZH8K2Q8/Ux5kXXvQMDsJcxvkIwut69KVrYQhza/ptkW50DC089bCVrJZZ3sKzIoOx+YPTrmsZvqeZERjyYrlvQ==}
engines: {node: '>=12'}
cpu: [x64]
os: [freebsd]
@@ -1348,8 +1357,8 @@ packages:
dev: true
optional: true
- /esbuild-freebsd-arm64/0.14.42:
- resolution: {integrity:
sha512-W6Jebeu5TTDQMJUJVarEzRU9LlKpNkPBbjqSu+GUPTHDCly5zZEQq9uHkmHHl7OKm+mQ2zFySN83nmfCeZCyNA==}
+ /esbuild-freebsd-arm64/0.14.47:
+ resolution: {integrity:
sha512-ZJMQAJQsIOhn3XTm7MPQfCzEu5b9STNC+s90zMWe2afy9EwnHV7Ov7ohEMv2lyWlc2pjqLW8QJnz2r0KZmeAEQ==}
engines: {node: '>=12'}
cpu: [arm64]
os: [freebsd]
@@ -1357,8 +1366,8 @@ packages:
dev: true
optional: true
- /esbuild-linux-32/0.14.42:
- resolution: {integrity:
sha512-Ooy/Bj+mJ1z4jlWcK5Dl6SlPlCgQB9zg1UrTCeY8XagvuWZ4qGPyYEWGkT94HUsRi2hKsXvcs6ThTOjBaJSMfg==}
+ /esbuild-linux-32/0.14.47:
+ resolution: {integrity:
sha512-FxZOCKoEDPRYvq300lsWCTv1kcHgiiZfNrPtEhFAiqD7QZaXrad8LxyJ8fXGcWzIFzRiYZVtB3ttvITBvAFhKw==}
engines: {node: '>=12'}
cpu: [ia32]
os: [linux]
@@ -1366,8 +1375,8 @@ packages:
dev: true
optional: true
- /esbuild-linux-64/0.14.42:
- resolution: {integrity:
sha512-2L0HbzQfbTuemUWfVqNIjOfaTRt9zsvjnme6lnr7/MO9toz/MJ5tZhjqrG6uDWDxhsaHI2/nsDgrv8uEEN2eoA==}
+ /esbuild-linux-64/0.14.47:
+ resolution: {integrity:
sha512-nFNOk9vWVfvWYF9YNYksZptgQAdstnDCMtR6m42l5Wfugbzu11VpMCY9XrD4yFxvPo9zmzcoUL/88y0lfJZJJw==}
engines: {node: '>=12'}
cpu: [x64]
os: [linux]
@@ -1375,8 +1384,8 @@ packages:
dev: true
optional: true
- /esbuild-linux-arm/0.14.42:
- resolution: {integrity:
sha512-STq69yzCMhdRaWnh29UYrLSr/qaWMm/KqwaRF1pMEK7kDiagaXhSL1zQGXbYv94GuGY/zAwzK98+6idCMUOOCg==}
+ /esbuild-linux-arm/0.14.47:
+ resolution: {integrity:
sha512-ZGE1Bqg/gPRXrBpgpvH81tQHpiaGxa8c9Rx/XOylkIl2ypLuOcawXEAo8ls+5DFCcRGt/o3sV+PzpAFZobOsmA==}
engines: {node: '>=12'}
cpu: [arm]
os: [linux]
@@ -1384,8 +1393,8 @@ packages:
dev: true
optional: true
- /esbuild-linux-arm64/0.14.42:
- resolution: {integrity:
sha512-c3Ug3e9JpVr8jAcfbhirtpBauLxzYPpycjWulD71CF6ZSY26tvzmXMJYooQ2YKqDY4e/fPu5K8bm7MiXMnyxuA==}
+ /esbuild-linux-arm64/0.14.47:
+ resolution: {integrity:
sha512-ywfme6HVrhWcevzmsufjd4iT3PxTfCX9HOdxA7Hd+/ZM23Y9nXeb+vG6AyA6jgq/JovkcqRHcL9XwRNpWG6XRw==}
engines: {node: '>=12'}
cpu: [arm64]
os: [linux]
@@ -1393,8 +1402,8 @@ packages:
dev: true
optional: true
- /esbuild-linux-mips64le/0.14.42:
- resolution: {integrity:
sha512-QuvpHGbYlkyXWf2cGm51LBCHx6eUakjaSrRpUqhPwjh/uvNUYvLmz2LgPTTPwCqaKt0iwL+OGVL0tXA5aDbAbg==}
+ /esbuild-linux-mips64le/0.14.47:
+ resolution: {integrity:
sha512-mg3D8YndZ1LvUiEdDYR3OsmeyAew4MA/dvaEJxvyygahWmpv1SlEEnhEZlhPokjsUMfRagzsEF/d/2XF+kTQGg==}
engines: {node: '>=12'}
cpu: [mips64el]
os: [linux]
@@ -1402,8 +1411,8 @@ packages:
dev: true
optional: true
- /esbuild-linux-ppc64le/0.14.42:
- resolution: {integrity:
sha512-8ohIVIWDbDT+i7lCx44YCyIRrOW1MYlks9fxTo0ME2LS/fxxdoJBwHWzaDYhjvf8kNpA+MInZvyOEAGoVDrMHg==}
+ /esbuild-linux-ppc64le/0.14.47:
+ resolution: {integrity:
sha512-WER+f3+szmnZiWoK6AsrTKGoJoErG2LlauSmk73LEZFQ/iWC+KhhDsOkn1xBUpzXWsxN9THmQFltLoaFEH8F8w==}
engines: {node: '>=12'}
cpu: [ppc64]
os: [linux]
@@ -1411,8 +1420,8 @@ packages:
dev: true
optional: true
- /esbuild-linux-riscv64/0.14.42:
- resolution: {integrity:
sha512-DzDqK3TuoXktPyG1Lwx7vhaF49Onv3eR61KwQyxYo4y5UKTpL3NmuarHSIaSVlTFDDpcIajCDwz5/uwKLLgKiQ==}
+ /esbuild-linux-riscv64/0.14.47:
+ resolution: {integrity:
sha512-1fI6bP3A3rvI9BsaaXbMoaOjLE3lVkJtLxsgLHqlBhLlBVY7UqffWBvkrX/9zfPhhVMd9ZRFiaqXnB1T7BsL2g==}
engines: {node: '>=12'}
cpu: [riscv64]
os: [linux]
@@ -1420,8 +1429,8 @@ packages:
dev: true
optional: true
- /esbuild-linux-s390x/0.14.42:
- resolution: {integrity:
sha512-YFRhPCxl8nb//Wn6SiS5pmtplBi4z9yC2gLrYoYI/tvwuB1jldir9r7JwAGy1Ck4D7sE7wBN9GFtUUX/DLdcEQ==}
+ /esbuild-linux-s390x/0.14.47:
+ resolution: {integrity:
sha512-eZrWzy0xFAhki1CWRGnhsHVz7IlSKX6yT2tj2Eg8lhAwlRE5E96Hsb0M1mPSE1dHGpt1QVwwVivXIAacF/G6mw==}
engines: {node: '>=12'}
cpu: [s390x]
os: [linux]
@@ -1429,8 +1438,8 @@ packages:
dev: true
optional: true
- /esbuild-netbsd-64/0.14.42:
- resolution: {integrity:
sha512-QYSD2k+oT9dqB/4eEM9c+7KyNYsIPgzYOSrmfNGDIyJrbT1d+CFVKvnKahDKNJLfOYj8N4MgyFaU9/Ytc6w5Vw==}
+ /esbuild-netbsd-64/0.14.47:
+ resolution: {integrity:
sha512-Qjdjr+KQQVH5Q2Q1r6HBYswFTToPpss3gqCiSw2Fpq/ua8+eXSQyAMG+UvULPqXceOwpnPo4smyZyHdlkcPppQ==}
engines: {node: '>=12'}
cpu: [x64]
os: [netbsd]
@@ -1438,8 +1447,8 @@ packages:
dev: true
optional: true
- /esbuild-openbsd-64/0.14.42:
- resolution: {integrity:
sha512-M2meNVIKWsm2HMY7+TU9AxM7ZVwI9havdsw6m/6EzdXysyCFFSoaTQ/Jg03izjCsK17FsVRHqRe26Llj6x0MNA==}
+ /esbuild-openbsd-64/0.14.47:
+ resolution: {integrity:
sha512-QpgN8ofL7B9z8g5zZqJE+eFvD1LehRlxr25PBkjyyasakm4599iroUpaj96rdqRlO2ShuyqwJdr+oNqWwTUmQw==}
engines: {node: '>=12'}
cpu: [x64]
os: [openbsd]
@@ -1447,8 +1456,8 @@ packages:
dev: true
optional: true
- /esbuild-sunos-64/0.14.42:
- resolution: {integrity:
sha512-uXV8TAZEw36DkgW8Ak3MpSJs1ofBb3Smkc/6pZ29sCAN1KzCAQzsje4sUwugf+FVicrHvlamCOlFZIXgct+iqQ==}
+ /esbuild-sunos-64/0.14.47:
+ resolution: {integrity:
sha512-uOeSgLUwukLioAJOiGYm3kNl+1wJjgJA8R671GYgcPgCx7QR73zfvYqXFFcIO93/nBdIbt5hd8RItqbbf3HtAQ==}
engines: {node: '>=12'}
cpu: [x64]
os: [sunos]
@@ -1456,8 +1465,8 @@ packages:
dev: true
optional: true
- /esbuild-windows-32/0.14.42:
- resolution: {integrity:
sha512-4iw/8qWmRICWi9ZOnJJf9sYt6wmtp3hsN4TdI5NqgjfOkBVMxNdM9Vt3626G1Rda9ya2Q0hjQRD9W1o+m6Lz6g==}
+ /esbuild-windows-32/0.14.47:
+ resolution: {integrity:
sha512-H0fWsLTp2WBfKLBgwYT4OTfFly4Im/8B5f3ojDv1Kx//kiubVY0IQunP2Koc/fr/0wI7hj3IiBDbSrmKlrNgLQ==}
engines: {node: '>=12'}
cpu: [ia32]
os: [win32]
@@ -1465,8 +1474,8 @@ packages:
dev: true
optional: true
- /esbuild-windows-64/0.14.42:
- resolution: {integrity:
sha512-j3cdK+Y3+a5H0wHKmLGTJcq0+/2mMBHPWkItR3vytp/aUGD/ua/t2BLdfBIzbNN9nLCRL9sywCRpOpFMx3CxzA==}
+ /esbuild-windows-64/0.14.47:
+ resolution: {integrity:
sha512-/Pk5jIEH34T68r8PweKRi77W49KwanZ8X6lr3vDAtOlH5EumPE4pBHqkCUdELanvsT14yMXLQ/C/8XPi1pAtkQ==}
engines: {node: '>=12'}
cpu: [x64]
os: [win32]
@@ -1474,8 +1483,8 @@ packages:
dev: true
optional: true
- /esbuild-windows-arm64/0.14.42:
- resolution: {integrity:
sha512-+lRAARnF+hf8J0mN27ujO+VbhPbDqJ8rCcJKye4y7YZLV6C4n3pTRThAb388k/zqF5uM0lS5O201u0OqoWSicw==}
+ /esbuild-windows-arm64/0.14.47:
+ resolution: {integrity:
sha512-HFSW2lnp62fl86/qPQlqw6asIwCnEsEoNIL1h2uVMgakddf+vUuMcCbtUY1i8sst7KkgHrVKCJQB33YhhOweCQ==}
engines: {node: '>=12'}
cpu: [arm64]
os: [win32]
@@ -1483,32 +1492,32 @@ packages:
dev: true
optional: true
- /esbuild/0.14.42:
- resolution: {integrity:
sha512-V0uPZotCEHokJdNqyozH6qsaQXqmZEOiZWrXnds/zaH/0SyrIayRXWRB98CENO73MIZ9T3HBIOsmds5twWtmgw==}
+ /esbuild/0.14.47:
+ resolution: {integrity:
sha512-wI4ZiIfFxpkuxB8ju4MHrGwGLyp1+awEHAHVpx6w7a+1pmYIq8T9FGEVVwFo0iFierDoMj++Xq69GXWYn2EiwA==}
engines: {node: '>=12'}
hasBin: true
requiresBuild: true
optionalDependencies:
- esbuild-android-64: 0.14.42
- esbuild-android-arm64: 0.14.42
- esbuild-darwin-64: 0.14.42
- esbuild-darwin-arm64: 0.14.42
- esbuild-freebsd-64: 0.14.42
- esbuild-freebsd-arm64: 0.14.42
- esbuild-linux-32: 0.14.42
- esbuild-linux-64: 0.14.42
- esbuild-linux-arm: 0.14.42
- esbuild-linux-arm64: 0.14.42
- esbuild-linux-mips64le: 0.14.42
- esbuild-linux-ppc64le: 0.14.42
- esbuild-linux-riscv64: 0.14.42
- esbuild-linux-s390x: 0.14.42
- esbuild-netbsd-64: 0.14.42
- esbuild-openbsd-64: 0.14.42
- esbuild-sunos-64: 0.14.42
- esbuild-windows-32: 0.14.42
- esbuild-windows-64: 0.14.42
- esbuild-windows-arm64: 0.14.42
+ esbuild-android-64: 0.14.47
+ esbuild-android-arm64: 0.14.47
+ esbuild-darwin-64: 0.14.47
+ esbuild-darwin-arm64: 0.14.47
+ esbuild-freebsd-64: 0.14.47
+ esbuild-freebsd-arm64: 0.14.47
+ esbuild-linux-32: 0.14.47
+ esbuild-linux-64: 0.14.47
+ esbuild-linux-arm: 0.14.47
+ esbuild-linux-arm64: 0.14.47
+ esbuild-linux-mips64le: 0.14.47
+ esbuild-linux-ppc64le: 0.14.47
+ esbuild-linux-riscv64: 0.14.47
+ esbuild-linux-s390x: 0.14.47
+ esbuild-netbsd-64: 0.14.47
+ esbuild-openbsd-64: 0.14.47
+ esbuild-sunos-64: 0.14.47
+ esbuild-windows-32: 0.14.47
+ esbuild-windows-64: 0.14.47
+ esbuild-windows-arm64: 0.14.47
dev: true
/escalade/3.1.1:
@@ -1526,18 +1535,18 @@ packages:
engines: {node: '>=10'}
dev: true
- /eslint-config-prettier/[email protected]:
+ /eslint-config-prettier/[email protected]:
resolution: {integrity:
sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==}
hasBin: true
peerDependencies:
eslint: '>=7.0.0'
dependencies:
- eslint: 8.16.0
+ eslint: 8.18.0
dev: true
- /eslint-plugin-prettier/4.0.0_j7rsahgqtkecno6yauhsgsglf4:
- resolution: {integrity:
sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==}
- engines: {node: '>=6.0.0'}
+ /eslint-plugin-prettier/4.1.0_xu6ewijrtliw5q5lksq5uixwby:
+ resolution: {integrity:
sha512-A3AXIEfTnq3D5qDFjWJdQ9c4BLhw/TqhSR+6+SVaoPJBAWciFEuJiNQh275OnjRrAi7yssZzuWBRw66VG2g6UA==}
+ engines: {node: '>=12.0.0'}
peerDependencies:
eslint: '>=7.28.0'
eslint-config-prettier: '*'
@@ -1546,25 +1555,25 @@ packages:
eslint-config-prettier:
optional: true
dependencies:
- eslint: 8.16.0
- eslint-config-prettier: [email protected]
- prettier: 2.6.2
+ eslint: 8.18.0
+ eslint-config-prettier: [email protected]
+ prettier: 2.7.1
prettier-linter-helpers: 1.0.0
dev: true
- /eslint-plugin-vue/[email protected]:
- resolution: {integrity:
sha512-EPCeInPicQ/YyfOWJDr1yfEeSNoFCMzUus107lZyYi37xejdOolNzS5MXGXp8+9bkoKZMdv/1AcZzQebME6r+g==}
+ /eslint-plugin-vue/[email protected]:
+ resolution: {integrity:
sha512-W9n5PB1X2jzC7CK6riG0oAcxjmKrjTF6+keL1rni8n57DZeilx/Fulz+IRJK3lYseLNAygN0I62L7DvioW40Tw==}
engines: {node: ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.2.0 || ^7.0.0 || ^8.0.0
dependencies:
- eslint: 8.16.0
- eslint-utils: [email protected]
+ eslint: 8.18.0
+ eslint-utils: [email protected]
natural-compare: 1.4.0
nth-check: 2.1.1
postcss-selector-parser: 6.0.10
semver: 7.3.7
- vue-eslint-parser: [email protected]
+ vue-eslint-parser: [email protected]
xml-name-validator: 4.0.0
transitivePeerDependencies:
- supports-color
@@ -1586,13 +1595,13 @@ packages:
estraverse: 5.3.0
dev: true
- /eslint-utils/[email protected]:
+ /eslint-utils/[email protected]:
resolution: {integrity:
sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==}
engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0}
peerDependencies:
eslint: '>=5'
dependencies:
- eslint: 8.16.0
+ eslint: 8.18.0
eslint-visitor-keys: 2.1.0
dev: true
@@ -1606,8 +1615,8 @@ packages:
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true
- /eslint/8.16.0:
- resolution: {integrity:
sha512-MBndsoXY/PeVTDJeWsYj7kLZ5hQpJOfMYLsF6LicLHQWbRDG19lK5jOix4DPl8yY4SUFcE3txy86OzFLWT+yoA==}
+ /eslint/8.18.0:
+ resolution: {integrity:
sha512-As1EfFMVk7Xc6/CvhssHUjsAQSkpfXvUGMFC3ce8JDe6WvqCgRrLOBQbVpsBFr1X1V+RACOadnzVvcUS5ni2bA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
hasBin: true
dependencies:
@@ -1620,7 +1629,7 @@ packages:
doctrine: 3.0.0
escape-string-regexp: 4.0.0
eslint-scope: 7.1.1
- eslint-utils: [email protected]
+ eslint-utils: [email protected]
eslint-visitor-keys: 3.3.0
espree: 9.3.2
esquery: 1.4.0
@@ -1750,12 +1759,12 @@ packages:
resolution: {integrity:
sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==}
engines: {node: ^10.12.0 || >=12.0.0}
dependencies:
- flatted: 3.2.5
+ flatted: 3.2.6
rimraf: 3.0.2
dev: true
- /flatted/3.2.5:
- resolution: {integrity:
sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg==}
+ /flatted/3.2.6:
+ resolution: {integrity:
sha512-0sQoMh9s0BYsm+12Huy/rkKxVu4R1+r96YX5cG44rHV0pQ6iC3Q+mkoMFaGWObMFYQxCVT+ssG1ksneA2MI9KQ==}
dev: true
/follow-redirects/1.15.1:
@@ -1900,8 +1909,8 @@ packages:
engines: {node: '>=8'}
dev: true
- /iconv-lite/0.4.24:
- resolution: {integrity:
sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==}
+ /iconv-lite/0.6.3:
+ resolution: {integrity:
sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==}
engines: {node: '>=0.10.0'}
dependencies:
safer-buffer: 2.1.2
@@ -2083,8 +2092,8 @@ packages:
engines: {node: '>= 8'}
dev: true
- /less/4.1.2:
- resolution: {integrity:
sha512-EoQp/Et7OSOVu0aJknJOtlXZsnr8XE8KwuzTHOLeVSEx8pVWUICc8Q0VYRHgzyjX78nMEyC/oztWFbgyhtNfDA==}
+ /less/4.1.3:
+ resolution: {integrity:
sha512-w16Xk/Ta9Hhyei0Gpz9m7VS8F28nieJaL/VyShID7cYvP6IL5oHeL6p4TXSDJqZE/lNv0oJ2pGVjJsRkfwm5FA==}
engines: {node: '>=6'}
hasBin: true
dependencies:
@@ -2097,7 +2106,7 @@ packages:
image-size: 0.5.5
make-dir: 2.1.0
mime: 1.6.0
- needle: 2.9.1
+ needle: 3.1.0
source-map: 0.6.1
transitivePeerDependencies:
- supports-color
@@ -2224,29 +2233,29 @@ packages:
dev: true
optional: true
- /naive-ui/[email protected]:
- resolution: {integrity:
sha512-zZ4ka0Y5QakNyqJIPiAoZ5YJG4mCiSw+HzYtreEmOvBmbP14/iUXarRhI9a3XET8g6ix682TcitamlCyqZ/y2Q==}
+ /naive-ui/[email protected]:
+ resolution: {integrity:
sha512-5F/dcSP5nnbOGuwZl0TJ6PciuyAatEllcTC+Q/aaxJS/N2iEpysonyWNMruBCQn2vHoASTK5i/KqaHdxM9aL1Q==}
peerDependencies:
vue: ^3.0.0
dependencies:
'@css-render/plugin-bem': [email protected]
- '@css-render/vue3-ssr': [email protected]
+ '@css-render/vue3-ssr': [email protected]
'@types/lodash': 4.14.182
'@types/lodash-es': 4.17.6
- async-validator: 4.1.1
+ async-validator: 4.2.5
css-render: 0.15.10
date-fns: 2.28.0
- date-fns-tz: [email protected]
+ date-fns-tz: [email protected]
evtd: 0.2.3
highlight.js: 11.5.1
lodash: 4.17.21
lodash-es: 4.17.21
- seemly: 0.3.3
+ seemly: 0.3.4
treemate: 0.3.11
- vdirs: [email protected]
- vooks: [email protected]
- vue: 3.2.36
- vueuc: [email protected]
+ vdirs: [email protected]
+ vooks: [email protected]
+ vue: 3.2.37
+ vueuc: [email protected]
dev: false
/nanoid/3.3.4:
@@ -2258,14 +2267,14 @@ packages:
resolution: {integrity:
sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==}
dev: true
- /needle/2.9.1:
- resolution: {integrity:
sha512-6R9fqJ5Zcmf+uYaFgdIHmLwNldn5HbK8L5ybn7Uz+ylX/rnOsSp1AHcvQSrCaFN+qNM1wpymHqD7mVasEOlHGQ==}
+ /needle/3.1.0:
+ resolution: {integrity:
sha512-gCE9weDhjVGCRqS8dwDR/D3GTAeyXLXuqp7I8EzH6DllZGXSUyxuqqLh+YX9rMAWaaTFyVAg6rHGL25dqvczKw==}
engines: {node: '>= 4.4.x'}
hasBin: true
requiresBuild: true
dependencies:
debug: 3.2.7
- iconv-lite: 0.4.24
+ iconv-lite: 0.6.3
sax: 1.2.4
transitivePeerDependencies:
- supports-color
@@ -2368,10 +2377,10 @@ packages:
peerDependencies:
pinia: ^2.0.0
dependencies:
- pinia: 2.0.14_qhv4oyzxhhzeba5rd2zztmcg2y
+ pinia: 2.0.14_j6bzmzd4ujpabbp5objtwxyjp4
dev: false
- /pinia/2.0.14_qhv4oyzxhhzeba5rd2zztmcg2y:
+ /pinia/2.0.14_j6bzmzd4ujpabbp5objtwxyjp4:
resolution: {integrity:
sha512-0nPuZR4TetT/WcLN+feMSjWJku3SQU7dBbXC6uw+R6FLQJCsg+/0pzXyD82T1FmAYe0lsx+jnEDQ1BLgkRKlxA==}
peerDependencies:
'@vue/composition-api': ^1.4.0
@@ -2384,9 +2393,9 @@ packages:
optional: true
dependencies:
'@vue/devtools-api': 6.1.4
- typescript: 4.7.2
- vue: 3.2.36
- vue-demi: [email protected]
+ typescript: 4.7.4
+ vue: 3.2.37
+ vue-demi: [email protected]
dev: false
/postcss-filter-plugins/3.0.1:
@@ -2471,8 +2480,8 @@ packages:
fast-diff: 1.2.0
dev: true
- /prettier/2.6.2:
- resolution: {integrity:
sha512-PkUpF+qoXTqhOeWL9fu7As8LXsIUZ1WYaJiY/a7McAQzxjk82OF0tibkFXVCDImZtWxbvojFjerkiLb0/q8mew==}
+ /prettier/2.7.1:
+ resolution: {integrity:
sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==}
engines: {node: '>=10.13.0'}
hasBin: true
dev: true
@@ -2517,7 +2526,7 @@ packages:
dev: true
/reserved-words/0.1.2:
- resolution: {integrity: sha1-AKCUD5jNUBrqqsMWQR2a3FKzGrE=}
+ resolution: {integrity:
sha512-0S5SrIUJ9LfpbVl4Yzij6VipUdafHrOTzvmfazSw/jeZrZtQK303OPZW+obtkaw7jQlTQppy0UvZWm9872PbRw==}
dev: true
/resolve-from/4.0.0:
@@ -2526,12 +2535,12 @@ packages:
dev: true
/resolve-url/0.2.1:
- resolution: {integrity: sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=}
+ resolution: {integrity:
sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg==}
deprecated: https://github.com/lydell/resolve-url#deprecated
dev: true
- /resolve/1.22.0:
- resolution: {integrity:
sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==}
+ /resolve/1.22.1:
+ resolution: {integrity:
sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==}
hasBin: true
dependencies:
is-core-module: 2.9.0
@@ -2551,8 +2560,8 @@ packages:
glob: 7.2.3
dev: true
- /rollup/2.75.5:
- resolution: {integrity:
sha512-JzNlJZDison3o2mOxVmb44Oz7t74EfSd1SQrplQk0wSaXV7uLQXtVdHbxlcT3w+8tZ1TL4r/eLfc7nAbz38BBA==}
+ /rollup/2.75.7:
+ resolution: {integrity:
sha512-VSE1iy0eaAYNCxEXaleThdFXqZJ42qDBatAwrfnPlENEZ8erQ+0LYX4JXOLPceWfZpV1VtZwZ3dFCuOZiSyFtQ==}
engines: {node: '>=10.0.0'}
hasBin: true
optionalDependencies:
@@ -2573,8 +2582,8 @@ packages:
resolution: {integrity:
sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
dev: true
- /sass-loader/[email protected]:
- resolution: {integrity:
sha512-IHCFecI+rbPvXE2zO/mqdVFe8MU7ElGrwga9hh2H65Ru4iaBJAMRteum1c4Gsxi9Cq1FOtTEDd6+/AEYuQDM4Q==}
+ /sass-loader/[email protected]:
+ resolution: {integrity:
sha512-BbiqbVmbfJaWVeOOAu2o7DhYWtcNmTfvroVgFXa6k2hHheMxNAeDHLNoDy/Q5aoaVlz0LH+MbMktKwm9vN/j8Q==}
engines: {node: '>= 14.15.0'}
peerDependencies:
fibers: '>= 3.1.0'
@@ -2594,11 +2603,11 @@ packages:
dependencies:
klona: 2.0.5
neo-async: 2.6.2
- sass: 1.52.1
+ sass: 1.53.0
dev: true
- /sass/1.52.1:
- resolution: {integrity:
sha512-fSzYTbr7z8oQnVJ3Acp9hV80dM1fkMN7mSD/25mpcct9F7FPBMOI8krEYALgU1aZoqGhQNhTPsuSmxjnIvAm4Q==}
+ /sass/1.53.0:
+ resolution: {integrity:
sha512-zb/oMirbKhUgRQ0/GFz8TSAwRq2IlR29vOUJZOx0l8sV+CkHUfHa4u5nqrG+1VceZp7Jfj59SVW9ogdhTvJDcQ==}
engines: {node: '>=12.0.0'}
hasBin: true
dependencies:
@@ -2611,8 +2620,8 @@ packages:
resolution: {integrity:
sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==}
dev: true
- /seemly/0.3.3:
- resolution: {integrity:
sha512-mAyqemz41e9HiZPMXAn7NtTExJgztwco5cdZjrt/iViU/oFeav+Q8K1c93M/tIZZ00QkT65JMr4xXQk7Vv5hWQ==}
+ /seemly/0.3.4:
+ resolution: {integrity:
sha512-/crL+UfbtYd6NdLdnf58xaABfeSRt5uKE4N1SFQAW7nIznOrJQchAaslJHxV8/iAfV0LWInrmxJBFdDb0c2/sw==}
dependencies:
'@types/jest': 27.5.2
dev: false
@@ -2677,8 +2686,8 @@ packages:
resolution: {integrity:
sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==}
engines: {node: '>=0.10.0'}
- /source-map/0.7.3:
- resolution: {integrity:
sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==}
+ /source-map/0.7.4:
+ resolution: {integrity:
sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==}
engines: {node: '>= 8'}
dev: true
@@ -2693,7 +2702,7 @@ packages:
dev: true
/strip-bom/3.0.0:
- resolution: {integrity: sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=}
+ resolution: {integrity:
sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==}
engines: {node: '>=4'}
dev: true
@@ -2713,7 +2722,7 @@ packages:
safer-buffer: 2.1.2
sax: 1.2.4
semver: 6.3.0
- source-map: 0.7.3
+ source-map: 0.7.4
transitivePeerDependencies:
- supports-color
dev: true
@@ -2737,15 +2746,15 @@ packages:
dev: true
/svg-tags/1.0.0:
- resolution: {integrity: sha1-WPcc7jvVGbWdSyqEO2x95krAR2Q=}
+ resolution: {integrity:
sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==}
dev: true
/text-table/0.2.0:
- resolution: {integrity: sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=}
+ resolution: {integrity:
sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==}
dev: true
/to-fast-properties/2.0.0:
- resolution: {integrity: sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=}
+ resolution: {integrity:
sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==}
engines: {node: '>=4'}
/to-regex-range/5.0.1:
@@ -2780,14 +2789,14 @@ packages:
resolution: {integrity:
sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==}
dev: true
- /tsutils/[email protected]:
+ /tsutils/[email protected]:
resolution: {integrity:
sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==}
engines: {node: '>= 6'}
peerDependencies:
typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev ||
>= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta'
dependencies:
tslib: 1.14.1
- typescript: 4.7.2
+ typescript: 4.7.4
dev: true
/type-check/0.4.0:
@@ -2802,14 +2811,14 @@ packages:
engines: {node: '>=10'}
dev: true
- /typescript-plugin-css-modules/[email protected]:
+ /typescript-plugin-css-modules/[email protected]:
resolution: {integrity:
sha512-2MdjfSg4MGex1csCWRUwKD+MpgnvcvLLr9bSAMemU/QYGqBsXdez0cc06H/fFhLtRoKJjXg6PSTur3Gy1Umhpw==}
peerDependencies:
typescript: '>=3.0.0'
dependencies:
dotenv: 10.0.0
icss-utils: [email protected]
- less: 4.1.2
+ less: 4.1.3
lodash.camelcase: 4.3.0
postcss: 8.4.14
postcss-filter-plugins: 3.0.1
@@ -2817,17 +2826,17 @@ packages:
postcss-icss-selectors: 2.0.3
postcss-load-config: [email protected]
reserved-words: 0.1.2
- sass: 1.52.1
+ sass: 1.53.0
stylus: 0.54.8
tsconfig-paths: 3.14.1
- typescript: 4.7.2
+ typescript: 4.7.4
transitivePeerDependencies:
- supports-color
- ts-node
dev: true
- /typescript/4.7.2:
- resolution: {integrity:
sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==}
+ /typescript/4.7.4:
+ resolution: {integrity:
sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==}
engines: {node: '>=4.2.0'}
hasBin: true
@@ -2836,6 +2845,17 @@ packages:
engines: {node: '>= 10.0.0'}
dev: true
+ /update-browserslist-db/[email protected]:
+ resolution: {integrity:
sha512-jnmO2BEGUjsMOe/Fg9u0oczOe/ppIDZPebzccl1yDWGLFP16Pa1/RM5wEoKYPG2zstNcDuAStejyxsOuKINdGA==}
+ hasBin: true
+ peerDependencies:
+ browserslist: '>= 4.21.0'
+ dependencies:
+ browserslist: 4.21.1
+ escalade: 3.1.1
+ picocolors: 1.0.0
+ dev: true
+
/uri-js/4.4.1:
resolution: {integrity:
sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==}
dependencies:
@@ -2843,32 +2863,32 @@ packages:
dev: true
/urix/0.1.0:
- resolution: {integrity: sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=}
+ resolution: {integrity:
sha512-Am1ousAhSLBeB9cG/7k7r2R0zj50uDRlZHPGbazid5s9rlF1F/QKYObEKSIunSjIOkJZqwRRLpvewjEkM7pSqg==}
deprecated: Please see https://github.com/lydell/urix#deprecated
dev: true
/util-deprecate/1.0.2:
- resolution: {integrity: sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=}
+ resolution: {integrity:
sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
dev: true
/v8-compile-cache/2.3.0:
resolution: {integrity:
sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==}
dev: true
- /vdirs/[email protected]:
+ /vdirs/[email protected]:
resolution: {integrity:
sha512-H9V1zGRLQZg9b+GdMk8MXDN2Lva0zx72MPahDKc30v+DtwKjfyOSXWRIX4t2mhDubM1H09gPhWeth/BJWPHGUw==}
peerDependencies:
vue: ^3.0.11
dependencies:
evtd: 0.2.3
- vue: 3.2.36
+ vue: 3.2.37
dev: false
/vfonts/0.0.3:
resolution: {integrity:
sha512-nguyw8L6Un8eelg1vQ31vIU2ESxqid7EYmy8V+MDeMaHBqaRSkg3dTBToC1PR00D89UzS/SLkfYPnx0Wf23IQQ==}
dev: false
- /vite-plugin-compression/[email protected]:
+ /vite-plugin-compression/[email protected]:
resolution: {integrity:
sha512-5QJKBDc+gNYVqL/skgFAP81Yuzo9R+EAf19d+EtsMF/i8kFUpNi3J/H01QD3Oo8zBQn+NzoCIFkpPLynoOzaJg==}
peerDependencies:
vite: '>=2.0.0'
@@ -2876,13 +2896,13 @@ packages:
chalk: 4.1.2
debug: 4.3.4
fs-extra: 10.1.0
- vite: [email protected]
+ vite: [email protected]
transitivePeerDependencies:
- supports-color
dev: true
- /vite/[email protected]:
- resolution: {integrity:
sha512-ffaam+NgHfbEmfw/Vuh6BHKKlI/XIAhxE5QSS7gFLIngxg171mg1P3a4LSRME0z2ZU1ScxoKzphkipcYwSD5Ew==}
+ /vite/[email protected]:
+ resolution: {integrity:
sha512-AsOBAaT0AD7Mhe8DuK+/kE4aWYFMx/i0ZNi98hJclxb4e0OhQcZYUrvLjIaQ8e59Ui7txcvKMiJC1yftqpQoDw==}
engines: {node: '>=12.2.0'}
hasBin: true
peerDependencies:
@@ -2897,25 +2917,25 @@ packages:
stylus:
optional: true
dependencies:
- esbuild: 0.14.42
+ esbuild: 0.14.47
postcss: 8.4.14
- resolve: 1.22.0
- rollup: 2.75.5
- sass: 1.52.1
+ resolve: 1.22.1
+ rollup: 2.75.7
+ sass: 1.53.0
optionalDependencies:
fsevents: 2.3.2
dev: true
- /vooks/[email protected]:
+ /vooks/[email protected]:
resolution: {integrity:
sha512-iox0I3RZzxtKlcgYaStQYKEzWWGAduMmq+jS7OrNdQo1FgGfPMubGL3uGHOU9n97NIvfFDBGnpSvkWyb/NSn/Q==}
peerDependencies:
vue: ^3.0.0
dependencies:
evtd: 0.2.3
- vue: 3.2.36
+ vue: 3.2.37
dev: false
- /vue-demi/[email protected]:
+ /vue-demi/[email protected]:
resolution: {integrity:
sha512-xmkJ56koG3ptpLnpgmIzk9/4nFf4CqduSJbUM0OdPoU87NwRuZ6x49OLhjSa/fC15fV+5CbEnrxU4oyE022svg==}
engines: {node: '>=12'}
hasBin: true
@@ -2927,17 +2947,17 @@ packages:
'@vue/composition-api':
optional: true
dependencies:
- vue: 3.2.36
+ vue: 3.2.37
dev: false
- /vue-eslint-parser/[email protected]:
- resolution: {integrity:
sha512-uCPQwTGjOtAYrwnU+76pYxalhjsh7iFBsHwBqDHiOPTxtICDaraO4Szw54WFTNZTAEsgHHzqFOu1mmnBOBRzDA==}
+ /vue-eslint-parser/[email protected]:
+ resolution: {integrity:
sha512-yL+ZDb+9T0ELG4VIFo/2anAOz8SvBdlqEnQnvJ3M7Scq56DvtjY0VY88bByRZB0D4J0u8olBcfrXTVONXsh4og==}
engines: {node: ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: '>=6.0.0'
dependencies:
debug: 4.3.4
- eslint: 8.16.0
+ eslint: 8.18.0
eslint-scope: 7.1.1
eslint-visitor-keys: 3.3.0
espree: 9.3.2
@@ -2948,7 +2968,7 @@ packages:
- supports-color
dev: true
- /vue-i18n/[email protected]:
+ /vue-i18n/[email protected]:
resolution: {integrity:
sha512-jpr7gV5KPk4n+sSPdpZT8Qx3XzTcNDWffRlHV/cT2NUyEf+sEgTTmLvnBAibjOFJ0zsUyZlVTAWH5DDnYep+1g==}
engines: {node: '>= 10'}
peerDependencies:
@@ -2958,50 +2978,50 @@ packages:
'@intlify/shared': 9.1.10
'@intlify/vue-devtools': 9.1.10
'@vue/devtools-api': 6.1.4
- vue: 3.2.36
+ vue: 3.2.37
dev: false
- /vue-router/[email protected]:
- resolution: {integrity:
sha512-xa+pIN9ZqORdIW1MkN2+d9Ui2pCM1b/UMgwYUCZOiFYHAvz/slKKBDha8DLrh5aCG/RibtrpyhKjKOZ85tYyWg==}
+ /vue-router/[email protected]:
+ resolution: {integrity:
sha512-JcO7cb8QJLBWE+DfxGUL3xUDOae/8nhM1KVdnudadTAORbuxIC/xAydC5Zr/VLHUDQi1ppuTF5/rjBGzgzrJNA==}
peerDependencies:
vue: ^3.2.0
dependencies:
'@vue/devtools-api': 6.1.4
- vue: 3.2.36
+ vue: 3.2.37
dev: false
- /vue-tsc/[email protected]:
- resolution: {integrity:
sha512-aqY16VlODHzqtKGUkqdumNpH+s5ABCkufRyvMKQlL/mua+N2DfSVnHufzSNNUMr7vmOO0YsNg27jsspBMq4iGA==}
+ /vue-tsc/[email protected]:
+ resolution: {integrity:
sha512-+OMmpw9BZC9khul3I1HGtWchv7BCiaM7NvfdilVAiOFkjnivIoaW6jJm6YPQJaEPouePtpkDUWovyzgNxWdDsw==}
hasBin: true
peerDependencies:
typescript: '*'
dependencies:
- '@volar/vue-typescript': 0.35.2
- typescript: 4.7.2
+ '@volar/vue-typescript': 0.38.2
+ typescript: 4.7.4
dev: true
- /vue/3.2.36:
- resolution: {integrity:
sha512-5yTXmrE6gW8IQgttzHW5bfBiFA6mx35ZXHjGLDmKYzW6MMmYvCwuKybANRepwkMYeXw2v1buGg3/lPICY5YlZw==}
+ /vue/3.2.37:
+ resolution: {integrity:
sha512-bOKEZxrm8Eh+fveCqS1/NkG/n6aMidsI6hahas7pa0w/l7jkbssJVsRhVDs07IdDq7h9KHswZOgItnwJAgtVtQ==}
dependencies:
- '@vue/compiler-dom': 3.2.36
- '@vue/compiler-sfc': 3.2.36
- '@vue/runtime-dom': 3.2.36
- '@vue/server-renderer': [email protected]
- '@vue/shared': 3.2.36
+ '@vue/compiler-dom': 3.2.37
+ '@vue/compiler-sfc': 3.2.37
+ '@vue/runtime-dom': 3.2.37
+ '@vue/server-renderer': [email protected]
+ '@vue/shared': 3.2.37
- /vueuc/[email protected]:
- resolution: {integrity:
sha512-NJVeUet0O2ta95aVYs7lNphG0AQFfNEuXxlIL50ZxQ//HTITkua17Rlh0RdyXG3C37HR/TqKAG5be7QJjJT3Fg==}
+ /vueuc/[email protected]:
+ resolution: {integrity:
sha512-TdiDHn9TkJyStKJYzGGiZlekasdoYTial47UAMwQ5fuVp/5GAeJKvFk4UMtSrDfECsNncfNJ6TNveVBAq+IvrQ==}
peerDependencies:
vue: ^3.0.11
dependencies:
- '@css-render/vue3-ssr': [email protected]
+ '@css-render/vue3-ssr': [email protected]
'@juggle/resize-observer': 3.3.1
css-render: 0.15.10
evtd: 0.2.3
- seemly: 0.3.3
- vdirs: [email protected]
- vooks: [email protected]
- vue: 3.2.36
+ seemly: 0.3.4
+ vdirs: [email protected]
+ vooks: [email protected]
+ vue: 3.2.37
dev: false
/which/2.0.2:
@@ -3018,7 +3038,7 @@ packages:
dev: true
/wrappy/1.0.2:
- resolution: {integrity: sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=}
+ resolution: {integrity:
sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
dev: true
/xml-name-validator/4.0.0:
@@ -3035,8 +3055,8 @@ packages:
engines: {node: '>= 6'}
dev: true
- /zrender/5.3.1:
- resolution: {integrity:
sha512-7olqIjy0gWfznKr6vgfnGBk7y4UtdMvdwFmK92vVQsQeDPyzkHW1OlrLEKg6GHz1W5ePf0FeN1q2vkl/HFqhXw==}
+ /zrender/5.3.2:
+ resolution: {integrity:
sha512-8IiYdfwHj2rx0UeIGZGGU4WEVSDEdeVCaIg/fomejg1Xu6OifAL1GVzIPHg2D+MyUkbNgPWji90t0a8IDk+39w==}
dependencies:
tslib: 2.3.0
dev: false
diff --git a/seatunnel-ui/src/App.tsx b/seatunnel-ui/src/App.tsx
index c6a5afeef..2a5ea1996 100644
--- a/seatunnel-ui/src/App.tsx
+++ b/seatunnel-ui/src/App.tsx
@@ -13,4 +13,18 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
- */
\ No newline at end of file
+ */
+
+import { defineComponent } from 'vue'
+import { NButton } from 'naive-ui'
+
+ const App = defineComponent({
+ setup() {},
+ render() {
+ return (
+ <NButton>test</NButton>
+ )
+ }
+})
+
+export default App
\ No newline at end of file
diff --git a/seatunnel-ui/src/components/chart/index.ts
b/seatunnel-ui/src/components/chart/index.ts
new file mode 100644
index 000000000..8496a8692
--- /dev/null
+++ b/seatunnel-ui/src/components/chart/index.ts
@@ -0,0 +1,68 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+import { getCurrentInstance, onMounted, onBeforeUnmount, watch } from 'vue'
+import { throttle } from 'echarts'
+import type { Ref } from 'vue'
+import type { ECharts } from 'echarts'
+import type { ECBasicOption } from 'echarts/types/dist/shared'
+
+function initChart<Opt extends ECBasicOption>(
+ domRef: Ref<HTMLDivElement | null>,
+ option: Opt
+): ECharts | null {
+ let chart: ECharts | null = null
+ const globalProperties =
+ getCurrentInstance()?.appContext.config.globalProperties
+
+ option['backgroundColor'] = ''
+
+ const init = () => {
+ chart = globalProperties?.echarts.init(
+ domRef.value
+ )
+ chart && chart.setOption(option)
+ }
+
+ const resize = throttle(() => {
+ chart && chart.resize()
+ }, 20)
+
+ watch(
+ () => option,
+ () => {
+ chart?.dispose()
+ init()
+ },
+ {
+ deep: true
+ }
+ )
+
+ onMounted(() => {
+ init()
+ addEventListener('resize', resize)
+ })
+
+ onBeforeUnmount(() => {
+ removeEventListener('resize', resize)
+ })
+
+ return chart
+}
+
+export default initChart
diff --git a/seatunnel-ui/src/env.d.ts b/seatunnel-ui/src/env.d.ts
index c6a5afeef..c9402bc15 100644
--- a/seatunnel-ui/src/env.d.ts
+++ b/seatunnel-ui/src/env.d.ts
@@ -13,4 +13,22 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
- */
\ No newline at end of file
+ */
+
+import { DefineComponent } from 'vue'
+
+declare module '*.vue' {
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any,
@typescript-eslint/ban-types
+ const component: DefineComponent<{}, {}, any>
+ export default component
+}
+
+declare global {
+ interface Window {
+ $message: any
+ }
+}
+
+declare module '*.png'
+declare module '*.jpg'
+declare module '*.jpeg'
\ No newline at end of file
diff --git a/seatunnel-ui/src/main.ts b/seatunnel-ui/src/main.ts
index c6a5afeef..8d92c8604 100644
--- a/seatunnel-ui/src/main.ts
+++ b/seatunnel-ui/src/main.ts
@@ -13,4 +13,11 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
- */
\ No newline at end of file
+ */
+
+import { createApp } from 'vue'
+import App from './App'
+
+const app = createApp(App)
+
+app.mount('#app')
\ No newline at end of file
diff --git a/seatunnel-ui/vite.config.ts b/seatunnel-ui/vite.config.ts
index c6a5afeef..4e7ce2159 100644
--- a/seatunnel-ui/vite.config.ts
+++ b/seatunnel-ui/vite.config.ts
@@ -13,4 +13,30 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
- */
\ No newline at end of file
+ */
+
+import { defineConfig } from 'vite'
+import vue from '@vitejs/plugin-vue'
+import vueJsx from '@vitejs/plugin-vue-jsx'
+import viteCompression from 'vite-plugin-compression'
+import path from 'path'
+
+export default defineConfig({
+ plugins: [
+ vue(),
+ vueJsx(),
+ viteCompression({
+ verbose: true,
+ disable: false,
+ threshold: 10240,
+ algorithm: 'gzip',
+ ext: '.gz',
+ deleteOriginFile: false
+ })
+ ],
+ resolve: {
+ alias: {
+ '@': path.resolve(__dirname, 'src')
+ }
+ }
+})
\ No newline at end of file