Commit 7e5bdf612be21571bd52dd96889df65ee7d0c9fa
1 parent
532a8243
update
Showing
3 changed files
with
7 additions
and
3 deletions
apps/web-payment/package.json
| @@ -45,6 +45,7 @@ | @@ -45,6 +45,7 @@ | ||
| 45 | "dayjs": "catalog:", | 45 | "dayjs": "catalog:", |
| 46 | "element-plus": "catalog:", | 46 | "element-plus": "catalog:", |
| 47 | "pinia": "catalog:", | 47 | "pinia": "catalog:", |
| 48 | + "qs": "catalog:", | ||
| 48 | "vue": "catalog:", | 49 | "vue": "catalog:", |
| 49 | "vue-router": "catalog:" | 50 | "vue-router": "catalog:" |
| 50 | }, | 51 | }, |
pnpm-lock.yaml
| @@ -355,7 +355,7 @@ catalogs: | @@ -355,7 +355,7 @@ catalogs: | ||
| 355 | specifier: ^1.5.4 | 355 | specifier: ^1.5.4 |
| 356 | version: 1.5.4 | 356 | version: 1.5.4 |
| 357 | qs: | 357 | qs: |
| 358 | - specifier: ^6.14.0 | 358 | + specifier: 6.14.0 |
| 359 | version: 6.14.0 | 359 | version: 6.14.0 |
| 360 | reka-ui: | 360 | reka-ui: |
| 361 | specifier: ^2.6.0 | 361 | specifier: ^2.6.0 |
| @@ -880,6 +880,9 @@ importers: | @@ -880,6 +880,9 @@ importers: | ||
| 880 | pinia: | 880 | pinia: |
| 881 | specifier: ^3.0.3 | 881 | specifier: ^3.0.3 |
| 882 | version: 3.0.4(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3)) | 882 | version: 3.0.4(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3)) |
| 883 | + qs: | ||
| 884 | + specifier: 'catalog:' | ||
| 885 | + version: 6.14.0 | ||
| 883 | vue: | 886 | vue: |
| 884 | specifier: ^3.5.24 | 887 | specifier: ^3.5.24 |
| 885 | version: 3.5.24(typescript@5.9.3) | 888 | version: 3.5.24(typescript@5.9.3) |
pnpm-workspace.yaml
| @@ -90,6 +90,7 @@ catalog: | @@ -90,6 +90,7 @@ catalog: | ||
| 90 | dotenv: ^16.6.1 | 90 | dotenv: ^16.6.1 |
| 91 | echarts: ^6.0.0 | 91 | echarts: ^6.0.0 |
| 92 | element-plus: ^2.10.2 | 92 | element-plus: ^2.10.2 |
| 93 | + es-toolkit: ^1.41.0 | ||
| 93 | eslint: ^9.39.1 | 94 | eslint: ^9.39.1 |
| 94 | eslint-config-turbo: ^2.6.1 | 95 | eslint-config-turbo: ^2.6.1 |
| 95 | eslint-plugin-command: ^3.3.1 | 96 | eslint-plugin-command: ^3.3.1 |
| @@ -143,7 +144,7 @@ catalog: | @@ -143,7 +144,7 @@ catalog: | ||
| 143 | prettier-plugin-tailwindcss: ^0.7.1 | 144 | prettier-plugin-tailwindcss: ^0.7.1 |
| 144 | publint: ^0.3.12 | 145 | publint: ^0.3.12 |
| 145 | qrcode: ^1.5.4 | 146 | qrcode: ^1.5.4 |
| 146 | - qs: ^6.14.0 | 147 | + qs: 6.14.0 |
| 147 | reka-ui: ^2.6.0 | 148 | reka-ui: ^2.6.0 |
| 148 | resolve.exports: ^2.0.3 | 149 | resolve.exports: ^2.0.3 |
| 149 | rimraf: ^6.1.0 | 150 | rimraf: ^6.1.0 |
| @@ -194,4 +195,3 @@ catalog: | @@ -194,4 +195,3 @@ catalog: | ||
| 194 | watermark-js-plus: ^1.6.2 | 195 | watermark-js-plus: ^1.6.2 |
| 195 | zod: ^3.25.67 | 196 | zod: ^3.25.67 |
| 196 | zod-defaults: 0.1.3 | 197 | zod-defaults: 0.1.3 |
| 197 | - es-toolkit: ^1.41.0 |