Commit 3fcfac1f37c2aeabbb2af4897ada6ba8c225c667
1 parent
3b3f6c90
wip: Upgrade ant-design-vue 3.0
Showing
43 changed files
with
1126 additions
and
855 deletions
.vscode/settings.json
1 | 1 | { |
2 | 2 | "typescript.tsdk": "./node_modules/typescript/lib", |
3 | - "typescript.enablePromptUseWorkspaceTsdk": true, | |
4 | 3 | "volar.tsPlugin": true, |
5 | 4 | "volar.tsPluginStatus": false, |
6 | - //=========================================== | |
7 | - //============= Editor ====================== | |
8 | - //=========================================== | |
5 | + "npm.packageManager": "pnpm", | |
9 | 6 | "editor.tabSize": 2, |
10 | 7 | "editor.defaultFormatter": "esbenp.prettier-vscode", |
11 | - //=========================================== | |
12 | - //============= files ======================= | |
13 | - //=========================================== | |
14 | 8 | "files.eol": "\n", |
15 | 9 | "search.exclude": { |
16 | 10 | "**/node_modules": true, | ... | ... |
package.json
... | ... | @@ -30,118 +30,119 @@ |
30 | 30 | "test:br": "npx http-server dist --cors --brotli -c-1", |
31 | 31 | "reinstall": "rimraf pnpm-lock.yaml && rimraf package.lock.json && rimraf node_modules && npm run bootstrap", |
32 | 32 | "prepare": "husky install", |
33 | - "gen:icon": "esno ./build/generate/icon/index.ts" | |
33 | + "gen:icon": "esno ./build/generate/icon/index.ts", | |
34 | + "preinstall": "npx only-allow pnpm -y" | |
34 | 35 | }, |
35 | 36 | "dependencies": { |
36 | 37 | "@ant-design/colors": "^6.0.0", |
37 | 38 | "@ant-design/icons-vue": "^6.0.1", |
38 | - "@iconify/iconify": "^2.0.4", | |
39 | - "@logicflow/core": "^0.7.5", | |
40 | - "@logicflow/extension": "^0.7.5", | |
41 | - "@vueuse/core": "^6.8.0", | |
42 | - "@vueuse/shared": "^6.8.0", | |
39 | + "@iconify/iconify": "^2.1.0", | |
40 | + "@logicflow/core": "^0.7.9", | |
41 | + "@logicflow/extension": "^0.7.9", | |
42 | + "@vueuse/core": "^7.0.3", | |
43 | + "@vueuse/shared": "^7.0.3", | |
43 | 44 | "@zxcvbn-ts/core": "^1.0.0", |
44 | - "ant-design-vue": "2.2.8", | |
45 | + "ant-design-vue": "3.0.0-alpha.12", | |
45 | 46 | "axios": "^0.24.0", |
46 | - "codemirror": "^5.63.3", | |
47 | + "codemirror": "^5.64.0", | |
47 | 48 | "cropperjs": "^1.5.12", |
48 | 49 | "crypto-js": "^4.1.1", |
50 | + "dayjs": "^1.10.7", | |
49 | 51 | "echarts": "^5.2.2", |
50 | 52 | "intro.js": "^4.3.0", |
51 | 53 | "lodash-es": "^4.17.21", |
52 | 54 | "mockjs": "^1.1.0", |
53 | - "moment": "^2.29.1", | |
54 | 55 | "nprogress": "^0.2.0", |
55 | 56 | "path-to-regexp": "^6.2.0", |
56 | - "pinia": "2.0.2", | |
57 | + "pinia": "2.0.4", | |
57 | 58 | "print-js": "^1.6.0", |
58 | - "qrcode": "^1.4.4", | |
59 | + "qrcode": "^1.5.0", | |
59 | 60 | "qs": "^6.10.1", |
60 | 61 | "resize-observer-polyfill": "^1.5.1", |
61 | 62 | "showdown": "^1.9.1", |
62 | 63 | "sortablejs": "^1.14.0", |
63 | - "tinymce": "^5.10.1", | |
64 | + "tinymce": "^5.10.2", | |
64 | 65 | "vditor": "^3.8.7", |
65 | - "vue": "^3.2.21", | |
66 | + "vue": "^3.2.22", | |
66 | 67 | "vue-i18n": "^9.1.9", |
67 | - "vue-json-pretty": "^2.0.5", | |
68 | + "vue-json-pretty": "^2.0.6", | |
68 | 69 | "vue-router": "^4.0.12", |
69 | 70 | "vue-types": "^4.1.1", |
70 | - "xlsx": "^0.17.3" | |
71 | + "xlsx": "^0.17.4" | |
71 | 72 | }, |
72 | 73 | "devDependencies": { |
73 | - "@commitlint/cli": "^14.1.0", | |
74 | - "@commitlint/config-conventional": "^14.1.0", | |
75 | - "@iconify/json": "^1.1.426", | |
74 | + "@commitlint/cli": "^15.0.0", | |
75 | + "@commitlint/config-conventional": "^15.0.0", | |
76 | + "@iconify/json": "^2.0.0", | |
76 | 77 | "@purge-icons/generated": "^0.7.0", |
77 | 78 | "@types/codemirror": "^5.60.5", |
78 | 79 | "@types/crypto-js": "^4.0.2", |
79 | 80 | "@types/fs-extra": "^9.0.13", |
80 | 81 | "@types/inquirer": "^8.1.3", |
81 | 82 | "@types/intro.js": "^3.0.2", |
82 | - "@types/jest": "^27.0.2", | |
83 | + "@types/jest": "^27.0.3", | |
83 | 84 | "@types/lodash-es": "^4.17.5", |
84 | 85 | "@types/mockjs": "^1.0.4", |
85 | - "@types/node": "^16.11.7", | |
86 | + "@types/node": "^16.11.10", | |
86 | 87 | "@types/nprogress": "^0.2.0", |
87 | 88 | "@types/qrcode": "^1.4.1", |
88 | 89 | "@types/qs": "^6.9.7", |
89 | 90 | "@types/showdown": "^1.9.4", |
90 | 91 | "@types/sortablejs": "^1.10.7", |
91 | - "@typescript-eslint/eslint-plugin": "^5.3.1", | |
92 | - "@typescript-eslint/parser": "^5.3.1", | |
93 | - "@vitejs/plugin-legacy": "^1.6.2", | |
94 | - "@vitejs/plugin-vue": "^1.9.4", | |
95 | - "@vitejs/plugin-vue-jsx": "^1.2.0", | |
96 | - "@vue/compiler-sfc": "3.2.21", | |
97 | - "@vue/test-utils": "^2.0.0-rc.16", | |
92 | + "@typescript-eslint/eslint-plugin": "^5.4.0", | |
93 | + "@typescript-eslint/parser": "^5.4.0", | |
94 | + "@vitejs/plugin-legacy": "^1.6.3", | |
95 | + "@vitejs/plugin-vue": "^1.10.0", | |
96 | + "@vitejs/plugin-vue-jsx": "^1.3.0", | |
97 | + "@vue/compiler-sfc": "3.2.22", | |
98 | + "@vue/test-utils": "^2.0.0-rc.17", | |
98 | 99 | "autoprefixer": "^10.4.0", |
99 | 100 | "commitizen": "^4.2.4", |
100 | 101 | "conventional-changelog-cli": "^2.1.1", |
101 | 102 | "cross-env": "^7.0.3", |
102 | 103 | "dotenv": "^10.0.0", |
103 | - "eslint": "^8.2.0", | |
104 | + "eslint": "^8.3.0", | |
104 | 105 | "eslint-config-prettier": "^8.3.0", |
105 | - "eslint-define-config": "^1.1.3", | |
106 | - "eslint-plugin-jest": "^25.2.4", | |
106 | + "eslint-define-config": "^1.1.4", | |
107 | + "eslint-plugin-jest": "^25.3.0", | |
107 | 108 | "eslint-plugin-prettier": "^4.0.0", |
108 | - "eslint-plugin-vue": "^8.0.3", | |
109 | - "esno": "^0.12.0", | |
109 | + "eslint-plugin-vue": "^8.1.1", | |
110 | + "esno": "^0.12.1", | |
110 | 111 | "fs-extra": "^10.0.0", |
111 | 112 | "husky": "^7.0.4", |
112 | 113 | "inquirer": "^8.2.0", |
113 | 114 | "jest": "^27.3.1", |
114 | 115 | "less": "^4.1.2", |
115 | - "lint-staged": "11.2.6", | |
116 | + "lint-staged": "12.1.2", | |
116 | 117 | "npm-run-all": "^4.1.5", |
117 | - "postcss": "^8.3.11", | |
118 | + "postcss": "^8.4.0", | |
118 | 119 | "postcss-html": "^1.2.0", |
119 | 120 | "postcss-less": "^5.0.0", |
120 | 121 | "prettier": "^2.4.1", |
121 | 122 | "rimraf": "^3.0.2", |
122 | 123 | "rollup-plugin-visualizer": "^5.5.2", |
123 | - "stylelint": "^14.0.1", | |
124 | + "stylelint": "^14.1.0", | |
124 | 125 | "stylelint-config-html": "^1.0.0", |
125 | 126 | "stylelint-config-prettier": "^9.0.3", |
126 | - "stylelint-config-standard": "^23.0.0", | |
127 | + "stylelint-config-standard": "^24.0.0", | |
127 | 128 | "stylelint-order": "^5.0.0", |
128 | 129 | "ts-jest": "^27.0.7", |
129 | 130 | "ts-node": "^10.4.0", |
130 | - "typescript": "^4.4.4", | |
131 | + "typescript": "^4.5.2", | |
131 | 132 | "vite": "^2.6.14", |
132 | 133 | "vite-plugin-compression": "^0.3.5", |
133 | 134 | "vite-plugin-html": "^2.1.1", |
134 | 135 | "vite-plugin-imagemin": "^0.4.6", |
135 | 136 | "vite-plugin-mock": "^2.9.6", |
136 | 137 | "vite-plugin-purge-icons": "^0.7.0", |
137 | - "vite-plugin-pwa": "^0.11.3", | |
138 | + "vite-plugin-pwa": "^0.11.7", | |
138 | 139 | "vite-plugin-style-import": "^1.3.0", |
139 | 140 | "vite-plugin-svg-icons": "^1.0.5", |
140 | 141 | "vite-plugin-theme": "^0.8.1", |
141 | 142 | "vite-plugin-vue-setup-extend": "^0.1.0", |
142 | 143 | "vite-plugin-windicss": "^1.5.1", |
143 | 144 | "vue-eslint-parser": "^8.0.1", |
144 | - "vue-tsc": "^0.29.3" | |
145 | + "vue-tsc": "^0.29.6" | |
145 | 146 | }, |
146 | 147 | "resolutions": { |
147 | 148 | "//": "Used to install imagemin dependencies, because imagemin may not be installed in China. If it is abroad, you can delete it", | ... | ... |
pnpm-lock.yaml
... | ... | @@ -8,90 +8,90 @@ overrides: |
8 | 8 | specifiers: |
9 | 9 | '@ant-design/colors': ^6.0.0 |
10 | 10 | '@ant-design/icons-vue': ^6.0.1 |
11 | - '@commitlint/cli': ^14.1.0 | |
12 | - '@commitlint/config-conventional': ^14.1.0 | |
13 | - '@iconify/iconify': ^2.0.4 | |
14 | - '@iconify/json': ^1.1.426 | |
15 | - '@logicflow/core': ^0.7.5 | |
16 | - '@logicflow/extension': ^0.7.5 | |
11 | + '@commitlint/cli': ^15.0.0 | |
12 | + '@commitlint/config-conventional': ^15.0.0 | |
13 | + '@iconify/iconify': ^2.1.0 | |
14 | + '@iconify/json': ^2.0.0 | |
15 | + '@logicflow/core': ^0.7.9 | |
16 | + '@logicflow/extension': ^0.7.9 | |
17 | 17 | '@purge-icons/generated': ^0.7.0 |
18 | 18 | '@types/codemirror': ^5.60.5 |
19 | 19 | '@types/crypto-js': ^4.0.2 |
20 | 20 | '@types/fs-extra': ^9.0.13 |
21 | 21 | '@types/inquirer': ^8.1.3 |
22 | 22 | '@types/intro.js': ^3.0.2 |
23 | - '@types/jest': ^27.0.2 | |
23 | + '@types/jest': ^27.0.3 | |
24 | 24 | '@types/lodash-es': ^4.17.5 |
25 | 25 | '@types/mockjs': ^1.0.4 |
26 | - '@types/node': ^16.11.7 | |
26 | + '@types/node': ^16.11.10 | |
27 | 27 | '@types/nprogress': ^0.2.0 |
28 | 28 | '@types/qrcode': ^1.4.1 |
29 | 29 | '@types/qs': ^6.9.7 |
30 | 30 | '@types/showdown': ^1.9.4 |
31 | 31 | '@types/sortablejs': ^1.10.7 |
32 | - '@typescript-eslint/eslint-plugin': ^5.3.1 | |
33 | - '@typescript-eslint/parser': ^5.3.1 | |
34 | - '@vitejs/plugin-legacy': ^1.6.2 | |
35 | - '@vitejs/plugin-vue': ^1.9.4 | |
36 | - '@vitejs/plugin-vue-jsx': ^1.2.0 | |
37 | - '@vue/compiler-sfc': 3.2.21 | |
38 | - '@vue/test-utils': ^2.0.0-rc.16 | |
39 | - '@vueuse/core': ^6.8.0 | |
40 | - '@vueuse/shared': ^6.8.0 | |
32 | + '@typescript-eslint/eslint-plugin': ^5.4.0 | |
33 | + '@typescript-eslint/parser': ^5.4.0 | |
34 | + '@vitejs/plugin-legacy': ^1.6.3 | |
35 | + '@vitejs/plugin-vue': ^1.10.0 | |
36 | + '@vitejs/plugin-vue-jsx': ^1.3.0 | |
37 | + '@vue/compiler-sfc': 3.2.22 | |
38 | + '@vue/test-utils': ^2.0.0-rc.17 | |
39 | + '@vueuse/core': ^7.0.3 | |
40 | + '@vueuse/shared': ^7.0.3 | |
41 | 41 | '@zxcvbn-ts/core': ^1.0.0 |
42 | - ant-design-vue: 2.2.8 | |
42 | + ant-design-vue: 3.0.0-alpha.12 | |
43 | 43 | autoprefixer: ^10.4.0 |
44 | 44 | axios: ^0.24.0 |
45 | - codemirror: ^5.63.3 | |
45 | + codemirror: ^5.64.0 | |
46 | 46 | commitizen: ^4.2.4 |
47 | 47 | conventional-changelog-cli: ^2.1.1 |
48 | 48 | cropperjs: ^1.5.12 |
49 | 49 | cross-env: ^7.0.3 |
50 | 50 | crypto-js: ^4.1.1 |
51 | + dayjs: ^1.10.7 | |
51 | 52 | dotenv: ^10.0.0 |
52 | 53 | echarts: ^5.2.2 |
53 | - eslint: ^8.2.0 | |
54 | + eslint: ^8.3.0 | |
54 | 55 | eslint-config-prettier: ^8.3.0 |
55 | - eslint-define-config: ^1.1.3 | |
56 | - eslint-plugin-jest: ^25.2.4 | |
56 | + eslint-define-config: ^1.1.4 | |
57 | + eslint-plugin-jest: ^25.3.0 | |
57 | 58 | eslint-plugin-prettier: ^4.0.0 |
58 | - eslint-plugin-vue: ^8.0.3 | |
59 | - esno: ^0.12.0 | |
59 | + eslint-plugin-vue: ^8.1.1 | |
60 | + esno: ^0.12.1 | |
60 | 61 | fs-extra: ^10.0.0 |
61 | 62 | husky: ^7.0.4 |
62 | 63 | inquirer: ^8.2.0 |
63 | 64 | intro.js: ^4.3.0 |
64 | 65 | jest: ^27.3.1 |
65 | 66 | less: ^4.1.2 |
66 | - lint-staged: 11.2.6 | |
67 | + lint-staged: 12.1.2 | |
67 | 68 | lodash-es: ^4.17.21 |
68 | 69 | mockjs: ^1.1.0 |
69 | - moment: ^2.29.1 | |
70 | 70 | npm-run-all: ^4.1.5 |
71 | 71 | nprogress: ^0.2.0 |
72 | 72 | path-to-regexp: ^6.2.0 |
73 | - pinia: 2.0.2 | |
74 | - postcss: ^8.3.11 | |
73 | + pinia: 2.0.4 | |
74 | + postcss: ^8.4.0 | |
75 | 75 | postcss-html: ^1.2.0 |
76 | 76 | postcss-less: ^5.0.0 |
77 | 77 | prettier: ^2.4.1 |
78 | 78 | print-js: ^1.6.0 |
79 | - qrcode: ^1.4.4 | |
79 | + qrcode: ^1.5.0 | |
80 | 80 | qs: ^6.10.1 |
81 | 81 | resize-observer-polyfill: ^1.5.1 |
82 | 82 | rimraf: ^3.0.2 |
83 | 83 | rollup-plugin-visualizer: ^5.5.2 |
84 | 84 | showdown: ^1.9.1 |
85 | 85 | sortablejs: ^1.14.0 |
86 | - stylelint: ^14.0.1 | |
86 | + stylelint: ^14.1.0 | |
87 | 87 | stylelint-config-html: ^1.0.0 |
88 | 88 | stylelint-config-prettier: ^9.0.3 |
89 | - stylelint-config-standard: ^23.0.0 | |
89 | + stylelint-config-standard: ^24.0.0 | |
90 | 90 | stylelint-order: ^5.0.0 |
91 | - tinymce: ^5.10.1 | |
91 | + tinymce: ^5.10.2 | |
92 | 92 | ts-jest: ^27.0.7 |
93 | 93 | ts-node: ^10.4.0 |
94 | - typescript: ^4.4.4 | |
94 | + typescript: ^4.5.2 | |
95 | 95 | vditor: ^3.8.7 |
96 | 96 | vite: ^2.6.14 |
97 | 97 | vite-plugin-compression: ^0.3.5 |
... | ... | @@ -99,131 +99,131 @@ specifiers: |
99 | 99 | vite-plugin-imagemin: ^0.4.6 |
100 | 100 | vite-plugin-mock: ^2.9.6 |
101 | 101 | vite-plugin-purge-icons: ^0.7.0 |
102 | - vite-plugin-pwa: ^0.11.3 | |
102 | + vite-plugin-pwa: ^0.11.7 | |
103 | 103 | vite-plugin-style-import: ^1.3.0 |
104 | 104 | vite-plugin-svg-icons: ^1.0.5 |
105 | 105 | vite-plugin-theme: ^0.8.1 |
106 | 106 | vite-plugin-vue-setup-extend: ^0.1.0 |
107 | 107 | vite-plugin-windicss: ^1.5.1 |
108 | - vue: ^3.2.21 | |
108 | + vue: ^3.2.22 | |
109 | 109 | vue-eslint-parser: ^8.0.1 |
110 | 110 | vue-i18n: ^9.1.9 |
111 | - vue-json-pretty: ^2.0.5 | |
111 | + vue-json-pretty: ^2.0.6 | |
112 | 112 | vue-router: ^4.0.12 |
113 | - vue-tsc: ^0.29.3 | |
113 | + vue-tsc: ^0.29.6 | |
114 | 114 | vue-types: ^4.1.1 |
115 | - xlsx: ^0.17.3 | |
115 | + xlsx: ^0.17.4 | |
116 | 116 | |
117 | 117 | dependencies: |
118 | 118 | '@ant-design/colors': 6.0.0 |
119 | - '@ant-design/icons-vue': 6.0.1_vue@3.2.21 | |
120 | - '@iconify/iconify': 2.0.4 | |
121 | - '@logicflow/core': 0.7.5 | |
122 | - '@logicflow/extension': 0.7.5 | |
123 | - '@vueuse/core': 6.8.0_vue@3.2.21 | |
124 | - '@vueuse/shared': 6.8.0_vue@3.2.21 | |
119 | + '@ant-design/icons-vue': 6.0.1_vue@3.2.22 | |
120 | + '@iconify/iconify': 2.1.0 | |
121 | + '@logicflow/core': 0.7.9 | |
122 | + '@logicflow/extension': 0.7.9 | |
123 | + '@vueuse/core': 7.0.3_vue@3.2.22 | |
124 | + '@vueuse/shared': 7.0.3_vue@3.2.22 | |
125 | 125 | '@zxcvbn-ts/core': 1.0.0 |
126 | - ant-design-vue: 2.2.8_076477a87ad5f7673ec470dd8ffa7935 | |
126 | + ant-design-vue: 3.0.0-alpha.12_d993d7eb47a5c30940fe6565e4c82216 | |
127 | 127 | axios: 0.24.0 |
128 | - codemirror: 5.63.3 | |
128 | + codemirror: 5.64.0 | |
129 | 129 | cropperjs: 1.5.12 |
130 | 130 | crypto-js: 4.1.1 |
131 | + dayjs: 1.10.7 | |
131 | 132 | echarts: 5.2.2 |
132 | 133 | intro.js: 4.3.0 |
133 | 134 | lodash-es: 4.17.21 |
134 | 135 | mockjs: 1.1.0 |
135 | - moment: 2.29.1 | |
136 | 136 | nprogress: 0.2.0 |
137 | 137 | path-to-regexp: 6.2.0 |
138 | - pinia: 2.0.2_typescript@4.4.4+vue@3.2.21 | |
138 | + pinia: 2.0.4_typescript@4.5.2+vue@3.2.22 | |
139 | 139 | print-js: 1.6.0 |
140 | - qrcode: 1.4.4 | |
140 | + qrcode: 1.5.0 | |
141 | 141 | qs: 6.10.1 |
142 | 142 | resize-observer-polyfill: 1.5.1 |
143 | 143 | showdown: 1.9.1 |
144 | 144 | sortablejs: 1.14.0 |
145 | - tinymce: 5.10.1 | |
145 | + tinymce: 5.10.2 | |
146 | 146 | vditor: 3.8.7 |
147 | - vue: 3.2.21 | |
148 | - vue-i18n: 9.1.9_vue@3.2.21 | |
149 | - vue-json-pretty: 2.0.5_vue@3.2.21 | |
150 | - vue-router: 4.0.12_vue@3.2.21 | |
151 | - vue-types: 4.1.1_vue@3.2.21 | |
152 | - xlsx: 0.17.3 | |
147 | + vue: 3.2.22 | |
148 | + vue-i18n: 9.1.9_vue@3.2.22 | |
149 | + vue-json-pretty: 2.0.6_vue@3.2.22 | |
150 | + vue-router: 4.0.12_vue@3.2.22 | |
151 | + vue-types: 4.1.1_vue@3.2.22 | |
152 | + xlsx: 0.17.4 | |
153 | 153 | |
154 | 154 | devDependencies: |
155 | - '@commitlint/cli': 14.1.0 | |
156 | - '@commitlint/config-conventional': 14.1.0 | |
157 | - '@iconify/json': 1.1.426 | |
155 | + '@commitlint/cli': 15.0.0 | |
156 | + '@commitlint/config-conventional': 15.0.0 | |
157 | + '@iconify/json': 2.0.0 | |
158 | 158 | '@purge-icons/generated': 0.7.0 |
159 | 159 | '@types/codemirror': 5.60.5 |
160 | 160 | '@types/crypto-js': 4.0.2 |
161 | 161 | '@types/fs-extra': 9.0.13 |
162 | 162 | '@types/inquirer': 8.1.3 |
163 | 163 | '@types/intro.js': 3.0.2 |
164 | - '@types/jest': 27.0.2 | |
164 | + '@types/jest': 27.0.3 | |
165 | 165 | '@types/lodash-es': 4.17.5 |
166 | 166 | '@types/mockjs': 1.0.4 |
167 | - '@types/node': 16.11.7 | |
167 | + '@types/node': 16.11.10 | |
168 | 168 | '@types/nprogress': 0.2.0 |
169 | 169 | '@types/qrcode': 1.4.1 |
170 | 170 | '@types/qs': 6.9.7 |
171 | 171 | '@types/showdown': 1.9.4 |
172 | 172 | '@types/sortablejs': 1.10.7 |
173 | - '@typescript-eslint/eslint-plugin': 5.3.1_4653b7803b7453f5f37717b7e1448517 | |
174 | - '@typescript-eslint/parser': 5.3.1_eslint@8.2.0+typescript@4.4.4 | |
175 | - '@vitejs/plugin-legacy': 1.6.2_vite@2.6.14 | |
176 | - '@vitejs/plugin-vue': 1.9.4_vite@2.6.14 | |
177 | - '@vitejs/plugin-vue-jsx': 1.2.0 | |
178 | - '@vue/compiler-sfc': 3.2.21 | |
179 | - '@vue/test-utils': 2.0.0-rc.16_vue@3.2.21 | |
180 | - autoprefixer: 10.4.0_postcss@8.3.11 | |
173 | + '@typescript-eslint/eslint-plugin': 5.4.0_5c8ff4cecd5a55e744866c0654edac32 | |
174 | + '@typescript-eslint/parser': 5.4.0_eslint@8.3.0+typescript@4.5.2 | |
175 | + '@vitejs/plugin-legacy': 1.6.3_vite@2.6.14 | |
176 | + '@vitejs/plugin-vue': 1.10.0_vite@2.6.14 | |
177 | + '@vitejs/plugin-vue-jsx': 1.3.0 | |
178 | + '@vue/compiler-sfc': 3.2.22 | |
179 | + '@vue/test-utils': 2.0.0-rc.17_vue@3.2.22 | |
180 | + autoprefixer: 10.4.0_postcss@8.4.0 | |
181 | 181 | commitizen: 4.2.4 |
182 | 182 | conventional-changelog-cli: 2.1.1 |
183 | 183 | cross-env: 7.0.3 |
184 | 184 | dotenv: 10.0.0 |
185 | - eslint: 8.2.0 | |
186 | - eslint-config-prettier: 8.3.0_eslint@8.2.0 | |
187 | - eslint-define-config: 1.1.3 | |
188 | - eslint-plugin-jest: 25.2.4_55428d41374ee1814ab5869f06c1f98b | |
189 | - eslint-plugin-prettier: 4.0.0_307f015733298e29da9050ea0cee5b9e | |
190 | - eslint-plugin-vue: 8.0.3_eslint@8.2.0 | |
191 | - esno: 0.12.0_typescript@4.4.4 | |
185 | + eslint: 8.3.0 | |
186 | + eslint-config-prettier: 8.3.0_eslint@8.3.0 | |
187 | + eslint-define-config: 1.1.4 | |
188 | + eslint-plugin-jest: 25.3.0_4e52e098c69dc02e5d836ed593524821 | |
189 | + eslint-plugin-prettier: 4.0.0_6c1acfc8d9d3a8dba99beef4e8bcebae | |
190 | + eslint-plugin-vue: 8.1.1_eslint@8.3.0 | |
191 | + esno: 0.12.1_typescript@4.5.2 | |
192 | 192 | fs-extra: 10.0.0 |
193 | 193 | husky: 7.0.4 |
194 | 194 | inquirer: 8.2.0 |
195 | 195 | jest: 27.3.1_ts-node@10.4.0 |
196 | 196 | less: 4.1.2 |
197 | - lint-staged: 11.2.6 | |
197 | + lint-staged: 12.1.2 | |
198 | 198 | npm-run-all: 4.1.5 |
199 | - postcss: 8.3.11 | |
199 | + postcss: 8.4.0 | |
200 | 200 | postcss-html: 1.2.0 |
201 | 201 | postcss-less: 5.0.0 |
202 | 202 | prettier: 2.4.1 |
203 | 203 | rimraf: 3.0.2 |
204 | 204 | rollup-plugin-visualizer: 5.5.2 |
205 | - stylelint: 14.0.1 | |
206 | - stylelint-config-html: 1.0.0_a00c61ac027be5fe35af9f500c0c4be2 | |
207 | - stylelint-config-prettier: 9.0.3_stylelint@14.0.1 | |
208 | - stylelint-config-standard: 23.0.0_stylelint@14.0.1 | |
209 | - stylelint-order: 5.0.0_stylelint@14.0.1 | |
210 | - ts-jest: 27.0.7_2c4ca6574207836d1023f54689cc81ac | |
211 | - ts-node: 10.4.0_ee928ac548ac44c173bf0d4654ae2c29 | |
212 | - typescript: 4.4.4 | |
205 | + stylelint: 14.1.0 | |
206 | + stylelint-config-html: 1.0.0_ac89f3e65c9a1d8d711cc3db898969a8 | |
207 | + stylelint-config-prettier: 9.0.3_stylelint@14.1.0 | |
208 | + stylelint-config-standard: 24.0.0_stylelint@14.1.0 | |
209 | + stylelint-order: 5.0.0_stylelint@14.1.0 | |
210 | + ts-jest: 27.0.7_7e2a439bb7b53c38ff0c1a3c5e04c2c5 | |
211 | + ts-node: 10.4.0_36929cccfdb926da0bb85cc291f27124 | |
212 | + typescript: 4.5.2 | |
213 | 213 | vite: 2.6.14_less@4.1.2 |
214 | 214 | vite-plugin-compression: 0.3.5_vite@2.6.14 |
215 | 215 | vite-plugin-html: 2.1.1_vite@2.6.14 |
216 | 216 | vite-plugin-imagemin: 0.4.6_vite@2.6.14 |
217 | 217 | vite-plugin-mock: 2.9.6_mockjs@1.1.0+vite@2.6.14 |
218 | 218 | vite-plugin-purge-icons: 0.7.0_vite@2.6.14 |
219 | - vite-plugin-pwa: 0.11.3_vite@2.6.14 | |
219 | + vite-plugin-pwa: 0.11.7_vite@2.6.14 | |
220 | 220 | vite-plugin-style-import: 1.3.0_vite@2.6.14 |
221 | 221 | vite-plugin-svg-icons: 1.0.5_vite@2.6.14 |
222 | 222 | vite-plugin-theme: 0.8.1_vite@2.6.14 |
223 | 223 | vite-plugin-vue-setup-extend: 0.1.0_vite@2.6.14 |
224 | 224 | vite-plugin-windicss: 1.5.1_vite@2.6.14 |
225 | - vue-eslint-parser: 8.0.1_eslint@8.2.0 | |
226 | - vue-tsc: 0.29.3_typescript@4.4.4 | |
225 | + vue-eslint-parser: 8.0.1_eslint@8.3.0 | |
226 | + vue-tsc: 0.29.6_typescript@4.5.2 | |
227 | 227 | |
228 | 228 | packages: |
229 | 229 | |
... | ... | @@ -243,7 +243,7 @@ packages: |
243 | 243 | resolution: {integrity: sha512-EB0iwlKDGpG93hW8f85CTJTs4SvMX7tt5ceupvhALp1IF44SeUFOMhKUOYqpsoYWQKAOuTRDMqn75rEaKDp0Xw==} |
244 | 244 | dev: false |
245 | 245 | |
246 | - /@ant-design/icons-vue/6.0.1_vue@3.2.21: | |
246 | + /@ant-design/icons-vue/6.0.1_vue@3.2.22: | |
247 | 247 | resolution: {integrity: sha512-HigIgEVV6bbcrz2A92/qDzi/aKWB5EC6b6E1mxMB6aQA7ksiKY+gi4U94TpqyEIIhR23uaDrjufJ+xCZQ+vx6Q==} |
248 | 248 | peerDependencies: |
249 | 249 | vue: '>=3.0.3' |
... | ... | @@ -252,7 +252,7 @@ packages: |
252 | 252 | '@ant-design/icons-svg': 4.2.1 |
253 | 253 | '@types/lodash': 4.14.176 |
254 | 254 | lodash: 4.17.21 |
255 | - vue: 3.2.21 | |
255 | + vue: 3.2.22 | |
256 | 256 | dev: false |
257 | 257 | |
258 | 258 | /@antfu/utils/0.3.0: |
... | ... | @@ -1402,8 +1402,8 @@ packages: |
1402 | 1402 | dependencies: |
1403 | 1403 | regenerator-runtime: 0.13.9 |
1404 | 1404 | |
1405 | - /@babel/standalone/7.16.2: | |
1406 | - resolution: {integrity: sha512-Cc0b/YJapYV1o+lhevV2FCr0lkbGbejA/iRWH5S5aZCF/AeAVVRcIS491omYMNbf+Z9SCDgczUu8Kx8WGCnr2g==} | |
1405 | + /@babel/standalone/7.16.4: | |
1406 | + resolution: {integrity: sha512-FDRLwjeQfPm5jaHNuB+vwNyGCp24Ah3kEsbLzKmh0eSru+QCr4DmjgbRPoz71AwXLVtXU+l/i7MlVlIj5XO7Gw==} | |
1407 | 1407 | engines: {node: '>=6.9.0'} |
1408 | 1408 | dev: true |
1409 | 1409 | |
... | ... | @@ -1445,109 +1445,109 @@ packages: |
1445 | 1445 | resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} |
1446 | 1446 | dev: true |
1447 | 1447 | |
1448 | - /@commitlint/cli/14.1.0: | |
1449 | - resolution: {integrity: sha512-Orq62jkl9qAGvjFqhehtAqjGY/duJ8hIRPPIHmGR2jIB96D4VTmazS3ZvqJz2Q9kKr61mLAk/171zm0FVzQCYA==} | |
1448 | + /@commitlint/cli/15.0.0: | |
1449 | + resolution: {integrity: sha512-Y5xmDCweytqzo4N4lOI2YRiuX35xTjcs8n5hUceBH8eyK0YbwtgWX50BJOH2XbkwEmII9blNhlBog6AdQsqicg==} | |
1450 | 1450 | engines: {node: '>=v12'} |
1451 | 1451 | hasBin: true |
1452 | 1452 | dependencies: |
1453 | - '@commitlint/format': 14.1.0 | |
1454 | - '@commitlint/lint': 14.1.0 | |
1455 | - '@commitlint/load': 14.1.0 | |
1456 | - '@commitlint/read': 14.0.0 | |
1457 | - '@commitlint/types': 14.0.0 | |
1453 | + '@commitlint/format': 15.0.0 | |
1454 | + '@commitlint/lint': 15.0.0 | |
1455 | + '@commitlint/load': 15.0.0 | |
1456 | + '@commitlint/read': 15.0.0 | |
1457 | + '@commitlint/types': 15.0.0 | |
1458 | 1458 | lodash: 4.17.21 |
1459 | 1459 | resolve-from: 5.0.0 |
1460 | 1460 | resolve-global: 1.0.0 |
1461 | 1461 | yargs: 17.2.1 |
1462 | 1462 | dev: true |
1463 | 1463 | |
1464 | - /@commitlint/config-conventional/14.1.0: | |
1465 | - resolution: {integrity: sha512-JuhCqkEv8jyqmd54EpXPsQFpYc/8k7sfP1UziRdEvZSJUCLxz+8Pk4cNS0oF1BtjaWO7ITgXPlIZg47PyApGmg==} | |
1464 | + /@commitlint/config-conventional/15.0.0: | |
1465 | + resolution: {integrity: sha512-eZBRL8Lk3hMNHp1wUMYj0qrZQEsST1ai7KHR8J1IDD9aHgT7L2giciibuQ+Og7vxVhR5WtYDvh9xirXFVPaSkQ==} | |
1466 | 1466 | engines: {node: '>=v12'} |
1467 | 1467 | dependencies: |
1468 | 1468 | conventional-changelog-conventionalcommits: 4.6.1 |
1469 | 1469 | dev: true |
1470 | 1470 | |
1471 | - /@commitlint/ensure/14.1.0: | |
1472 | - resolution: {integrity: sha512-xrYvFdqVepT3XA1BmSh88eKbvYKtLuQu98QLfgxVmwS99Kj3yW0sT3D7jGvNsynbIx2dhbXofDyubf/DKkpFrQ==} | |
1471 | + /@commitlint/ensure/15.0.0: | |
1472 | + resolution: {integrity: sha512-7DV4iNIald3vycwaWBNGk5FbonaNzOlU8nBe5m5AgU2dIeNKuXwLm+zzJzG27j0Ho56rgz//3F6RIvmsoxY9ZA==} | |
1473 | 1473 | engines: {node: '>=v12'} |
1474 | 1474 | dependencies: |
1475 | - '@commitlint/types': 14.0.0 | |
1475 | + '@commitlint/types': 15.0.0 | |
1476 | 1476 | lodash: 4.17.21 |
1477 | 1477 | dev: true |
1478 | 1478 | |
1479 | - /@commitlint/execute-rule/14.0.0: | |
1480 | - resolution: {integrity: sha512-Hh/HLpCBDlrD3Rx2x2pDBx6CU+OtVqGXh7mbFpNihAVx6B0zyZqm/vv0cdwdhfGW5OEn1BhCqHf1ZOvL/DwdWA==} | |
1479 | + /@commitlint/execute-rule/15.0.0: | |
1480 | + resolution: {integrity: sha512-pyE4ApxjbWhb1TXz5vRiGwI2ssdMMgZbaaheZq1/7WC0xRnqnIhE1yUC1D2q20qPtvkZPstTYvMiRVtF+DvjUg==} | |
1481 | 1481 | engines: {node: '>=v12'} |
1482 | 1482 | dev: true |
1483 | 1483 | |
1484 | - /@commitlint/format/14.1.0: | |
1485 | - resolution: {integrity: sha512-sF6engqqHjvxGctWRKjFs/HQeNowlpbVmmoP481b2UMQnVQnjjfXJvQsoLpaqFUvgc2sHM4L85F8BmAw+iHG1w==} | |
1484 | + /@commitlint/format/15.0.0: | |
1485 | + resolution: {integrity: sha512-bPhAfqwRhPk92WiuY0ktEJNpRRHSCd+Eg1MdhGyL9Bl3U25E5zvuInA+dNctnzZiOBSH/37ZaD0eOKCpQE6acg==} | |
1486 | 1486 | engines: {node: '>=v12'} |
1487 | 1487 | dependencies: |
1488 | - '@commitlint/types': 14.0.0 | |
1488 | + '@commitlint/types': 15.0.0 | |
1489 | 1489 | chalk: 4.1.2 |
1490 | 1490 | dev: true |
1491 | 1491 | |
1492 | - /@commitlint/is-ignored/14.0.0: | |
1493 | - resolution: {integrity: sha512-nJltYjXTa+mk+6SPe35nOZCCvt3Gh5mbDz008KQ4OPcn1GX1NG+pEgz1Kx3agDp/pc+JGnsrr5GV00gygIoloA==} | |
1492 | + /@commitlint/is-ignored/15.0.0: | |
1493 | + resolution: {integrity: sha512-edtnkf2QZ/7e/YCJDgn1WDw9wfF1WfOitW5YEoSOb4SxjJEb/oE87kxNPZ2j8mnDMuunspcMfGHeg6fRlwaEWg==} | |
1494 | 1494 | engines: {node: '>=v12'} |
1495 | 1495 | dependencies: |
1496 | - '@commitlint/types': 14.0.0 | |
1496 | + '@commitlint/types': 15.0.0 | |
1497 | 1497 | semver: 7.3.5 |
1498 | 1498 | dev: true |
1499 | 1499 | |
1500 | - /@commitlint/lint/14.1.0: | |
1501 | - resolution: {integrity: sha512-CApGJEOtWU/CcuPD8HkOR1jdUYpjKutGPaeby9nSFzJhwl/UQOjxc4Nd+2g2ygsMi5l3N4j2sWQYEgccpFC3lA==} | |
1500 | + /@commitlint/lint/15.0.0: | |
1501 | + resolution: {integrity: sha512-hUi2+Im/2dJ5FBvWnodypTkg+5haCgsDzB0fyMApWLUA1IucYUAqRCQCW5em1Mhk9Crw1pd5YzFNikhIclkqCw==} | |
1502 | 1502 | engines: {node: '>=v12'} |
1503 | 1503 | dependencies: |
1504 | - '@commitlint/is-ignored': 14.0.0 | |
1505 | - '@commitlint/parse': 14.0.0 | |
1506 | - '@commitlint/rules': 14.1.0 | |
1507 | - '@commitlint/types': 14.0.0 | |
1504 | + '@commitlint/is-ignored': 15.0.0 | |
1505 | + '@commitlint/parse': 15.0.0 | |
1506 | + '@commitlint/rules': 15.0.0 | |
1507 | + '@commitlint/types': 15.0.0 | |
1508 | 1508 | dev: true |
1509 | 1509 | |
1510 | - /@commitlint/load/14.1.0: | |
1511 | - resolution: {integrity: sha512-p+HbgjhkqLsnxyjOUdEYHztHCp8n2oLVUJTmRPuP5FXLNevh6Gwmxf+NYC2J0sgD084aV2CFi3qu1W4yHWIknA==} | |
1510 | + /@commitlint/load/15.0.0: | |
1511 | + resolution: {integrity: sha512-Ak1YPeOhvxmY3ioe0o6m1yLGvUAYb4BdfGgShU8jiTCmU3Mnmms0Xh/kfQz8AybhezCC3AmVTyBLaBZxOHR8kg==} | |
1512 | 1512 | engines: {node: '>=v12'} |
1513 | 1513 | dependencies: |
1514 | - '@commitlint/execute-rule': 14.0.0 | |
1515 | - '@commitlint/resolve-extends': 14.1.0 | |
1516 | - '@commitlint/types': 14.0.0 | |
1517 | - '@endemolshinegroup/cosmiconfig-typescript-loader': 3.0.2_3fdcc7bc724bd900a681b5e9457ed94a | |
1514 | + '@commitlint/execute-rule': 15.0.0 | |
1515 | + '@commitlint/resolve-extends': 15.0.0 | |
1516 | + '@commitlint/types': 15.0.0 | |
1517 | + '@endemolshinegroup/cosmiconfig-typescript-loader': 3.0.2_b67f536f129c730ed129a6d21d223ba9 | |
1518 | 1518 | chalk: 4.1.2 |
1519 | 1519 | cosmiconfig: 7.0.1 |
1520 | 1520 | lodash: 4.17.21 |
1521 | 1521 | resolve-from: 5.0.0 |
1522 | - typescript: 4.4.4 | |
1522 | + typescript: 4.5.2 | |
1523 | 1523 | dev: true |
1524 | 1524 | |
1525 | - /@commitlint/message/14.0.0: | |
1526 | - resolution: {integrity: sha512-316Pum+bwDcZamOQw0DXSY17Dq9EjvL1zKdYIZqneu4lnXN6uFfi53Y/sP5crW6zlLdnuTHe1MnuewXPLHfH1Q==} | |
1525 | + /@commitlint/message/15.0.0: | |
1526 | + resolution: {integrity: sha512-L8euabzboKavPuDJsdIYAY2wx97LbiGEYsckMo6NmV8pOun50c8hQx6ouXFSAx4pp+mX9yUGmMiVqfrk2LKDJQ==} | |
1527 | 1527 | engines: {node: '>=v12'} |
1528 | 1528 | dev: true |
1529 | 1529 | |
1530 | - /@commitlint/parse/14.0.0: | |
1531 | - resolution: {integrity: sha512-49qkk0TcwdxJPZUX8MElEzMlRFIL/cg64P4pk8HotFEm2HYdbxxZp6v3cbVw5WOsnRA0frrs+NNoOcIT83ccMQ==} | |
1530 | + /@commitlint/parse/15.0.0: | |
1531 | + resolution: {integrity: sha512-7fweM67tZfBNS7zw1KTuuT5K2u9nGytUJqFqT/1Ln3Na9cBCsoAqR47mfsNOTlRCgGwakm4xiQ7BpS2gN0OGuw==} | |
1532 | 1532 | engines: {node: '>=v12'} |
1533 | 1533 | dependencies: |
1534 | - '@commitlint/types': 14.0.0 | |
1534 | + '@commitlint/types': 15.0.0 | |
1535 | 1535 | conventional-changelog-angular: 5.0.13 |
1536 | 1536 | conventional-commits-parser: 3.2.3 |
1537 | 1537 | dev: true |
1538 | 1538 | |
1539 | - /@commitlint/read/14.0.0: | |
1540 | - resolution: {integrity: sha512-WXXcSLBqwXTqnEmB0lbU2TrayDJ2G3qI/lxy1ianVmpQol8p9BjodAA6bYxtYYHdQFVXUrIsclzFP/naWG+hlQ==} | |
1539 | + /@commitlint/read/15.0.0: | |
1540 | + resolution: {integrity: sha512-5yI1o2HKZFVe7RTjL7IhuhHMKar/MDNY34vEHqqz9gMI7BK/rdP8uVb4Di1efl2V0UPnwID0nPKWESjQ8Ti0gw==} | |
1541 | 1541 | engines: {node: '>=v12'} |
1542 | 1542 | dependencies: |
1543 | - '@commitlint/top-level': 14.0.0 | |
1544 | - '@commitlint/types': 14.0.0 | |
1543 | + '@commitlint/top-level': 15.0.0 | |
1544 | + '@commitlint/types': 15.0.0 | |
1545 | 1545 | fs-extra: 10.0.0 |
1546 | 1546 | git-raw-commits: 2.0.10 |
1547 | 1547 | dev: true |
1548 | 1548 | |
1549 | - /@commitlint/resolve-extends/14.1.0: | |
1550 | - resolution: {integrity: sha512-ko80k6QB6E6/OvGNWy4u7gzzWyluDT3VDNL2kfZaDywsnrYntUKyT4Do97gQ7orttITzj2GRtk3KWClVz4rUUQ==} | |
1549 | + /@commitlint/resolve-extends/15.0.0: | |
1550 | + resolution: {integrity: sha512-7apfRJjgJsKja7lHsPfEFixKjA/fk/UeD3owkOw1174yYu4u8xBDLSeU3IinGPdMuF9m245eX8wo7vLUy+EBSg==} | |
1551 | 1551 | engines: {node: '>=v12'} |
1552 | 1552 | dependencies: |
1553 | 1553 | import-fresh: 3.3.0 |
... | ... | @@ -1556,31 +1556,31 @@ packages: |
1556 | 1556 | resolve-global: 1.0.0 |
1557 | 1557 | dev: true |
1558 | 1558 | |
1559 | - /@commitlint/rules/14.1.0: | |
1560 | - resolution: {integrity: sha512-6jmv414/1JzGzDI/DS+snAMhcL6roQKPdg0WB3kWTWN52EvWXBFm0HIMGt2H/FlRKxozwVXlQN60/1fNIl98xA==} | |
1559 | + /@commitlint/rules/15.0.0: | |
1560 | + resolution: {integrity: sha512-SqXfp6QUlwBS+0IZm4FEA/NmmAwcFQIkG3B05BtemOVWXQdZ8j1vV6hDwvA9oMPCmUSrrGpHOtZK7HaHhng2yA==} | |
1561 | 1561 | engines: {node: '>=v12'} |
1562 | 1562 | dependencies: |
1563 | - '@commitlint/ensure': 14.1.0 | |
1564 | - '@commitlint/message': 14.0.0 | |
1565 | - '@commitlint/to-lines': 14.0.0 | |
1566 | - '@commitlint/types': 14.0.0 | |
1563 | + '@commitlint/ensure': 15.0.0 | |
1564 | + '@commitlint/message': 15.0.0 | |
1565 | + '@commitlint/to-lines': 15.0.0 | |
1566 | + '@commitlint/types': 15.0.0 | |
1567 | 1567 | execa: 5.1.1 |
1568 | 1568 | dev: true |
1569 | 1569 | |
1570 | - /@commitlint/to-lines/14.0.0: | |
1571 | - resolution: {integrity: sha512-uIXk54oJDuYyLpI208s3+cGmJ323yvSJ9LB7yUDMWUeJi2LgRxE2EBZL995kLQdnoAsBBXcLq+VDyppg5bV/cg==} | |
1570 | + /@commitlint/to-lines/15.0.0: | |
1571 | + resolution: {integrity: sha512-mY3MNA9ujPqVpiJjTYG9MDsYCobue5PJFO0MfcIzS1mCVvngH8ZFTPAh1fT5t+t1h876boS88+9WgqjRvbYItw==} | |
1572 | 1572 | engines: {node: '>=v12'} |
1573 | 1573 | dev: true |
1574 | 1574 | |
1575 | - /@commitlint/top-level/14.0.0: | |
1576 | - resolution: {integrity: sha512-MZDKZfWfl9g4KozgWBGTCrI2cXkMHnBFlhwvEfrAu5G8wd5aL1f2uWEUMnBMjUikmhVj99i1pzge4XFWHQ29wQ==} | |
1575 | + /@commitlint/top-level/15.0.0: | |
1576 | + resolution: {integrity: sha512-7Gz3t7xcuuUw1d1Nou6YLaztzp2Em+qZ6YdCzrqYc+aquca3Vt0O696nuiBDU/oE+tls4Hx2CNpAbWhTgEwB5A==} | |
1577 | 1577 | engines: {node: '>=v12'} |
1578 | 1578 | dependencies: |
1579 | 1579 | find-up: 5.0.0 |
1580 | 1580 | dev: true |
1581 | 1581 | |
1582 | - /@commitlint/types/14.0.0: | |
1583 | - resolution: {integrity: sha512-sIls1nP2uSbGL466edYlh8mn7O/WP4i3bcvP+2DMhkscRCSgaPhNRWDilhYVsHt2Vu1HTQ27uT0Bj5/Lt2+EcQ==} | |
1582 | + /@commitlint/types/15.0.0: | |
1583 | + resolution: {integrity: sha512-OMSLX+QJnyNoTwws54ULv9sOvuw9GdVezln76oyUd4YbMMJyaav62aSXDuCdWyL2sm9hTkSzyEi52PNaIj/vqw==} | |
1584 | 1584 | engines: {node: '>=v12'} |
1585 | 1585 | dependencies: |
1586 | 1586 | chalk: 4.1.2 |
... | ... | @@ -1619,7 +1619,7 @@ packages: |
1619 | 1619 | resolution: {integrity: sha512-8HqW8EVqjnCmWXVpqAOZf+EGESdkR27odcMMMGefgKXtar00SoYNSryGv//TELI4T3QFsECo78p+0lmalk/CFA==} |
1620 | 1620 | dev: true |
1621 | 1621 | |
1622 | - /@endemolshinegroup/cosmiconfig-typescript-loader/3.0.2_3fdcc7bc724bd900a681b5e9457ed94a: | |
1622 | + /@endemolshinegroup/cosmiconfig-typescript-loader/3.0.2_b67f536f129c730ed129a6d21d223ba9: | |
1623 | 1623 | resolution: {integrity: sha512-QRVtqJuS1mcT56oHpVegkKBlgtWjXw/gHNWO3eL9oyB5Sc7HBoc2OLG/nYpVfT/Jejvo3NUrD0Udk7XgoyDKkA==} |
1624 | 1624 | engines: {node: '>=10.0.0'} |
1625 | 1625 | peerDependencies: |
... | ... | @@ -1628,7 +1628,7 @@ packages: |
1628 | 1628 | cosmiconfig: 7.0.1 |
1629 | 1629 | lodash.get: 4.4.2 |
1630 | 1630 | make-error: 1.3.6 |
1631 | - ts-node: 9.1.1_typescript@4.4.4 | |
1631 | + ts-node: 9.1.1_typescript@4.5.2 | |
1632 | 1632 | tslib: 2.3.1 |
1633 | 1633 | transitivePeerDependencies: |
1634 | 1634 | - typescript |
... | ... | @@ -1640,7 +1640,7 @@ packages: |
1640 | 1640 | dependencies: |
1641 | 1641 | ajv: 6.12.6 |
1642 | 1642 | debug: 4.3.2 |
1643 | - espree: 9.0.0 | |
1643 | + espree: 9.1.0 | |
1644 | 1644 | globals: 13.12.0 |
1645 | 1645 | ignore: 4.0.6 |
1646 | 1646 | import-fresh: 3.3.0 |
... | ... | @@ -1677,13 +1677,20 @@ packages: |
1677 | 1677 | cross-fetch: 3.1.4 |
1678 | 1678 | dev: true |
1679 | 1679 | |
1680 | - /@iconify/iconify/2.0.4: | |
1681 | - resolution: {integrity: sha512-ejk4gWp9STQcivh1h5VKyuLpOOWefrC9WcHUW5YQBXqsT0NBpfqei8X4rCXasnNlbJSiK8IvIJZTfKtQ/56JIw==} | |
1680 | + /@iconify/iconify/2.1.0: | |
1681 | + resolution: {integrity: sha512-YXKrDVXIGUeFIRqr6QC/l6MRj9kDOlES4sWx/ty8SXUk0pCZnBwsj0/to9Q3g79TAyh2wG3/yzrkf6fHKichwA==} | |
1682 | 1682 | dependencies: |
1683 | 1683 | cross-fetch: 3.1.4 |
1684 | 1684 | |
1685 | - /@iconify/json/1.1.426: | |
1686 | - resolution: {integrity: sha512-hY0VC4JAnHaXdHkUzNuoSGKS493TN+tu6BVFmT/olNVZgl2ovwiOjNhpEhBHEcOb9DRV6cV5kZH9YeNzMlVTog==} | |
1685 | + /@iconify/json/2.0.0: | |
1686 | + resolution: {integrity: sha512-8Qa1h/+nbZpNOZBq7bbtCaPSyTtKZjimPYFPDAjzF3KE+nwVDu+kF0LxlKi4iS7iW3y2qpM4Uv5G80izaVfsTw==} | |
1687 | + dependencies: | |
1688 | + '@iconify/types': 1.0.12 | |
1689 | + pathe: 0.0.2 | |
1690 | + dev: true | |
1691 | + | |
1692 | + /@iconify/types/1.0.12: | |
1693 | + resolution: {integrity: sha512-6er6wSGF3hgc1JEZqiGpg21CTCjHBYOUwqLmb2Idzkjiw6ogalGP0ZMLVutCzah+0WB4yP+Zd2oVPN8jvJ+Ftg==} | |
1687 | 1694 | dev: true |
1688 | 1695 | |
1689 | 1696 | /@intlify/core-base/9.1.9: |
... | ... | @@ -1763,7 +1770,7 @@ packages: |
1763 | 1770 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
1764 | 1771 | dependencies: |
1765 | 1772 | '@jest/types': 27.2.5 |
1766 | - '@types/node': 16.11.7 | |
1773 | + '@types/node': 16.11.10 | |
1767 | 1774 | chalk: 4.1.2 |
1768 | 1775 | jest-message-util: 27.3.1 |
1769 | 1776 | jest-util: 27.3.1 |
... | ... | @@ -1784,7 +1791,7 @@ packages: |
1784 | 1791 | '@jest/test-result': 27.3.1 |
1785 | 1792 | '@jest/transform': 27.3.1 |
1786 | 1793 | '@jest/types': 27.2.5 |
1787 | - '@types/node': 16.11.7 | |
1794 | + '@types/node': 16.11.10 | |
1788 | 1795 | ansi-escapes: 4.3.2 |
1789 | 1796 | chalk: 4.1.2 |
1790 | 1797 | emittery: 0.8.1 |
... | ... | @@ -1821,7 +1828,7 @@ packages: |
1821 | 1828 | dependencies: |
1822 | 1829 | '@jest/fake-timers': 27.3.1 |
1823 | 1830 | '@jest/types': 27.2.5 |
1824 | - '@types/node': 16.11.7 | |
1831 | + '@types/node': 16.11.10 | |
1825 | 1832 | jest-mock: 27.3.0 |
1826 | 1833 | dev: true |
1827 | 1834 | |
... | ... | @@ -1831,7 +1838,7 @@ packages: |
1831 | 1838 | dependencies: |
1832 | 1839 | '@jest/types': 27.2.5 |
1833 | 1840 | '@sinonjs/fake-timers': 8.0.1 |
1834 | - '@types/node': 16.11.7 | |
1841 | + '@types/node': 16.11.10 | |
1835 | 1842 | jest-message-util: 27.3.1 |
1836 | 1843 | jest-mock: 27.3.0 |
1837 | 1844 | jest-util: 27.3.1 |
... | ... | @@ -1860,7 +1867,7 @@ packages: |
1860 | 1867 | '@jest/test-result': 27.3.1 |
1861 | 1868 | '@jest/transform': 27.3.1 |
1862 | 1869 | '@jest/types': 27.2.5 |
1863 | - '@types/node': 16.11.7 | |
1870 | + '@types/node': 16.11.10 | |
1864 | 1871 | chalk: 4.1.2 |
1865 | 1872 | collect-v8-coverage: 1.0.1 |
1866 | 1873 | exit: 0.1.2 |
... | ... | @@ -1944,23 +1951,23 @@ packages: |
1944 | 1951 | dependencies: |
1945 | 1952 | '@types/istanbul-lib-coverage': 2.0.3 |
1946 | 1953 | '@types/istanbul-reports': 3.0.1 |
1947 | - '@types/node': 16.11.7 | |
1954 | + '@types/node': 16.11.10 | |
1948 | 1955 | '@types/yargs': 16.0.4 |
1949 | 1956 | chalk: 4.1.2 |
1950 | 1957 | dev: true |
1951 | 1958 | |
1952 | - /@logicflow/core/0.7.5: | |
1953 | - resolution: {integrity: sha512-PDQf5+NejfRL8Yjt7eTbCqzv5nPMnN1jKQ5tPbUD8HoRfUdZBzr52eSa8Y7OUt9hbEuj1aWnR6JAoTwOL/uJ2g==} | |
1959 | + /@logicflow/core/0.7.9: | |
1960 | + resolution: {integrity: sha512-H4azW9ytUrsI5F5EQlRdcuyAwdgfFUdQ8rgdREE4XzXXMmB9sTwEU+SkmnBHoEvPlyJcBtF4RbwxCJv4/IN7uw==} | |
1954 | 1961 | dependencies: |
1955 | 1962 | '@types/mousetrap': 1.6.8 |
1956 | 1963 | mousetrap: 1.6.5 |
1957 | 1964 | preact: 10.5.15 |
1958 | 1965 | dev: false |
1959 | 1966 | |
1960 | - /@logicflow/extension/0.7.5: | |
1961 | - resolution: {integrity: sha512-bIKrV5cT4qeWJ1JL1UFvqkhj3p8d+LSIg2GgKx1QCv0DaKKmnHnkxizRpP9HwFJn7N56MxFit0VT4gYF9F3Gxg==} | |
1967 | + /@logicflow/extension/0.7.9: | |
1968 | + resolution: {integrity: sha512-bx+FJp2Mb9JpyyLWVwLEpi3ebmH/2alfkn6Diu9bNLjrEuDSniO5QxjEJ5O84KvcoY72HFJJr98wJGKI5ifGpw==} | |
1962 | 1969 | dependencies: |
1963 | - '@logicflow/core': 0.7.5 | |
1970 | + '@logicflow/core': 0.7.9 | |
1964 | 1971 | ids: 1.0.0 |
1965 | 1972 | preact: 10.5.15 |
1966 | 1973 | dev: false |
... | ... | @@ -2001,7 +2008,7 @@ packages: |
2001 | 2008 | /@purge-icons/generated/0.7.0: |
2002 | 2009 | resolution: {integrity: sha512-4SHVpZnKaW5ekRTjhPY9b1pALVlF0pDuGIDRAlxAm0V+gQVOL0+Ghav6U9XqXFj2kiG1+eQ8swpvB+kd0a+tqg==} |
2003 | 2010 | dependencies: |
2004 | - '@iconify/iconify': 2.0.4 | |
2011 | + '@iconify/iconify': 2.1.0 | |
2005 | 2012 | dev: true |
2006 | 2013 | |
2007 | 2014 | /@rollup/plugin-babel/5.3.0_@babel+core@7.16.0+rollup@2.59.0: |
... | ... | @@ -2060,19 +2067,6 @@ packages: |
2060 | 2067 | rollup: 2.59.0 |
2061 | 2068 | dev: true |
2062 | 2069 | |
2063 | - /@rollup/plugin-typescript/8.3.0_typescript@4.4.4: | |
2064 | - resolution: {integrity: sha512-I5FpSvLbtAdwJ+naznv+B4sjXZUcIvLLceYpITAn7wAP8W0wqc5noLdGIp9HGVntNhRWXctwPYrSSFQxtl0FPA==} | |
2065 | - engines: {node: '>=8.0.0'} | |
2066 | - peerDependencies: | |
2067 | - rollup: ^2.14.0 | |
2068 | - tslib: '*' | |
2069 | - typescript: '>=3.7.0' | |
2070 | - dependencies: | |
2071 | - '@rollup/pluginutils': 3.1.0 | |
2072 | - resolve: 1.20.0 | |
2073 | - typescript: 4.4.4 | |
2074 | - dev: true | |
2075 | - | |
2076 | 2070 | /@rollup/pluginutils/3.1.0: |
2077 | 2071 | resolution: {integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==} |
2078 | 2072 | engines: {node: '>= 8.0.0'} |
... | ... | @@ -2107,7 +2101,7 @@ packages: |
2107 | 2101 | /@simonwep/pickr/1.8.2: |
2108 | 2102 | resolution: {integrity: sha512-/l5w8BIkrpP6n1xsetx9MWPWlU6OblN5YgZZphxan0Tq4BByTCETL6lyIeY8lagalS2Nbt4F2W034KHLIiunKA==} |
2109 | 2103 | dependencies: |
2110 | - core-js: 3.19.0 | |
2104 | + core-js: 3.19.1 | |
2111 | 2105 | nanopop: 2.1.0 |
2112 | 2106 | dev: false |
2113 | 2107 | |
... | ... | @@ -2128,11 +2122,13 @@ packages: |
2128 | 2122 | '@sinonjs/commons': 1.8.3 |
2129 | 2123 | dev: true |
2130 | 2124 | |
2131 | - /@surma/rollup-plugin-off-main-thread/1.4.2: | |
2132 | - resolution: {integrity: sha512-yBMPqmd1yEJo/280PAMkychuaALyQ9Lkb5q1ck3mjJrFuEobIfhnQ4J3mbvBoISmR3SWMWV+cGB/I0lCQee79A==} | |
2125 | + /@surma/rollup-plugin-off-main-thread/2.2.3: | |
2126 | + resolution: {integrity: sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==} | |
2133 | 2127 | dependencies: |
2134 | - ejs: 2.7.4 | |
2128 | + ejs: 3.1.6 | |
2129 | + json5: 2.2.0 | |
2135 | 2130 | magic-string: 0.25.7 |
2131 | + string.prototype.matchall: 4.0.6 | |
2136 | 2132 | dev: true |
2137 | 2133 | |
2138 | 2134 | /@tootallnate/once/1.1.2: |
... | ... | @@ -2211,20 +2207,20 @@ packages: |
2211 | 2207 | /@types/fs-extra/9.0.13: |
2212 | 2208 | resolution: {integrity: sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==} |
2213 | 2209 | dependencies: |
2214 | - '@types/node': 16.11.7 | |
2210 | + '@types/node': 16.11.10 | |
2215 | 2211 | dev: true |
2216 | 2212 | |
2217 | 2213 | /@types/glob/7.2.0: |
2218 | 2214 | resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} |
2219 | 2215 | dependencies: |
2220 | 2216 | '@types/minimatch': 3.0.5 |
2221 | - '@types/node': 16.11.7 | |
2217 | + '@types/node': 16.11.10 | |
2222 | 2218 | dev: true |
2223 | 2219 | |
2224 | 2220 | /@types/graceful-fs/4.1.5: |
2225 | 2221 | resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==} |
2226 | 2222 | dependencies: |
2227 | - '@types/node': 16.11.7 | |
2223 | + '@types/node': 16.11.10 | |
2228 | 2224 | dev: true |
2229 | 2225 | |
2230 | 2226 | /@types/imagemin-gifsicle/7.0.1: |
... | ... | @@ -2267,7 +2263,7 @@ packages: |
2267 | 2263 | /@types/imagemin/7.0.1: |
2268 | 2264 | resolution: {integrity: sha512-xEn5+M3lDBtI3JxLy6eU3ksoVurygnlG7OYhTqJfGGP4PcvYnfn+IABCmMve7ziM/SneHDm5xgJFKC8hCYPicw==} |
2269 | 2265 | dependencies: |
2270 | - '@types/node': 16.11.7 | |
2266 | + '@types/node': 16.11.10 | |
2271 | 2267 | dev: true |
2272 | 2268 | |
2273 | 2269 | /@types/inquirer/8.1.3: |
... | ... | @@ -2297,8 +2293,8 @@ packages: |
2297 | 2293 | '@types/istanbul-lib-report': 3.0.0 |
2298 | 2294 | dev: true |
2299 | 2295 | |
2300 | - /@types/jest/27.0.2: | |
2301 | - resolution: {integrity: sha512-4dRxkS/AFX0c5XW6IPMNOydLn2tEhNhJV7DnYK+0bjoJZ+QTmfucBlihX7aoEsh/ocYtkLC73UbnBXBXIxsULA==} | |
2296 | + /@types/jest/27.0.3: | |
2297 | + resolution: {integrity: sha512-cmmwv9t7gBYt7hNKH5Spu7Kuu/DotGa+Ff+JGRKZ4db5eh8PnKS4LuebJ3YLUoyOyIHraTGyULn23YtEAm0VSg==} | |
2302 | 2298 | dependencies: |
2303 | 2299 | jest-diff: 27.3.1 |
2304 | 2300 | pretty-format: 27.3.1 |
... | ... | @@ -2337,8 +2333,8 @@ packages: |
2337 | 2333 | resolution: {integrity: sha512-JcII3D5/OapPGx+eJ+Ik1SQGyt6WvuqdRfh9jUwL6/iHGjmyOriBDciBUu7lEIBTL2ijxwrR70WUnw5AEDmFvQ==} |
2338 | 2334 | dev: true |
2339 | 2335 | |
2340 | - /@types/node/16.11.7: | |
2341 | - resolution: {integrity: sha512-QB5D2sqfSjCmTuWcBWyJ+/44bcjO7VbjSbOE0ucoVbAsSNQc4Lt6QkgkVXkTDwkL4z/beecZNDvVX15D4P8Jbw==} | |
2336 | + /@types/node/16.11.10: | |
2337 | + resolution: {integrity: sha512-3aRnHa1KlOEEhJ6+CvyHKK5vE9BcLGjtUpwvqYLRvYNQKMfabu3BwfJaA/SLW8dxe28LsNDjtHwePTuzn3gmOA==} | |
2342 | 2338 | dev: true |
2343 | 2339 | |
2344 | 2340 | /@types/normalize-package-data/2.4.1: |
... | ... | @@ -2360,7 +2356,7 @@ packages: |
2360 | 2356 | /@types/qrcode/1.4.1: |
2361 | 2357 | resolution: {integrity: sha512-vxMyr7JM7tYPxu8vUE83NiosWX5DZieCyYeJRoOIg0pAkyofCBzknJ2ycUZkPGDFis2RS8GN/BeJLnRnAPxeCA==} |
2362 | 2358 | dependencies: |
2363 | - '@types/node': 16.11.7 | |
2359 | + '@types/node': 16.11.10 | |
2364 | 2360 | dev: true |
2365 | 2361 | |
2366 | 2362 | /@types/qs/6.9.7: |
... | ... | @@ -2370,7 +2366,7 @@ packages: |
2370 | 2366 | /@types/resolve/1.17.1: |
2371 | 2367 | resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==} |
2372 | 2368 | dependencies: |
2373 | - '@types/node': 16.11.7 | |
2369 | + '@types/node': 16.11.10 | |
2374 | 2370 | dev: true |
2375 | 2371 | |
2376 | 2372 | /@types/showdown/1.9.4: |
... | ... | @@ -2392,7 +2388,7 @@ packages: |
2392 | 2388 | /@types/svgo/2.6.0: |
2393 | 2389 | resolution: {integrity: sha512-VSdhb3KTOglle1SLQD4+TB6ezj/MS3rN98gOUkXzbTUhG8VjFKHXN3OVgEFlTnW5fYBxt+lzZlD3PFqkwMj36Q==} |
2394 | 2390 | dependencies: |
2395 | - '@types/node': 16.11.7 | |
2391 | + '@types/node': 16.11.10 | |
2396 | 2392 | dev: true |
2397 | 2393 | |
2398 | 2394 | /@types/tern/0.23.4: |
... | ... | @@ -2408,7 +2404,7 @@ packages: |
2408 | 2404 | /@types/through/0.0.30: |
2409 | 2405 | resolution: {integrity: sha512-FvnCJljyxhPM3gkRgWmxmDZyAQSiBQQWLI0A0VFL0K7W1oRUrPJSqNO0NvTnLkBcotdlp3lKvaT0JrnyRDkzOg==} |
2410 | 2406 | dependencies: |
2411 | - '@types/node': 16.11.7 | |
2407 | + '@types/node': 16.11.10 | |
2412 | 2408 | dev: true |
2413 | 2409 | |
2414 | 2410 | /@types/tinycolor2/1.4.3: |
... | ... | @@ -2429,8 +2425,8 @@ packages: |
2429 | 2425 | '@types/yargs-parser': 20.2.1 |
2430 | 2426 | dev: true |
2431 | 2427 | |
2432 | - /@typescript-eslint/eslint-plugin/5.3.1_4653b7803b7453f5f37717b7e1448517: | |
2433 | - resolution: {integrity: sha512-cFImaoIr5Ojj358xI/SDhjog57OK2NqlpxwdcgyxDA3bJlZcJq5CPzUXtpD7CxI2Hm6ATU7w5fQnnkVnmwpHqw==} | |
2428 | + /@typescript-eslint/eslint-plugin/5.4.0_5c8ff4cecd5a55e744866c0654edac32: | |
2429 | + resolution: {integrity: sha512-9/yPSBlwzsetCsGEn9j24D8vGQgJkOTr4oMLas/w886ZtzKIs1iyoqFrwsX2fqYEeUwsdBpC21gcjRGo57u0eg==} | |
2434 | 2430 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
2435 | 2431 | peerDependencies: |
2436 | 2432 | '@typescript-eslint/parser': ^5.0.0 |
... | ... | @@ -2440,22 +2436,22 @@ packages: |
2440 | 2436 | typescript: |
2441 | 2437 | optional: true |
2442 | 2438 | dependencies: |
2443 | - '@typescript-eslint/experimental-utils': 5.3.1_eslint@8.2.0+typescript@4.4.4 | |
2444 | - '@typescript-eslint/parser': 5.3.1_eslint@8.2.0+typescript@4.4.4 | |
2445 | - '@typescript-eslint/scope-manager': 5.3.1 | |
2439 | + '@typescript-eslint/experimental-utils': 5.4.0_eslint@8.3.0+typescript@4.5.2 | |
2440 | + '@typescript-eslint/parser': 5.4.0_eslint@8.3.0+typescript@4.5.2 | |
2441 | + '@typescript-eslint/scope-manager': 5.4.0 | |
2446 | 2442 | debug: 4.3.2 |
2447 | - eslint: 8.2.0 | |
2443 | + eslint: 8.3.0 | |
2448 | 2444 | functional-red-black-tree: 1.0.1 |
2449 | - ignore: 5.1.8 | |
2445 | + ignore: 5.1.9 | |
2450 | 2446 | regexpp: 3.2.0 |
2451 | 2447 | semver: 7.3.5 |
2452 | - tsutils: 3.21.0_typescript@4.4.4 | |
2453 | - typescript: 4.4.4 | |
2448 | + tsutils: 3.21.0_typescript@4.5.2 | |
2449 | + typescript: 4.5.2 | |
2454 | 2450 | transitivePeerDependencies: |
2455 | 2451 | - supports-color |
2456 | 2452 | dev: true |
2457 | 2453 | |
2458 | - /@typescript-eslint/experimental-utils/5.3.1_eslint@8.2.0+typescript@4.4.4: | |
2454 | + /@typescript-eslint/experimental-utils/5.3.1_eslint@8.3.0+typescript@4.5.2: | |
2459 | 2455 | resolution: {integrity: sha512-RgFn5asjZ5daUhbK5Sp0peq0SSMytqcrkNfU4pnDma2D8P3ElZ6JbYjY8IMSFfZAJ0f3x3tnO3vXHweYg0g59w==} |
2460 | 2456 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
2461 | 2457 | peerDependencies: |
... | ... | @@ -2464,17 +2460,35 @@ packages: |
2464 | 2460 | '@types/json-schema': 7.0.9 |
2465 | 2461 | '@typescript-eslint/scope-manager': 5.3.1 |
2466 | 2462 | '@typescript-eslint/types': 5.3.1 |
2467 | - '@typescript-eslint/typescript-estree': 5.3.1_typescript@4.4.4 | |
2468 | - eslint: 8.2.0 | |
2463 | + '@typescript-eslint/typescript-estree': 5.3.1_typescript@4.5.2 | |
2464 | + eslint: 8.3.0 | |
2469 | 2465 | eslint-scope: 5.1.1 |
2470 | - eslint-utils: 3.0.0_eslint@8.2.0 | |
2466 | + eslint-utils: 3.0.0_eslint@8.3.0 | |
2471 | 2467 | transitivePeerDependencies: |
2472 | 2468 | - supports-color |
2473 | 2469 | - typescript |
2474 | 2470 | dev: true |
2475 | 2471 | |
2476 | - /@typescript-eslint/parser/5.3.1_eslint@8.2.0+typescript@4.4.4: | |
2477 | - resolution: {integrity: sha512-TD+ONlx5c+Qhk21x9gsJAMRohWAUMavSOmJgv3JGy9dgPhuBd5Wok0lmMClZDyJNLLZK1JRKiATzCKZNUmoyfw==} | |
2472 | + /@typescript-eslint/experimental-utils/5.4.0_eslint@8.3.0+typescript@4.5.2: | |
2473 | + resolution: {integrity: sha512-Nz2JDIQUdmIGd6p33A+naQmwfkU5KVTLb/5lTk+tLVTDacZKoGQisj8UCxk7onJcrgjIvr8xWqkYI+DbI3TfXg==} | |
2474 | + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} | |
2475 | + peerDependencies: | |
2476 | + eslint: '*' | |
2477 | + dependencies: | |
2478 | + '@types/json-schema': 7.0.9 | |
2479 | + '@typescript-eslint/scope-manager': 5.4.0 | |
2480 | + '@typescript-eslint/types': 5.4.0 | |
2481 | + '@typescript-eslint/typescript-estree': 5.4.0_typescript@4.5.2 | |
2482 | + eslint: 8.3.0 | |
2483 | + eslint-scope: 5.1.1 | |
2484 | + eslint-utils: 3.0.0_eslint@8.3.0 | |
2485 | + transitivePeerDependencies: | |
2486 | + - supports-color | |
2487 | + - typescript | |
2488 | + dev: true | |
2489 | + | |
2490 | + /@typescript-eslint/parser/5.4.0_eslint@8.3.0+typescript@4.5.2: | |
2491 | + resolution: {integrity: sha512-JoB41EmxiYpaEsRwpZEYAJ9XQURPFer8hpkIW9GiaspVLX8oqbqNM8P4EP8HOZg96yaALiLEVWllA2E8vwsIKw==} | |
2478 | 2492 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
2479 | 2493 | peerDependencies: |
2480 | 2494 | eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 |
... | ... | @@ -2483,12 +2497,12 @@ packages: |
2483 | 2497 | typescript: |
2484 | 2498 | optional: true |
2485 | 2499 | dependencies: |
2486 | - '@typescript-eslint/scope-manager': 5.3.1 | |
2487 | - '@typescript-eslint/types': 5.3.1 | |
2488 | - '@typescript-eslint/typescript-estree': 5.3.1_typescript@4.4.4 | |
2500 | + '@typescript-eslint/scope-manager': 5.4.0 | |
2501 | + '@typescript-eslint/types': 5.4.0 | |
2502 | + '@typescript-eslint/typescript-estree': 5.4.0_typescript@4.5.2 | |
2489 | 2503 | debug: 4.3.2 |
2490 | - eslint: 8.2.0 | |
2491 | - typescript: 4.4.4 | |
2504 | + eslint: 8.3.0 | |
2505 | + typescript: 4.5.2 | |
2492 | 2506 | transitivePeerDependencies: |
2493 | 2507 | - supports-color |
2494 | 2508 | dev: true |
... | ... | @@ -2501,12 +2515,25 @@ packages: |
2501 | 2515 | '@typescript-eslint/visitor-keys': 5.3.1 |
2502 | 2516 | dev: true |
2503 | 2517 | |
2518 | + /@typescript-eslint/scope-manager/5.4.0: | |
2519 | + resolution: {integrity: sha512-pRxFjYwoi8R+n+sibjgF9iUiAELU9ihPBtHzocyW8v8D8G8KeQvXTsW7+CBYIyTYsmhtNk50QPGLE3vrvhM5KA==} | |
2520 | + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} | |
2521 | + dependencies: | |
2522 | + '@typescript-eslint/types': 5.4.0 | |
2523 | + '@typescript-eslint/visitor-keys': 5.4.0 | |
2524 | + dev: true | |
2525 | + | |
2504 | 2526 | /@typescript-eslint/types/5.3.1: |
2505 | 2527 | resolution: {integrity: sha512-bG7HeBLolxKHtdHG54Uac750eXuQQPpdJfCYuw4ZI3bZ7+GgKClMWM8jExBtp7NSP4m8PmLRM8+lhzkYnSmSxQ==} |
2506 | 2528 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
2507 | 2529 | dev: true |
2508 | 2530 | |
2509 | - /@typescript-eslint/typescript-estree/5.3.1_typescript@4.4.4: | |
2531 | + /@typescript-eslint/types/5.4.0: | |
2532 | + resolution: {integrity: sha512-GjXNpmn+n1LvnttarX+sPD6+S7giO+9LxDIGlRl4wK3a7qMWALOHYuVSZpPTfEIklYjaWuMtfKdeByx0AcaThA==} | |
2533 | + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} | |
2534 | + dev: true | |
2535 | + | |
2536 | + /@typescript-eslint/typescript-estree/5.3.1_typescript@4.5.2: | |
2510 | 2537 | resolution: {integrity: sha512-PwFbh/PKDVo/Wct6N3w+E4rLZxUDgsoII/GrWM2A62ETOzJd4M6s0Mu7w4CWsZraTbaC5UQI+dLeyOIFF1PquQ==} |
2511 | 2538 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
2512 | 2539 | peerDependencies: |
... | ... | @@ -2521,8 +2548,29 @@ packages: |
2521 | 2548 | globby: 11.0.4 |
2522 | 2549 | is-glob: 4.0.3 |
2523 | 2550 | semver: 7.3.5 |
2524 | - tsutils: 3.21.0_typescript@4.4.4 | |
2525 | - typescript: 4.4.4 | |
2551 | + tsutils: 3.21.0_typescript@4.5.2 | |
2552 | + typescript: 4.5.2 | |
2553 | + transitivePeerDependencies: | |
2554 | + - supports-color | |
2555 | + dev: true | |
2556 | + | |
2557 | + /@typescript-eslint/typescript-estree/5.4.0_typescript@4.5.2: | |
2558 | + resolution: {integrity: sha512-nhlNoBdhKuwiLMx6GrybPT3SFILm5Gij2YBdPEPFlYNFAXUJWX6QRgvi/lwVoadaQEFsizohs6aFRMqsXI2ewA==} | |
2559 | + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} | |
2560 | + peerDependencies: | |
2561 | + typescript: '*' | |
2562 | + peerDependenciesMeta: | |
2563 | + typescript: | |
2564 | + optional: true | |
2565 | + dependencies: | |
2566 | + '@typescript-eslint/types': 5.4.0 | |
2567 | + '@typescript-eslint/visitor-keys': 5.4.0 | |
2568 | + debug: 4.3.2 | |
2569 | + globby: 11.0.4 | |
2570 | + is-glob: 4.0.3 | |
2571 | + semver: 7.3.5 | |
2572 | + tsutils: 3.21.0_typescript@4.5.2 | |
2573 | + typescript: 4.5.2 | |
2526 | 2574 | transitivePeerDependencies: |
2527 | 2575 | - supports-color |
2528 | 2576 | dev: true |
... | ... | @@ -2532,25 +2580,33 @@ packages: |
2532 | 2580 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
2533 | 2581 | dependencies: |
2534 | 2582 | '@typescript-eslint/types': 5.3.1 |
2535 | - eslint-visitor-keys: 3.0.0 | |
2583 | + eslint-visitor-keys: 3.1.0 | |
2584 | + dev: true | |
2585 | + | |
2586 | + /@typescript-eslint/visitor-keys/5.4.0: | |
2587 | + resolution: {integrity: sha512-PVbax7MeE7tdLfW5SA0fs8NGVVr+buMPrcj+CWYWPXsZCH8qZ1THufDzbXm1xrZ2b2PA1iENJ0sRq5fuUtvsJg==} | |
2588 | + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} | |
2589 | + dependencies: | |
2590 | + '@typescript-eslint/types': 5.4.0 | |
2591 | + eslint-visitor-keys: 3.1.0 | |
2536 | 2592 | dev: true |
2537 | 2593 | |
2538 | - /@vitejs/plugin-legacy/1.6.2_vite@2.6.14: | |
2539 | - resolution: {integrity: sha512-p5Bv/827WUpVN2m95ZYXzmjE3AblFE4CHasVoZ7dIwOPlyNcpg70SehEi5AWqyC0E7C1rHD8Nju9rWoV9uBLiw==} | |
2594 | + /@vitejs/plugin-legacy/1.6.3_vite@2.6.14: | |
2595 | + resolution: {integrity: sha512-YivdG6gT91/wjFL6woTwVRgK9KHrju8GwXwgv5FdfAVo0GK0FK4V+YEobmDKRcOMKXQ1U5awY5HqbPIsoJalKQ==} | |
2540 | 2596 | engines: {node: '>=12.0.0'} |
2541 | 2597 | peerDependencies: |
2542 | 2598 | vite: ^2.0.0 |
2543 | 2599 | dependencies: |
2544 | - '@babel/standalone': 7.16.2 | |
2545 | - core-js: 3.19.0 | |
2600 | + '@babel/standalone': 7.16.4 | |
2601 | + core-js: 3.19.1 | |
2546 | 2602 | magic-string: 0.25.7 |
2547 | 2603 | regenerator-runtime: 0.13.9 |
2548 | 2604 | systemjs: 6.11.0 |
2549 | 2605 | vite: 2.6.14_less@4.1.2 |
2550 | 2606 | dev: true |
2551 | 2607 | |
2552 | - /@vitejs/plugin-vue-jsx/1.2.0: | |
2553 | - resolution: {integrity: sha512-Y4Er2bn8bHNiUziJizcVT1yQKTq6oOJeBrKkxvjo2yKT/RTSK1ZlkP/qnzchxxuBkx0tYG4Aaxbb9xuVnNNDEA==} | |
2608 | + /@vitejs/plugin-vue-jsx/1.3.0: | |
2609 | + resolution: {integrity: sha512-mm2jT63s/DWapVWT62t7xsMmwqsLNj5LUpokSXWnlUv9oxPfZsAymhHs6byWxvuvC5jo3zzFMO7rs8ax4PcyxA==} | |
2554 | 2610 | engines: {node: '>=12.0.0'} |
2555 | 2611 | dependencies: |
2556 | 2612 | '@babel/core': 7.16.0 |
... | ... | @@ -2563,8 +2619,8 @@ packages: |
2563 | 2619 | - supports-color |
2564 | 2620 | dev: true |
2565 | 2621 | |
2566 | - /@vitejs/plugin-vue/1.9.4_vite@2.6.14: | |
2567 | - resolution: {integrity: sha512-0CZqaCoChriPTTtGkERy1LGPcYjGFpi2uYRhBPIkqJqUGV5JnJFhQAgh6oH9j5XZHfrRaisX8W0xSpO4T7S78A==} | |
2622 | + /@vitejs/plugin-vue/1.10.0_vite@2.6.14: | |
2623 | + resolution: {integrity: sha512-XkSN7lduhQ3z/WMXv2spqt9TCS0znCjnvIGmbud2bxViWWWR4JWXE+x/cQZ/klR0Ug4Ts9eubL7LXAysON5Uvg==} | |
2568 | 2624 | engines: {node: '>=12.0.0'} |
2569 | 2625 | peerDependencies: |
2570 | 2626 | vite: ^2.5.10 |
... | ... | @@ -2572,15 +2628,15 @@ packages: |
2572 | 2628 | vite: 2.6.14_less@4.1.2 |
2573 | 2629 | dev: true |
2574 | 2630 | |
2575 | - /@volar/code-gen/0.29.3: | |
2576 | - resolution: {integrity: sha512-qKpmk5E4+yppI3hqXfjUwatRStO5lmv7jBXQ5OutQwr9ZSEivPKDHTlfdhJxjJ2nd+buk/FDTzhFQFPbApTQAg==} | |
2631 | + /@volar/code-gen/0.29.6: | |
2632 | + resolution: {integrity: sha512-qF2YHUj1Wk8X9uozdKfVnOImXpoduqWp8qkmrXBKO1nxZLoou/7Y2VWJhDVm4uDkKpsMW1s7ttz+a2/hDRKf4A==} | |
2577 | 2633 | dependencies: |
2578 | - '@volar/shared': 0.29.3 | |
2579 | - '@volar/source-map': 0.29.3 | |
2634 | + '@volar/shared': 0.29.6 | |
2635 | + '@volar/source-map': 0.29.6 | |
2580 | 2636 | dev: true |
2581 | 2637 | |
2582 | - /@volar/html2pug/0.29.3: | |
2583 | - resolution: {integrity: sha512-6PdonV53ln0xkqUJUxgQ7H//OHK/2lRKiwR+y14hJNmwVQmJo40Uj3Irlqdhiw5+Qq6E02OlxD3Xg+77gFSBDw==} | |
2638 | + /@volar/html2pug/0.29.6: | |
2639 | + resolution: {integrity: sha512-GhDe7lkpa6F/UV0q5Bztsrxgd05QEtcbWECHk6LwHXIJSb3t6SKQswQJmgbEgk38c3rIp647D7s0E1BRW/rZHg==} | |
2584 | 2640 | dependencies: |
2585 | 2641 | domelementtype: 2.2.0 |
2586 | 2642 | domhandler: 4.2.2 |
... | ... | @@ -2588,36 +2644,36 @@ packages: |
2588 | 2644 | pug: 3.0.2 |
2589 | 2645 | dev: true |
2590 | 2646 | |
2591 | - /@volar/shared/0.29.3: | |
2592 | - resolution: {integrity: sha512-K4KXHD9me278reBZE65Wqma5ps4U+5puh0nJ20AcAlMX4ItU6CAfP4Tes87kBPPFjTQVHS2V+idE4h6VpaJdMw==} | |
2647 | + /@volar/shared/0.29.6: | |
2648 | + resolution: {integrity: sha512-s397k+x70rHoccDwx6YVtpFOfAK+/b/bptRueLyQRM9d/21fk54csvC1bcc4Uk/fHw/j6p3FUfumohWtDRJ32w==} | |
2593 | 2649 | dependencies: |
2594 | 2650 | upath: 2.0.1 |
2595 | 2651 | vscode-jsonrpc: 8.0.0-next.3 |
2596 | 2652 | vscode-uri: 3.0.2 |
2597 | 2653 | dev: true |
2598 | 2654 | |
2599 | - /@volar/source-map/0.29.3: | |
2600 | - resolution: {integrity: sha512-m0eFr4kM/XEEkANTxDiJmY9Bt/RNeQkMfEhsxBPyIx5fSKs1fLrm+HkkdgdD6fhcXYkIqPXYPWu/2FvpOFxW0g==} | |
2655 | + /@volar/source-map/0.29.6: | |
2656 | + resolution: {integrity: sha512-C8SFAu3nYsXeDR5mKQsr2fqf81SZI3rcbwCMLTjvps81lzFXboxWfmQIIDvdeKH91H2z/S8juHm3W3Prj3iLLg==} | |
2601 | 2657 | dependencies: |
2602 | - '@volar/shared': 0.29.3 | |
2658 | + '@volar/shared': 0.29.6 | |
2603 | 2659 | dev: true |
2604 | 2660 | |
2605 | - /@volar/transforms/0.29.3: | |
2606 | - resolution: {integrity: sha512-8VEGzDV1/1iC4SRBkGpKm7iMv1/AcWy0PFcre6QW3Jl0ttId2RX9Y017s/LvL1c3tGq0gxa3Sw6tvmMLw301+Q==} | |
2661 | + /@volar/transforms/0.29.6: | |
2662 | + resolution: {integrity: sha512-bST+MnQDueGGBtnhYgA3uWmfp8gUKaKKD5dy3HCGWaPIgcBmzzTwsg//beBaoyJpihKSCq9AaJQd+rNmVZredg==} | |
2607 | 2663 | dependencies: |
2608 | - '@volar/shared': 0.29.3 | |
2664 | + '@volar/shared': 0.29.6 | |
2609 | 2665 | vscode-languageserver: 8.0.0-next.3 |
2610 | 2666 | dev: true |
2611 | 2667 | |
2612 | - /@volar/vue-code-gen/0.29.3: | |
2613 | - resolution: {integrity: sha512-pQ+i+7JU90vpQqlQaj1H2wo5oAGQLu7cbTLBtOXfL/ea+UE2Oqb07pFdhDqBnMv6uo0HrDr5bbWVfDYa1Xntnw==} | |
2668 | + /@volar/vue-code-gen/0.29.6: | |
2669 | + resolution: {integrity: sha512-N3TlKuvPHqVaRhoyh6zogG0UAAJX0gTWsWHiR9Cpu59RNlpgCTymigsnvzXBKAMsefhxpupy05dXn04Su1+ORA==} | |
2614 | 2670 | dependencies: |
2615 | - '@volar/code-gen': 0.29.3 | |
2616 | - '@volar/shared': 0.29.3 | |
2617 | - '@volar/source-map': 0.29.3 | |
2618 | - '@vue/compiler-core': 3.2.21 | |
2619 | - '@vue/compiler-dom': 3.2.21 | |
2620 | - '@vue/shared': 3.2.21 | |
2671 | + '@volar/code-gen': 0.29.6 | |
2672 | + '@volar/shared': 0.29.6 | |
2673 | + '@volar/source-map': 0.29.6 | |
2674 | + '@vue/compiler-core': 3.2.22 | |
2675 | + '@vue/compiler-dom': 3.2.22 | |
2676 | + '@vue/shared': 3.2.22 | |
2621 | 2677 | upath: 2.0.1 |
2622 | 2678 | dev: true |
2623 | 2679 | |
... | ... | @@ -2653,96 +2709,100 @@ packages: |
2653 | 2709 | - supports-color |
2654 | 2710 | dev: true |
2655 | 2711 | |
2656 | - /@vue/compiler-core/3.2.21: | |
2657 | - resolution: {integrity: sha512-NhhiQZNG71KNq1h5pMW/fAXdTF7lJRaSI7LDm2edhHXVz1ROMICo8SreUmQnSf4Fet0UPBVqJ988eF4+936iDQ==} | |
2712 | + /@vue/compiler-core/3.2.22: | |
2713 | + resolution: {integrity: sha512-uAkovrVeTcjzpiM4ECmVaMrv/bjdgAaLzvjcGqQPBEyUrcqsCgccT9fHJ/+hWVGhyMahmBwLqcn4guULNx7sdw==} | |
2658 | 2714 | dependencies: |
2659 | 2715 | '@babel/parser': 7.16.2 |
2660 | - '@vue/shared': 3.2.21 | |
2716 | + '@vue/shared': 3.2.22 | |
2661 | 2717 | estree-walker: 2.0.2 |
2662 | 2718 | source-map: 0.6.1 |
2663 | 2719 | |
2664 | - /@vue/compiler-dom/3.2.21: | |
2665 | - resolution: {integrity: sha512-gsJD3DpYZSYquiA7UIPsMDSlAooYWDvHPq9VRsqzJEk2PZtFvLvHPb4aaMD8Ufd62xzYn32cnnkzsEOJhyGilA==} | |
2720 | + /@vue/compiler-dom/3.2.22: | |
2721 | + resolution: {integrity: sha512-VZdsw/VuO1ODs8K7NQwnMQzKITDkIFlYYC03SVnunuf6eNRxBPEonSyqbWNoo6qNaHAEBTG6VVcZC5xC9bAx1g==} | |
2666 | 2722 | dependencies: |
2667 | - '@vue/compiler-core': 3.2.21 | |
2668 | - '@vue/shared': 3.2.21 | |
2723 | + '@vue/compiler-core': 3.2.22 | |
2724 | + '@vue/shared': 3.2.22 | |
2669 | 2725 | |
2670 | - /@vue/compiler-sfc/3.2.21: | |
2671 | - resolution: {integrity: sha512-+yDlUSebKpz/ovxM2vLRRx7w/gVfY767pOfYTgbIhAs+ogvIV2BsIt4fpxlThnlCNChJ+yE0ERUNoROv2kEGEQ==} | |
2726 | + /@vue/compiler-sfc/3.2.22: | |
2727 | + resolution: {integrity: sha512-tWRQ5ge1tsTDhUwHgueicKJ8rYm6WUVAPTaIpFW3GSwZKcOEJ2rXdfkHFShNVGupeRALz2ET2H84OL0GeRxY0A==} | |
2672 | 2728 | dependencies: |
2673 | 2729 | '@babel/parser': 7.16.2 |
2674 | - '@vue/compiler-core': 3.2.21 | |
2675 | - '@vue/compiler-dom': 3.2.21 | |
2676 | - '@vue/compiler-ssr': 3.2.21 | |
2677 | - '@vue/ref-transform': 3.2.21 | |
2678 | - '@vue/shared': 3.2.21 | |
2730 | + '@vue/compiler-core': 3.2.22 | |
2731 | + '@vue/compiler-dom': 3.2.22 | |
2732 | + '@vue/compiler-ssr': 3.2.22 | |
2733 | + '@vue/ref-transform': 3.2.22 | |
2734 | + '@vue/shared': 3.2.22 | |
2679 | 2735 | estree-walker: 2.0.2 |
2680 | 2736 | magic-string: 0.25.7 |
2681 | - postcss: 8.3.11 | |
2737 | + postcss: 8.4.0 | |
2682 | 2738 | source-map: 0.6.1 |
2683 | 2739 | |
2684 | - /@vue/compiler-ssr/3.2.21: | |
2685 | - resolution: {integrity: sha512-eU+A0iWYy+1zAo2CRIJ0zSVlv1iuGAIbNRCnllSJ31pV1lX3jypJYzGbJlSRAbB7VP6E+tYveVT1Oq8JKewa3g==} | |
2740 | + /@vue/compiler-ssr/3.2.22: | |
2741 | + resolution: {integrity: sha512-Cl6aoLJtXzzBkk1sKod8S0WBJLts3+ugVC91d22gGpbkw/64WnF12tOZi7Rg54PPLi1NovqyNWPsLH/SAFcu+w==} | |
2686 | 2742 | dependencies: |
2687 | - '@vue/compiler-dom': 3.2.21 | |
2688 | - '@vue/shared': 3.2.21 | |
2743 | + '@vue/compiler-dom': 3.2.22 | |
2744 | + '@vue/shared': 3.2.22 | |
2689 | 2745 | |
2690 | 2746 | /@vue/devtools-api/6.0.0-beta.19: |
2691 | 2747 | resolution: {integrity: sha512-ObzQhgkoVeoyKv+e8+tB/jQBL2smtk/NmC9OmFK8UqdDpoOdv/Kf9pyDWL+IFyM7qLD2C75rszJujvGSPSpGlw==} |
2692 | 2748 | dev: false |
2693 | 2749 | |
2694 | - /@vue/reactivity/3.2.21: | |
2695 | - resolution: {integrity: sha512-7C57zFm/5E3SSTUhVuYj1InDwuJ+GIVQ/z+H43C9sST85gIThGXVhksl1yWTAadf8Yz4T5lSbqi5Ds8U/ueWcw==} | |
2750 | + /@vue/devtools-api/6.0.0-beta.20.1: | |
2751 | + resolution: {integrity: sha512-R2rfiRY+kZugzWh9ZyITaovx+jpU4vgivAEAiz80kvh3yviiTU3CBuGuyWpSwGz9/C7TkSWVM/FtQRGlZ16n8Q==} | |
2752 | + dev: false | |
2753 | + | |
2754 | + /@vue/reactivity/3.2.22: | |
2755 | + resolution: {integrity: sha512-xNkLAItjI0xB+lFeDgKCrSItmrHTaAzSnt8LmdSCPQnDyarmzbi/u4ESQnckWvlL7lSRKiEaOvblaNyqAa7OnQ==} | |
2696 | 2756 | dependencies: |
2697 | - '@vue/shared': 3.2.21 | |
2757 | + '@vue/shared': 3.2.22 | |
2698 | 2758 | |
2699 | - /@vue/ref-transform/3.2.21: | |
2700 | - resolution: {integrity: sha512-uiEWWBsrGeun9O7dQExYWzXO3rHm/YdtFNXDVqCSoPypzOVxWxdiL+8hHeWzxMB58fVuV2sT80aUtIVyaBVZgQ==} | |
2759 | + /@vue/ref-transform/3.2.22: | |
2760 | + resolution: {integrity: sha512-qalVWbq5xWWxLZ0L9OroBg/JZhzavQuCcDXblfErxyDEH6Xc5gIJ4feo1SVCICFzhAUgLgQTdSFLpgjBawbFpw==} | |
2701 | 2761 | dependencies: |
2702 | 2762 | '@babel/parser': 7.16.2 |
2703 | - '@vue/compiler-core': 3.2.21 | |
2704 | - '@vue/shared': 3.2.21 | |
2763 | + '@vue/compiler-core': 3.2.22 | |
2764 | + '@vue/shared': 3.2.22 | |
2705 | 2765 | estree-walker: 2.0.2 |
2706 | 2766 | magic-string: 0.25.7 |
2707 | 2767 | |
2708 | - /@vue/runtime-core/3.2.21: | |
2709 | - resolution: {integrity: sha512-7oOxKaU0D2IunOAMOOHZgJVrHg63xwng8BZx3fbgmakqEIMwHhQcp+5GV1sOg/sWW7R4UhaRDIUCukO2GRVK2Q==} | |
2768 | + /@vue/runtime-core/3.2.22: | |
2769 | + resolution: {integrity: sha512-e7WOC55wmHPvmoVUk9VBe/Z9k5bJfWJfVIlkUkiADJn0bOgQD29oh/GS14Kb3aEJXIHLI17Em6+HxNut1sIh7Q==} | |
2710 | 2770 | dependencies: |
2711 | - '@vue/reactivity': 3.2.21 | |
2712 | - '@vue/shared': 3.2.21 | |
2771 | + '@vue/reactivity': 3.2.22 | |
2772 | + '@vue/shared': 3.2.22 | |
2713 | 2773 | dev: false |
2714 | 2774 | |
2715 | - /@vue/runtime-dom/3.2.21: | |
2716 | - resolution: {integrity: sha512-apBdriD6QsI4ywbllY8kjr9/0scGuStDuvLbJULPQkFPtHzntd51bP5PQTQVAEIc9kwnTozmj6x6ZdX/cwo7xA==} | |
2775 | + /@vue/runtime-dom/3.2.22: | |
2776 | + resolution: {integrity: sha512-w7VHYJoliLRTLc5beN77wxuOjla4v9wr2FF22xpZFYBmH4U1V7HkYhoHc1BTuNghI15CXT1tNIMhibI1nrQgdw==} | |
2717 | 2777 | dependencies: |
2718 | - '@vue/runtime-core': 3.2.21 | |
2719 | - '@vue/shared': 3.2.21 | |
2778 | + '@vue/runtime-core': 3.2.22 | |
2779 | + '@vue/shared': 3.2.22 | |
2720 | 2780 | csstype: 2.6.18 |
2721 | 2781 | dev: false |
2722 | 2782 | |
2723 | - /@vue/server-renderer/3.2.21_vue@3.2.21: | |
2724 | - resolution: {integrity: sha512-QBgYqVgI7XCSBCqGa4LduV9vpfQFdZBOodFmq5Txk5W/v1KrJ1LoOh2Q0RHiRgtoK/UR9uyvRVcYqOmwHkZNEg==} | |
2783 | + /@vue/server-renderer/3.2.22_vue@3.2.22: | |
2784 | + resolution: {integrity: sha512-jCwbQgKPXiXoH9VS9F7K+gyEvEMrjutannwEZD1R8fQ9szmOTqC+RRbIY3Uf2ibQjZtZ8DV9a4FjxICvd9zZlQ==} | |
2725 | 2785 | peerDependencies: |
2726 | - vue: 3.2.21 | |
2786 | + vue: 3.2.22 | |
2727 | 2787 | dependencies: |
2728 | - '@vue/compiler-ssr': 3.2.21 | |
2729 | - '@vue/shared': 3.2.21 | |
2730 | - vue: 3.2.21 | |
2788 | + '@vue/compiler-ssr': 3.2.22 | |
2789 | + '@vue/shared': 3.2.22 | |
2790 | + vue: 3.2.22 | |
2731 | 2791 | dev: false |
2732 | 2792 | |
2733 | - /@vue/shared/3.2.21: | |
2734 | - resolution: {integrity: sha512-5EQmIPK6gw4UVYUbM959B0uPsJ58+xoMESCZs3N89XyvJ9e+fX4pqEPrOGV8OroIk3SbEvJcC+eYc8BH9JQrHA==} | |
2793 | + /@vue/shared/3.2.22: | |
2794 | + resolution: {integrity: sha512-qWVav014mpjEtbWbEgl0q9pEyrrIySKum8UVYjwhC6njrKzknLZPvfuYdQyVbApsqr94tf/3dP4pCuZmmjdCWQ==} | |
2735 | 2795 | |
2736 | - /@vue/test-utils/2.0.0-rc.16_vue@3.2.21: | |
2737 | - resolution: {integrity: sha512-TubikDVkI2LuRKRPSLv3lYpbpvvucT2DIcGqfBVpvYs4W19u0EBTJEdmfwmSuLY7H1TyAr9Stur3PI1sWWvTGQ==} | |
2796 | + /@vue/test-utils/2.0.0-rc.17_vue@3.2.22: | |
2797 | + resolution: {integrity: sha512-7LHZKsFRV/HqDoMVY+cJamFzgHgsrmQFalROHC5FMWrzPzd+utG5e11krj1tVsnxYufGA2ABShX4nlcHXED+zQ==} | |
2738 | 2798 | peerDependencies: |
2739 | 2799 | vue: ^3.0.1 |
2740 | 2800 | dependencies: |
2741 | - vue: 3.2.21 | |
2801 | + vue: 3.2.22 | |
2742 | 2802 | dev: true |
2743 | 2803 | |
2744 | - /@vueuse/core/6.8.0_vue@3.2.21: | |
2745 | - resolution: {integrity: sha512-C6KMBus29L/mVtA5eK26WAqj6tyPlugrKaPLi2uLtbV//BHjbxe1uo3gVXCc5SwouDEdc7zswlGPw/l0/++NRg==} | |
2804 | + /@vueuse/core/7.0.3_vue@3.2.22: | |
2805 | + resolution: {integrity: sha512-iKm6H3oZHXvCLhvNTkIKekLTfwnFiUSmb1lNJbm2v6ZU26PrwXHZZ9kdeNolwtV1awPKHoi/5RS/FTIWt+nN5Q==} | |
2746 | 2806 | peerDependencies: |
2747 | 2807 | '@vue/composition-api': ^1.1.0 |
2748 | 2808 | vue: ^2.6.0 || ^3.2.0 |
... | ... | @@ -2752,13 +2812,13 @@ packages: |
2752 | 2812 | vue: |
2753 | 2813 | optional: true |
2754 | 2814 | dependencies: |
2755 | - '@vueuse/shared': 6.8.0_vue@3.2.21 | |
2756 | - vue: 3.2.21 | |
2757 | - vue-demi: 0.12.0_vue@3.2.21 | |
2815 | + '@vueuse/shared': 7.0.3_vue@3.2.22 | |
2816 | + vue: 3.2.22 | |
2817 | + vue-demi: 0.12.0_vue@3.2.22 | |
2758 | 2818 | dev: false |
2759 | 2819 | |
2760 | - /@vueuse/shared/6.8.0_vue@3.2.21: | |
2761 | - resolution: {integrity: sha512-+YjehQ8Qe4Qgyq8iTToVOzp4sZBAZvScv3AGJSMi6HYbe54+nyjrRfS8DN4fA0eUahyftHKZ00WKgMe7TS5N0w==} | |
2820 | + /@vueuse/shared/7.0.3_vue@3.2.22: | |
2821 | + resolution: {integrity: sha512-g3FX5PMK3MrWPFrU6EL9wDYyGlgjOiOroe1idKHezcvtZQ1pkjbpQyLBmjWQvVTEF67k0aGlRd+YTpg8GcfcJw==} | |
2762 | 2822 | peerDependencies: |
2763 | 2823 | '@vue/composition-api': ^1.1.0 |
2764 | 2824 | vue: ^2.6.0 || ^3.2.0 |
... | ... | @@ -2768,8 +2828,8 @@ packages: |
2768 | 2828 | vue: |
2769 | 2829 | optional: true |
2770 | 2830 | dependencies: |
2771 | - vue: 3.2.21 | |
2772 | - vue-demi: 0.12.0_vue@3.2.21 | |
2831 | + vue: 3.2.22 | |
2832 | + vue-demi: 0.12.0_vue@3.2.22 | |
2773 | 2833 | dev: false |
2774 | 2834 | |
2775 | 2835 | /@windicss/config/1.5.1: |
... | ... | @@ -2827,6 +2887,14 @@ packages: |
2827 | 2887 | acorn: 8.5.0 |
2828 | 2888 | dev: true |
2829 | 2889 | |
2890 | + /acorn-jsx/5.3.2_acorn@8.6.0: | |
2891 | + resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} | |
2892 | + peerDependencies: | |
2893 | + acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 | |
2894 | + dependencies: | |
2895 | + acorn: 8.6.0 | |
2896 | + dev: true | |
2897 | + | |
2830 | 2898 | /acorn-walk/7.2.0: |
2831 | 2899 | resolution: {integrity: sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==} |
2832 | 2900 | engines: {node: '>=0.4.0'} |
... | ... | @@ -2849,6 +2917,12 @@ packages: |
2849 | 2917 | hasBin: true |
2850 | 2918 | dev: true |
2851 | 2919 | |
2920 | + /acorn/8.6.0: | |
2921 | + resolution: {integrity: sha512-U1riIR+lBSNi3IbxtaHOIKdH8sLFv3NYfNv8sg7ZsNhcfl4HF2++BfqqrNAxoCLQW1iiylOj76ecnaUxz+z9yw==} | |
2922 | + engines: {node: '>=0.4.0'} | |
2923 | + hasBin: true | |
2924 | + dev: true | |
2925 | + | |
2852 | 2926 | /add-stream/1.0.0: |
2853 | 2927 | resolution: {integrity: sha1-anmQQ3ynNtXhKI25K9MmbV9csqo=} |
2854 | 2928 | dev: true |
... | ... | @@ -2938,6 +3012,10 @@ packages: |
2938 | 3012 | /ansi-regex/5.0.1: |
2939 | 3013 | resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} |
2940 | 3014 | engines: {node: '>=8'} |
3015 | + | |
3016 | + /ansi-regex/6.0.1: | |
3017 | + resolution: {integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==} | |
3018 | + engines: {node: '>=12'} | |
2941 | 3019 | dev: true |
2942 | 3020 | |
2943 | 3021 | /ansi-styles/2.2.1: |
... | ... | @@ -2956,36 +3034,40 @@ packages: |
2956 | 3034 | engines: {node: '>=8'} |
2957 | 3035 | dependencies: |
2958 | 3036 | color-convert: 2.0.1 |
2959 | - dev: true | |
2960 | 3037 | |
2961 | 3038 | /ansi-styles/5.2.0: |
2962 | 3039 | resolution: {integrity: sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==} |
2963 | 3040 | engines: {node: '>=10'} |
2964 | 3041 | dev: true |
2965 | 3042 | |
2966 | - /ant-design-vue/2.2.8_076477a87ad5f7673ec470dd8ffa7935: | |
2967 | - resolution: {integrity: sha512-3graq9/gCfJQs6hznrHV6sa9oDmk/D1H3Oo0vLdVpPS/I61fZPk8NEyNKCHpNA6fT2cx6xx9U3QS63uuyikg/Q==} | |
3043 | + /ansi-styles/6.1.0: | |
3044 | + resolution: {integrity: sha512-VbqNsoz55SYGczauuup0MFUyXNQviSpFTj1RQtFzmQLk18qbVSpTFFGMT293rmDaQuKCT6InmbuEyUne4mTuxQ==} | |
3045 | + engines: {node: '>=12'} | |
3046 | + dev: true | |
3047 | + | |
3048 | + /ant-design-vue/3.0.0-alpha.12_d993d7eb47a5c30940fe6565e4c82216: | |
3049 | + resolution: {integrity: sha512-kwmfnK2hC5NZW5QbkdJ7bzogXWlt9YvKTU3bw53OP4BBUep2OcSbxwR8txWLQ3A9HFeb4O1oeWkSh70LoDvpZg==} | |
2968 | 3050 | peerDependencies: |
2969 | 3051 | '@vue/compiler-sfc': '>=3.1.0' |
2970 | 3052 | vue: '>=3.1.0' |
2971 | 3053 | dependencies: |
2972 | - '@ant-design/icons-vue': 6.0.1_vue@3.2.21 | |
3054 | + '@ant-design/colors': 6.0.0 | |
3055 | + '@ant-design/icons-vue': 6.0.1_vue@3.2.22 | |
2973 | 3056 | '@babel/runtime': 7.16.0 |
2974 | 3057 | '@simonwep/pickr': 1.8.2 |
2975 | - '@vue/compiler-sfc': 3.2.21 | |
3058 | + '@vue/compiler-sfc': 3.2.22 | |
2976 | 3059 | array-tree-filter: 2.1.0 |
2977 | - async-validator: 3.5.2 | |
3060 | + async-validator: 4.0.7 | |
3061 | + dayjs: 1.10.7 | |
2978 | 3062 | dom-align: 1.12.2 |
2979 | 3063 | dom-scroll-into-view: 2.0.1 |
2980 | 3064 | lodash: 4.17.21 |
2981 | 3065 | lodash-es: 4.17.21 |
2982 | - moment: 2.29.1 | |
2983 | - omit.js: 2.0.2 | |
2984 | 3066 | resize-observer-polyfill: 1.5.1 |
2985 | 3067 | scroll-into-view-if-needed: 2.2.28 |
2986 | 3068 | shallow-equal: 1.2.1 |
2987 | - vue: 3.2.21 | |
2988 | - vue-types: 3.0.2_vue@3.2.21 | |
3069 | + vue: 3.2.22 | |
3070 | + vue-types: 3.0.2_vue@3.2.22 | |
2989 | 3071 | warning: 4.0.3 |
2990 | 3072 | dev: false |
2991 | 3073 | |
... | ... | @@ -3083,8 +3165,8 @@ packages: |
3083 | 3165 | engines: {node: '>=8'} |
3084 | 3166 | dev: true |
3085 | 3167 | |
3086 | - /async-validator/3.5.2: | |
3087 | - resolution: {integrity: sha512-8eLCg00W9pIRZSB781UUX/H6Oskmm8xloZfr09lz5bikRpBVDlJ3hRVuxxP1SxcwsEYfJ4IU8Q19Y8/893r3rQ==} | |
3168 | + /async-validator/4.0.7: | |
3169 | + resolution: {integrity: sha512-Pj2IR7u8hmUEDOwB++su6baaRi+QvsgajuFB9j95foM1N2gy5HM4z60hfusIO0fBPG5uLAEl6yCJr1jNSVugEQ==} | |
3088 | 3170 | dev: false |
3089 | 3171 | |
3090 | 3172 | /async/0.9.2: |
... | ... | @@ -3106,7 +3188,7 @@ packages: |
3106 | 3188 | hasBin: true |
3107 | 3189 | dev: true |
3108 | 3190 | |
3109 | - /autoprefixer/10.4.0_postcss@8.3.11: | |
3191 | + /autoprefixer/10.4.0_postcss@8.4.0: | |
3110 | 3192 | resolution: {integrity: sha512-7FdJ1ONtwzV1G43GDD0kpVMn/qbiNqyOPMFTX5nRffI+7vgWoFEc6DcXOxHJxrWNDXrZh18eDsZjvZGUljSRGA==} |
3111 | 3193 | engines: {node: ^10 || ^12 || >=14} |
3112 | 3194 | hasBin: true |
... | ... | @@ -3118,7 +3200,7 @@ packages: |
3118 | 3200 | fraction.js: 4.1.1 |
3119 | 3201 | normalize-range: 0.1.2 |
3120 | 3202 | picocolors: 1.0.0 |
3121 | - postcss: 8.3.11 | |
3203 | + postcss: 8.4.0 | |
3122 | 3204 | postcss-value-parser: 4.1.0 |
3123 | 3205 | dev: true |
3124 | 3206 | |
... | ... | @@ -3283,6 +3365,7 @@ packages: |
3283 | 3365 | |
3284 | 3366 | /base64-js/1.5.1: |
3285 | 3367 | resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} |
3368 | + dev: true | |
3286 | 3369 | |
3287 | 3370 | /big.js/5.2.2: |
3288 | 3371 | resolution: {integrity: sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==} |
... | ... | @@ -3431,12 +3514,14 @@ packages: |
3431 | 3514 | |
3432 | 3515 | /buffer-alloc-unsafe/1.1.0: |
3433 | 3516 | resolution: {integrity: sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg==} |
3517 | + dev: true | |
3434 | 3518 | |
3435 | 3519 | /buffer-alloc/1.2.0: |
3436 | 3520 | resolution: {integrity: sha512-CFsHQgjtW1UChdXgbyJGtnm+O/uLQeZdtbDo8mfUgYXCHSM1wgrVxXm6bSyrUuErEb+4sYVGCzASBRot7zyrow==} |
3437 | 3521 | dependencies: |
3438 | 3522 | buffer-alloc-unsafe: 1.1.0 |
3439 | 3523 | buffer-fill: 1.0.0 |
3524 | + dev: true | |
3440 | 3525 | |
3441 | 3526 | /buffer-crc32/0.2.13: |
3442 | 3527 | resolution: {integrity: sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI=} |
... | ... | @@ -3444,15 +3529,18 @@ packages: |
3444 | 3529 | |
3445 | 3530 | /buffer-fill/1.0.0: |
3446 | 3531 | resolution: {integrity: sha1-+PeLdniYiO858gXNY39o5wISKyw=} |
3532 | + dev: true | |
3447 | 3533 | |
3448 | 3534 | /buffer-from/1.1.2: |
3449 | 3535 | resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==} |
3536 | + dev: true | |
3450 | 3537 | |
3451 | 3538 | /buffer/5.7.1: |
3452 | 3539 | resolution: {integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==} |
3453 | 3540 | dependencies: |
3454 | 3541 | base64-js: 1.5.1 |
3455 | 3542 | ieee754: 1.2.1 |
3543 | + dev: true | |
3456 | 3544 | |
3457 | 3545 | /builtin-modules/3.2.0: |
3458 | 3546 | resolution: {integrity: sha512-lGzLKcioL90C7wMczpkY0n/oART3MbBa8R9OFGE1rJxoVI86u4WAGfEk8Wjv10eKSyTHVGkSo3bvBylCEtk7LA==} |
... | ... | @@ -3716,6 +3804,14 @@ packages: |
3716 | 3804 | string-width: 4.2.3 |
3717 | 3805 | dev: true |
3718 | 3806 | |
3807 | + /cli-truncate/3.1.0: | |
3808 | + resolution: {integrity: sha512-wfOBkjXteqSnI59oPcJkcPl/ZmwvMMOj340qUIY1SKZCv0B9Cf4D4fAucRkIKQmsIuYK3x1rrgU7MeGRruiuiA==} | |
3809 | + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} | |
3810 | + dependencies: | |
3811 | + slice-ansi: 5.0.0 | |
3812 | + string-width: 5.0.1 | |
3813 | + dev: true | |
3814 | + | |
3719 | 3815 | /cli-width/2.2.1: |
3720 | 3816 | resolution: {integrity: sha512-GRMWDxpOB6Dgk2E5Uo+3eEBvtOOlimMmpbFiKuLFnQzYDavtLFY3K5ona41jgN/WdRZtG7utuVSVTL4HbZHGkw==} |
3721 | 3817 | dev: true |
... | ... | @@ -3733,6 +3829,14 @@ packages: |
3733 | 3829 | wrap-ansi: 5.1.0 |
3734 | 3830 | dev: false |
3735 | 3831 | |
3832 | + /cliui/6.0.0: | |
3833 | + resolution: {integrity: sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==} | |
3834 | + dependencies: | |
3835 | + string-width: 4.2.3 | |
3836 | + strip-ansi: 6.0.1 | |
3837 | + wrap-ansi: 6.2.0 | |
3838 | + dev: false | |
3839 | + | |
3736 | 3840 | /cliui/7.0.4: |
3737 | 3841 | resolution: {integrity: sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==} |
3738 | 3842 | dependencies: |
... | ... | @@ -3769,8 +3873,8 @@ packages: |
3769 | 3873 | engines: {iojs: '>= 1.0.0', node: '>= 0.12.0'} |
3770 | 3874 | dev: true |
3771 | 3875 | |
3772 | - /codemirror/5.63.3: | |
3773 | - resolution: {integrity: sha512-1C+LELr+5grgJYqwZKqxrcbPsHFHapVaVAloBsFBASbpLnQqLw1U8yXJ3gT5D+rhxIiSpo+kTqN+hQ+9ialIXw==} | |
3876 | + /codemirror/5.64.0: | |
3877 | + resolution: {integrity: sha512-fqr6CtDQdJ6iNMbD8NX2gH2G876nNDk+TO1rrYkgWnqQdO3O1Xa9tK6q+psqhJJgE5SpbaDcgdfLmukoUVE8pg==} | |
3774 | 3878 | dev: false |
3775 | 3879 | |
3776 | 3880 | /codepage/1.15.0: |
... | ... | @@ -3800,18 +3904,12 @@ packages: |
3800 | 3904 | engines: {node: '>=7.0.0'} |
3801 | 3905 | dependencies: |
3802 | 3906 | color-name: 1.1.4 |
3803 | - dev: true | |
3804 | 3907 | |
3805 | 3908 | /color-name/1.1.3: |
3806 | 3909 | resolution: {integrity: sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=} |
3807 | 3910 | |
3808 | 3911 | /color-name/1.1.4: |
3809 | 3912 | resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} |
3810 | - dev: true | |
3811 | - | |
3812 | - /colorette/1.4.0: | |
3813 | - resolution: {integrity: sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==} | |
3814 | - dev: true | |
3815 | 3913 | |
3816 | 3914 | /colorette/2.0.16: |
3817 | 3915 | resolution: {integrity: sha512-hUewv7oMjCp+wkBv5Rm0v87eJhq4woh5rSR+42YSQJKecCqgIqNkZ6lAlQms/BwHPJA5NKMRlpxPRv0n8HQW6g==} |
... | ... | @@ -3824,10 +3922,6 @@ packages: |
3824 | 3922 | delayed-stream: 1.0.0 |
3825 | 3923 | dev: true |
3826 | 3924 | |
3827 | - /commander/2.17.1: | |
3828 | - resolution: {integrity: sha512-wPMUt6FnH2yzG95SA6mzjQOEKUU3aLaDEmzs1ti+1E9h+CsrZghRlqEM/EJ4KscsQVG8uNN4uVreUeT8+drlgg==} | |
3829 | - dev: false | |
3830 | - | |
3831 | 3925 | /commander/2.20.3: |
3832 | 3926 | resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} |
3833 | 3927 | dev: true |
... | ... | @@ -4120,8 +4214,8 @@ packages: |
4120 | 4214 | semver: 7.0.0 |
4121 | 4215 | dev: true |
4122 | 4216 | |
4123 | - /core-js/3.19.0: | |
4124 | - resolution: {integrity: sha512-L1TpFRWXZ76vH1yLM+z6KssLZrP8Z6GxxW4auoCj+XiViOzNPJCAuTIkn03BGdFe6Z5clX5t64wRIRypsZQrUg==} | |
4217 | + /core-js/3.19.1: | |
4218 | + resolution: {integrity: sha512-Tnc7E9iKd/b/ff7GFbhwPVzJzPztGrChB8X8GLqoYGdEOG8IpLnK1xPyo3ZoO3HsK6TodJS58VGPOxA+hLHQMg==} | |
4125 | 4219 | requiresBuild: true |
4126 | 4220 | |
4127 | 4221 | /core-util-is/1.0.3: |
... | ... | @@ -4298,7 +4392,7 @@ packages: |
4298 | 4392 | longest: 2.0.1 |
4299 | 4393 | word-wrap: 1.2.3 |
4300 | 4394 | optionalDependencies: |
4301 | - '@commitlint/load': 14.1.0 | |
4395 | + '@commitlint/load': 15.0.0 | |
4302 | 4396 | dev: true |
4303 | 4397 | |
4304 | 4398 | /dargs/7.0.0: |
... | ... | @@ -4319,6 +4413,10 @@ packages: |
4319 | 4413 | resolution: {integrity: sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==} |
4320 | 4414 | dev: true |
4321 | 4415 | |
4416 | + /dayjs/1.10.7: | |
4417 | + resolution: {integrity: sha512-P6twpd70BcPK34K26uJ1KT3wlhpuOAPoMwJzpsIWUxHZ7wpmbdZL/hQqBDfz7hGurYSa5PhzdhDHtt319hL3ig==} | |
4418 | + dev: false | |
4419 | + | |
4322 | 4420 | /debug/2.6.9: |
4323 | 4421 | resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} |
4324 | 4422 | dependencies: |
... | ... | @@ -4344,7 +4442,7 @@ packages: |
4344 | 4442 | ms: 2.1.2 |
4345 | 4443 | dev: true |
4346 | 4444 | |
4347 | - /debug/4.3.2_supports-color@8.1.1: | |
4445 | + /debug/4.3.2_supports-color@9.0.2: | |
4348 | 4446 | resolution: {integrity: sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==} |
4349 | 4447 | engines: {node: '>=6.0'} |
4350 | 4448 | peerDependencies: |
... | ... | @@ -4354,7 +4452,7 @@ packages: |
4354 | 4452 | optional: true |
4355 | 4453 | dependencies: |
4356 | 4454 | ms: 2.1.2 |
4357 | - supports-color: 8.1.1 | |
4455 | + supports-color: 9.0.2 | |
4358 | 4456 | dev: true |
4359 | 4457 | |
4360 | 4458 | /decamelize-keys/1.1.0: |
... | ... | @@ -4681,12 +4779,6 @@ packages: |
4681 | 4779 | resolution: {integrity: sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=} |
4682 | 4780 | dev: true |
4683 | 4781 | |
4684 | - /ejs/2.7.4: | |
4685 | - resolution: {integrity: sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA==} | |
4686 | - engines: {node: '>=0.10.0'} | |
4687 | - requiresBuild: true | |
4688 | - dev: true | |
4689 | - | |
4690 | 4782 | /ejs/3.1.6: |
4691 | 4783 | resolution: {integrity: sha512-9lt9Zse4hPucPkoP7FHDF0LQAlGyF9JVpnClFLFH3aSSbxmyoqINRpp/9wePWJTUl4KOQwRL72Iw3InHPDkoGw==} |
4692 | 4784 | engines: {node: '>=0.10.0'} |
... | ... | @@ -4717,6 +4809,9 @@ packages: |
4717 | 4809 | |
4718 | 4810 | /emoji-regex/8.0.0: |
4719 | 4811 | resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} |
4812 | + | |
4813 | + /emoji-regex/9.2.2: | |
4814 | + resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==} | |
4720 | 4815 | dev: true |
4721 | 4816 | |
4722 | 4817 | /emojis-list/3.0.0: |
... | ... | @@ -4724,6 +4819,10 @@ packages: |
4724 | 4819 | engines: {node: '>= 4'} |
4725 | 4820 | dev: true |
4726 | 4821 | |
4822 | + /encode-utf8/1.0.3: | |
4823 | + resolution: {integrity: sha512-ucAnuBEhUK4boH2HjVYG5Q2mQyPorvv0u/ocS+zhdw0S8AlHYY+GOFhP1Gio5z4icpP2ivFSvhtFjQi8+T9ppw==} | |
4824 | + dev: false | |
4825 | + | |
4727 | 4826 | /encodeurl/1.0.2: |
4728 | 4827 | resolution: {integrity: sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=} |
4729 | 4828 | engines: {node: '>= 0.8'} |
... | ... | @@ -4817,6 +4916,14 @@ packages: |
4817 | 4916 | dev: true |
4818 | 4917 | optional: true |
4819 | 4918 | |
4919 | + /esbuild-android-arm64/0.13.15: | |
4920 | + resolution: {integrity: sha512-m602nft/XXeO8YQPUDVoHfjyRVPdPgjyyXOxZ44MK/agewFFkPa8tUo6lAzSWh5Ui5PB4KR9UIFTSBKh/RrCmg==} | |
4921 | + cpu: [arm64] | |
4922 | + os: [android] | |
4923 | + requiresBuild: true | |
4924 | + dev: true | |
4925 | + optional: true | |
4926 | + | |
4820 | 4927 | /esbuild-darwin-64/0.13.12: |
4821 | 4928 | resolution: {integrity: sha512-c51C+N+UHySoV2lgfWSwwmlnLnL0JWj/LzuZt9Ltk9ub1s2Y8cr6SQV5W3mqVH1egUceew6KZ8GyI4nwu+fhsw==} |
4822 | 4929 | cpu: [x64] |
... | ... | @@ -4825,6 +4932,14 @@ packages: |
4825 | 4932 | dev: true |
4826 | 4933 | optional: true |
4827 | 4934 | |
4935 | + /esbuild-darwin-64/0.13.15: | |
4936 | + resolution: {integrity: sha512-ihOQRGs2yyp7t5bArCwnvn2Atr6X4axqPpEdCFPVp7iUj4cVSdisgvEKdNR7yH3JDjW6aQDw40iQFoTqejqxvQ==} | |
4937 | + cpu: [x64] | |
4938 | + os: [darwin] | |
4939 | + requiresBuild: true | |
4940 | + dev: true | |
4941 | + optional: true | |
4942 | + | |
4828 | 4943 | /esbuild-darwin-arm64/0.13.12: |
4829 | 4944 | resolution: {integrity: sha512-JvAMtshP45Hd8A8wOzjkY1xAnTKTYuP/QUaKp5eUQGX+76GIie3fCdUUr2ZEKdvpSImNqxiZSIMziEiGB5oUmQ==} |
4830 | 4945 | cpu: [arm64] |
... | ... | @@ -4833,6 +4948,14 @@ packages: |
4833 | 4948 | dev: true |
4834 | 4949 | optional: true |
4835 | 4950 | |
4951 | + /esbuild-darwin-arm64/0.13.15: | |
4952 | + resolution: {integrity: sha512-i1FZssTVxUqNlJ6cBTj5YQj4imWy3m49RZRnHhLpefFIh0To05ow9DTrXROTE1urGTQCloFUXTX8QfGJy1P8dQ==} | |
4953 | + cpu: [arm64] | |
4954 | + os: [darwin] | |
4955 | + requiresBuild: true | |
4956 | + dev: true | |
4957 | + optional: true | |
4958 | + | |
4836 | 4959 | /esbuild-freebsd-64/0.13.12: |
4837 | 4960 | resolution: {integrity: sha512-r6On/Skv9f0ZjTu6PW5o7pdXr8aOgtFOEURJZYf1XAJs0IQ+gW+o1DzXjVkIoT+n1cm3N/t1KRJfX71MPg/ZUA==} |
4838 | 4961 | cpu: [x64] |
... | ... | @@ -4841,6 +4964,14 @@ packages: |
4841 | 4964 | dev: true |
4842 | 4965 | optional: true |
4843 | 4966 | |
4967 | + /esbuild-freebsd-64/0.13.15: | |
4968 | + resolution: {integrity: sha512-G3dLBXUI6lC6Z09/x+WtXBXbOYQZ0E8TDBqvn7aMaOCzryJs8LyVXKY4CPnHFXZAbSwkCbqiPuSQ1+HhrNk7EA==} | |
4969 | + cpu: [x64] | |
4970 | + os: [freebsd] | |
4971 | + requiresBuild: true | |
4972 | + dev: true | |
4973 | + optional: true | |
4974 | + | |
4844 | 4975 | /esbuild-freebsd-arm64/0.13.12: |
4845 | 4976 | resolution: {integrity: sha512-F6LmI2Q1gii073kmBE3NOTt/6zLL5zvZsxNLF8PMAwdHc+iBhD1vzfI8uQZMJA1IgXa3ocr3L3DJH9fLGXy6Yw==} |
4846 | 4977 | cpu: [arm64] |
... | ... | @@ -4849,6 +4980,14 @@ packages: |
4849 | 4980 | dev: true |
4850 | 4981 | optional: true |
4851 | 4982 | |
4983 | + /esbuild-freebsd-arm64/0.13.15: | |
4984 | + resolution: {integrity: sha512-KJx0fzEDf1uhNOZQStV4ujg30WlnwqUASaGSFPhznLM/bbheu9HhqZ6mJJZM32lkyfGJikw0jg7v3S0oAvtvQQ==} | |
4985 | + cpu: [arm64] | |
4986 | + os: [freebsd] | |
4987 | + requiresBuild: true | |
4988 | + dev: true | |
4989 | + optional: true | |
4990 | + | |
4852 | 4991 | /esbuild-linux-32/0.13.12: |
4853 | 4992 | resolution: {integrity: sha512-U1UZwG3UIwF7/V4tCVAo/nkBV9ag5KJiJTt+gaCmLVWH3bPLX7y+fNlhIWZy8raTMnXhMKfaTvWZ9TtmXzvkuQ==} |
4854 | 4993 | cpu: [ia32] |
... | ... | @@ -4857,6 +4996,14 @@ packages: |
4857 | 4996 | dev: true |
4858 | 4997 | optional: true |
4859 | 4998 | |
4999 | + /esbuild-linux-32/0.13.15: | |
5000 | + resolution: {integrity: sha512-ZvTBPk0YWCLMCXiFmD5EUtB30zIPvC5Itxz0mdTu/xZBbbHJftQgLWY49wEPSn2T/TxahYCRDWun5smRa0Tu+g==} | |
5001 | + cpu: [ia32] | |
5002 | + os: [linux] | |
5003 | + requiresBuild: true | |
5004 | + dev: true | |
5005 | + optional: true | |
5006 | + | |
4860 | 5007 | /esbuild-linux-64/0.13.12: |
4861 | 5008 | resolution: {integrity: sha512-YpXSwtu2NxN3N4ifJxEdsgd6Q5d8LYqskrAwjmoCT6yQnEHJSF5uWcxv783HWN7lnGpJi9KUtDvYsnMdyGw71Q==} |
4862 | 5009 | cpu: [x64] |
... | ... | @@ -4865,6 +5012,14 @@ packages: |
4865 | 5012 | dev: true |
4866 | 5013 | optional: true |
4867 | 5014 | |
5015 | + /esbuild-linux-64/0.13.15: | |
5016 | + resolution: {integrity: sha512-eCKzkNSLywNeQTRBxJRQ0jxRCl2YWdMB3+PkWFo2BBQYC5mISLIVIjThNtn6HUNqua1pnvgP5xX0nHbZbPj5oA==} | |
5017 | + cpu: [x64] | |
5018 | + os: [linux] | |
5019 | + requiresBuild: true | |
5020 | + dev: true | |
5021 | + optional: true | |
5022 | + | |
4868 | 5023 | /esbuild-linux-arm/0.13.12: |
4869 | 5024 | resolution: {integrity: sha512-SyiT/JKxU6J+DY2qUiSLZJqCAftIt3uoGejZ0HDnUM2MGJqEGSGh7p1ecVL2gna3PxS4P+j6WAehCwgkBPXNIw==} |
4870 | 5025 | cpu: [arm] |
... | ... | @@ -4873,6 +5028,14 @@ packages: |
4873 | 5028 | dev: true |
4874 | 5029 | optional: true |
4875 | 5030 | |
5031 | + /esbuild-linux-arm/0.13.15: | |
5032 | + resolution: {integrity: sha512-wUHttDi/ol0tD8ZgUMDH8Ef7IbDX+/UsWJOXaAyTdkT7Yy9ZBqPg8bgB/Dn3CZ9SBpNieozrPRHm0BGww7W/jA==} | |
5033 | + cpu: [arm] | |
5034 | + os: [linux] | |
5035 | + requiresBuild: true | |
5036 | + dev: true | |
5037 | + optional: true | |
5038 | + | |
4876 | 5039 | /esbuild-linux-arm64/0.13.12: |
4877 | 5040 | resolution: {integrity: sha512-sgDNb8kb3BVodtAlcFGgwk+43KFCYjnFOaOfJibXnnIojNWuJHpL6aQJ4mumzNWw8Rt1xEtDQyuGK9f+Y24jGA==} |
4878 | 5041 | cpu: [arm64] |
... | ... | @@ -4881,6 +5044,14 @@ packages: |
4881 | 5044 | dev: true |
4882 | 5045 | optional: true |
4883 | 5046 | |
5047 | + /esbuild-linux-arm64/0.13.15: | |
5048 | + resolution: {integrity: sha512-bYpuUlN6qYU9slzr/ltyLTR9YTBS7qUDymO8SV7kjeNext61OdmqFAzuVZom+OLW1HPHseBfJ/JfdSlx8oTUoA==} | |
5049 | + cpu: [arm64] | |
5050 | + os: [linux] | |
5051 | + requiresBuild: true | |
5052 | + dev: true | |
5053 | + optional: true | |
5054 | + | |
4884 | 5055 | /esbuild-linux-mips64le/0.13.12: |
4885 | 5056 | resolution: {integrity: sha512-qQJHlZBG+QwVIA8AbTEtbvF084QgDi4DaUsUnA+EolY1bxrG+UyOuGflM2ZritGhfS/k7THFjJbjH2wIeoKA2g==} |
4886 | 5057 | cpu: [mips64el] |
... | ... | @@ -4889,6 +5060,14 @@ packages: |
4889 | 5060 | dev: true |
4890 | 5061 | optional: true |
4891 | 5062 | |
5063 | + /esbuild-linux-mips64le/0.13.15: | |
5064 | + resolution: {integrity: sha512-KlVjIG828uFPyJkO/8gKwy9RbXhCEUeFsCGOJBepUlpa7G8/SeZgncUEz/tOOUJTcWMTmFMtdd3GElGyAtbSWg==} | |
5065 | + cpu: [mips64el] | |
5066 | + os: [linux] | |
5067 | + requiresBuild: true | |
5068 | + dev: true | |
5069 | + optional: true | |
5070 | + | |
4892 | 5071 | /esbuild-linux-ppc64le/0.13.12: |
4893 | 5072 | resolution: {integrity: sha512-2dSnm1ldL7Lppwlo04CGQUpwNn5hGqXI38OzaoPOkRsBRWFBozyGxTFSee/zHFS+Pdh3b28JJbRK3owrrRgWNw==} |
4894 | 5073 | cpu: [ppc64] |
... | ... | @@ -4897,6 +5076,14 @@ packages: |
4897 | 5076 | dev: true |
4898 | 5077 | optional: true |
4899 | 5078 | |
5079 | + /esbuild-linux-ppc64le/0.13.15: | |
5080 | + resolution: {integrity: sha512-h6gYF+OsaqEuBjeesTBtUPw0bmiDu7eAeuc2OEH9S6mV9/jPhPdhOWzdeshb0BskRZxPhxPOjqZ+/OqLcxQwEQ==} | |
5081 | + cpu: [ppc64] | |
5082 | + os: [linux] | |
5083 | + requiresBuild: true | |
5084 | + dev: true | |
5085 | + optional: true | |
5086 | + | |
4900 | 5087 | /esbuild-netbsd-64/0.13.12: |
4901 | 5088 | resolution: {integrity: sha512-D4raxr02dcRiQNbxOLzpqBzcJNFAdsDNxjUbKkDMZBkL54Z0vZh4LRndycdZAMcIdizC/l/Yp/ZsBdAFxc5nbA==} |
4902 | 5089 | cpu: [x64] |
... | ... | @@ -4905,18 +5092,21 @@ packages: |
4905 | 5092 | dev: true |
4906 | 5093 | optional: true |
4907 | 5094 | |
4908 | - /esbuild-node-loader/0.6.1_typescript@4.4.4: | |
4909 | - resolution: {integrity: sha512-MifpVA3LAmf/Yh+H7nVbODqipyjdvIPT+8ZR/Dkw8JEuH682IVhtEiwO4ZSEvqfLIFyQ1lXpSLeqvIjQdq+LaA==} | |
5095 | + /esbuild-netbsd-64/0.13.15: | |
5096 | + resolution: {integrity: sha512-3+yE9emwoevLMyvu+iR3rsa+Xwhie7ZEHMGDQ6dkqP/ndFzRHkobHUKTe+NCApSqG5ce2z4rFu+NX/UHnxlh3w==} | |
5097 | + cpu: [x64] | |
5098 | + os: [netbsd] | |
5099 | + requiresBuild: true | |
5100 | + dev: true | |
5101 | + optional: true | |
5102 | + | |
5103 | + /esbuild-node-loader/0.6.3_typescript@4.5.2: | |
5104 | + resolution: {integrity: sha512-Bf6o8SiMMh5+r20jsjAThNOtzo3t8Ye4Qdzz+twWHnxu28SdkGUr5ahq8iX0qbd+I9ge8sLNX7oQoNW1YzHlqA==} | |
4910 | 5105 | peerDependencies: |
4911 | 5106 | typescript: ^4.0 |
4912 | 5107 | dependencies: |
4913 | - '@rollup/plugin-typescript': 8.3.0_typescript@4.4.4 | |
4914 | - esbuild: 0.13.12 | |
4915 | - joycon: 3.0.1 | |
4916 | - typescript: 4.4.4 | |
4917 | - transitivePeerDependencies: | |
4918 | - - rollup | |
4919 | - - tslib | |
5108 | + esbuild: 0.13.15 | |
5109 | + typescript: 4.5.2 | |
4920 | 5110 | dev: true |
4921 | 5111 | |
4922 | 5112 | /esbuild-openbsd-64/0.13.12: |
... | ... | @@ -4927,16 +5117,24 @@ packages: |
4927 | 5117 | dev: true |
4928 | 5118 | optional: true |
4929 | 5119 | |
5120 | + /esbuild-openbsd-64/0.13.15: | |
5121 | + resolution: {integrity: sha512-wTfvtwYJYAFL1fSs8yHIdf5GEE4NkbtbXtjLWjM3Cw8mmQKqsg8kTiqJ9NJQe5NX/5Qlo7Xd9r1yKMMkHllp5g==} | |
5122 | + cpu: [x64] | |
5123 | + os: [openbsd] | |
5124 | + requiresBuild: true | |
5125 | + dev: true | |
5126 | + optional: true | |
5127 | + | |
4930 | 5128 | /esbuild-plugin-alias/0.1.2: |
4931 | 5129 | resolution: {integrity: sha512-WsX0OJy8IGOsGZV+4oHEU5B6XQUpxOsZN1iSoYf9COTDbY7WXcOwd1oCLYNWUIWCExyGXSghIGq2k7sXBldxwQ==} |
4932 | 5130 | dev: true |
4933 | 5131 | |
4934 | - /esbuild-register/3.1.2_esbuild@0.13.12: | |
5132 | + /esbuild-register/3.1.2_esbuild@0.13.15: | |
4935 | 5133 | resolution: {integrity: sha512-RbKnUm/dXQZq6q8j7xfLBP06AhDQHS5g2FAAlAYV2Zw5obMKs8Bk777Jt4WD34pAx/Xyh5oAPESCYYtqhJ8Ufw==} |
4936 | 5134 | peerDependencies: |
4937 | 5135 | esbuild: '>=0.12 <1' |
4938 | 5136 | dependencies: |
4939 | - esbuild: 0.13.12 | |
5137 | + esbuild: 0.13.15 | |
4940 | 5138 | jsonc-parser: 3.0.0 |
4941 | 5139 | dev: true |
4942 | 5140 | |
... | ... | @@ -4948,6 +5146,14 @@ packages: |
4948 | 5146 | dev: true |
4949 | 5147 | optional: true |
4950 | 5148 | |
5149 | + /esbuild-sunos-64/0.13.15: | |
5150 | + resolution: {integrity: sha512-lbivT9Bx3t1iWWrSnGyBP9ODriEvWDRiweAs69vI+miJoeKwHWOComSRukttbuzjZ8r1q0mQJ8Z7yUsDJ3hKdw==} | |
5151 | + cpu: [x64] | |
5152 | + os: [sunos] | |
5153 | + requiresBuild: true | |
5154 | + dev: true | |
5155 | + optional: true | |
5156 | + | |
4951 | 5157 | /esbuild-windows-32/0.13.12: |
4952 | 5158 | resolution: {integrity: sha512-L9m4lLFQrFeR7F+eLZXG82SbXZfUhyfu6CexZEil6vm+lc7GDCE0Q8DiNutkpzjv1+RAbIGVva9muItQ7HVTkQ==} |
4953 | 5159 | cpu: [ia32] |
... | ... | @@ -4956,6 +5162,14 @@ packages: |
4956 | 5162 | dev: true |
4957 | 5163 | optional: true |
4958 | 5164 | |
5165 | + /esbuild-windows-32/0.13.15: | |
5166 | + resolution: {integrity: sha512-fDMEf2g3SsJ599MBr50cY5ve5lP1wyVwTe6aLJsM01KtxyKkB4UT+fc5MXQFn3RLrAIAZOG+tHC+yXObpSn7Nw==} | |
5167 | + cpu: [ia32] | |
5168 | + os: [win32] | |
5169 | + requiresBuild: true | |
5170 | + dev: true | |
5171 | + optional: true | |
5172 | + | |
4959 | 5173 | /esbuild-windows-64/0.13.12: |
4960 | 5174 | resolution: {integrity: sha512-k4tX4uJlSbSkfs78W5d9+I9gpd+7N95W7H2bgOMFPsYREVJs31+Q2gLLHlsnlY95zBoPQMIzHooUIsixQIBjaQ==} |
4961 | 5175 | cpu: [x64] |
... | ... | @@ -4964,6 +5178,14 @@ packages: |
4964 | 5178 | dev: true |
4965 | 5179 | optional: true |
4966 | 5180 | |
5181 | + /esbuild-windows-64/0.13.15: | |
5182 | + resolution: {integrity: sha512-9aMsPRGDWCd3bGjUIKG/ZOJPKsiztlxl/Q3C1XDswO6eNX/Jtwu4M+jb6YDH9hRSUflQWX0XKAfWzgy5Wk54JQ==} | |
5183 | + cpu: [x64] | |
5184 | + os: [win32] | |
5185 | + requiresBuild: true | |
5186 | + dev: true | |
5187 | + optional: true | |
5188 | + | |
4967 | 5189 | /esbuild-windows-arm64/0.13.12: |
4968 | 5190 | resolution: {integrity: sha512-2tTv/BpYRIvuwHpp2M960nG7uvL+d78LFW/ikPItO+2GfK51CswIKSetSpDii+cjz8e9iSPgs+BU4o8nWICBwQ==} |
4969 | 5191 | cpu: [arm64] |
... | ... | @@ -4972,6 +5194,14 @@ packages: |
4972 | 5194 | dev: true |
4973 | 5195 | optional: true |
4974 | 5196 | |
5197 | + /esbuild-windows-arm64/0.13.15: | |
5198 | + resolution: {integrity: sha512-zzvyCVVpbwQQATaf3IG8mu1IwGEiDxKkYUdA4FpoCHi1KtPa13jeScYDjlW0Qh+ebWzpKfR2ZwvqAQkSWNcKjA==} | |
5199 | + cpu: [arm64] | |
5200 | + os: [win32] | |
5201 | + requiresBuild: true | |
5202 | + dev: true | |
5203 | + optional: true | |
5204 | + | |
4975 | 5205 | /esbuild/0.11.23: |
4976 | 5206 | resolution: {integrity: sha512-iaiZZ9vUF5wJV8ob1tl+5aJTrwDczlvGP0JoMmnpC2B0ppiMCu8n8gmy5ZTGl5bcG081XBVn+U+jP+mPFm5T5Q==} |
4977 | 5207 | hasBin: true |
... | ... | @@ -5008,6 +5238,30 @@ packages: |
5008 | 5238 | esbuild-windows-arm64: 0.13.12 |
5009 | 5239 | dev: true |
5010 | 5240 | |
5241 | + /esbuild/0.13.15: | |
5242 | + resolution: {integrity: sha512-raCxt02HBKv8RJxE8vkTSCXGIyKHdEdGfUmiYb8wnabnaEmHzyW7DCHb5tEN0xU8ryqg5xw54mcwnYkC4x3AIw==} | |
5243 | + hasBin: true | |
5244 | + requiresBuild: true | |
5245 | + optionalDependencies: | |
5246 | + esbuild-android-arm64: 0.13.15 | |
5247 | + esbuild-darwin-64: 0.13.15 | |
5248 | + esbuild-darwin-arm64: 0.13.15 | |
5249 | + esbuild-freebsd-64: 0.13.15 | |
5250 | + esbuild-freebsd-arm64: 0.13.15 | |
5251 | + esbuild-linux-32: 0.13.15 | |
5252 | + esbuild-linux-64: 0.13.15 | |
5253 | + esbuild-linux-arm: 0.13.15 | |
5254 | + esbuild-linux-arm64: 0.13.15 | |
5255 | + esbuild-linux-mips64le: 0.13.15 | |
5256 | + esbuild-linux-ppc64le: 0.13.15 | |
5257 | + esbuild-netbsd-64: 0.13.15 | |
5258 | + esbuild-openbsd-64: 0.13.15 | |
5259 | + esbuild-sunos-64: 0.13.15 | |
5260 | + esbuild-windows-32: 0.13.15 | |
5261 | + esbuild-windows-64: 0.13.15 | |
5262 | + esbuild-windows-arm64: 0.13.15 | |
5263 | + dev: true | |
5264 | + | |
5011 | 5265 | /escalade/3.1.1: |
5012 | 5266 | resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==} |
5013 | 5267 | engines: {node: '>=6'} |
... | ... | @@ -5045,22 +5299,22 @@ packages: |
5045 | 5299 | source-map: 0.6.1 |
5046 | 5300 | dev: true |
5047 | 5301 | |
5048 | - /eslint-config-prettier/8.3.0_eslint@8.2.0: | |
5302 | + /eslint-config-prettier/8.3.0_eslint@8.3.0: | |
5049 | 5303 | resolution: {integrity: sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew==} |
5050 | 5304 | hasBin: true |
5051 | 5305 | peerDependencies: |
5052 | 5306 | eslint: '>=7.0.0' |
5053 | 5307 | dependencies: |
5054 | - eslint: 8.2.0 | |
5308 | + eslint: 8.3.0 | |
5055 | 5309 | dev: true |
5056 | 5310 | |
5057 | - /eslint-define-config/1.1.3: | |
5058 | - resolution: {integrity: sha512-QKVZKhZMw+wwjddgHlKM8HZd33RWFDacMfW863a7tNWNHirbKL0vGj5VwF2L4OiiEsK8QqvyAY5DQywyA5IzLw==} | |
5311 | + /eslint-define-config/1.1.4: | |
5312 | + resolution: {integrity: sha512-B1o0OTL32lPXwjjCpe+HtowrHqAlldInkU9PWVs+BsSi3E1GgjGIsiEz0g/1jHpBjP8zZMWh+DmdaB7gdLjUKQ==} | |
5059 | 5313 | engines: {node: '>= 16.9.0', npm: '>= 7.0.0', pnpm: '>= 6.17.0'} |
5060 | 5314 | dev: true |
5061 | 5315 | |
5062 | - /eslint-plugin-jest/25.2.4_55428d41374ee1814ab5869f06c1f98b: | |
5063 | - resolution: {integrity: sha512-HRyinpgmEdkVr7pNPaYPHCoGqEzpgk79X8pg/xCeoAdurbyQjntJQ4pTzHl7BiVEBlam/F1Qsn+Dk0HtJO7Aaw==} | |
5316 | + /eslint-plugin-jest/25.3.0_4e52e098c69dc02e5d836ed593524821: | |
5317 | + resolution: {integrity: sha512-79WQtuBsTN1S8Y9+7euBYwxIOia/k7ykkl9OCBHL3xuww5ecursHy/D8GCIlvzHVWv85gOkS5Kv6Sh7RxOgK1Q==} | |
5064 | 5318 | engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} |
5065 | 5319 | peerDependencies: |
5066 | 5320 | '@typescript-eslint/eslint-plugin': ^4.0.0 || ^5.0.0 |
... | ... | @@ -5072,16 +5326,16 @@ packages: |
5072 | 5326 | jest: |
5073 | 5327 | optional: true |
5074 | 5328 | dependencies: |
5075 | - '@typescript-eslint/eslint-plugin': 5.3.1_4653b7803b7453f5f37717b7e1448517 | |
5076 | - '@typescript-eslint/experimental-utils': 5.3.1_eslint@8.2.0+typescript@4.4.4 | |
5077 | - eslint: 8.2.0 | |
5329 | + '@typescript-eslint/eslint-plugin': 5.4.0_5c8ff4cecd5a55e744866c0654edac32 | |
5330 | + '@typescript-eslint/experimental-utils': 5.3.1_eslint@8.3.0+typescript@4.5.2 | |
5331 | + eslint: 8.3.0 | |
5078 | 5332 | jest: 27.3.1_ts-node@10.4.0 |
5079 | 5333 | transitivePeerDependencies: |
5080 | 5334 | - supports-color |
5081 | 5335 | - typescript |
5082 | 5336 | dev: true |
5083 | 5337 | |
5084 | - /eslint-plugin-prettier/4.0.0_307f015733298e29da9050ea0cee5b9e: | |
5338 | + /eslint-plugin-prettier/4.0.0_6c1acfc8d9d3a8dba99beef4e8bcebae: | |
5085 | 5339 | resolution: {integrity: sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==} |
5086 | 5340 | engines: {node: '>=6.0.0'} |
5087 | 5341 | peerDependencies: |
... | ... | @@ -5092,23 +5346,23 @@ packages: |
5092 | 5346 | eslint-config-prettier: |
5093 | 5347 | optional: true |
5094 | 5348 | dependencies: |
5095 | - eslint: 8.2.0 | |
5096 | - eslint-config-prettier: 8.3.0_eslint@8.2.0 | |
5349 | + eslint: 8.3.0 | |
5350 | + eslint-config-prettier: 8.3.0_eslint@8.3.0 | |
5097 | 5351 | prettier: 2.4.1 |
5098 | 5352 | prettier-linter-helpers: 1.0.0 |
5099 | 5353 | dev: true |
5100 | 5354 | |
5101 | - /eslint-plugin-vue/8.0.3_eslint@8.2.0: | |
5102 | - resolution: {integrity: sha512-Rlhhy5ltzde0sRwSkqHuNePTXLMMaJ5+qsQubM4RYloYsQ8cXlnJT5MDaCzSirkGADipOHtmQXIbbPFAzUrADg==} | |
5355 | + /eslint-plugin-vue/8.1.1_eslint@8.3.0: | |
5356 | + resolution: {integrity: sha512-rx64IrlhdfPya6u2V5ukOGiLCTgaCBdMSpczLVqyo8A0l+Vbo+lzvIfEUfAQ2auj+MF6y0TwxLorzdCIzHunnw==} | |
5103 | 5357 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
5104 | 5358 | peerDependencies: |
5105 | 5359 | eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 |
5106 | 5360 | dependencies: |
5107 | - eslint: 8.2.0 | |
5108 | - eslint-utils: 3.0.0_eslint@8.2.0 | |
5361 | + eslint: 8.3.0 | |
5362 | + eslint-utils: 3.0.0_eslint@8.3.0 | |
5109 | 5363 | natural-compare: 1.4.0 |
5110 | 5364 | semver: 7.3.5 |
5111 | - vue-eslint-parser: 8.0.1_eslint@8.2.0 | |
5365 | + vue-eslint-parser: 8.0.1_eslint@8.3.0 | |
5112 | 5366 | transitivePeerDependencies: |
5113 | 5367 | - supports-color |
5114 | 5368 | dev: true |
... | ... | @@ -5129,13 +5383,21 @@ packages: |
5129 | 5383 | estraverse: 5.3.0 |
5130 | 5384 | dev: true |
5131 | 5385 | |
5132 | - /eslint-utils/3.0.0_eslint@8.2.0: | |
5386 | + /eslint-scope/7.1.0: | |
5387 | + resolution: {integrity: sha512-aWwkhnS0qAXqNOgKOK0dJ2nvzEbhEvpy8OlJ9kZ0FeZnA6zpjv1/Vei+puGFFX7zkPCkHHXb7IDX3A+7yPrRWg==} | |
5388 | + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} | |
5389 | + dependencies: | |
5390 | + esrecurse: 4.3.0 | |
5391 | + estraverse: 5.3.0 | |
5392 | + dev: true | |
5393 | + | |
5394 | + /eslint-utils/3.0.0_eslint@8.3.0: | |
5133 | 5395 | resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} |
5134 | 5396 | engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} |
5135 | 5397 | peerDependencies: |
5136 | 5398 | eslint: '>=5' |
5137 | 5399 | dependencies: |
5138 | - eslint: 8.2.0 | |
5400 | + eslint: 8.3.0 | |
5139 | 5401 | eslint-visitor-keys: 2.1.0 |
5140 | 5402 | dev: true |
5141 | 5403 | |
... | ... | @@ -5149,8 +5411,13 @@ packages: |
5149 | 5411 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
5150 | 5412 | dev: true |
5151 | 5413 | |
5152 | - /eslint/8.2.0: | |
5153 | - resolution: {integrity: sha512-erw7XmM+CLxTOickrimJ1SiF55jiNlVSp2qqm0NuBWPtHYQCegD5ZMaW0c3i5ytPqL+SSLaCxdvQXFPLJn+ABw==} | |
5414 | + /eslint-visitor-keys/3.1.0: | |
5415 | + resolution: {integrity: sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==} | |
5416 | + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} | |
5417 | + dev: true | |
5418 | + | |
5419 | + /eslint/8.3.0: | |
5420 | + resolution: {integrity: sha512-aIay56Ph6RxOTC7xyr59Kt3ewX185SaGnAr8eWukoPLeriCrvGjvAubxuvaXOfsxhtwV5g0uBOsyhAom4qJdww==} | |
5154 | 5421 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
5155 | 5422 | hasBin: true |
5156 | 5423 | dependencies: |
... | ... | @@ -5163,10 +5430,10 @@ packages: |
5163 | 5430 | doctrine: 3.0.0 |
5164 | 5431 | enquirer: 2.3.6 |
5165 | 5432 | escape-string-regexp: 4.0.0 |
5166 | - eslint-scope: 6.0.0 | |
5167 | - eslint-utils: 3.0.0_eslint@8.2.0 | |
5168 | - eslint-visitor-keys: 3.0.0 | |
5169 | - espree: 9.0.0 | |
5433 | + eslint-scope: 7.1.0 | |
5434 | + eslint-utils: 3.0.0_eslint@8.3.0 | |
5435 | + eslint-visitor-keys: 3.1.0 | |
5436 | + espree: 9.1.0 | |
5170 | 5437 | esquery: 1.4.0 |
5171 | 5438 | esutils: 2.0.3 |
5172 | 5439 | fast-deep-equal: 3.1.3 |
... | ... | @@ -5196,18 +5463,16 @@ packages: |
5196 | 5463 | - supports-color |
5197 | 5464 | dev: true |
5198 | 5465 | |
5199 | - /esno/0.12.0_typescript@4.4.4: | |
5200 | - resolution: {integrity: sha512-EjIr4beAqG3QuIwoHEnIsLGYsRfcYPM//ny+TPrxJSTZP2P0B2OKzJFSvD6sMDv0mIJ+6eKhhMA6ltpbSrVWNA==} | |
5466 | + /esno/0.12.1_typescript@4.5.2: | |
5467 | + resolution: {integrity: sha512-OmPcnNEXVmfiGANoPxsUZHYs+USGgWveC+RVVbvyFXRtwwoBQa7K2TjRe9o2FCkfLB56ewq/0MiEmowyCE3ARA==} | |
5201 | 5468 | hasBin: true |
5202 | 5469 | dependencies: |
5203 | 5470 | cross-spawn: 7.0.3 |
5204 | - esbuild: 0.13.12 | |
5205 | - esbuild-node-loader: 0.6.1_typescript@4.4.4 | |
5206 | - esbuild-register: 3.1.2_esbuild@0.13.12 | |
5471 | + esbuild: 0.13.15 | |
5472 | + esbuild-node-loader: 0.6.3_typescript@4.5.2 | |
5473 | + esbuild-register: 3.1.2_esbuild@0.13.15 | |
5207 | 5474 | import-meta-resolve: 1.1.1 |
5208 | 5475 | transitivePeerDependencies: |
5209 | - - rollup | |
5210 | - - tslib | |
5211 | 5476 | - typescript |
5212 | 5477 | dev: true |
5213 | 5478 | |
... | ... | @@ -5220,6 +5485,15 @@ packages: |
5220 | 5485 | eslint-visitor-keys: 3.0.0 |
5221 | 5486 | dev: true |
5222 | 5487 | |
5488 | + /espree/9.1.0: | |
5489 | + resolution: {integrity: sha512-ZgYLvCS1wxOczBYGcQT9DDWgicXwJ4dbocr9uYN+/eresBAUuBu+O4WzB21ufQ/JqQT8gyp7hJ3z8SHii32mTQ==} | |
5490 | + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} | |
5491 | + dependencies: | |
5492 | + acorn: 8.6.0 | |
5493 | + acorn-jsx: 5.3.2_acorn@8.6.0 | |
5494 | + eslint-visitor-keys: 3.1.0 | |
5495 | + dev: true | |
5496 | + | |
5223 | 5497 | /esprima/4.0.1: |
5224 | 5498 | resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==} |
5225 | 5499 | engines: {node: '>=4'} |
... | ... | @@ -5499,10 +5773,6 @@ packages: |
5499 | 5773 | pend: 1.2.0 |
5500 | 5774 | dev: true |
5501 | 5775 | |
5502 | - /fflate/0.7.1: | |
5503 | - resolution: {integrity: sha512-VYM2Xy1gSA5MerKzCnmmuV2XljkpKwgJBKezW+495TTnTCh1x5HcYa1aH8wRU/MfTGhW4ziXqgwprgQUVl3Ohw==} | |
5504 | - dev: false | |
5505 | - | |
5506 | 5776 | /figures/1.7.0: |
5507 | 5777 | resolution: {integrity: sha1-y+Hjr/zxzUS4DK3+0o3Hk6lwHS4=} |
5508 | 5778 | engines: {node: '>=0.10.0'} |
... | ... | @@ -5656,7 +5926,6 @@ packages: |
5656 | 5926 | dependencies: |
5657 | 5927 | locate-path: 5.0.0 |
5658 | 5928 | path-exists: 4.0.0 |
5659 | - dev: true | |
5660 | 5929 | |
5661 | 5930 | /find-up/5.0.0: |
5662 | 5931 | resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==} |
... | ... | @@ -6148,6 +6417,11 @@ packages: |
6148 | 6417 | engines: {node: '>=8'} |
6149 | 6418 | dev: true |
6150 | 6419 | |
6420 | + /has-flag/5.0.1: | |
6421 | + resolution: {integrity: sha512-CsNUt5x9LUdx6hnk/E2SZLsDyvfqANZSUq4+D3D8RzDJ2M+HDTIkF60ibS1vHaK55vzgiZw1bEPFG9yH7l33wA==} | |
6422 | + engines: {node: '>=12'} | |
6423 | + dev: true | |
6424 | + | |
6151 | 6425 | /has-symbol-support-x/1.4.2: |
6152 | 6426 | resolution: {integrity: sha512-3ToOva++HaW+eCpgqZrCfN51IPB+7bJNVT6CUATzueB5Heb8o6Nam0V3HG5dlDvZU1Gn5QLcbahiKw/XVk5JJw==} |
6153 | 6427 | dev: true |
... | ... | @@ -6348,6 +6622,7 @@ packages: |
6348 | 6622 | |
6349 | 6623 | /ieee754/1.2.1: |
6350 | 6624 | resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} |
6625 | + dev: true | |
6351 | 6626 | |
6352 | 6627 | /ignore/4.0.6: |
6353 | 6628 | resolution: {integrity: sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==} |
... | ... | @@ -6359,6 +6634,11 @@ packages: |
6359 | 6634 | engines: {node: '>= 4'} |
6360 | 6635 | dev: true |
6361 | 6636 | |
6637 | + /ignore/5.1.9: | |
6638 | + resolution: {integrity: sha512-2zeMQpbKz5dhZ9IwL0gbxSW5w0NK/MSAMtNuhgIHEPmaU3vPdKPL0UdvUCXs5SS4JAwsBxysK5sFMW8ocFiVjQ==} | |
6639 | + engines: {node: '>= 4'} | |
6640 | + dev: true | |
6641 | + | |
6362 | 6642 | /image-size/0.5.5: |
6363 | 6643 | resolution: {integrity: sha1-Cd/Uq50g4p6xw+gLiZA3jfnjy5w=} |
6364 | 6644 | engines: {node: '>=0.10.0'} |
... | ... | @@ -6703,6 +6983,10 @@ packages: |
6703 | 6983 | /is-fullwidth-code-point/3.0.0: |
6704 | 6984 | resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==} |
6705 | 6985 | engines: {node: '>=8'} |
6986 | + | |
6987 | + /is-fullwidth-code-point/4.0.0: | |
6988 | + resolution: {integrity: sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==} | |
6989 | + engines: {node: '>=12'} | |
6706 | 6990 | dev: true |
6707 | 6991 | |
6708 | 6992 | /is-generator-fn/2.1.0: |
... | ... | @@ -6918,10 +7202,6 @@ packages: |
6918 | 7202 | resolution: {integrity: sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=} |
6919 | 7203 | dev: true |
6920 | 7204 | |
6921 | - /isarray/2.0.5: | |
6922 | - resolution: {integrity: sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==} | |
6923 | - dev: false | |
6924 | - | |
6925 | 7205 | /isexe/2.0.0: |
6926 | 7206 | resolution: {integrity: sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=} |
6927 | 7207 | dev: true |
... | ... | @@ -7030,7 +7310,7 @@ packages: |
7030 | 7310 | '@jest/environment': 27.3.1 |
7031 | 7311 | '@jest/test-result': 27.3.1 |
7032 | 7312 | '@jest/types': 27.2.5 |
7033 | - '@types/node': 16.11.7 | |
7313 | + '@types/node': 16.11.10 | |
7034 | 7314 | chalk: 4.1.2 |
7035 | 7315 | co: 4.6.0 |
7036 | 7316 | dedent: 0.7.0 |
... | ... | @@ -7110,7 +7390,7 @@ packages: |
7110 | 7390 | jest-validate: 27.3.1 |
7111 | 7391 | micromatch: 4.0.4 |
7112 | 7392 | pretty-format: 27.3.1 |
7113 | - ts-node: 10.4.0_ee928ac548ac44c173bf0d4654ae2c29 | |
7393 | + ts-node: 10.4.0_36929cccfdb926da0bb85cc291f27124 | |
7114 | 7394 | transitivePeerDependencies: |
7115 | 7395 | - bufferutil |
7116 | 7396 | - canvas |
... | ... | @@ -7153,7 +7433,7 @@ packages: |
7153 | 7433 | '@jest/environment': 27.3.1 |
7154 | 7434 | '@jest/fake-timers': 27.3.1 |
7155 | 7435 | '@jest/types': 27.2.5 |
7156 | - '@types/node': 16.11.7 | |
7436 | + '@types/node': 16.11.10 | |
7157 | 7437 | jest-mock: 27.3.0 |
7158 | 7438 | jest-util: 27.3.1 |
7159 | 7439 | jsdom: 16.7.0 |
... | ... | @@ -7171,7 +7451,7 @@ packages: |
7171 | 7451 | '@jest/environment': 27.3.1 |
7172 | 7452 | '@jest/fake-timers': 27.3.1 |
7173 | 7453 | '@jest/types': 27.2.5 |
7174 | - '@types/node': 16.11.7 | |
7454 | + '@types/node': 16.11.10 | |
7175 | 7455 | jest-mock: 27.3.0 |
7176 | 7456 | jest-util: 27.3.1 |
7177 | 7457 | dev: true |
... | ... | @@ -7187,7 +7467,7 @@ packages: |
7187 | 7467 | dependencies: |
7188 | 7468 | '@jest/types': 27.2.5 |
7189 | 7469 | '@types/graceful-fs': 4.1.5 |
7190 | - '@types/node': 16.11.7 | |
7470 | + '@types/node': 16.11.10 | |
7191 | 7471 | anymatch: 3.1.2 |
7192 | 7472 | fb-watchman: 2.0.1 |
7193 | 7473 | graceful-fs: 4.2.8 |
... | ... | @@ -7210,7 +7490,7 @@ packages: |
7210 | 7490 | '@jest/source-map': 27.0.6 |
7211 | 7491 | '@jest/test-result': 27.3.1 |
7212 | 7492 | '@jest/types': 27.2.5 |
7213 | - '@types/node': 16.11.7 | |
7493 | + '@types/node': 16.11.10 | |
7214 | 7494 | chalk: 4.1.2 |
7215 | 7495 | co: 4.6.0 |
7216 | 7496 | expect: 27.3.1 |
... | ... | @@ -7265,7 +7545,7 @@ packages: |
7265 | 7545 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
7266 | 7546 | dependencies: |
7267 | 7547 | '@jest/types': 27.2.5 |
7268 | - '@types/node': 16.11.7 | |
7548 | + '@types/node': 16.11.10 | |
7269 | 7549 | dev: true |
7270 | 7550 | |
7271 | 7551 | /jest-pnp-resolver/1.2.2_jest-resolve@27.3.1: |
... | ... | @@ -7321,7 +7601,7 @@ packages: |
7321 | 7601 | '@jest/test-result': 27.3.1 |
7322 | 7602 | '@jest/transform': 27.3.1 |
7323 | 7603 | '@jest/types': 27.2.5 |
7324 | - '@types/node': 16.11.7 | |
7604 | + '@types/node': 16.11.10 | |
7325 | 7605 | chalk: 4.1.2 |
7326 | 7606 | emittery: 0.8.1 |
7327 | 7607 | exit: 0.1.2 |
... | ... | @@ -7383,7 +7663,7 @@ packages: |
7383 | 7663 | resolution: {integrity: sha512-PtGdVK9EGC7dsaziskfqaAPib6wTViY3G8E5wz9tLVPhHyiDNTZn/xjZ4khAw+09QkoOVpn7vF5nPSN6dtBexA==} |
7384 | 7664 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
7385 | 7665 | dependencies: |
7386 | - '@types/node': 16.11.7 | |
7666 | + '@types/node': 16.11.10 | |
7387 | 7667 | graceful-fs: 4.2.8 |
7388 | 7668 | dev: true |
7389 | 7669 | |
... | ... | @@ -7424,7 +7704,7 @@ packages: |
7424 | 7704 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
7425 | 7705 | dependencies: |
7426 | 7706 | '@jest/types': 27.2.5 |
7427 | - '@types/node': 16.11.7 | |
7707 | + '@types/node': 16.11.10 | |
7428 | 7708 | chalk: 4.1.2 |
7429 | 7709 | ci-info: 3.2.0 |
7430 | 7710 | graceful-fs: 4.2.8 |
... | ... | @@ -7449,7 +7729,7 @@ packages: |
7449 | 7729 | dependencies: |
7450 | 7730 | '@jest/test-result': 27.3.1 |
7451 | 7731 | '@jest/types': 27.2.5 |
7452 | - '@types/node': 16.11.7 | |
7732 | + '@types/node': 16.11.10 | |
7453 | 7733 | ansi-escapes: 4.3.2 |
7454 | 7734 | chalk: 4.1.2 |
7455 | 7735 | jest-util: 27.3.1 |
... | ... | @@ -7460,7 +7740,7 @@ packages: |
7460 | 7740 | resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} |
7461 | 7741 | engines: {node: '>= 10.13.0'} |
7462 | 7742 | dependencies: |
7463 | - '@types/node': 16.11.7 | |
7743 | + '@types/node': 16.11.10 | |
7464 | 7744 | merge-stream: 2.0.0 |
7465 | 7745 | supports-color: 7.2.0 |
7466 | 7746 | dev: true |
... | ... | @@ -7469,7 +7749,7 @@ packages: |
7469 | 7749 | resolution: {integrity: sha512-ks3WCzsiZaOPJl/oMsDjaf0TRiSv7ctNgs0FqRr2nARsovz6AWWy4oLElwcquGSz692DzgZQrCLScPNs5YlC4g==} |
7470 | 7750 | engines: {node: '>= 10.13.0'} |
7471 | 7751 | dependencies: |
7472 | - '@types/node': 16.11.7 | |
7752 | + '@types/node': 16.11.10 | |
7473 | 7753 | merge-stream: 2.0.0 |
7474 | 7754 | supports-color: 8.1.1 |
7475 | 7755 | dev: true |
... | ... | @@ -7500,11 +7780,6 @@ packages: |
7500 | 7780 | hasBin: true |
7501 | 7781 | dev: true |
7502 | 7782 | |
7503 | - /joycon/3.0.1: | |
7504 | - resolution: {integrity: sha512-SJcJNBg32dGgxhPtM0wQqxqV0ax9k/9TaUskGDSJkSFSQOEWWvQ3zzWdGQRIUry2j1zA5+ReH13t0Mf3StuVZA==} | |
7505 | - engines: {node: '>=10'} | |
7506 | - dev: true | |
7507 | - | |
7508 | 7783 | /jpegtran-bin/5.0.2: |
7509 | 7784 | resolution: {integrity: sha512-4FSmgIcr8d5+V6T1+dHbPZjaFH0ogVyP4UVsE+zri7S9YLO4qAT2our4IN3sW3STVgNTbqPermdIgt2XuAJ4EA==} |
7510 | 7785 | engines: {node: '>=10'} |
... | ... | @@ -7552,7 +7827,7 @@ packages: |
7552 | 7827 | optional: true |
7553 | 7828 | dependencies: |
7554 | 7829 | abab: 2.0.5 |
7555 | - acorn: 8.5.0 | |
7830 | + acorn: 8.6.0 | |
7556 | 7831 | acorn-globals: 6.0.0 |
7557 | 7832 | cssom: 0.4.4 |
7558 | 7833 | cssstyle: 2.3.0 |
... | ... | @@ -7764,42 +8039,49 @@ packages: |
7764 | 8039 | type-check: 0.4.0 |
7765 | 8040 | dev: true |
7766 | 8041 | |
8042 | + /lilconfig/2.0.4: | |
8043 | + resolution: {integrity: sha512-bfTIN7lEsiooCocSISTWXkiWJkRqtL9wYtYy+8EK3Y41qh3mpwPU0ycTOgjdY9ErwXCc8QyrQp82bdL0Xkm9yA==} | |
8044 | + engines: {node: '>=10'} | |
8045 | + dev: true | |
8046 | + | |
7767 | 8047 | /lines-and-columns/1.1.6: |
7768 | 8048 | resolution: {integrity: sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=} |
7769 | 8049 | dev: true |
7770 | 8050 | |
7771 | - /lint-staged/11.2.6: | |
7772 | - resolution: {integrity: sha512-Vti55pUnpvPE0J9936lKl0ngVeTdSZpEdTNhASbkaWX7J5R9OEifo1INBGQuGW4zmy6OG+TcWPJ3m5yuy5Q8Tg==} | |
8051 | + /lint-staged/12.1.2: | |
8052 | + resolution: {integrity: sha512-bSMcQVqMW98HLLLR2c2tZ+vnDCnx4fd+0QJBQgN/4XkdspGRPc8DGp7UuOEBe1ApCfJ+wXXumYnJmU+wDo7j9A==} | |
8053 | + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} | |
7773 | 8054 | hasBin: true |
7774 | 8055 | dependencies: |
7775 | - cli-truncate: 2.1.0 | |
7776 | - colorette: 1.4.0 | |
8056 | + cli-truncate: 3.1.0 | |
8057 | + colorette: 2.0.16 | |
7777 | 8058 | commander: 8.3.0 |
7778 | - cosmiconfig: 7.0.1 | |
7779 | - debug: 4.3.2_supports-color@8.1.1 | |
8059 | + debug: 4.3.2_supports-color@9.0.2 | |
7780 | 8060 | enquirer: 2.3.6 |
7781 | 8061 | execa: 5.1.1 |
7782 | - listr2: 3.13.1_enquirer@2.3.6 | |
8062 | + lilconfig: 2.0.4 | |
8063 | + listr2: 3.13.3_enquirer@2.3.6 | |
7783 | 8064 | micromatch: 4.0.4 |
7784 | 8065 | normalize-path: 3.0.0 |
7785 | - please-upgrade-node: 3.2.0 | |
8066 | + object-inspect: 1.11.0 | |
7786 | 8067 | string-argv: 0.3.1 |
7787 | - stringify-object: 3.3.0 | |
7788 | - supports-color: 8.1.1 | |
8068 | + supports-color: 9.0.2 | |
8069 | + yaml: 1.10.2 | |
7789 | 8070 | dev: true |
7790 | 8071 | |
7791 | - /listr2/3.13.1_enquirer@2.3.6: | |
7792 | - resolution: {integrity: sha512-pk4YBDA2cxtpM8iLHbz6oEsfZieJKHf6Pt19NlKaHZZVpqHyVs/Wqr7RfBBCeAFCJchGO7WQHVkUPZTvJMHk8w==} | |
8072 | + /listr2/3.13.3_enquirer@2.3.6: | |
8073 | + resolution: {integrity: sha512-VqAgN+XVfyaEjSaFewGPcDs5/3hBbWVaX1VgWv2f52MF7US45JuARlArULctiB44IIcEk3JF7GtoFCLqEdeuPA==} | |
7793 | 8074 | engines: {node: '>=10.0.0'} |
7794 | 8075 | peerDependencies: |
7795 | 8076 | enquirer: '>= 2.3.0 < 3' |
7796 | 8077 | dependencies: |
7797 | 8078 | cli-truncate: 2.1.0 |
8079 | + clone: 2.1.2 | |
7798 | 8080 | colorette: 2.0.16 |
7799 | 8081 | enquirer: 2.3.6 |
7800 | 8082 | log-update: 4.0.0 |
7801 | 8083 | p-map: 4.0.0 |
7802 | - rxjs: 6.6.7 | |
8084 | + rxjs: 7.4.0 | |
7803 | 8085 | through: 2.3.8 |
7804 | 8086 | wrap-ansi: 7.0.0 |
7805 | 8087 | dev: true |
... | ... | @@ -7855,7 +8137,6 @@ packages: |
7855 | 8137 | engines: {node: '>=8'} |
7856 | 8138 | dependencies: |
7857 | 8139 | p-locate: 4.1.0 |
7858 | - dev: true | |
7859 | 8140 | |
7860 | 8141 | /locate-path/6.0.0: |
7861 | 8142 | resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==} |
... | ... | @@ -7868,10 +8149,6 @@ packages: |
7868 | 8149 | resolution: {integrity: sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==} |
7869 | 8150 | dev: false |
7870 | 8151 | |
7871 | - /lodash.clonedeep/4.5.0: | |
7872 | - resolution: {integrity: sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=} | |
7873 | - dev: true | |
7874 | - | |
7875 | 8152 | /lodash.debounce/4.0.8: |
7876 | 8153 | resolution: {integrity: sha1-gteb/zCmfEAF/9XiUVMArZyk168=} |
7877 | 8154 | dev: true |
... | ... | @@ -8250,10 +8527,6 @@ packages: |
8250 | 8527 | engines: {node: '>=0.10.0'} |
8251 | 8528 | dev: true |
8252 | 8529 | |
8253 | - /moment/2.29.1: | |
8254 | - resolution: {integrity: sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ==} | |
8255 | - dev: false | |
8256 | - | |
8257 | 8530 | /mousetrap/1.6.5: |
8258 | 8531 | resolution: {integrity: sha512-QNo4kEepaIBwiT8CDhP98umTetp+JNfQYBWvC1pc6/OAibuXtRcxZ58Qz8skvEHYvURne/7R8T5VoOI7rDsEUA==} |
8259 | 8532 | dev: false |
... | ... | @@ -8503,10 +8776,6 @@ packages: |
8503 | 8776 | isobject: 3.0.1 |
8504 | 8777 | dev: true |
8505 | 8778 | |
8506 | - /omit.js/2.0.2: | |
8507 | - resolution: {integrity: sha512-hJmu9D+bNB40YpL9jYebQl4lsTW6yEHRTroJzNLqQJYHm7c+NQnJGfZmIWh8S3q3KoaxV1aLhV6B3+0N0/kyJg==} | |
8508 | - dev: false | |
8509 | - | |
8510 | 8779 | /on-finished/2.3.0: |
8511 | 8780 | resolution: {integrity: sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=} |
8512 | 8781 | engines: {node: '>= 0.8'} |
... | ... | @@ -8683,7 +8952,6 @@ packages: |
8683 | 8952 | engines: {node: '>=8'} |
8684 | 8953 | dependencies: |
8685 | 8954 | p-limit: 2.3.0 |
8686 | - dev: true | |
8687 | 8955 | |
8688 | 8956 | /p-locate/5.0.0: |
8689 | 8957 | resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==} |
... | ... | @@ -8830,7 +9098,6 @@ packages: |
8830 | 9098 | /path-exists/4.0.0: |
8831 | 9099 | resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} |
8832 | 9100 | engines: {node: '>=8'} |
8833 | - dev: true | |
8834 | 9101 | |
8835 | 9102 | /path-is-absolute/1.0.1: |
8836 | 9103 | resolution: {integrity: sha1-F0uSaHNVNP+8es5r9TpanhtcX18=} |
... | ... | @@ -8875,6 +9142,10 @@ packages: |
8875 | 9142 | engines: {node: '>=8'} |
8876 | 9143 | dev: true |
8877 | 9144 | |
9145 | + /pathe/0.0.2: | |
9146 | + resolution: {integrity: sha512-mmK20YtPb4yXHlaPuOD/uPIpRu7iIK45GA/GiRSlNpIdfWDG5aEQmFT1HHtBmJB+t/6DvFOtOsEipsPA8Bx2cw==} | |
9147 | + dev: true | |
9148 | + | |
8878 | 9149 | /pend/1.2.0: |
8879 | 9150 | resolution: {integrity: sha1-elfrVQpng/kRUzH89GY9XI4AelA=} |
8880 | 9151 | dev: true |
... | ... | @@ -8908,10 +9179,10 @@ packages: |
8908 | 9179 | engines: {node: '>=6'} |
8909 | 9180 | dev: true |
8910 | 9181 | |
8911 | - /pinia/2.0.2_typescript@4.4.4+vue@3.2.21: | |
8912 | - resolution: {integrity: sha512-ljN+9p9XHE8YrMBgxLbpo5rdVPj7Fri4Bl9qswz5dJPeoK6ra66YOLrGpBoCsHjAqu9jOBC3oJeErocicf51oA==} | |
9182 | + /pinia/2.0.4_typescript@4.5.2+vue@3.2.22: | |
9183 | + resolution: {integrity: sha512-nAc2f9HmOcBbWRlnGDuBGedM1G6uFAR10FnJWP1/dgm1I2tM5jbgKL/3IgynP4mBnPCy//ky7g0WpCZl5Mmxsg==} | |
8913 | 9184 | peerDependencies: |
8914 | - '@vue/composition-api': ^1.3.0 | |
9185 | + '@vue/composition-api': ^1.4.0 | |
8915 | 9186 | typescript: ^4.4.4 |
8916 | 9187 | vue: ^2.6.14 || ^3.2.0 |
8917 | 9188 | peerDependenciesMeta: |
... | ... | @@ -8920,10 +9191,10 @@ packages: |
8920 | 9191 | typescript: |
8921 | 9192 | optional: true |
8922 | 9193 | dependencies: |
8923 | - '@vue/devtools-api': 6.0.0-beta.19 | |
8924 | - typescript: 4.4.4 | |
8925 | - vue: 3.2.21 | |
8926 | - vue-demi: 0.12.0_vue@3.2.21 | |
9194 | + '@vue/devtools-api': 6.0.0-beta.20.1 | |
9195 | + typescript: 4.5.2 | |
9196 | + vue: 3.2.22 | |
9197 | + vue-demi: 0.12.0_vue@3.2.22 | |
8927 | 9198 | dev: false |
8928 | 9199 | |
8929 | 9200 | /pinkie-promise/2.0.1: |
... | ... | @@ -8952,15 +9223,9 @@ packages: |
8952 | 9223 | find-up: 4.1.0 |
8953 | 9224 | dev: true |
8954 | 9225 | |
8955 | - /please-upgrade-node/3.2.0: | |
8956 | - resolution: {integrity: sha512-gQR3WpIgNIKwBMVLkpMUeR3e1/E1y42bqDQZfql+kDeXd8COYfM8PQA4X6y7a8u9Ua9FHmsrrmirW2vHs45hWg==} | |
8957 | - dependencies: | |
8958 | - semver-compare: 1.0.0 | |
8959 | - dev: true | |
8960 | - | |
8961 | - /pngjs/3.4.0: | |
8962 | - resolution: {integrity: sha512-NCrCHhWmnQklfH4MtJMRjZ2a8c80qXeMlQMv2uVp9ISJMTt562SbGd6n2oq0PaPgKm7Z6pL9E2UlLIhC+SHL3w==} | |
8963 | - engines: {node: '>=4.0.0'} | |
9226 | + /pngjs/5.0.0: | |
9227 | + resolution: {integrity: sha512-40QW5YalBNfQo5yRYmiw7Yz6TKKVr3h6970B2YE+3fQpsWcrbj1PzJgxeJ19DRQjhMbKPIuMY8rFaXc8moolVw==} | |
9228 | + engines: {node: '>=10.13.0'} | |
8964 | 9229 | dev: false |
8965 | 9230 | |
8966 | 9231 | /pngquant-bin/6.0.1: |
... | ... | @@ -8984,8 +9249,8 @@ packages: |
8984 | 9249 | engines: {node: ^12 || >=14} |
8985 | 9250 | dependencies: |
8986 | 9251 | htmlparser2: 7.1.2 |
8987 | - postcss: 8.3.11 | |
8988 | - postcss-safe-parser: 6.0.0_postcss@8.3.11 | |
9252 | + postcss: 8.4.0 | |
9253 | + postcss-safe-parser: 6.0.0_postcss@8.4.0 | |
8989 | 9254 | dev: true |
8990 | 9255 | |
8991 | 9256 | /postcss-less/5.0.0: |
... | ... | @@ -9000,20 +9265,20 @@ packages: |
9000 | 9265 | /postcss-prefix-selector/1.13.0: |
9001 | 9266 | resolution: {integrity: sha512-cZtbe79XeClbrip8WODngB8PmF/FpaeYpt8IX1aefIHarjxfBYWO6sETlNopvp2u2c7XFGYQeUTEgF1onsNJ5A==} |
9002 | 9267 | dependencies: |
9003 | - postcss: 8.3.11 | |
9268 | + postcss: 8.4.0 | |
9004 | 9269 | dev: true |
9005 | 9270 | |
9006 | 9271 | /postcss-resolve-nested-selector/0.1.1: |
9007 | 9272 | resolution: {integrity: sha1-Kcy8fDfe36wwTp//C/FZaz9qDk4=} |
9008 | 9273 | dev: true |
9009 | 9274 | |
9010 | - /postcss-safe-parser/6.0.0_postcss@8.3.11: | |
9275 | + /postcss-safe-parser/6.0.0_postcss@8.4.0: | |
9011 | 9276 | resolution: {integrity: sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ==} |
9012 | 9277 | engines: {node: '>=12.0'} |
9013 | 9278 | peerDependencies: |
9014 | 9279 | postcss: ^8.3.3 |
9015 | 9280 | dependencies: |
9016 | - postcss: 8.3.11 | |
9281 | + postcss: 8.4.0 | |
9017 | 9282 | dev: true |
9018 | 9283 | |
9019 | 9284 | /postcss-selector-parser/6.0.6: |
... | ... | @@ -9024,12 +9289,12 @@ packages: |
9024 | 9289 | util-deprecate: 1.0.2 |
9025 | 9290 | dev: true |
9026 | 9291 | |
9027 | - /postcss-sorting/7.0.1_postcss@8.3.11: | |
9292 | + /postcss-sorting/7.0.1_postcss@8.4.0: | |
9028 | 9293 | resolution: {integrity: sha512-iLBFYz6VRYyLJEJsBJ8M3TCqNcckVzz4wFounSc5Oez35ogE/X+aoC5fFu103Ot7NyvjU3/xqIXn93Gp3kJk4g==} |
9029 | 9294 | peerDependencies: |
9030 | 9295 | postcss: ^8.3.9 |
9031 | 9296 | dependencies: |
9032 | - postcss: 8.3.11 | |
9297 | + postcss: 8.4.0 | |
9033 | 9298 | dev: true |
9034 | 9299 | |
9035 | 9300 | /postcss-value-parser/4.1.0: |
... | ... | @@ -9046,13 +9311,13 @@ packages: |
9046 | 9311 | supports-color: 3.2.3 |
9047 | 9312 | dev: true |
9048 | 9313 | |
9049 | - /postcss/8.3.11: | |
9050 | - resolution: {integrity: sha512-hCmlUAIlUiav8Xdqw3Io4LcpA1DOt7h3LSTAC4G6JGHFFaWzI6qvFt9oilvl8BmkbBRX1IhM90ZAmpk68zccQA==} | |
9314 | + /postcss/8.4.0: | |
9315 | + resolution: {integrity: sha512-BRMNx3Wy7UI89jN8H4ZVS5lQMPM2OSMkOkvDCSjwXa7PWTs24k7Lm55NXLbMbs070LvraXaxN5l1npSOS6wMVw==} | |
9051 | 9316 | engines: {node: ^10 || ^12 || >=14} |
9052 | 9317 | dependencies: |
9053 | 9318 | nanoid: 3.1.30 |
9054 | 9319 | picocolors: 1.0.0 |
9055 | - source-map-js: 0.6.2 | |
9320 | + source-map-js: 1.0.1 | |
9056 | 9321 | |
9057 | 9322 | /posthtml-parser/0.2.1: |
9058 | 9323 | resolution: {integrity: sha1-NdUw3jhnQMK6JP8usvrznM3ycd0=} |
... | ... | @@ -9311,18 +9576,15 @@ packages: |
9311 | 9576 | engines: {node: '>=0.6.0', teleport: '>=0.2.0'} |
9312 | 9577 | dev: true |
9313 | 9578 | |
9314 | - /qrcode/1.4.4: | |
9315 | - resolution: {integrity: sha512-oLzEC5+NKFou9P0bMj5+v6Z40evexeE29Z9cummZXZ9QXyMr3lphkURzxjXgPJC5azpxcshoDWV1xE46z+/c3Q==} | |
9316 | - engines: {node: '>=4'} | |
9579 | + /qrcode/1.5.0: | |
9580 | + resolution: {integrity: sha512-9MgRpgVc+/+47dFvQeD6U2s0Z92EsKzcHogtum4QB+UNd025WOJSHvn/hjk9xmzj7Stj95CyUAs31mrjxliEsQ==} | |
9581 | + engines: {node: '>=10.13.0'} | |
9317 | 9582 | hasBin: true |
9318 | 9583 | dependencies: |
9319 | - buffer: 5.7.1 | |
9320 | - buffer-alloc: 1.2.0 | |
9321 | - buffer-from: 1.1.2 | |
9322 | 9584 | dijkstrajs: 1.0.2 |
9323 | - isarray: 2.0.5 | |
9324 | - pngjs: 3.4.0 | |
9325 | - yargs: 13.3.2 | |
9585 | + encode-utf8: 1.0.3 | |
9586 | + pngjs: 5.0.0 | |
9587 | + yargs: 15.4.1 | |
9326 | 9588 | dev: false |
9327 | 9589 | |
9328 | 9590 | /qs/6.10.1: |
... | ... | @@ -9493,6 +9755,14 @@ packages: |
9493 | 9755 | safe-regex: 1.1.0 |
9494 | 9756 | dev: true |
9495 | 9757 | |
9758 | + /regexp.prototype.flags/1.3.1: | |
9759 | + resolution: {integrity: sha512-JiBdRBq91WlY7uRJ0ds7R+dU02i6LKi8r3BuQhNXn+kmeLN+EfHhfjqMRis1zJxnlu88hq/4dx0P2OP3APRTOA==} | |
9760 | + engines: {node: '>= 0.4'} | |
9761 | + dependencies: | |
9762 | + call-bind: 1.0.2 | |
9763 | + define-properties: 1.1.3 | |
9764 | + dev: true | |
9765 | + | |
9496 | 9766 | /regexpp/3.2.0: |
9497 | 9767 | resolution: {integrity: sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==} |
9498 | 9768 | engines: {node: '>=8'} |
... | ... | @@ -9774,10 +10044,6 @@ packages: |
9774 | 10044 | commander: 2.20.3 |
9775 | 10045 | dev: true |
9776 | 10046 | |
9777 | - /semver-compare/1.0.0: | |
9778 | - resolution: {integrity: sha1-De4hahyUGrN+nvsXiPavxf9VN/w=} | |
9779 | - dev: true | |
9780 | - | |
9781 | 10047 | /semver-regex/2.0.0: |
9782 | 10048 | resolution: {integrity: sha512-mUdIBBvdn0PLOeP3TEkMH7HHeUP3GjsXCwKarjv/kGmUFOYg1VqEemKhoQpWMu6X2I8kHeuVdGibLGkVK+/5Qw==} |
9783 | 10049 | engines: {node: '>=6'} |
... | ... | @@ -9918,6 +10184,14 @@ packages: |
9918 | 10184 | is-fullwidth-code-point: 3.0.0 |
9919 | 10185 | dev: true |
9920 | 10186 | |
10187 | + /slice-ansi/5.0.0: | |
10188 | + resolution: {integrity: sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==} | |
10189 | + engines: {node: '>=12'} | |
10190 | + dependencies: | |
10191 | + ansi-styles: 6.1.0 | |
10192 | + is-fullwidth-code-point: 4.0.0 | |
10193 | + dev: true | |
10194 | + | |
9921 | 10195 | /snake-case/3.0.4: |
9922 | 10196 | resolution: {integrity: sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==} |
9923 | 10197 | dependencies: |
... | ... | @@ -9980,8 +10254,8 @@ packages: |
9980 | 10254 | resolution: {integrity: sha512-pBXvQCs5/33fdN1/39pPL0NZF20LeRbLQ5jtnheIPN9JQAaufGjKdWduZn4U7wCtVuzKhmRkI0DFYHYRbB2H1w==} |
9981 | 10255 | dev: false |
9982 | 10256 | |
9983 | - /source-map-js/0.6.2: | |
9984 | - resolution: {integrity: sha512-/3GptzWzu0+0MBQFrDKzw/DvvMTUORvgY6k6jd/VS6iCR4RDTKWH6v6WPwQoUO8667uQEf9Oe38DxAYWY5F/Ug==} | |
10257 | + /source-map-js/1.0.1: | |
10258 | + resolution: {integrity: sha512-4+TN2b3tqOCd/kaGRJ/sTYA0tR0mdXx26ipdolxcwtJVqEnqNYvlCAt1q3ypy4QMlYus+Zh34RNtYLoq2oQ4IA==} | |
9985 | 10259 | engines: {node: '>=0.10.0'} |
9986 | 10260 | |
9987 | 10261 | /source-map-resolve/0.5.3: |
... | ... | @@ -10161,6 +10435,27 @@ packages: |
10161 | 10435 | emoji-regex: 8.0.0 |
10162 | 10436 | is-fullwidth-code-point: 3.0.0 |
10163 | 10437 | strip-ansi: 6.0.1 |
10438 | + | |
10439 | + /string-width/5.0.1: | |
10440 | + resolution: {integrity: sha512-5ohWO/M4//8lErlUUtrFy3b11GtNOuMOU0ysKCDXFcfXuuvUXu95akgj/i8ofmaGdN0hCqyl6uu9i8dS/mQp5g==} | |
10441 | + engines: {node: '>=12'} | |
10442 | + dependencies: | |
10443 | + emoji-regex: 9.2.2 | |
10444 | + is-fullwidth-code-point: 4.0.0 | |
10445 | + strip-ansi: 7.0.1 | |
10446 | + dev: true | |
10447 | + | |
10448 | + /string.prototype.matchall/4.0.6: | |
10449 | + resolution: {integrity: sha512-6WgDX8HmQqvEd7J+G6VtAahhsQIssiZ8zl7zKh1VDMFyL3hRTJP4FTNA3RbIp2TOQ9AYNDcc7e3fH0Qbup+DBg==} | |
10450 | + dependencies: | |
10451 | + call-bind: 1.0.2 | |
10452 | + define-properties: 1.1.3 | |
10453 | + es-abstract: 1.19.1 | |
10454 | + get-intrinsic: 1.1.1 | |
10455 | + has-symbols: 1.0.2 | |
10456 | + internal-slot: 1.0.3 | |
10457 | + regexp.prototype.flags: 1.3.1 | |
10458 | + side-channel: 1.0.4 | |
10164 | 10459 | dev: true |
10165 | 10460 | |
10166 | 10461 | /string.prototype.padend/3.1.3: |
... | ... | @@ -10232,6 +10527,12 @@ packages: |
10232 | 10527 | engines: {node: '>=8'} |
10233 | 10528 | dependencies: |
10234 | 10529 | ansi-regex: 5.0.1 |
10530 | + | |
10531 | + /strip-ansi/7.0.1: | |
10532 | + resolution: {integrity: sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==} | |
10533 | + engines: {node: '>=12'} | |
10534 | + dependencies: | |
10535 | + ansi-regex: 6.0.1 | |
10235 | 10536 | dev: true |
10236 | 10537 | |
10237 | 10538 | /strip-bom/2.0.0: |
... | ... | @@ -10312,7 +10613,7 @@ packages: |
10312 | 10613 | resolution: {integrity: sha1-eVjHk+R+MuB9K1yv5cC/jhLneQI=} |
10313 | 10614 | dev: true |
10314 | 10615 | |
10315 | - /stylelint-config-html/1.0.0_a00c61ac027be5fe35af9f500c0c4be2: | |
10616 | + /stylelint-config-html/1.0.0_ac89f3e65c9a1d8d711cc3db898969a8: | |
10316 | 10617 | resolution: {integrity: sha512-rKQUUWDpaYC7ybsS6tLxddjn6DxhjSIXybElSmcTyVQj3ExhmU3q+l41ktrlwHRyY0M5SkTkZiwngvYPYmsgSQ==} |
10317 | 10618 | engines: {node: ^12 || >=14} |
10318 | 10619 | peerDependencies: |
... | ... | @@ -10320,48 +10621,48 @@ packages: |
10320 | 10621 | stylelint: '>=14.0.0' |
10321 | 10622 | dependencies: |
10322 | 10623 | postcss-html: 1.2.0 |
10323 | - stylelint: 14.0.1 | |
10624 | + stylelint: 14.1.0 | |
10324 | 10625 | dev: true |
10325 | 10626 | |
10326 | - /stylelint-config-prettier/9.0.3_stylelint@14.0.1: | |
10627 | + /stylelint-config-prettier/9.0.3_stylelint@14.1.0: | |
10327 | 10628 | resolution: {integrity: sha512-5n9gUDp/n5tTMCq1GLqSpA30w2sqWITSSEiAWQlpxkKGAUbjcemQ0nbkRvRUa0B1LgD3+hCvdL7B1eTxy1QHJg==} |
10328 | 10629 | engines: {node: '>= 12'} |
10329 | 10630 | hasBin: true |
10330 | 10631 | peerDependencies: |
10331 | 10632 | stylelint: '>=11.0.0' |
10332 | 10633 | dependencies: |
10333 | - stylelint: 14.0.1 | |
10634 | + stylelint: 14.1.0 | |
10334 | 10635 | dev: true |
10335 | 10636 | |
10336 | - /stylelint-config-recommended/6.0.0_stylelint@14.0.1: | |
10637 | + /stylelint-config-recommended/6.0.0_stylelint@14.1.0: | |
10337 | 10638 | resolution: {integrity: sha512-ZorSSdyMcxWpROYUvLEMm0vSZud2uB7tX1hzBZwvVY9SV/uly4AvvJPPhCcymZL3fcQhEQG5AELmrxWqtmzacw==} |
10338 | 10639 | peerDependencies: |
10339 | 10640 | stylelint: ^14.0.0 |
10340 | 10641 | dependencies: |
10341 | - stylelint: 14.0.1 | |
10642 | + stylelint: 14.1.0 | |
10342 | 10643 | dev: true |
10343 | 10644 | |
10344 | - /stylelint-config-standard/23.0.0_stylelint@14.0.1: | |
10345 | - resolution: {integrity: sha512-8PDlk+nWuc1T66nVaODTdVodN0pjuE5TBlopi39Lt9EM36YJsRhqttMyUhnS78oc/59Q6n8iw2GJB4QcoFqtRg==} | |
10645 | + /stylelint-config-standard/24.0.0_stylelint@14.1.0: | |
10646 | + resolution: {integrity: sha512-+RtU7fbNT+VlNbdXJvnjc3USNPZRiRVp/d2DxOF/vBDDTi0kH5RX2Ny6errdtZJH3boO+bmqIYEllEmok4jiuw==} | |
10346 | 10647 | peerDependencies: |
10347 | 10648 | stylelint: ^14.0.0 |
10348 | 10649 | dependencies: |
10349 | - stylelint: 14.0.1 | |
10350 | - stylelint-config-recommended: 6.0.0_stylelint@14.0.1 | |
10650 | + stylelint: 14.1.0 | |
10651 | + stylelint-config-recommended: 6.0.0_stylelint@14.1.0 | |
10351 | 10652 | dev: true |
10352 | 10653 | |
10353 | - /stylelint-order/5.0.0_stylelint@14.0.1: | |
10654 | + /stylelint-order/5.0.0_stylelint@14.1.0: | |
10354 | 10655 | resolution: {integrity: sha512-OWQ7pmicXufDw5BlRqzdz3fkGKJPgLyDwD1rFY3AIEfIH/LQY38Vu/85v8/up0I+VPiuGRwbc2Hg3zLAsJaiyw==} |
10355 | 10656 | peerDependencies: |
10356 | 10657 | stylelint: ^14.0.0 |
10357 | 10658 | dependencies: |
10358 | - postcss: 8.3.11 | |
10359 | - postcss-sorting: 7.0.1_postcss@8.3.11 | |
10360 | - stylelint: 14.0.1 | |
10659 | + postcss: 8.4.0 | |
10660 | + postcss-sorting: 7.0.1_postcss@8.4.0 | |
10661 | + stylelint: 14.1.0 | |
10361 | 10662 | dev: true |
10362 | 10663 | |
10363 | - /stylelint/14.0.1: | |
10364 | - resolution: {integrity: sha512-ZcAkmFLVCultmwkQUjxKzxW/o5+CzNmDk6TPJj/d4Y7ipTGGrewIWmNm+InjdSr04PR5/yynsAJeYJY/wisdMg==} | |
10664 | + /stylelint/14.1.0: | |
10665 | + resolution: {integrity: sha512-IedkssuNVA11+v++2PIV2OHOU5A3SfRcXVi56vZVSsMhGrgtwmmit69jeM+08/Tun5DTBe7BuH1Zp1mMLmtKLA==} | |
10365 | 10666 | engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} |
10366 | 10667 | hasBin: true |
10367 | 10668 | dependencies: |
... | ... | @@ -10377,7 +10678,7 @@ packages: |
10377 | 10678 | globby: 11.0.4 |
10378 | 10679 | globjoin: 0.1.4 |
10379 | 10680 | html-tags: 3.1.0 |
10380 | - ignore: 5.1.8 | |
10681 | + ignore: 5.1.9 | |
10381 | 10682 | import-lazy: 4.0.0 |
10382 | 10683 | imurmurhash: 0.1.4 |
10383 | 10684 | is-plain-object: 5.0.0 |
... | ... | @@ -10388,10 +10689,10 @@ packages: |
10388 | 10689 | normalize-path: 3.0.0 |
10389 | 10690 | normalize-selector: 0.2.0 |
10390 | 10691 | picocolors: 1.0.0 |
10391 | - postcss: 8.3.11 | |
10692 | + postcss: 8.4.0 | |
10392 | 10693 | postcss-media-query-parser: 0.2.3 |
10393 | 10694 | postcss-resolve-nested-selector: 0.1.1 |
10394 | - postcss-safe-parser: 6.0.0_postcss@8.3.11 | |
10695 | + postcss-safe-parser: 6.0.0_postcss@8.4.0 | |
10395 | 10696 | postcss-selector-parser: 6.0.6 |
10396 | 10697 | postcss-value-parser: 4.1.0 |
10397 | 10698 | resolve-from: 5.0.0 |
... | ... | @@ -10400,7 +10701,7 @@ packages: |
10400 | 10701 | strip-ansi: 6.0.1 |
10401 | 10702 | style-search: 0.1.0 |
10402 | 10703 | svg-tags: 1.0.0 |
10403 | - table: 6.7.2 | |
10704 | + table: 6.7.3 | |
10404 | 10705 | v8-compile-cache: 2.3.0 |
10405 | 10706 | write-file-atomic: 3.0.3 |
10406 | 10707 | transitivePeerDependencies: |
... | ... | @@ -10440,6 +10741,13 @@ packages: |
10440 | 10741 | has-flag: 4.0.0 |
10441 | 10742 | dev: true |
10442 | 10743 | |
10744 | + /supports-color/9.0.2: | |
10745 | + resolution: {integrity: sha512-ii6tc8ImGFrgMPYq7RVAMKkhPo9vk8uA+D3oKbJq/3Pk2YSMv1+9dUAesa9UxMbxBTvxwKTQffBahNVNxEvM8Q==} | |
10746 | + engines: {node: '>=12'} | |
10747 | + dependencies: | |
10748 | + has-flag: 5.0.1 | |
10749 | + dev: true | |
10750 | + | |
10443 | 10751 | /supports-hyperlinks/2.2.0: |
10444 | 10752 | resolution: {integrity: sha512-6sXEzV5+I5j8Bmq9/vUphGRM/RJNT9SCURJLjwfOg51heRtguGWDzcaBlgAzKhQa0EVNpPEKzQuBwZ8S8WaCeQ==} |
10445 | 10753 | engines: {node: '>=8'} |
... | ... | @@ -10492,12 +10800,11 @@ packages: |
10492 | 10800 | resolution: {integrity: sha512-7YPIY44j+BoY+E6cGBSw0oCU8SNTTIHKZgftcBdwWkDzs/M86Fdlr21FrzAyph7Zo8r3CFGscyFe4rrBtixrBg==} |
10493 | 10801 | dev: true |
10494 | 10802 | |
10495 | - /table/6.7.2: | |
10496 | - resolution: {integrity: sha512-UFZK67uvyNivLeQbVtkiUs8Uuuxv24aSL4/Vil2PJVtMgU8Lx0CYkP12uCGa3kjyQzOSgV1+z9Wkb82fCGsO0g==} | |
10803 | + /table/6.7.3: | |
10804 | + resolution: {integrity: sha512-5DkIxeA7XERBqMwJq0aHZOdMadBx4e6eDoFRuyT5VR82J0Ycg2DwM6GfA/EQAhJ+toRTaS1lIdSQCqgrmhPnlw==} | |
10497 | 10805 | engines: {node: '>=10.0.0'} |
10498 | 10806 | dependencies: |
10499 | 10807 | ajv: 8.6.3 |
10500 | - lodash.clonedeep: 4.5.0 | |
10501 | 10808 | lodash.truncate: 4.4.2 |
10502 | 10809 | slice-ansi: 4.0.0 |
10503 | 10810 | string-width: 4.2.3 |
... | ... | @@ -10629,8 +10936,8 @@ packages: |
10629 | 10936 | resolution: {integrity: sha512-vJhccZPs965sV/L2sU4oRQVAos0pQXwsvTLkWYdqJ+a8Q5kPFzJTuOFwy7UniPli44NKQGAglksjvOcpo95aZA==} |
10630 | 10937 | dev: true |
10631 | 10938 | |
10632 | - /tinymce/5.10.1: | |
10633 | - resolution: {integrity: sha512-aIsFTYiuESpoYkCgkoojpVtPwrSvYBxp4mMEGsj20CnUruLCWosywkbYHDII+j7KlQZZn3p+xK89f5gT3QyuGw==} | |
10939 | + /tinymce/5.10.2: | |
10940 | + resolution: {integrity: sha512-5QhnZ6c8F28fYucLLc00MM37fZoAZ4g7QCYzwIl38i5TwJR5xGqzOv6YMideyLM4tytCzLCRwJoQen2LI66p5A==} | |
10634 | 10941 | dev: false |
10635 | 10942 | |
10636 | 10943 | /tmp/0.0.33: |
... | ... | @@ -10732,7 +11039,7 @@ packages: |
10732 | 11039 | escape-string-regexp: 1.0.5 |
10733 | 11040 | dev: true |
10734 | 11041 | |
10735 | - /ts-jest/27.0.7_2c4ca6574207836d1023f54689cc81ac: | |
11042 | + /ts-jest/27.0.7_7e2a439bb7b53c38ff0c1a3c5e04c2c5: | |
10736 | 11043 | resolution: {integrity: sha512-O41shibMqzdafpuP+CkrOL7ykbmLh+FqQrXEmV9CydQ5JBk0Sj0uAEF5TNNe94fZWKm3yYvWa/IbyV4Yg1zK2Q==} |
10737 | 11044 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
10738 | 11045 | hasBin: true |
... | ... | @@ -10750,7 +11057,7 @@ packages: |
10750 | 11057 | babel-jest: |
10751 | 11058 | optional: true |
10752 | 11059 | dependencies: |
10753 | - '@types/jest': 27.0.2 | |
11060 | + '@types/jest': 27.0.3 | |
10754 | 11061 | bs-logger: 0.2.6 |
10755 | 11062 | fast-json-stable-stringify: 2.1.0 |
10756 | 11063 | jest: 27.3.1_ts-node@10.4.0 |
... | ... | @@ -10759,11 +11066,11 @@ packages: |
10759 | 11066 | lodash.memoize: 4.1.2 |
10760 | 11067 | make-error: 1.3.6 |
10761 | 11068 | semver: 7.3.5 |
10762 | - typescript: 4.4.4 | |
11069 | + typescript: 4.5.2 | |
10763 | 11070 | yargs-parser: 20.2.9 |
10764 | 11071 | dev: true |
10765 | 11072 | |
10766 | - /ts-node/10.4.0_ee928ac548ac44c173bf0d4654ae2c29: | |
11073 | + /ts-node/10.4.0_36929cccfdb926da0bb85cc291f27124: | |
10767 | 11074 | resolution: {integrity: sha512-g0FlPvvCXSIO1JDF6S232P5jPYqBkRL9qly81ZgAOSU7rwI0stphCgd2kLiCrU9DjQCrJMWEqcNSjQL02s6d8A==} |
10768 | 11075 | hasBin: true |
10769 | 11076 | peerDependencies: |
... | ... | @@ -10782,18 +11089,18 @@ packages: |
10782 | 11089 | '@tsconfig/node12': 1.0.9 |
10783 | 11090 | '@tsconfig/node14': 1.0.1 |
10784 | 11091 | '@tsconfig/node16': 1.0.2 |
10785 | - '@types/node': 16.11.7 | |
11092 | + '@types/node': 16.11.10 | |
10786 | 11093 | acorn: 8.5.0 |
10787 | 11094 | acorn-walk: 8.2.0 |
10788 | 11095 | arg: 4.1.3 |
10789 | 11096 | create-require: 1.1.1 |
10790 | 11097 | diff: 4.0.2 |
10791 | 11098 | make-error: 1.3.6 |
10792 | - typescript: 4.4.4 | |
11099 | + typescript: 4.5.2 | |
10793 | 11100 | yn: 3.1.1 |
10794 | 11101 | dev: true |
10795 | 11102 | |
10796 | - /ts-node/9.1.1_typescript@4.4.4: | |
11103 | + /ts-node/9.1.1_typescript@4.5.2: | |
10797 | 11104 | resolution: {integrity: sha512-hPlt7ZACERQGf03M253ytLY3dHbGNGrAq9qIHWUY9XHYl1z7wYngSr3OQ5xmui8o2AaxsONxIzjafLUiWBo1Fg==} |
10798 | 11105 | engines: {node: '>=10.0.0'} |
10799 | 11106 | hasBin: true |
... | ... | @@ -10805,7 +11112,7 @@ packages: |
10805 | 11112 | diff: 4.0.2 |
10806 | 11113 | make-error: 1.3.6 |
10807 | 11114 | source-map-support: 0.5.20 |
10808 | - typescript: 4.4.4 | |
11115 | + typescript: 4.5.2 | |
10809 | 11116 | yn: 3.1.1 |
10810 | 11117 | dev: true |
10811 | 11118 | |
... | ... | @@ -10825,14 +11132,14 @@ packages: |
10825 | 11132 | resolution: {integrity: sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==} |
10826 | 11133 | dev: true |
10827 | 11134 | |
10828 | - /tsutils/3.21.0_typescript@4.4.4: | |
11135 | + /tsutils/3.21.0_typescript@4.5.2: | |
10829 | 11136 | resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} |
10830 | 11137 | engines: {node: '>= 6'} |
10831 | 11138 | peerDependencies: |
10832 | 11139 | 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' |
10833 | 11140 | dependencies: |
10834 | 11141 | tslib: 1.14.1 |
10835 | - typescript: 4.4.4 | |
11142 | + typescript: 4.5.2 | |
10836 | 11143 | dev: true |
10837 | 11144 | |
10838 | 11145 | /tunnel-agent/0.6.0: |
... | ... | @@ -10901,8 +11208,8 @@ packages: |
10901 | 11208 | is-typedarray: 1.0.0 |
10902 | 11209 | dev: true |
10903 | 11210 | |
10904 | - /typescript/4.4.4: | |
10905 | - resolution: {integrity: sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==} | |
11211 | + /typescript/4.5.2: | |
11212 | + resolution: {integrity: sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw==} | |
10906 | 11213 | engines: {node: '>=4.2.0'} |
10907 | 11214 | hasBin: true |
10908 | 11215 | dev: true |
... | ... | @@ -11191,8 +11498,8 @@ packages: |
11191 | 11498 | - supports-color |
11192 | 11499 | dev: true |
11193 | 11500 | |
11194 | - /vite-plugin-pwa/0.11.3_vite@2.6.14: | |
11195 | - resolution: {integrity: sha512-KAuv7aAX1VTkaR7DakpmUG7LypNXlf+M/x4y2xYrYgQHoqk2Y2mKKR0dAG5cGBekqcev56QsABusTBScPm50mw==} | |
11501 | + /vite-plugin-pwa/0.11.7_vite@2.6.14: | |
11502 | + resolution: {integrity: sha512-sU+VrUNVP87E79GCCBTusdoiqja3Qapsrp48+xFDf28zaeNZ2nuuCoCIPshmyusGuY0I51wRFxiBjcbdheEBSw==} | |
11196 | 11503 | peerDependencies: |
11197 | 11504 | vite: ^2.0.0 |
11198 | 11505 | dependencies: |
... | ... | @@ -11202,8 +11509,8 @@ packages: |
11202 | 11509 | pretty-bytes: 5.6.0 |
11203 | 11510 | rollup: 2.59.0 |
11204 | 11511 | vite: 2.6.14_less@4.1.2 |
11205 | - workbox-build: 6.3.0 | |
11206 | - workbox-window: 6.3.0 | |
11512 | + workbox-build: 6.4.0 | |
11513 | + workbox-window: 6.4.0 | |
11207 | 11514 | transitivePeerDependencies: |
11208 | 11515 | - '@types/babel__core' |
11209 | 11516 | - supports-color |
... | ... | @@ -11264,7 +11571,7 @@ packages: |
11264 | 11571 | peerDependencies: |
11265 | 11572 | vite: '>=2.0.0' |
11266 | 11573 | dependencies: |
11267 | - '@vue/compiler-sfc': 3.2.21 | |
11574 | + '@vue/compiler-sfc': 3.2.22 | |
11268 | 11575 | magic-string: 0.25.7 |
11269 | 11576 | vite: 2.6.14_less@4.1.2 |
11270 | 11577 | dev: true |
... | ... | @@ -11301,7 +11608,7 @@ packages: |
11301 | 11608 | dependencies: |
11302 | 11609 | esbuild: 0.13.12 |
11303 | 11610 | less: 4.1.2 |
11304 | - postcss: 8.3.11 | |
11611 | + postcss: 8.4.0 | |
11305 | 11612 | resolve: 1.20.0 |
11306 | 11613 | rollup: 2.59.0 |
11307 | 11614 | optionalDependencies: |
... | ... | @@ -11377,22 +11684,22 @@ packages: |
11377 | 11684 | resolution: {integrity: sha512-u0Lw+IYlgbEJFF6/qAqG2d1jQmJl0eyAGJHoAJqr2HT4M2BNuQYSEiSE75f52pXHSJm8AlTjnLLbBFPrdz2hpA==} |
11378 | 11685 | dev: true |
11379 | 11686 | |
11380 | - /vscode-pug-languageservice/0.29.3: | |
11381 | - resolution: {integrity: sha512-efyCCibyRqyAYybT+FPS4CA+YCii4asx5UeNqbx0lMXKnkMuvnrfkbRlIXOWmR+qTJyveDZw4fYQf51VSuLaAg==} | |
11687 | + /vscode-pug-languageservice/0.29.6: | |
11688 | + resolution: {integrity: sha512-gkoM82pkCzYW+dfkLVRh22Bt3rjMT9QYl2X9lx1vV8yjeJjdYKM0vIhhio7+ZtmOO94JkdKI2YwA0K619/YEIA==} | |
11382 | 11689 | dependencies: |
11383 | - '@volar/code-gen': 0.29.3 | |
11384 | - '@volar/shared': 0.29.3 | |
11385 | - '@volar/source-map': 0.29.3 | |
11386 | - '@volar/transforms': 0.29.3 | |
11690 | + '@volar/code-gen': 0.29.6 | |
11691 | + '@volar/shared': 0.29.6 | |
11692 | + '@volar/source-map': 0.29.6 | |
11693 | + '@volar/transforms': 0.29.6 | |
11387 | 11694 | pug-lexer: 5.0.1 |
11388 | 11695 | pug-parser: 6.0.0 |
11389 | 11696 | vscode-languageserver: 8.0.0-next.3 |
11390 | 11697 | dev: true |
11391 | 11698 | |
11392 | - /vscode-typescript-languageservice/0.29.3: | |
11393 | - resolution: {integrity: sha512-ZW6KawNc/3TH8cHzaHfNs5j8Wn97pwwEpuWm5rQTPz0fNcureSCl2J3hU6brayr7eD81A0BpdIDgknOSJJK0GA==} | |
11699 | + /vscode-typescript-languageservice/0.29.6: | |
11700 | + resolution: {integrity: sha512-bPfQWUw6EIDS6mlvie896IZ0RgvhtehZIAWB/fmqPFH5FU/tEcGj4E3y9pZEwCtG9xUtBbW6UcVI71HmrOXB+Q==} | |
11394 | 11701 | dependencies: |
11395 | - '@volar/shared': 0.29.3 | |
11702 | + '@volar/shared': 0.29.6 | |
11396 | 11703 | semver: 7.3.5 |
11397 | 11704 | upath: 2.0.1 |
11398 | 11705 | vscode-languageserver: 8.0.0-next.3 |
... | ... | @@ -11407,18 +11714,18 @@ packages: |
11407 | 11714 | resolution: {integrity: sha512-jkjy6pjU1fxUvI51P+gCsxg1u2n8LSt0W6KrCNQceaziKzff74GoWmjVG46KieVzybO1sttPQmYfrwSHey7GUA==} |
11408 | 11715 | dev: true |
11409 | 11716 | |
11410 | - /vscode-vue-languageservice/0.29.3: | |
11411 | - resolution: {integrity: sha512-DcFAhvejcEHHQl2XFl7foLtH+zHQzYdtjOJ/hROg3+z1W72UYyeRal5sRGatAsmHnOyGL+0AdCjjlHd8d6j0mg==} | |
11717 | + /vscode-vue-languageservice/0.29.6: | |
11718 | + resolution: {integrity: sha512-5qZY6wMxDdMC82uye5EiUcWEHci06an4liYFMDHO9h0VpulLifLN0L3jAUNGfgAMSnevKqzgvY6FsxEDxDR/8g==} | |
11412 | 11719 | dependencies: |
11413 | - '@volar/code-gen': 0.29.3 | |
11414 | - '@volar/html2pug': 0.29.3 | |
11415 | - '@volar/shared': 0.29.3 | |
11416 | - '@volar/source-map': 0.29.3 | |
11417 | - '@volar/transforms': 0.29.3 | |
11418 | - '@volar/vue-code-gen': 0.29.3 | |
11720 | + '@volar/code-gen': 0.29.6 | |
11721 | + '@volar/html2pug': 0.29.6 | |
11722 | + '@volar/shared': 0.29.6 | |
11723 | + '@volar/source-map': 0.29.6 | |
11724 | + '@volar/transforms': 0.29.6 | |
11725 | + '@volar/vue-code-gen': 0.29.6 | |
11419 | 11726 | '@vscode/emmet-helper': 2.8.2 |
11420 | - '@vue/reactivity': 3.2.21 | |
11421 | - '@vue/shared': 3.2.21 | |
11727 | + '@vue/reactivity': 3.2.22 | |
11728 | + '@vue/shared': 3.2.22 | |
11422 | 11729 | request-light: 0.5.4 |
11423 | 11730 | upath: 2.0.1 |
11424 | 11731 | vscode-css-languageservice: 5.1.8 |
... | ... | @@ -11426,11 +11733,11 @@ packages: |
11426 | 11733 | vscode-json-languageservice: 4.1.9 |
11427 | 11734 | vscode-languageserver: 8.0.0-next.3 |
11428 | 11735 | vscode-languageserver-textdocument: 1.0.2 |
11429 | - vscode-pug-languageservice: 0.29.3 | |
11430 | - vscode-typescript-languageservice: 0.29.3 | |
11736 | + vscode-pug-languageservice: 0.29.6 | |
11737 | + vscode-typescript-languageservice: 0.29.6 | |
11431 | 11738 | dev: true |
11432 | 11739 | |
11433 | - /vue-demi/0.12.0_vue@3.2.21: | |
11740 | + /vue-demi/0.12.0_vue@3.2.22: | |
11434 | 11741 | resolution: {integrity: sha512-eggsbQSQEJKlvQrtrJLx4J44MIVq5+Z7QetIEh1Na+ZWLgt5Fq0qskQ1QmckTTEoFcUdn36c4K23EjtXZhws7w==} |
11435 | 11742 | engines: {node: '>=12'} |
11436 | 11743 | hasBin: true |
... | ... | @@ -11442,17 +11749,17 @@ packages: |
11442 | 11749 | '@vue/composition-api': |
11443 | 11750 | optional: true |
11444 | 11751 | dependencies: |
11445 | - vue: 3.2.21 | |
11752 | + vue: 3.2.22 | |
11446 | 11753 | dev: false |
11447 | 11754 | |
11448 | - /vue-eslint-parser/8.0.1_eslint@8.2.0: | |
11755 | + /vue-eslint-parser/8.0.1_eslint@8.3.0: | |
11449 | 11756 | resolution: {integrity: sha512-lhWjDXJhe3UZw2uu3ztX51SJAPGPey1Tff2RK3TyZURwbuI4vximQLzz4nQfCv8CZq4xx7uIiogHMMoSJPr33A==} |
11450 | 11757 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
11451 | 11758 | peerDependencies: |
11452 | 11759 | eslint: '>=6.0.0' |
11453 | 11760 | dependencies: |
11454 | 11761 | debug: 4.3.2 |
11455 | - eslint: 8.2.0 | |
11762 | + eslint: 8.3.0 | |
11456 | 11763 | eslint-scope: 6.0.0 |
11457 | 11764 | eslint-visitor-keys: 3.0.0 |
11458 | 11765 | espree: 9.0.0 |
... | ... | @@ -11463,7 +11770,7 @@ packages: |
11463 | 11770 | - supports-color |
11464 | 11771 | dev: true |
11465 | 11772 | |
11466 | - /vue-i18n/9.1.9_vue@3.2.21: | |
11773 | + /vue-i18n/9.1.9_vue@3.2.22: | |
11467 | 11774 | resolution: {integrity: sha512-JeRdNVxS2OGp1E+pye5XB6+M6BBkHwAv9C80Q7+kzoMdUDGRna06tjC0vCB/jDX9aWrl5swxOMFcyAr7or8XTA==} |
11468 | 11775 | engines: {node: '>= 10'} |
11469 | 11776 | peerDependencies: |
... | ... | @@ -11473,66 +11780,66 @@ packages: |
11473 | 11780 | '@intlify/shared': 9.1.9 |
11474 | 11781 | '@intlify/vue-devtools': 9.1.9 |
11475 | 11782 | '@vue/devtools-api': 6.0.0-beta.19 |
11476 | - vue: 3.2.21 | |
11783 | + vue: 3.2.22 | |
11477 | 11784 | dev: false |
11478 | 11785 | |
11479 | - /vue-json-pretty/2.0.5_vue@3.2.21: | |
11480 | - resolution: {integrity: sha512-TL+iRJzkCk3J2k1HVMclo0SiCI9sapMX6UuRwsrTX9ZsffEqOzePmlyum6fef+tVE2rhHe0O4uPLdwGfSYliug==} | |
11786 | + /vue-json-pretty/2.0.6_vue@3.2.22: | |
11787 | + resolution: {integrity: sha512-aVdxw8ZRGR/Uj8GEaJ1/W2Ks/MdCfv5t2HRbbd+ICp3nL7msKRLN+1qOkSzaMvDygbDPxGhwUHBxZz8nxP+r3A==} | |
11481 | 11788 | engines: {node: '>= 10.0.0', npm: '>= 5.0.0'} |
11482 | 11789 | peerDependencies: |
11483 | 11790 | vue: '>=3.0.0' |
11484 | 11791 | dependencies: |
11485 | - vue: 3.2.21 | |
11792 | + vue: 3.2.22 | |
11486 | 11793 | dev: false |
11487 | 11794 | |
11488 | - /vue-router/4.0.12_vue@3.2.21: | |
11795 | + /vue-router/4.0.12_vue@3.2.22: | |
11489 | 11796 | resolution: {integrity: sha512-CPXvfqe+mZLB1kBWssssTiWg4EQERyqJZes7USiqfW9B5N2x+nHlnsM1D3b5CaJ6qgCvMmYJnz+G0iWjNCvXrg==} |
11490 | 11797 | peerDependencies: |
11491 | 11798 | vue: ^3.0.0 |
11492 | 11799 | dependencies: |
11493 | 11800 | '@vue/devtools-api': 6.0.0-beta.19 |
11494 | - vue: 3.2.21 | |
11801 | + vue: 3.2.22 | |
11495 | 11802 | dev: false |
11496 | 11803 | |
11497 | - /vue-tsc/0.29.3_typescript@4.4.4: | |
11498 | - resolution: {integrity: sha512-tNe/IwBQFN3kk/Za0d9OeGdQfWCIXb7TvpJTZLn+bdt47aA5X+WtGVl3/WwNMokkO3cgHTFkpMaUcKZ+kGN2mg==} | |
11804 | + /vue-tsc/0.29.6_typescript@4.5.2: | |
11805 | + resolution: {integrity: sha512-P0vBtyS19vacn97qJtx+ZaJzPq/vNA42D8oe+FT9dhCeiey3+nvuyzHVzYGK1/AQYaMGq6FAP+scK1hQtSQk7g==} | |
11499 | 11806 | hasBin: true |
11500 | 11807 | peerDependencies: |
11501 | 11808 | typescript: '*' |
11502 | 11809 | dependencies: |
11503 | - '@volar/shared': 0.29.3 | |
11504 | - typescript: 4.4.4 | |
11505 | - vscode-vue-languageservice: 0.29.3 | |
11810 | + '@volar/shared': 0.29.6 | |
11811 | + typescript: 4.5.2 | |
11812 | + vscode-vue-languageservice: 0.29.6 | |
11506 | 11813 | dev: true |
11507 | 11814 | |
11508 | - /vue-types/3.0.2_vue@3.2.21: | |
11815 | + /vue-types/3.0.2_vue@3.2.22: | |
11509 | 11816 | resolution: {integrity: sha512-IwUC0Aq2zwaXqy74h4WCvFCUtoV0iSWr0snWnE9TnU18S66GAQyqQbRf2qfJtUuiFsBf6qp0MEwdonlwznlcrw==} |
11510 | 11817 | engines: {node: '>=10.15.0'} |
11511 | 11818 | peerDependencies: |
11512 | 11819 | vue: ^3.0.0 |
11513 | 11820 | dependencies: |
11514 | 11821 | is-plain-object: 3.0.1 |
11515 | - vue: 3.2.21 | |
11822 | + vue: 3.2.22 | |
11516 | 11823 | dev: false |
11517 | 11824 | |
11518 | - /vue-types/4.1.1_vue@3.2.21: | |
11825 | + /vue-types/4.1.1_vue@3.2.22: | |
11519 | 11826 | resolution: {integrity: sha512-Jq2GZ/w6rExJbLA/h7nHBFLciu+YNekgox0DB64wN1snZ4IIJMq+qnqp1/vE4fc7vEjZcP5KGhLzkkSjIHLRzw==} |
11520 | 11827 | engines: {node: '>=12.16.0'} |
11521 | 11828 | peerDependencies: |
11522 | 11829 | vue: ^2.0.0 || ^3.0.0 |
11523 | 11830 | dependencies: |
11524 | 11831 | is-plain-object: 5.0.0 |
11525 | - vue: 3.2.21 | |
11832 | + vue: 3.2.22 | |
11526 | 11833 | dev: false |
11527 | 11834 | |
11528 | - /vue/3.2.21: | |
11529 | - resolution: {integrity: sha512-jpy7ckXdyclfRzqLjL4mtq81AkzQleE54KjZsJg/9OorNVurAxdlU5XpD49GpjKdnftuffKUvx2C5jDOrgc/zg==} | |
11835 | + /vue/3.2.22: | |
11836 | + resolution: {integrity: sha512-KD5nZpXVZquOC6926Xnp3zOvswrUyO9Rya7ZUoxWFQEjFDW4iACtwzubRB4Um2Om9kj6CaJOqAVRDSFlqLpdgw==} | |
11530 | 11837 | dependencies: |
11531 | - '@vue/compiler-dom': 3.2.21 | |
11532 | - '@vue/compiler-sfc': 3.2.21 | |
11533 | - '@vue/runtime-dom': 3.2.21 | |
11534 | - '@vue/server-renderer': 3.2.21_vue@3.2.21 | |
11535 | - '@vue/shared': 3.2.21 | |
11838 | + '@vue/compiler-dom': 3.2.22 | |
11839 | + '@vue/compiler-sfc': 3.2.22 | |
11840 | + '@vue/runtime-dom': 3.2.22 | |
11841 | + '@vue/server-renderer': 3.2.22_vue@3.2.22 | |
11842 | + '@vue/shared': 3.2.22 | |
11536 | 11843 | dev: false |
11537 | 11844 | |
11538 | 11845 | /w3c-hr-time/1.0.2: |
... | ... | @@ -11671,21 +11978,21 @@ packages: |
11671 | 11978 | resolution: {integrity: sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=} |
11672 | 11979 | dev: true |
11673 | 11980 | |
11674 | - /workbox-background-sync/6.3.0: | |
11675 | - resolution: {integrity: sha512-79Wznt6oO8xMmLiErRS4zENUEldFHj1/5IiuHsY3NgGRN5rJdvGW6hz+RERhWzoB7rd/vXyAQdKYahGdsiYG1A==} | |
11981 | + /workbox-background-sync/6.4.0: | |
11982 | + resolution: {integrity: sha512-lImrmAFhQEareRVmrQGgekDoUQlaG63FmHfNjlSUoC94mMgbNvtuNX8NVipBcOrh2eA1PVsp0zNG2u5X6dPwpA==} | |
11676 | 11983 | dependencies: |
11677 | 11984 | idb: 6.1.5 |
11678 | - workbox-core: 6.3.0 | |
11985 | + workbox-core: 6.4.0 | |
11679 | 11986 | dev: true |
11680 | 11987 | |
11681 | - /workbox-broadcast-update/6.3.0: | |
11682 | - resolution: {integrity: sha512-hp7Du6GJzK99wak5cQFhcSBxvcS+2fkFcxiMmz/RsQ5GQNxVcbiovq74w5aNCzuv3muQvICyC1XELZhZ4GYRTQ==} | |
11988 | + /workbox-broadcast-update/6.4.0: | |
11989 | + resolution: {integrity: sha512-qaM66OeGm2ekYrLgIHelrC2DJYBo00jR6ATumqfUPglptZS2dpqJJoGbAbURaGM77aWDdFPYih3DQdHqZr9k4w==} | |
11683 | 11990 | dependencies: |
11684 | - workbox-core: 6.3.0 | |
11991 | + workbox-core: 6.4.0 | |
11685 | 11992 | dev: true |
11686 | 11993 | |
11687 | - /workbox-build/6.3.0: | |
11688 | - resolution: {integrity: sha512-Th93AaC+88ZvJje0acTjCCCvU3tGenxJht5xUALXHW+Mzk3I5SMzTFwKn5F3e1iZ+M7U2jjfpMXe/sJ4UMx46A==} | |
11994 | + /workbox-build/6.4.0: | |
11995 | + resolution: {integrity: sha512-HIH+ZxSVYKFRlD/s2+suqeu5AtYuC147WJgu/1xtc1JYzoaWKgv8E+8vTdqJdmOvXH6H07QG8xHJA/pocsXSsg==} | |
11689 | 11996 | engines: {node: '>=10.0.0'} |
11690 | 11997 | dependencies: |
11691 | 11998 | '@apideck/better-ajv-errors': 0.2.6_ajv@8.6.3 |
... | ... | @@ -11695,7 +12002,7 @@ packages: |
11695 | 12002 | '@rollup/plugin-babel': 5.3.0_@babel+core@7.16.0+rollup@2.59.0 |
11696 | 12003 | '@rollup/plugin-node-resolve': 11.2.1_rollup@2.59.0 |
11697 | 12004 | '@rollup/plugin-replace': 2.4.2_rollup@2.59.0 |
11698 | - '@surma/rollup-plugin-off-main-thread': 1.4.2 | |
12005 | + '@surma/rollup-plugin-off-main-thread': 2.2.3 | |
11699 | 12006 | ajv: 8.6.3 |
11700 | 12007 | common-tags: 1.8.0 |
11701 | 12008 | fast-json-stable-stringify: 2.1.0 |
... | ... | @@ -11711,111 +12018,111 @@ packages: |
11711 | 12018 | strip-comments: 2.0.1 |
11712 | 12019 | tempy: 0.6.0 |
11713 | 12020 | upath: 1.2.0 |
11714 | - workbox-background-sync: 6.3.0 | |
11715 | - workbox-broadcast-update: 6.3.0 | |
11716 | - workbox-cacheable-response: 6.3.0 | |
11717 | - workbox-core: 6.3.0 | |
11718 | - workbox-expiration: 6.3.0 | |
11719 | - workbox-google-analytics: 6.3.0 | |
11720 | - workbox-navigation-preload: 6.3.0 | |
11721 | - workbox-precaching: 6.3.0 | |
11722 | - workbox-range-requests: 6.3.0 | |
11723 | - workbox-recipes: 6.3.0 | |
11724 | - workbox-routing: 6.3.0 | |
11725 | - workbox-strategies: 6.3.0 | |
11726 | - workbox-streams: 6.3.0 | |
11727 | - workbox-sw: 6.3.0 | |
11728 | - workbox-window: 6.3.0 | |
12021 | + workbox-background-sync: 6.4.0 | |
12022 | + workbox-broadcast-update: 6.4.0 | |
12023 | + workbox-cacheable-response: 6.4.0 | |
12024 | + workbox-core: 6.4.0 | |
12025 | + workbox-expiration: 6.4.0 | |
12026 | + workbox-google-analytics: 6.4.0 | |
12027 | + workbox-navigation-preload: 6.4.0 | |
12028 | + workbox-precaching: 6.4.0 | |
12029 | + workbox-range-requests: 6.4.0 | |
12030 | + workbox-recipes: 6.4.0 | |
12031 | + workbox-routing: 6.4.0 | |
12032 | + workbox-strategies: 6.4.0 | |
12033 | + workbox-streams: 6.4.0 | |
12034 | + workbox-sw: 6.4.0 | |
12035 | + workbox-window: 6.4.0 | |
11729 | 12036 | transitivePeerDependencies: |
11730 | 12037 | - '@types/babel__core' |
11731 | 12038 | - supports-color |
11732 | 12039 | dev: true |
11733 | 12040 | |
11734 | - /workbox-cacheable-response/6.3.0: | |
11735 | - resolution: {integrity: sha512-oYCRGF6PFEmJJkktdxYw/tcrU8N5u/2ihxVSHd+9sNqjNMDiXLqsewcEG544f1yx7gq5/u6VcvUA5N62KzN1GQ==} | |
12041 | + /workbox-cacheable-response/6.4.0: | |
12042 | + resolution: {integrity: sha512-nG7fBPacOC69Mvog928ap+m1T8nIxDlpxDdABP4nTva5bvZw2LnZ5ZbMjyW6WJV1DTxQjtOQCNI7Y0VUBvb3Ew==} | |
11736 | 12043 | dependencies: |
11737 | - workbox-core: 6.3.0 | |
12044 | + workbox-core: 6.4.0 | |
11738 | 12045 | dev: true |
11739 | 12046 | |
11740 | - /workbox-core/6.3.0: | |
11741 | - resolution: {integrity: sha512-SufToEV3SOLwwz3j+P4pgkfpzLRUlR17sX3p/LrMHP/brYKvJQqjTwtSvaCkkAX0RPHX2TFHmN8xhPP1bpmomg==} | |
12047 | + /workbox-core/6.4.0: | |
12048 | + resolution: {integrity: sha512-+wh/TDuANrK3z93A7HiUvgB7JD59/7EbZqcZ8+yHKz3SA0sbH7PTPhlsnt3w+nHuaCxUmiSFlRZwjWidCduAcg==} | |
11742 | 12049 | dev: true |
11743 | 12050 | |
11744 | - /workbox-expiration/6.3.0: | |
11745 | - resolution: {integrity: sha512-teYuYfM3HFbwAD/nlZDw/dCMOrCKjsAiMRhz0uOy9IkfBb7vBynO3xf118lY62X6BfqjZdeahiHh10N0/aYICg==} | |
12051 | + /workbox-expiration/6.4.0: | |
12052 | + resolution: {integrity: sha512-42hfCfq8PnNplPf7nfl9OD+nB2oIixXYP7khtwbaosOFz5mDbQ3JvuXjmUHQjRmscbCrBaXn/YYcXJk2ESxNVw==} | |
11746 | 12053 | dependencies: |
11747 | 12054 | idb: 6.1.5 |
11748 | - workbox-core: 6.3.0 | |
12055 | + workbox-core: 6.4.0 | |
11749 | 12056 | dev: true |
11750 | 12057 | |
11751 | - /workbox-google-analytics/6.3.0: | |
11752 | - resolution: {integrity: sha512-6u0y21rtimnrCKpvayTkwh9y4Y5Xdn6X87x895WzwcOcWA2j/Nl7nmCpB0wjjhqU9pMj7B2lChqfypP+xUs5IA==} | |
12058 | + /workbox-google-analytics/6.4.0: | |
12059 | + resolution: {integrity: sha512-KL0r0SlKgCj0DL5lLm8AysN0Yzfj899Z/JZg4XGNJCr0i4qO+5BAr0m8fsPWyebkYmLuFft806k/NpfPZ1pqFA==} | |
11753 | 12060 | dependencies: |
11754 | - workbox-background-sync: 6.3.0 | |
11755 | - workbox-core: 6.3.0 | |
11756 | - workbox-routing: 6.3.0 | |
11757 | - workbox-strategies: 6.3.0 | |
12061 | + workbox-background-sync: 6.4.0 | |
12062 | + workbox-core: 6.4.0 | |
12063 | + workbox-routing: 6.4.0 | |
12064 | + workbox-strategies: 6.4.0 | |
11758 | 12065 | dev: true |
11759 | 12066 | |
11760 | - /workbox-navigation-preload/6.3.0: | |
11761 | - resolution: {integrity: sha512-D7bomh9SCn1u6n32FqAWfyHe2dkK6mWbwcTsoeBnFSD0p8Gr9Zq1Mpt/DitEfGIQHck90Zd024xcTFLkjczS/Q==} | |
12067 | + /workbox-navigation-preload/6.4.0: | |
12068 | + resolution: {integrity: sha512-/NSwNHDKEWw+qzlXqzZUFJJAPiIDJZvfBKF6vdVKZT9QtguvDIGuVFRKwCa+Tdz1HgbJFX4gxcSjW0sG5CZpVw==} | |
11762 | 12069 | dependencies: |
11763 | - workbox-core: 6.3.0 | |
12070 | + workbox-core: 6.4.0 | |
11764 | 12071 | dev: true |
11765 | 12072 | |
11766 | - /workbox-precaching/6.3.0: | |
11767 | - resolution: {integrity: sha512-bND3rUxiuzFmDfeKywdvOqK0LQ5LLbOPk0eX22PlMQNOOduHRxzglMpgHo/MR6h+8cPJ3GpxT8hZ895/7bHMqQ==} | |
12073 | + /workbox-precaching/6.4.0: | |
12074 | + resolution: {integrity: sha512-VjpxAHiazTi/36Hvbrb5wyRHqE8CWkg0jq1xuGrtMi5w/JAkn6FGWmqpQovYa2dzQjxVfk50TruKitbHnnux/w==} | |
11768 | 12075 | dependencies: |
11769 | - workbox-core: 6.3.0 | |
11770 | - workbox-routing: 6.3.0 | |
11771 | - workbox-strategies: 6.3.0 | |
12076 | + workbox-core: 6.4.0 | |
12077 | + workbox-routing: 6.4.0 | |
12078 | + workbox-strategies: 6.4.0 | |
11772 | 12079 | dev: true |
11773 | 12080 | |
11774 | - /workbox-range-requests/6.3.0: | |
11775 | - resolution: {integrity: sha512-AHnGtfSvc/fBt+8NCVT6jVcshv7oFkiuS94YsedQu2sIN1jKHkxLaj7qMBl818FoY6x7r0jw1WLmG/QDmI1/oA==} | |
12081 | + /workbox-range-requests/6.4.0: | |
12082 | + resolution: {integrity: sha512-xgvkCRc+teU4nVqOQNk+rX+MSPIqevk8jAUMZUMVhqVd7ko1NiN0Vuyy6bD+WYhPK26kqOCrnyhknuw3hKV85g==} | |
11776 | 12083 | dependencies: |
11777 | - workbox-core: 6.3.0 | |
12084 | + workbox-core: 6.4.0 | |
11778 | 12085 | dev: true |
11779 | 12086 | |
11780 | - /workbox-recipes/6.3.0: | |
11781 | - resolution: {integrity: sha512-f0AZyxd48E4t+PV+ifgIf8WodfJqRj8/E0t+PwppDIdTPyD59cIh0HZBtgPKFdIMVnltodpMz4zioxym1H3GjQ==} | |
12087 | + /workbox-recipes/6.4.0: | |
12088 | + resolution: {integrity: sha512-D7OJThkvR4HDmG+ubrs1tf/656i0ajEB13LFS/LGDQjaqNfDHxw6NQuGZA3Q5LQsopGTj1jH04vwU9gYyOZbkg==} | |
11782 | 12089 | dependencies: |
11783 | - workbox-cacheable-response: 6.3.0 | |
11784 | - workbox-core: 6.3.0 | |
11785 | - workbox-expiration: 6.3.0 | |
11786 | - workbox-precaching: 6.3.0 | |
11787 | - workbox-routing: 6.3.0 | |
11788 | - workbox-strategies: 6.3.0 | |
12090 | + workbox-cacheable-response: 6.4.0 | |
12091 | + workbox-core: 6.4.0 | |
12092 | + workbox-expiration: 6.4.0 | |
12093 | + workbox-precaching: 6.4.0 | |
12094 | + workbox-routing: 6.4.0 | |
12095 | + workbox-strategies: 6.4.0 | |
11789 | 12096 | dev: true |
11790 | 12097 | |
11791 | - /workbox-routing/6.3.0: | |
11792 | - resolution: {integrity: sha512-asajX5UPkaoU4PB9pEpxKWKkcpA+KJQUEeYU6NlK0rXTCpdWQ6iieMRDoBTZBjTzUdL3j3s1Zo2qCOSvtXSYGg==} | |
12098 | + /workbox-routing/6.4.0: | |
12099 | + resolution: {integrity: sha512-spjrSeB53vwyNRWlDdprsI9htddx0ZWmDTLm30n1q+2b9BuJaW46tnICdBfGMAIhMVmusfISWP9RMSPhC2zUTg==} | |
11793 | 12100 | dependencies: |
11794 | - workbox-core: 6.3.0 | |
12101 | + workbox-core: 6.4.0 | |
11795 | 12102 | dev: true |
11796 | 12103 | |
11797 | - /workbox-strategies/6.3.0: | |
11798 | - resolution: {integrity: sha512-SYZt40y+Iu5nA+UEPQOrAuAMMNTxtUBPLCIaMMb4lcADpBYrNP1CD+/s2QsrxzS651a8hfi06REKt+uTp1tqfw==} | |
12104 | + /workbox-strategies/6.4.0: | |
12105 | + resolution: {integrity: sha512-ykQLcRtEZ2uXWFTY2JwmzBIpIgeU+R4YDMpGV9ihByQMprR0I+16EaEgmOyOs75ZceRX5kbNA2Qsd5j5DSw7fg==} | |
11799 | 12106 | dependencies: |
11800 | - workbox-core: 6.3.0 | |
12107 | + workbox-core: 6.4.0 | |
11801 | 12108 | dev: true |
11802 | 12109 | |
11803 | - /workbox-streams/6.3.0: | |
11804 | - resolution: {integrity: sha512-CiRsuoXJOytA7IQriRu6kVCa0L4OdNi0DdniiSageu/EZuxTswNXpgVzkGE4IDArU/5jlzgRtwqrqIWCJX+OMA==} | |
12110 | + /workbox-streams/6.4.0: | |
12111 | + resolution: {integrity: sha512-TA/KJI4Z+m1dyW6Cluhc4GnUSYc6PpDynICedhuXI9mWgB7crbRxUwmhlqxnt0S8eech9vh4FyUMc7iH0X1NwQ==} | |
11805 | 12112 | dependencies: |
11806 | - workbox-core: 6.3.0 | |
11807 | - workbox-routing: 6.3.0 | |
12113 | + workbox-core: 6.4.0 | |
12114 | + workbox-routing: 6.4.0 | |
11808 | 12115 | dev: true |
11809 | 12116 | |
11810 | - /workbox-sw/6.3.0: | |
11811 | - resolution: {integrity: sha512-xwrXRBzw5jwJ7VdAQkTSNTbNZ4S6VhXtbZZ0vY6XKNQARO5nuGphNdif+hJFIejHUgtV6ESpQnixPj5hYB2jKQ==} | |
12117 | + /workbox-sw/6.4.0: | |
12118 | + resolution: {integrity: sha512-2NJLCsnit44OZs5l+UiEhdPB27++8KOjLhivyY3lZ/PDwKx8OYmB+CXhWXkVbIFOIK6LbQ0fefVQCJej9S0dbg==} | |
11812 | 12119 | dev: true |
11813 | 12120 | |
11814 | - /workbox-window/6.3.0: | |
11815 | - resolution: {integrity: sha512-CFP84assX9srH/TOx4OD8z4EBPO/Cq4WKdV2YLcJIFJmVTS/cB63XKeidKl2KJk8qOOLVIKnaO7BLmb0MxGFtA==} | |
12121 | + /workbox-window/6.4.0: | |
12122 | + resolution: {integrity: sha512-qlOsEd91rwzQ5bBro/Kdq+DObL5z6uaWq3phtGfNPCaHL2Lzpu9hmOmge5HStz7UQKbHev60ghQiLMTBv2R44Q==} | |
11816 | 12123 | dependencies: |
11817 | 12124 | '@types/trusted-types': 2.0.2 |
11818 | - workbox-core: 6.3.0 | |
12125 | + workbox-core: 6.4.0 | |
11819 | 12126 | dev: true |
11820 | 12127 | |
11821 | 12128 | /wrap-ansi/5.1.0: |
... | ... | @@ -11834,7 +12141,6 @@ packages: |
11834 | 12141 | ansi-styles: 4.3.0 |
11835 | 12142 | string-width: 4.2.3 |
11836 | 12143 | strip-ansi: 6.0.1 |
11837 | - dev: true | |
11838 | 12144 | |
11839 | 12145 | /wrap-ansi/7.0.0: |
11840 | 12146 | resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==} |
... | ... | @@ -11871,18 +12177,15 @@ packages: |
11871 | 12177 | optional: true |
11872 | 12178 | dev: true |
11873 | 12179 | |
11874 | - /xlsx/0.17.3: | |
11875 | - resolution: {integrity: sha512-dGZKfyPSXfnoITruwisuDVZkvnxhjgqzWJXBJm2Khmh01wcw8//baRUvhroVRhW2SLbnlpGcCZZbeZO1qJgMIw==} | |
12180 | + /xlsx/0.17.4: | |
12181 | + resolution: {integrity: sha512-9aKt8g9ZLP0CUdBX8L5xnoMDFwSiLI997eQnDThCaqQMYB9AEBIRzblSSNN/ICMGLYIHUO3VKaItcedZJ3ijIg==} | |
11876 | 12182 | engines: {node: '>=0.8'} |
11877 | 12183 | hasBin: true |
11878 | 12184 | dependencies: |
11879 | 12185 | adler-32: 1.2.0 |
11880 | 12186 | cfb: 1.2.1 |
11881 | 12187 | codepage: 1.15.0 |
11882 | - commander: 2.17.1 | |
11883 | 12188 | crc-32: 1.2.0 |
11884 | - exit-on-epipe: 1.0.1 | |
11885 | - fflate: 0.7.1 | |
11886 | 12189 | ssf: 0.11.2 |
11887 | 12190 | wmf: 1.0.2 |
11888 | 12191 | word: 0.3.0 |
... | ... | @@ -11923,15 +12226,16 @@ packages: |
11923 | 12226 | engines: {node: '>= 6'} |
11924 | 12227 | dev: true |
11925 | 12228 | |
11926 | - /yargs-parser/13.1.2: | |
11927 | - resolution: {integrity: sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==} | |
12229 | + /yargs-parser/15.0.3: | |
12230 | + resolution: {integrity: sha512-/MVEVjTXy/cGAjdtQf8dW3V9b97bPN7rNn8ETj6BmAQL7ibC7O1Q9SPJbGjgh3SlwoBNXMzj/ZGIj8mBgl12YA==} | |
11928 | 12231 | dependencies: |
11929 | 12232 | camelcase: 5.3.1 |
11930 | 12233 | decamelize: 1.2.0 |
11931 | 12234 | dev: false |
11932 | 12235 | |
11933 | - /yargs-parser/15.0.3: | |
11934 | - resolution: {integrity: sha512-/MVEVjTXy/cGAjdtQf8dW3V9b97bPN7rNn8ETj6BmAQL7ibC7O1Q9SPJbGjgh3SlwoBNXMzj/ZGIj8mBgl12YA==} | |
12236 | + /yargs-parser/18.1.3: | |
12237 | + resolution: {integrity: sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==} | |
12238 | + engines: {node: '>=6'} | |
11935 | 12239 | dependencies: |
11936 | 12240 | camelcase: 5.3.1 |
11937 | 12241 | decamelize: 1.2.0 |
... | ... | @@ -11942,10 +12246,11 @@ packages: |
11942 | 12246 | engines: {node: '>=10'} |
11943 | 12247 | dev: true |
11944 | 12248 | |
11945 | - /yargs/13.3.2: | |
11946 | - resolution: {integrity: sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==} | |
12249 | + /yargs/14.2.3: | |
12250 | + resolution: {integrity: sha512-ZbotRWhF+lkjijC/VhmOT9wSgyBQ7+zr13+YLkhfsSiTriYsMzkTUFP18pFhWwBeMa5gUc1MzbhrO6/VB7c9Xg==} | |
11947 | 12251 | dependencies: |
11948 | 12252 | cliui: 5.0.0 |
12253 | + decamelize: 1.2.0 | |
11949 | 12254 | find-up: 3.0.0 |
11950 | 12255 | get-caller-file: 2.0.5 |
11951 | 12256 | require-directory: 2.1.1 |
... | ... | @@ -11954,23 +12259,24 @@ packages: |
11954 | 12259 | string-width: 3.1.0 |
11955 | 12260 | which-module: 2.0.0 |
11956 | 12261 | y18n: 4.0.3 |
11957 | - yargs-parser: 13.1.2 | |
12262 | + yargs-parser: 15.0.3 | |
11958 | 12263 | dev: false |
11959 | 12264 | |
11960 | - /yargs/14.2.3: | |
11961 | - resolution: {integrity: sha512-ZbotRWhF+lkjijC/VhmOT9wSgyBQ7+zr13+YLkhfsSiTriYsMzkTUFP18pFhWwBeMa5gUc1MzbhrO6/VB7c9Xg==} | |
12265 | + /yargs/15.4.1: | |
12266 | + resolution: {integrity: sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==} | |
12267 | + engines: {node: '>=8'} | |
11962 | 12268 | dependencies: |
11963 | - cliui: 5.0.0 | |
12269 | + cliui: 6.0.0 | |
11964 | 12270 | decamelize: 1.2.0 |
11965 | - find-up: 3.0.0 | |
12271 | + find-up: 4.1.0 | |
11966 | 12272 | get-caller-file: 2.0.5 |
11967 | 12273 | require-directory: 2.1.1 |
11968 | 12274 | require-main-filename: 2.0.0 |
11969 | 12275 | set-blocking: 2.0.0 |
11970 | - string-width: 3.1.0 | |
12276 | + string-width: 4.2.3 | |
11971 | 12277 | which-module: 2.0.0 |
11972 | 12278 | y18n: 4.0.3 |
11973 | - yargs-parser: 15.0.3 | |
12279 | + yargs-parser: 18.1.3 | |
11974 | 12280 | dev: false |
11975 | 12281 | |
11976 | 12282 | /yargs/16.2.0: | ... | ... |
src/components/CodeEditor/src/codemirror/codemirror.css
... | ... | @@ -53,7 +53,7 @@ |
53 | 53 | color: var(--comment); |
54 | 54 | text-align: right; |
55 | 55 | white-space: nowrap; |
56 | - opacity: 60%; | |
56 | + opacity: 0.6; | |
57 | 57 | } |
58 | 58 | |
59 | 59 | .CodeMirror-guttermarker { |
... | ... | @@ -90,7 +90,7 @@ |
90 | 90 | display: inline-block; |
91 | 91 | font-size: 0.8em; |
92 | 92 | content: '>'; |
93 | - opacity: 80%; | |
93 | + opacity: 0.8; | |
94 | 94 | transform: rotate(90deg); |
95 | 95 | transition: transform 0.2s; |
96 | 96 | } | ... | ... |
src/components/Drawer/src/BasicDrawer.vue
... | ... | @@ -94,7 +94,7 @@ |
94 | 94 | opt.width = '100%'; |
95 | 95 | } |
96 | 96 | const detailCls = `${prefixCls}__detail`; |
97 | - opt.wrapClassName = wrapClassName ? `${wrapClassName} ${detailCls}` : detailCls; | |
97 | + opt.class = wrapClassName ? `${wrapClassName} ${detailCls}` : detailCls; | |
98 | 98 | |
99 | 99 | if (!getContainer) { |
100 | 100 | // TODO type error? | ... | ... |
src/components/Drawer/src/typing.ts
... | ... | @@ -128,13 +128,12 @@ export interface DrawerProps extends DrawerFooterProps { |
128 | 128 | * @type any (string | slot) |
129 | 129 | */ |
130 | 130 | title?: VNodeChild | JSX.Element; |
131 | - | |
132 | 131 | /** |
133 | 132 | * The class name of the container of the Drawer dialog. |
134 | 133 | * @type string |
135 | 134 | */ |
136 | 135 | wrapClassName?: string; |
137 | - | |
136 | + class?: string; | |
138 | 137 | /** |
139 | 138 | * Style of wrapper element which **contains mask** compare to `drawerStyle` |
140 | 139 | * @type object | ... | ... |
src/components/Form/src/BasicForm.vue
... | ... | @@ -122,7 +122,7 @@ |
122 | 122 | if (!Array.isArray(defaultValue)) { |
123 | 123 | schema.defaultValue = dateUtil(defaultValue); |
124 | 124 | } else { |
125 | - const def: moment.Moment[] = []; | |
125 | + const def: any[] = []; | |
126 | 126 | defaultValue.forEach((item) => { |
127 | 127 | def.push(dateUtil(item)); |
128 | 128 | }); | ... | ... |
src/components/Form/src/hooks/useFormValues.ts
... | ... | @@ -33,7 +33,8 @@ export function useFormValues({ |
33 | 33 | if (isObject(value)) { |
34 | 34 | value = transformDateFunc?.(value); |
35 | 35 | } |
36 | - if (isArray(value) && value[0]?._isAMomentObject && value[1]?._isAMomentObject) { | |
36 | + | |
37 | + if (isArray(value) && value[0]?.format && value[1]?.format) { | |
37 | 38 | value = value.map((item) => transformDateFunc?.(item)); |
38 | 39 | } |
39 | 40 | // Remove spaces | ... | ... |
src/components/Form/src/props.ts
... | ... | @@ -53,7 +53,7 @@ export const basicProps = { |
53 | 53 | transformDateFunc: { |
54 | 54 | type: Function as PropType<Fn>, |
55 | 55 | default: (date: any) => { |
56 | - return date._isAMomentObject ? date?.format('YYYY-MM-DD HH:mm:ss') : date; | |
56 | + return date?.format?.('YYYY-MM-DD HH:mm:ss') ?? date; | |
57 | 57 | }, |
58 | 58 | }, |
59 | 59 | rulesMessageJoinLabel: propTypes.bool.def(true), | ... | ... |
src/components/Tree/src/Tree.vue
1 | 1 | <script lang="tsx"> |
2 | 2 | import type { ReplaceFields, Keys, CheckKeys, TreeActionType, TreeItem } from './typing'; |
3 | + import type { CheckEvent } from './typing'; | |
3 | 4 | |
4 | 5 | import { |
5 | 6 | defineComponent, |
... | ... | @@ -15,22 +16,17 @@ |
15 | 16 | } from 'vue'; |
16 | 17 | import { Tree, Empty } from 'ant-design-vue'; |
17 | 18 | import { TreeIcon } from './TreeIcon'; |
18 | - import TreeHeader from './TreeHeader.vue'; | |
19 | 19 | import { ScrollContainer } from '/@/components/Container'; |
20 | - | |
21 | 20 | import { omit, get, difference } from 'lodash-es'; |
22 | 21 | import { isArray, isBoolean, isEmpty, isFunction } from '/@/utils/is'; |
23 | 22 | import { extendSlots, getSlot } from '/@/utils/helper/tsxHelper'; |
24 | 23 | import { filter, treeToList } from '/@/utils/helper/treeHelper'; |
25 | - | |
26 | 24 | import { useTree } from './useTree'; |
27 | 25 | import { useContextMenu } from '/@/hooks/web/useContextMenu'; |
28 | 26 | import { useDesign } from '/@/hooks/web/useDesign'; |
29 | - | |
30 | 27 | import { basicProps } from './props'; |
31 | 28 | import { CreateContextOptions } from '/@/components/ContextMenu'; |
32 | - | |
33 | - import { CheckEvent } from './typing'; | |
29 | + import TreeHeader from './TreeHeader.vue'; | |
34 | 30 | |
35 | 31 | interface State { |
36 | 32 | expandedKeys: Keys; | ... | ... |
src/components/Tree/src/TreeHeader.vue
src/components/Tree/src/props.ts
... | ... | @@ -8,7 +8,7 @@ import type { |
8 | 8 | TreeItem, |
9 | 9 | } from './typing'; |
10 | 10 | import type { ContextMenuItem } from '/@/hooks/web/useContextMenu'; |
11 | -import type { TreeDataItem } from 'ant-design-vue/es/tree/Tree'; | |
11 | +import type { TreeDataItem } from 'ant-design-vue/es/tree'; | |
12 | 12 | import { propTypes } from '/@/utils/propTypes'; |
13 | 13 | |
14 | 14 | export const basicProps = { | ... | ... |
src/components/Tree/src/tree.ts
0 โ 100644
src/components/Tree/src/typing.ts
1 | 1 | import type { TreeDataItem, CheckEvent as CheckEventOrigin } from 'ant-design-vue/es/tree/Tree'; |
2 | + | |
2 | 3 | import { ContextMenuItem } from '/@/hooks/web/useContextMenu'; |
4 | + | |
3 | 5 | export interface ActionItem { |
4 | 6 | render: (record: Recordable) => any; |
5 | 7 | show?: boolean | ((record: Recordable) => boolean); | ... | ... |
src/components/Tree/src/useTree.ts
src/components/Upload/src/BasicUpload.vue
1 | 1 | <template> |
2 | 2 | <div> |
3 | - <a-button-group> | |
3 | + <Space> | |
4 | 4 | <a-button type="primary" @click="openUploadModal" preIcon="carbon:cloud-upload"> |
5 | 5 | {{ t('component.upload.upload') }} |
6 | 6 | </a-button> |
... | ... | @@ -18,8 +18,7 @@ |
18 | 18 | </template> |
19 | 19 | </a-button> |
20 | 20 | </Tooltip> |
21 | - </a-button-group> | |
22 | - | |
21 | + </Space> | |
23 | 22 | <UploadModal |
24 | 23 | v-bind="bindValue" |
25 | 24 | :previewFileList="fileList" |
... | ... | @@ -38,19 +37,19 @@ |
38 | 37 | </template> |
39 | 38 | <script lang="ts"> |
40 | 39 | import { defineComponent, ref, watch, unref, computed } from 'vue'; |
41 | - import UploadModal from './UploadModal.vue'; | |
42 | - import UploadPreviewModal from './UploadPreviewModal.vue'; | |
43 | 40 | import { Icon } from '/@/components/Icon'; |
44 | - import { Tooltip } from 'ant-design-vue'; | |
41 | + import { Tooltip, Space } from 'ant-design-vue'; | |
45 | 42 | import { useModal } from '/@/components/Modal'; |
46 | 43 | import { uploadContainerProps } from './props'; |
47 | 44 | import { omit } from 'lodash-es'; |
48 | 45 | import { useI18n } from '/@/hooks/web/useI18n'; |
49 | 46 | import { isArray } from '/@/utils/is'; |
47 | + import UploadModal from './UploadModal.vue'; | |
48 | + import UploadPreviewModal from './UploadPreviewModal.vue'; | |
50 | 49 | |
51 | 50 | export default defineComponent({ |
52 | 51 | name: 'BasicUpload', |
53 | - components: { UploadModal, UploadPreviewModal, Icon, Tooltip }, | |
52 | + components: { UploadModal, Space, UploadPreviewModal, Icon, Tooltip }, | |
54 | 53 | props: uploadContainerProps, |
55 | 54 | emits: ['change', 'delete', 'preview-delete', 'update:value'], |
56 | 55 | ... | ... |
src/components/Upload/src/UploadModal.vue
src/components/Upload/src/UploadPreviewModal.vue
src/components/registerGlobComp.ts
1 | 1 | import type { App } from 'vue'; |
2 | 2 | import { Button } from './Button'; |
3 | -import { | |
4 | - // Need | |
5 | - Button as AntButton, | |
6 | - Input, | |
7 | - Layout, | |
8 | -} from 'ant-design-vue'; | |
9 | - | |
10 | -const compList = [AntButton.Group]; | |
3 | +import { Input, Layout } from 'ant-design-vue'; | |
11 | 4 | |
12 | 5 | export function registerGlobComp(app: App) { |
13 | - compList.forEach((comp) => { | |
14 | - app.component(comp.name || comp.displayName, comp); | |
15 | - }); | |
16 | - | |
17 | 6 | app.use(Input).use(Button).use(Layout); |
18 | 7 | } | ... | ... |
src/design/public.less
src/design/transition/fade.less
... | ... | @@ -5,7 +5,7 @@ |
5 | 5 | |
6 | 6 | .fade-enter-from, |
7 | 7 | .fade-leave-to { |
8 | - opacity: 0%; | |
8 | + opacity: 0; | |
9 | 9 | } |
10 | 10 | |
11 | 11 | /* fade-slide */ |
... | ... | @@ -15,12 +15,12 @@ |
15 | 15 | } |
16 | 16 | |
17 | 17 | .fade-slide-enter-from { |
18 | - opacity: 0%; | |
18 | + opacity: 0; | |
19 | 19 | transform: translateX(-30px); |
20 | 20 | } |
21 | 21 | |
22 | 22 | .fade-slide-leave-to { |
23 | - opacity: 0%; | |
23 | + opacity: 0; | |
24 | 24 | transform: translateX(30px); |
25 | 25 | } |
26 | 26 | |
... | ... | @@ -35,12 +35,12 @@ |
35 | 35 | } |
36 | 36 | |
37 | 37 | .fade-bottom-enter-from { |
38 | - opacity: 0%; | |
38 | + opacity: 0; | |
39 | 39 | transform: translateY(-10%); |
40 | 40 | } |
41 | 41 | |
42 | 42 | .fade-bottom-leave-to { |
43 | - opacity: 0%; | |
43 | + opacity: 0; | |
44 | 44 | transform: translateY(10%); |
45 | 45 | } |
46 | 46 | |
... | ... | @@ -51,12 +51,12 @@ |
51 | 51 | } |
52 | 52 | |
53 | 53 | .fade-scale-enter-from { |
54 | - opacity: 0%; | |
54 | + opacity: 0; | |
55 | 55 | transform: scale(1.2); |
56 | 56 | } |
57 | 57 | |
58 | 58 | .fade-scale-leave-to { |
59 | - opacity: 0%; | |
59 | + opacity: 0; | |
60 | 60 | transform: scale(0.8); |
61 | 61 | } |
62 | 62 | |
... | ... | @@ -71,11 +71,11 @@ |
71 | 71 | } |
72 | 72 | |
73 | 73 | .fade-top-enter-from { |
74 | - opacity: 0%; | |
74 | + opacity: 0; | |
75 | 75 | transform: translateY(8%); |
76 | 76 | } |
77 | 77 | |
78 | 78 | .fade-top-leave-to { |
79 | - opacity: 0%; | |
79 | + opacity: 0; | |
80 | 80 | transform: translateY(-8%); |
81 | 81 | } | ... | ... |
src/design/transition/scale.less
... | ... | @@ -4,7 +4,7 @@ |
4 | 4 | &-enter-from, |
5 | 5 | &-leave, |
6 | 6 | &-leave-to { |
7 | - opacity: 0%; | |
7 | + opacity: 0; | |
8 | 8 | transform: scale(0); |
9 | 9 | } |
10 | 10 | } |
... | ... | @@ -15,7 +15,7 @@ |
15 | 15 | &-enter-from, |
16 | 16 | &-leave, |
17 | 17 | &-leave-to { |
18 | - opacity: 0%; | |
18 | + opacity: 0; | |
19 | 19 | transform: scale(0) rotate(-45deg); |
20 | 20 | } |
21 | 21 | } | ... | ... |
src/design/transition/scroll.less
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | |
4 | 4 | &-enter-from, |
5 | 5 | &-leave-to { |
6 | - opacity: 0%; | |
6 | + opacity: 0; | |
7 | 7 | } |
8 | 8 | |
9 | 9 | &-enter-from { |
... | ... | @@ -20,7 +20,7 @@ |
20 | 20 | |
21 | 21 | &-enter-from, |
22 | 22 | &-leave-to { |
23 | - opacity: 0%; | |
23 | + opacity: 0; | |
24 | 24 | } |
25 | 25 | |
26 | 26 | &-enter-from { |
... | ... | @@ -37,7 +37,7 @@ |
37 | 37 | |
38 | 38 | &-enter-from, |
39 | 39 | &-leave-to { |
40 | - opacity: 0%; | |
40 | + opacity: 0; | |
41 | 41 | } |
42 | 42 | |
43 | 43 | &-enter-from { |
... | ... | @@ -54,7 +54,7 @@ |
54 | 54 | |
55 | 55 | &-enter-from, |
56 | 56 | &-leave-to { |
57 | - opacity: 0%; | |
57 | + opacity: 0; | |
58 | 58 | } |
59 | 59 | |
60 | 60 | &-enter-from { | ... | ... |
src/design/transition/slide.less
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | |
4 | 4 | &-enter-from, |
5 | 5 | &-leave-to { |
6 | - opacity: 0%; | |
6 | + opacity: 0; | |
7 | 7 | transform: translateY(-15px); |
8 | 8 | } |
9 | 9 | } |
... | ... | @@ -13,7 +13,7 @@ |
13 | 13 | |
14 | 14 | &-enter-from, |
15 | 15 | &-leave-to { |
16 | - opacity: 0%; | |
16 | + opacity: 0; | |
17 | 17 | transform: translateY(15px); |
18 | 18 | } |
19 | 19 | } |
... | ... | @@ -23,7 +23,7 @@ |
23 | 23 | |
24 | 24 | &-enter-from, |
25 | 25 | &-leave-to { |
26 | - opacity: 0%; | |
26 | + opacity: 0; | |
27 | 27 | transform: translateX(-15px); |
28 | 28 | } |
29 | 29 | } |
... | ... | @@ -33,7 +33,7 @@ |
33 | 33 | |
34 | 34 | &-enter-from, |
35 | 35 | &-leave-to { |
36 | - opacity: 0%; | |
36 | + opacity: 0; | |
37 | 37 | transform: translateX(15px); |
38 | 38 | } |
39 | 39 | } | ... | ... |
src/design/transition/zoom.less
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 | |
7 | 7 | .zoom-out-enter-from, |
8 | 8 | .zoom-out-leave-to { |
9 | - opacity: 0%; | |
9 | + opacity: 0; | |
10 | 10 | transform: scale(0); |
11 | 11 | } |
12 | 12 | |
... | ... | @@ -17,11 +17,11 @@ |
17 | 17 | } |
18 | 18 | |
19 | 19 | .zoom-fade-enter-from { |
20 | - opacity: 0%; | |
20 | + opacity: 0; | |
21 | 21 | transform: scale(0.92); |
22 | 22 | } |
23 | 23 | |
24 | 24 | .zoom-fade-leave-to { |
25 | - opacity: 0%; | |
25 | + opacity: 0; | |
26 | 26 | transform: scale(1.06); |
27 | 27 | } | ... | ... |
src/layouts/default/setting/SettingDrawer.tsx
... | ... | @@ -401,7 +401,7 @@ export default defineComponent({ |
401 | 401 | {...attrs} |
402 | 402 | title={t('layout.setting.drawerTitle')} |
403 | 403 | width={330} |
404 | - wrapClassName="setting-drawer" | |
404 | + class="setting-drawer" | |
405 | 405 | > |
406 | 406 | {unref(getShowDarkModeToggle) && <Divider>{() => t('layout.setting.darkMode')}</Divider>} |
407 | 407 | {unref(getShowDarkModeToggle) && <AppDarkModeToggle class="mx-auto" />} | ... | ... |
src/layouts/default/tabs/index.less
... | ... | @@ -28,7 +28,8 @@ html[data-theme='light'] { |
28 | 28 | } |
29 | 29 | |
30 | 30 | .ant-tabs.ant-tabs-card { |
31 | - .ant-tabs-card-bar { | |
31 | + .ant-tabs-nav { | |
32 | + padding-top: 2px; | |
32 | 33 | height: @multiple-height; |
33 | 34 | margin: 0; |
34 | 35 | background-color: @component-background; |
... | ... | @@ -49,18 +50,20 @@ html[data-theme='light'] { |
49 | 50 | transition: none; |
50 | 51 | |
51 | 52 | &:hover { |
52 | - .ant-tabs-close-x { | |
53 | - opacity: 100%; | |
53 | + .ant-tabs-tab-remove { | |
54 | + opacity: 1; | |
54 | 55 | } |
55 | 56 | } |
56 | 57 | |
57 | - .ant-tabs-close-x { | |
58 | + .ant-tabs-tab-remove { | |
58 | 59 | width: 8px; |
59 | - height: 12px; | |
60 | + height: 28px; | |
60 | 61 | font-size: 12px; |
61 | 62 | color: inherit; |
62 | - opacity: 0%; | |
63 | + opacity: 0; | |
63 | 64 | transition: none; |
65 | + margin-left: 2px; | |
66 | + margin-right: -4px; | |
64 | 67 | |
65 | 68 | &:hover { |
66 | 69 | svg { |
... | ... | @@ -69,11 +72,11 @@ html[data-theme='light'] { |
69 | 72 | } |
70 | 73 | } |
71 | 74 | |
72 | - > div { | |
73 | - display: flex; | |
74 | - justify-content: center; | |
75 | - align-items: center; | |
76 | - } | |
75 | + // > div { | |
76 | + // display: flex; | |
77 | + // justify-content: center; | |
78 | + // align-items: center; | |
79 | + // } | |
77 | 80 | |
78 | 81 | svg { |
79 | 82 | fill: @text-color-base; |
... | ... | @@ -89,13 +92,16 @@ html[data-theme='light'] { |
89 | 92 | .ant-tabs-tab-active { |
90 | 93 | position: relative; |
91 | 94 | padding-left: 18px; |
92 | - color: @white !important; | |
93 | 95 | background: @primary-color; |
94 | 96 | border: 0; |
95 | 97 | transition: none; |
96 | 98 | |
97 | - .ant-tabs-close-x { | |
98 | - opacity: 100%; | |
99 | + span { | |
100 | + color: @white !important; | |
101 | + } | |
102 | + | |
103 | + .ant-tabs-tab-remove { | |
104 | + opacity: 1; | |
99 | 105 | } |
100 | 106 | |
101 | 107 | svg { |
... | ... | @@ -124,18 +130,13 @@ html[data-theme='light'] { |
124 | 130 | } |
125 | 131 | } |
126 | 132 | |
127 | - .ant-tabs-extra-content { | |
128 | - margin-top: 2px; | |
129 | - line-height: @multiple-height !important; | |
130 | - } | |
131 | - | |
132 | 133 | .ant-dropdown-trigger { |
133 | 134 | display: inline-flex; |
134 | 135 | } |
135 | 136 | |
136 | 137 | &--hide-close { |
137 | - .ant-tabs-close-x { | |
138 | - opacity: 0% !important; | |
138 | + .ant-tabs-tab-remove { | |
139 | + opacity: 0 !important; | |
139 | 140 | } |
140 | 141 | } |
141 | 142 | ... | ... |
src/layouts/default/tabs/index.vue
... | ... | @@ -18,7 +18,7 @@ |
18 | 18 | </TabPane> |
19 | 19 | </template> |
20 | 20 | |
21 | - <template #tabBarExtraContent v-if="getShowRedo || getShowQuick"> | |
21 | + <template #rightExtra v-if="getShowRedo || getShowQuick"> | |
22 | 22 | <TabRedo v-if="getShowRedo" /> |
23 | 23 | <TabContent isExtra :tabItem="$route" v-if="getShowQuick" /> |
24 | 24 | <FoldButton v-if="getShowFold" /> |
... | ... | @@ -127,8 +127,6 @@ |
127 | 127 | tabStore.closeTabByKey(targetKey, router); |
128 | 128 | } |
129 | 129 | return { |
130 | - prefixCls, | |
131 | - unClose, | |
132 | 130 | getWrapClass, |
133 | 131 | handleEdit, |
134 | 132 | handleChange, | ... | ... |
src/locales/lang/en.ts
1 | 1 | import { genMessage } from '../helper'; |
2 | 2 | import antdLocale from 'ant-design-vue/es/locale/en_US'; |
3 | -// import momentLocale from 'moment/dist/locale/en-us'; | |
4 | 3 | |
5 | 4 | const modules = import.meta.globEager('./en/**/*.ts'); |
6 | 5 | export default { |
... | ... | @@ -8,6 +7,6 @@ export default { |
8 | 7 | ...genMessage(modules, 'en'), |
9 | 8 | antdLocale, |
10 | 9 | }, |
11 | - momentLocale: null, | |
12 | - momentLocaleName: 'en', | |
10 | + dateLocale: null, | |
11 | + dateLocaleName: 'en', | |
13 | 12 | }; | ... | ... |
src/locales/lang/zh_CN.ts
1 | 1 | import { genMessage } from '../helper'; |
2 | 2 | import antdLocale from 'ant-design-vue/es/locale/zh_CN'; |
3 | -import momentLocale from 'moment/dist/locale/zh-cn'; | |
4 | 3 | |
5 | 4 | const modules = import.meta.globEager('./zh-CN/**/*.ts'); |
6 | 5 | export default { |
... | ... | @@ -8,6 +7,4 @@ export default { |
8 | 7 | ...genMessage(modules, 'zh-CN'), |
9 | 8 | antdLocale, |
10 | 9 | }, |
11 | - momentLocale, | |
12 | - momentLocaleName: 'zh-cn', | |
13 | 10 | }; | ... | ... |
src/locales/useLocale.ts
... | ... | @@ -3,8 +3,6 @@ |
3 | 3 | */ |
4 | 4 | import type { LocaleType } from '/#/config'; |
5 | 5 | |
6 | -import moment from 'moment'; | |
7 | - | |
8 | 6 | import { i18n } from './setupI18n'; |
9 | 7 | import { useLocaleStoreWithOut } from '/@/store/modules/locale'; |
10 | 8 | import { unref, computed } from 'vue'; |
... | ... | @@ -12,8 +10,8 @@ import { loadLocalePool, setHtmlPageLang } from './helper'; |
12 | 10 | |
13 | 11 | interface LangModule { |
14 | 12 | message: Recordable; |
15 | - momentLocale: Recordable; | |
16 | - momentLocaleName: string; | |
13 | + dateLocale: Recordable; | |
14 | + dateLocaleName: string; | |
17 | 15 | } |
18 | 16 | |
19 | 17 | function setI18nLanguage(locale: LocaleType) { |
... | ... | @@ -53,10 +51,9 @@ export function useLocale() { |
53 | 51 | const langModule = ((await import(`./lang/${locale}.ts`)) as any).default as LangModule; |
54 | 52 | if (!langModule) return; |
55 | 53 | |
56 | - const { message, momentLocale, momentLocaleName } = langModule; | |
54 | + const { message } = langModule; | |
57 | 55 | |
58 | 56 | globalI18n.setLocaleMessage(locale, message); |
59 | - moment.updateLocale(momentLocaleName, momentLocale); | |
60 | 57 | loadLocalePool.push(locale); |
61 | 58 | |
62 | 59 | setI18nLanguage(locale); | ... | ... |
src/utils/dateUtil.ts
1 | 1 | /** |
2 | 2 | * Independent time operation tool to facilitate subsequent switch to dayjs |
3 | 3 | */ |
4 | -import moment from 'moment'; | |
4 | +import dayjs from 'dayjs'; | |
5 | 5 | |
6 | 6 | const DATE_TIME_FORMAT = 'YYYY-MM-DD HH:mm:ss'; |
7 | 7 | const DATE_FORMAT = 'YYYY-MM-DD'; |
8 | 8 | |
9 | 9 | export function formatToDateTime( |
10 | - date: moment.MomentInput = undefined, | |
10 | + date: dayjs.Dayjs | undefined = undefined, | |
11 | 11 | format = DATE_TIME_FORMAT, |
12 | 12 | ): string { |
13 | - return moment(date).format(format); | |
13 | + return dayjs(date).format(format); | |
14 | 14 | } |
15 | 15 | |
16 | -export function formatToDate(date: moment.MomentInput = undefined, format = DATE_FORMAT): string { | |
17 | - return moment(date).format(format); | |
16 | +export function formatToDate( | |
17 | + date: dayjs.Dayjs | undefined = undefined, | |
18 | + format = DATE_FORMAT, | |
19 | +): string { | |
20 | + return dayjs(date).format(format); | |
18 | 21 | } |
19 | 22 | |
20 | -export const dateUtil = moment; | |
23 | +export const dateUtil = dayjs; | ... | ... |
src/utils/http/axios/helper.ts
... | ... | @@ -27,7 +27,8 @@ export function formatRequestDate(params: Recordable) { |
27 | 27 | } |
28 | 28 | |
29 | 29 | for (const key in params) { |
30 | - if (params[key] && params[key]._isAMomentObject) { | |
30 | + const format = params[key]?.format ?? null; | |
31 | + if (format && typeof format === 'function') { | |
31 | 32 | params[key] = params[key].format(DATE_TIME_FORMAT); |
32 | 33 | } |
33 | 34 | if (isString(key)) { | ... | ... |
src/views/demo/permission/back/index.vue
... | ... | @@ -11,29 +11,30 @@ |
11 | 11 | |
12 | 12 | <div class="mt-4"> |
13 | 13 | ๆ้ๅๆข(่ฏทๅ ๅๆขๆ้ๆจกๅผไธบๅๅฐๆ้ๆจกๅผ): |
14 | - <a-button-group> | |
14 | + <Space> | |
15 | 15 | <a-button @click="switchToken(1)" :disabled="!isBackPremissionMode"> |
16 | 16 | ่ทๅ็จๆทidไธบ1็่ๅ |
17 | 17 | </a-button> |
18 | 18 | <a-button @click="switchToken(2)" :disabled="!isBackPremissionMode"> |
19 | 19 | ่ทๅ็จๆทidไธบ2็่ๅ |
20 | 20 | </a-button> |
21 | - </a-button-group> | |
21 | + </Space> | |
22 | 22 | </div> |
23 | 23 | </PageWrapper> |
24 | 24 | </template> |
25 | 25 | <script lang="ts"> |
26 | 26 | import { defineComponent, computed } from 'vue'; |
27 | - import CurrentPermissionMode from '../CurrentPermissionMode.vue'; | |
28 | 27 | import { RoleEnum } from '/@/enums/roleEnum'; |
29 | 28 | import { usePermission } from '/@/hooks/web/usePermission'; |
30 | 29 | import { useUserStore } from '/@/store/modules/user'; |
31 | 30 | import { PageWrapper } from '/@/components/Page'; |
32 | 31 | import { PermissionModeEnum } from '/@/enums/appEnum'; |
33 | 32 | import { useAppStore } from '/@/store/modules/app'; |
34 | - import { Alert } from 'ant-design-vue'; | |
33 | + import { Alert, Space } from 'ant-design-vue'; | |
34 | + import CurrentPermissionMode from '../CurrentPermissionMode.vue'; | |
35 | + | |
35 | 36 | export default defineComponent({ |
36 | - components: { Alert, CurrentPermissionMode, PageWrapper }, | |
37 | + components: { Space, Alert, CurrentPermissionMode, PageWrapper }, | |
37 | 38 | setup() { |
38 | 39 | const { refreshMenu } = usePermission(); |
39 | 40 | const userStore = useUserStore(); | ... | ... |
src/views/demo/permission/front/Btn.vue
... | ... | @@ -14,14 +14,14 @@ |
14 | 14 | |
15 | 15 | <div class="mt-4"> |
16 | 16 | ๆ้ๅๆข(่ฏทๅ ๅๆขๆ้ๆจกๅผไธบๅ็ซฏ่ง่ฒๆ้ๆจกๅผ): |
17 | - <a-button-group> | |
17 | + <Space> | |
18 | 18 | <a-button @click="changeRole(RoleEnum.SUPER)" :type="isSuper ? 'primary' : 'default'"> |
19 | 19 | {{ RoleEnum.SUPER }} |
20 | 20 | </a-button> |
21 | 21 | <a-button @click="changeRole(RoleEnum.TEST)" :type="isTest ? 'primary' : 'default'"> |
22 | 22 | {{ RoleEnum.TEST }} |
23 | 23 | </a-button> |
24 | - </a-button-group> | |
24 | + </Space> | |
25 | 25 | </div> |
26 | 26 | <Divider>็ปไปถๆนๅผๅคๆญๆ้(ๆ้่ฆๅฏไปฅ่ช่กๅ จๅฑๆณจๅ)</Divider> |
27 | 27 | <Authority :value="RoleEnum.SUPER"> |
... | ... | @@ -61,7 +61,7 @@ |
61 | 61 | </template> |
62 | 62 | <script lang="ts"> |
63 | 63 | import { computed, defineComponent } from 'vue'; |
64 | - import { Alert, Divider } from 'ant-design-vue'; | |
64 | + import { Alert, Divider, Space } from 'ant-design-vue'; | |
65 | 65 | import CurrentPermissionMode from '../CurrentPermissionMode.vue'; |
66 | 66 | import { useUserStore } from '/@/store/modules/user'; |
67 | 67 | import { RoleEnum } from '/@/enums/roleEnum'; |
... | ... | @@ -70,7 +70,7 @@ |
70 | 70 | import { PageWrapper } from '/@/components/Page'; |
71 | 71 | |
72 | 72 | export default defineComponent({ |
73 | - components: { Alert, PageWrapper, CurrentPermissionMode, Divider, Authority }, | |
73 | + components: { Alert, PageWrapper, Space, CurrentPermissionMode, Divider, Authority }, | |
74 | 74 | setup() { |
75 | 75 | const { changeRole, hasPermission } = usePermission(); |
76 | 76 | const userStore = useUserStore(); | ... | ... |
src/views/demo/permission/front/index.vue
... | ... | @@ -14,28 +14,28 @@ |
14 | 14 | |
15 | 15 | <div class="mt-4"> |
16 | 16 | ๆ้ๅๆข(่ฏทๅ ๅๆขๆ้ๆจกๅผไธบๅ็ซฏ่ง่ฒๆ้ๆจกๅผ): |
17 | - <a-button-group> | |
17 | + <Space> | |
18 | 18 | <a-button @click="changeRole(RoleEnum.SUPER)" :type="isSuper ? 'primary' : 'default'"> |
19 | 19 | {{ RoleEnum.SUPER }} |
20 | 20 | </a-button> |
21 | 21 | <a-button @click="changeRole(RoleEnum.TEST)" :type="isTest ? 'primary' : 'default'"> |
22 | 22 | {{ RoleEnum.TEST }} |
23 | 23 | </a-button> |
24 | - </a-button-group> | |
24 | + </Space> | |
25 | 25 | </div> |
26 | 26 | </PageWrapper> |
27 | 27 | </template> |
28 | 28 | <script lang="ts"> |
29 | 29 | import { computed, defineComponent } from 'vue'; |
30 | - import { Alert } from 'ant-design-vue'; | |
31 | - import CurrentPermissionMode from '../CurrentPermissionMode.vue'; | |
30 | + import { Alert, Space } from 'ant-design-vue'; | |
32 | 31 | import { useUserStore } from '/@/store/modules/user'; |
33 | 32 | import { RoleEnum } from '/@/enums/roleEnum'; |
34 | 33 | import { usePermission } from '/@/hooks/web/usePermission'; |
35 | 34 | import { PageWrapper } from '/@/components/Page'; |
35 | + import CurrentPermissionMode from '../CurrentPermissionMode.vue'; | |
36 | 36 | |
37 | 37 | export default defineComponent({ |
38 | - components: { Alert, CurrentPermissionMode, PageWrapper }, | |
38 | + components: { Space, Alert, CurrentPermissionMode, PageWrapper }, | |
39 | 39 | setup() { |
40 | 40 | const { changeRole } = usePermission(); |
41 | 41 | const userStore = useUserStore(); | ... | ... |
src/views/sys/lock/useNow.ts
1 | 1 | import { dateUtil } from '/@/utils/dateUtil'; |
2 | 2 | import { reactive, toRefs } from 'vue'; |
3 | -import { useLocaleStore } from '/@/store/modules/locale'; | |
4 | 3 | import { tryOnMounted, tryOnUnmounted } from '@vueuse/core'; |
5 | 4 | |
6 | 5 | export function useNow(immediate = true) { |
7 | - const localeStore = useLocaleStore(); | |
8 | - const localData = dateUtil.localeData(localeStore.getLocale); | |
9 | 6 | let timer: IntervalHandle; |
10 | 7 | |
11 | 8 | const state = reactive({ |
... | ... | @@ -28,13 +25,13 @@ export function useNow(immediate = true) { |
28 | 25 | |
29 | 26 | state.year = now.get('y'); |
30 | 27 | state.month = now.get('M') + 1; |
31 | - state.week = localData.weekdays()[now.day()]; | |
32 | - state.day = now.get('D'); | |
28 | + state.week = 'ๆๆ' + ['ไธ', 'ไบ', 'ไธ', 'ๅ', 'ไบ', 'ๅ ญ', 'ๆฅ'][now.day() - 1]; | |
29 | + state.day = now.get('d'); | |
33 | 30 | state.hour = h; |
34 | 31 | state.minute = m; |
35 | 32 | state.second = s; |
36 | 33 | |
37 | - state.meridiem = localData.meridiem(Number(h), Number(h), true); | |
34 | + state.meridiem = now.format('A'); | |
38 | 35 | }; |
39 | 36 | |
40 | 37 | function start() { | ... | ... |
stylelint.config.js
tests/server/package.json
... | ... | @@ -24,13 +24,13 @@ |
24 | 24 | "@types/koa": "^2.13.4", |
25 | 25 | "@types/koa-bodyparser": "^5.0.2", |
26 | 26 | "@types/koa-router": "^7.4.4", |
27 | - "@types/node": "^16.11.7", | |
27 | + "@types/node": "^16.11.10", | |
28 | 28 | "nodemon": "^2.0.15", |
29 | 29 | "pm2": "^5.1.2", |
30 | 30 | "rimraf": "^3.0.2", |
31 | 31 | "ts-node": "^10.4.0", |
32 | - "tsconfig-paths": "^3.11.0", | |
33 | - "tsup": "^5.6.0", | |
34 | - "typescript": "^4.4.4" | |
32 | + "tsconfig-paths": "^3.12.0", | |
33 | + "tsup": "^5.9.1", | |
34 | + "typescript": "^4.5.2" | |
35 | 35 | } |
36 | 36 | } | ... | ... |
tsconfig.json
... | ... | @@ -4,6 +4,7 @@ |
4 | 4 | "module": "esnext", |
5 | 5 | "moduleResolution": "node", |
6 | 6 | "strict": true, |
7 | + "noLib": false, | |
7 | 8 | "forceConsistentCasingInFileNames": true, |
8 | 9 | "allowSyntheticDefaultImports": true, |
9 | 10 | "strictFunctionTypes": false, |
... | ... | @@ -17,10 +18,9 @@ |
17 | 18 | "noUnusedParameters": true, |
18 | 19 | "experimentalDecorators": true, |
19 | 20 | "lib": ["dom", "esnext"], |
20 | - "types": ["vite/client", "jest"], | |
21 | - "typeRoots": ["./node_modules/@types/", "./types"], | |
22 | 21 | "noImplicitAny": false, |
23 | 22 | "skipLibCheck": true, |
23 | + "removeComments": true, | |
24 | 24 | "paths": { |
25 | 25 | "/@/*": ["src/*"], |
26 | 26 | "/#/*": ["types/*"] | ... | ... |
types/module.d.ts
... | ... | @@ -10,12 +10,6 @@ declare module 'ant-design-vue/es/locale/*' { |
10 | 10 | export default locale as Locale & ReadonlyRecordable; |
11 | 11 | } |
12 | 12 | |
13 | -declare module 'moment/dist/locale/*' { | |
14 | - import { LocaleSpecification } from 'moment'; | |
15 | - const locale: LocaleSpecification & ReadonlyRecordable; | |
16 | - export default locale; | |
17 | -} | |
18 | - | |
19 | 13 | declare module 'virtual:*' { |
20 | 14 | const result: any; |
21 | 15 | export default result; | ... | ... |
vite.config.ts
1 | 1 | import type { UserConfig, ConfigEnv } from 'vite'; |
2 | 2 | import pkg from './package.json'; |
3 | -import moment from 'moment'; | |
3 | +import dayjs from 'dayjs'; | |
4 | 4 | import { loadEnv } from 'vite'; |
5 | 5 | import { resolve } from 'path'; |
6 | 6 | import { generateModifyVars } from './build/generate/generateModifyVars'; |
... | ... | @@ -16,7 +16,7 @@ function pathResolve(dir: string) { |
16 | 16 | const { dependencies, devDependencies, name, version } = pkg; |
17 | 17 | const __APP_INFO__ = { |
18 | 18 | pkg: { dependencies, devDependencies, name, version }, |
19 | - lastBuildTime: moment().format('YYYY-MM-DD HH:mm:ss'), | |
19 | + lastBuildTime: dayjs().format('YYYY-MM-DD HH:mm:ss'), | |
20 | 20 | }; |
21 | 21 | |
22 | 22 | export default ({ command, mode }: ConfigEnv): UserConfig => { |
... | ... | @@ -97,9 +97,7 @@ export default ({ command, mode }: ConfigEnv): UserConfig => { |
97 | 97 | include: [ |
98 | 98 | '@iconify/iconify', |
99 | 99 | 'ant-design-vue/es/locale/zh_CN', |
100 | - 'moment/dist/locale/zh-cn', | |
101 | 100 | 'ant-design-vue/es/locale/en_US', |
102 | - 'moment/dist/locale/eu', | |
103 | 101 | ], |
104 | 102 | exclude: ['vue-demi'], |
105 | 103 | }, | ... | ... |
windi.config.ts
... | ... | @@ -24,8 +24,8 @@ export default defineConfig({ |
24 | 24 | }); |
25 | 25 | |
26 | 26 | /** |
27 | - * Used for animation when the element is displayed | |
28 | - * @param maxOutput The larger the maxOutput output, the larger the generated css volume | |
27 | + * Used for animation when the element is displayed. | |
28 | + * @param maxOutput The larger the maxOutput output, the larger the generated css volume. | |
29 | 29 | */ |
30 | 30 | function createEnterPlugin(maxOutput = 6) { |
31 | 31 | const createCss = (index: number, d = 'x') => { | ... | ... |