This is an automated email from the ASF dual-hosted git repository.
baiyangtx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/amoro.git
The following commit(s) were added to refs/heads/master by this push:
new 9a01865b6 [AMORO-2669]: use the faker plugin replace mock plugin
(#2704)
9a01865b6 is described below
commit 9a01865b6b6aac10757836d507cce327be500e3d
Author: xiaomo <[email protected]>
AuthorDate: Wed Apr 10 16:05:02 2024 +0800
[AMORO-2669]: use the faker plugin replace mock plugin (#2704)
chore: use the faker plugin replace mock plugin
---
ams/dashboard/package.json | 2 +-
ams/dashboard/pnpm-lock.yaml | 165 ++++++++++++++++---------------------------
ams/dashboard/vite.config.ts | 10 +--
3 files changed, 69 insertions(+), 108 deletions(-)
diff --git a/ams/dashboard/package.json b/ams/dashboard/package.json
index db2a235c1..896416fe3 100644
--- a/ams/dashboard/package.json
+++ b/ams/dashboard/package.json
@@ -41,7 +41,7 @@
"sql-formatter": "^2.3.3",
"typescript": "^5.2.2",
"vite": "^5.0.8",
- "vite-plugin-mock": "^3.0.0",
+ "vite-plugin-fake-server": "^2.1.1",
"vite-plugin-svg-icons": "^2.0.1",
"vue-tsc": "^1.8.25"
},
diff --git a/ams/dashboard/pnpm-lock.yaml b/ams/dashboard/pnpm-lock.yaml
index 875e058e3..be7bbf035 100644
--- a/ams/dashboard/pnpm-lock.yaml
+++ b/ams/dashboard/pnpm-lock.yaml
@@ -1,5 +1,9 @@
lockfileVersion: '6.0'
+settings:
+ autoInstallPeers: true
+ excludeLinksFromLockfile: false
+
dependencies:
'@ant-design/icons-vue':
specifier: 6.1.0
@@ -90,9 +94,9 @@ devDependencies:
vite:
specifier: ^5.0.8
version: 5.0.8(@types/[email protected])([email protected])
- vite-plugin-mock:
- specifier: ^3.0.0
- version: 3.0.0([email protected])([email protected])([email protected])
+ vite-plugin-fake-server:
+ specifier: ^2.1.1
+ version: 2.1.1
vite-plugin-svg-icons:
specifier: ^2.0.1
version: 2.0.1([email protected])
@@ -468,6 +472,7 @@ packages:
/@commitlint/[email protected]:
resolution: {integrity:
sha512-FPZZmTJBARPCyef9ohRC9EANiQEKSWIdatx5OlgeHKu878dWwpyeFauVkhzuBRJFcCA4Uvz/FDtlDKs008IHcA==}
engines: {node: '>=v18'}
+ requiresBuild: true
dependencies:
'@commitlint/types': 18.4.3
ajv: 8.12.0
@@ -484,6 +489,7 @@ packages:
/@commitlint/[email protected]:
resolution: {integrity:
sha512-t7FM4c+BdX9WWZCPrrbV5+0SWLgT3kCq7e7/GhHCreYifg3V8qyvO127HF796vyFql75n4TFF+5v1asOOWkV1Q==}
engines: {node: '>=v18'}
+ requiresBuild: true
dev: true
optional: true
@@ -579,6 +585,7 @@ packages:
/@commitlint/[email protected]:
resolution: {integrity:
sha512-30sk04LZWf8+SDgJrbJCjM90gTg2LxsD9cykCFeFu+JFHvBFq5ugzp2eO/DJGylAdVaqxej3c7eTSE64hR/lnw==}
engines: {node: '>=v18'}
+ requiresBuild: true
dependencies:
'@commitlint/config-validator': 18.4.3
'@commitlint/types': 18.4.3
@@ -624,6 +631,7 @@ packages:
/@commitlint/[email protected]:
resolution: {integrity:
sha512-cvzx+vtY/I2hVBZHCLrpoh+sA0hfuzHwDc+BAFPimYLjJkpHnghQM+z8W/KyLGkygJh3BtI3xXXq+dKjnSWEmA==}
engines: {node: '>=v18'}
+ requiresBuild: true
dependencies:
chalk: 4.1.2
dev: true
@@ -1190,12 +1198,9 @@ packages:
resolution: {integrity:
sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==}
dev: true
- /@types/[email protected]:
- resolution: {integrity:
sha512-SXgrhajHG7boLv6oU93CcmdDm0HYRiceuz6b+7z+/2lCJPTWDv0V5YiwFHT2ejE4bQqgSXQiVPQYPWv7LGsK1g==}
- dev: true
-
/@types/[email protected]:
resolution: {integrity:
sha512-k5fggr14DwAytoA/t8rPrIz++lXK7/DqckthCmoZOKNsEbJkId4Z//BqgApXBUGrGddrigYa1oqheo/7YmW4rg==}
+ requiresBuild: true
dependencies:
undici-types: 5.26.5
dev: true
@@ -1738,6 +1743,7 @@ packages:
/[email protected]:
resolution: {integrity:
sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==}
+ requiresBuild: true
dependencies:
fast-deep-equal: 3.1.3
json-schema-traverse: 1.0.0
@@ -1835,6 +1841,7 @@ packages:
/[email protected]:
resolution: {integrity:
sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==}
+ requiresBuild: true
dependencies:
micromatch: 3.1.10
normalize-path: 2.1.1
@@ -1866,6 +1873,7 @@ packages:
/[email protected]:
resolution: {integrity:
sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
+ requiresBuild: true
dev: true
optional: true
@@ -1939,6 +1947,7 @@ packages:
/[email protected]:
resolution: {integrity:
sha512-c646jH1avxr+aVpndVMeAfYw7wAa6idufrlN3LPA4PmKS0QEGp6PIC9nwz0WQkkvBGAMEki3pFdtxaF39J9vvg==}
+ requiresBuild: true
dev: true
optional: true
@@ -2008,6 +2017,7 @@ packages:
/[email protected]:
resolution: {integrity:
sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==}
engines: {node: '>=0.10.0'}
+ requiresBuild: true
dev: true
optional: true
@@ -2017,6 +2027,7 @@ packages:
/[email protected]:
resolution: {integrity:
sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==}
+ requiresBuild: true
dependencies:
file-uri-to-path: 1.0.0
dev: true
@@ -2174,14 +2185,11 @@ packages:
semver: 7.5.4
dev: false
- /[email protected]([email protected]):
- resolution: {integrity:
sha512-jwzPOChofl67PSTW2SGubV9HBQAhhR2i6nskiOThauo9dzwDUgOWQScFVaJkjEfYX+UXiD+LEx8EblQMc2wIag==}
- engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
- peerDependencies:
- esbuild: '>=0.17'
+ /[email protected]:
+ resolution: {integrity:
sha512-L0z0iPX7t7ff5eZsK7oMEH+Ly2lzJczFKPHwrta6X8SF64a20R3wOrAOYK1MzHZVaWWugg9qlSTVfVwqvQJ2dw==}
dependencies:
- esbuild: 0.19.10
- load-tsconfig: 0.2.5
+ get-tsconfig: 4.7.2
+ import-from-string: 0.0.4
dev: true
/[email protected]:
@@ -2331,6 +2339,7 @@ packages:
/[email protected]:
resolution: {integrity:
sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==}
deprecated: Chokidar 2 does not receive security updates since 2019.
Upgrade to chokidar 3 with 15x fewer dependencies
+ requiresBuild: true
dependencies:
anymatch: 2.0.0
async-each: 1.0.6
@@ -2569,18 +2578,6 @@ packages:
typedarray: 0.0.6
dev: true
- /[email protected]:
- resolution: {integrity:
sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ==}
- engines: {node: '>= 0.10.0'}
- dependencies:
- debug: 2.6.9
- finalhandler: 1.1.2
- parseurl: 1.3.3
- utils-merge: 1.0.1
- transitivePeerDependencies:
- - supports-color
- dev: true
-
/[email protected]:
resolution: {integrity:
sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA==}
dev: true
@@ -2674,6 +2671,7 @@ packages:
/[email protected](@types/[email protected])([email protected])([email protected]):
resolution: {integrity:
sha512-+8cK7jRAReYkMwMiG+bxhcNKiHJDM6bR9FD/nGBXOWdMLuYawjF5cGrtLilJ+LGd3ZjCXnJjR5DkfWPoIVlqJA==}
engines: {node: '>=v16'}
+ requiresBuild: true
peerDependencies:
'@types/node': '*'
cosmiconfig: '>=8.2'
@@ -2710,6 +2708,7 @@ packages:
/[email protected]([email protected]):
resolution: {integrity:
sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==}
engines: {node: '>=14'}
+ requiresBuild: true
peerDependencies:
typescript: '>=4.9.5'
peerDependenciesMeta:
@@ -3116,10 +3115,6 @@ packages:
zrender: 5.4.4
dev: false
- /[email protected]:
- resolution: {integrity:
sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
- dev: true
-
/[email protected]:
resolution: {integrity:
sha512-/bKPPcgZVUziECqDc+0HkT87+0zhaWSZHNXqF8FLd2lQcptpmUFwoCSWjCdOng9Gdq+afKArPdEg/0ZW461Eng==}
dev: true
@@ -3152,11 +3147,6 @@ packages:
engines: {node: '>= 4'}
dev: true
- /[email protected]:
- resolution: {integrity:
sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==}
- engines: {node: '>= 0.8'}
- dev: true
-
/[email protected]:
resolution: {integrity:
sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==}
dependencies:
@@ -3227,10 +3217,6 @@ packages:
resolution: {integrity:
sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==}
engines: {node: '>=6'}
- /[email protected]:
- resolution: {integrity:
sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==}
- dev: true
-
/[email protected]:
resolution: {integrity:
sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==}
engines: {node: '>=0.8.0'}
@@ -3843,6 +3829,7 @@ packages:
/[email protected]:
resolution: {integrity:
sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw==}
+ deprecated: This module is no longer supported.
dev: true
/[email protected]:
@@ -3874,6 +3861,7 @@ packages:
/[email protected]:
resolution: {integrity:
sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==}
+ requiresBuild: true
dev: true
optional: true
@@ -3893,21 +3881,6 @@ packages:
dependencies:
to-regex-range: 5.0.1
- /[email protected]:
- resolution: {integrity:
sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==}
- engines: {node: '>= 0.8'}
- dependencies:
- debug: 2.6.9
- encodeurl: 1.0.2
- escape-html: 1.0.3
- on-finished: 2.3.0
- parseurl: 1.3.3
- statuses: 1.5.0
- unpipe: 1.0.0
- transitivePeerDependencies:
- - supports-color
- dev: true
-
/[email protected]:
resolution: {integrity:
sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==}
engines: {node: '>=6'}
@@ -4114,7 +4087,6 @@ packages:
resolution: {integrity:
sha512-wuMsz4leaj5hbGgg4IvDU0bqJagpftG5l5cXIAvo8uZrqn0NJqwtfupTN00VnkQJPcIRrxYrm1Ue24btpCha2A==}
dependencies:
resolve-pkg-maps: 1.0.0
- dev: false
/[email protected]:
resolution: {integrity:
sha512-Ln0UQDlxH1BapMu3GPtf7CuYNwRZf2gwCuPqbyG6pB8WfmFpzqcy4xtAaAMUhnNqjMKTiCPZG2oMT3YSx8U2NA==}
@@ -4135,6 +4107,7 @@ packages:
/[email protected]:
resolution: {integrity:
sha512-E8Ak/2+dZY6fnzlR7+ueWvhsH1SjHr4jjss4YS/h4py44jY9MhK/VFdaZJAWDz6BbL21KeteKxFSFpq8OS5gVA==}
+ requiresBuild: true
dependencies:
is-glob: 3.1.0
path-dirname: 1.0.2
@@ -4438,6 +4411,17 @@ packages:
parent-module: 1.0.1
resolve-from: 4.0.0
+ /[email protected]:
+ resolution: {integrity:
sha512-ZmtWHOGv55OEFb3HxfQH4L4vAR7g3HUm82N5LmvXugiXlaZ1j/epItoUDjQ+gJ+MjNl+apczmCnqGFq8q2CM6w==}
+ dependencies:
+ esbuild: 0.19.10
+ import-meta-resolve: 3.1.1
+ dev: true
+
+ /[email protected]:
+ resolution: {integrity:
sha512-qeywsE/KC3w9Fd2ORrRDUw6nS/nLwZpXgfrOc2IILvZYnCaEMd+D56Vfg9k4G29gIeVi3XKql1RQatME8iYsiw==}
+ dev: true
+
/[email protected]:
resolution: {integrity:
sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==}
engines: {node: '>=0.8.19'}
@@ -4533,6 +4517,7 @@ packages:
/[email protected]:
resolution: {integrity:
sha512-9fRVlXc0uCxEDj1nQzaWONSpbTfx0FmJfzHF7pwlI8DkWGoHBBea4Pg5Ky0ojwwxQmnSifgbKkI06Qv0Ljgj+Q==}
engines: {node: '>=0.10.0'}
+ requiresBuild: true
dependencies:
binary-extensions: 1.13.1
dev: true
@@ -4626,6 +4611,7 @@ packages:
/[email protected]:
resolution: {integrity:
sha512-UFpDDrPgM6qpnFNI+rh/p3bUaq9hKLZN8bMUWzxmcnZVS3omf4IPK+BrewlnWjO1WmUsMYuSjKh4UJuV4+Lqmw==}
engines: {node: '>=0.10.0'}
+ requiresBuild: true
dependencies:
is-extglob: 2.1.1
dev: true
@@ -4752,6 +4738,7 @@ packages:
/[email protected]:
resolution: {integrity:
sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==}
hasBin: true
+ requiresBuild: true
dev: true
optional: true
@@ -4772,6 +4759,7 @@ packages:
/[email protected]:
resolution: {integrity:
sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==}
hasBin: true
+ requiresBuild: true
dependencies:
argparse: 2.0.1
dev: true
@@ -4811,6 +4799,7 @@ packages:
/[email protected]:
resolution: {integrity:
sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==}
+ requiresBuild: true
dev: true
optional: true
@@ -5005,11 +4994,6 @@ packages:
strip-bom: 3.0.0
dev: true
- /[email protected]:
- resolution: {integrity:
sha512-IXO6OCs9yg8tMKzfPZ1YmheJbZCiEsnBdcB03l0OcfK9prKnJb96siuHCr5Fl37/yo9DnKU+TLpxzTUspw9shg==}
- engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
- dev: true
-
/[email protected]:
resolution: {integrity:
sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw==}
engines: {node: '>=4.3.0 <5.0.0 || >=5.10'}
@@ -5065,6 +5049,7 @@ packages:
/[email protected]:
resolution: {integrity:
sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==}
+ requiresBuild: true
dev: true
optional: true
@@ -5074,16 +5059,19 @@ packages:
/[email protected]:
resolution: {integrity:
sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==}
+ requiresBuild: true
dev: true
optional: true
/[email protected]:
resolution: {integrity:
sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==}
+ requiresBuild: true
dev: true
optional: true
/[email protected]:
resolution: {integrity:
sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==}
+ requiresBuild: true
dev: true
optional: true
@@ -5515,6 +5503,7 @@ packages:
/[email protected]:
resolution: {integrity:
sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
+ requiresBuild: true
/[email protected]:
resolution: {integrity:
sha512-ckmWDJjphvd/FvZawgygcUeQCxzvohjFO5RxTjj4eq8kw359gFF3E1brjfI+viLMxss5JrHTDRHZvu2/tuy0Qg==}
@@ -5529,6 +5518,7 @@ packages:
/[email protected]:
resolution: {integrity:
sha512-W7tfG7vMOGtD30sHoZSSc/JVYiyDPEyQVso/Zz+/uQd0B0L46gtC+pHha5FFMRpil6fm/AoEcRWyOVi4+E/f8w==}
+ requiresBuild: true
dev: true
optional: true
@@ -5641,6 +5631,7 @@ packages:
/[email protected]:
resolution: {integrity:
sha512-3pKJwH184Xo/lnH6oyP1q2pMd7HcypqqmRs91/6/i2CGtWwIKGCkOOMTm/zXbgTEWHw1uNpNi/igc3ePOYHb6w==}
engines: {node: '>=0.10.0'}
+ requiresBuild: true
dependencies:
remove-trailing-separator: 1.1.0
dev: true
@@ -5721,13 +5712,6 @@ packages:
isobject: 3.0.1
dev: true
- /[email protected]:
- resolution: {integrity:
sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==}
- engines: {node: '>= 0.8'}
- dependencies:
- ee-first: 1.1.1
- dev: true
-
/[email protected]:
resolution: {integrity:
sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==}
dependencies:
@@ -5890,11 +5874,6 @@ packages:
engines: {node: '>=0.10.0'}
dev: true
- /[email protected]:
- resolution: {integrity:
sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==}
- engines: {node: '>= 0.8'}
- dev: true
-
/[email protected]:
resolution: {integrity:
sha512-XHXfu/yOQRy9vYOtUDVMN60OEJjW013GoObG1o+xwQTpB9eYJX/BjXMsdW13ZDPruFhYYn0AG22w0xgQMwl3Nw==}
engines: {node: '>=0.10.0'}
@@ -5910,6 +5889,7 @@ packages:
/[email protected]:
resolution: {integrity:
sha512-ALzNPpyNq9AqXMBjeymIjFDAkAFH06mHJH/cSBHAgU0s4vfpBn6b2nf8tiRLvagKD8RbTpq2FKTBg7cl9l3c7Q==}
+ requiresBuild: true
dev: true
optional: true
@@ -5991,6 +5971,7 @@ packages:
/[email protected]:
resolution: {integrity:
sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==}
engines: {node: '>=6'}
+ requiresBuild: true
dev: true
/[email protected]([email protected])([email protected]):
@@ -6153,6 +6134,7 @@ packages:
/[email protected]:
resolution: {integrity:
sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==}
+ requiresBuild: true
dev: true
/[email protected]:
@@ -6312,6 +6294,7 @@ packages:
/[email protected]:
resolution: {integrity:
sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==}
engines: {node: '>=0.10'}
+ requiresBuild: true
dependencies:
graceful-fs: 4.2.11
micromatch: 3.1.10
@@ -6381,6 +6364,7 @@ packages:
/[email protected]:
resolution: {integrity:
sha512-/hS+Y0u3aOfIETiaiirUFwDBDzmXPvO+jAfKTitUngIPzdKc6Z0LoFjM/CK5PL4C+eKwHohlHAb6H0VFfmmUsw==}
+ requiresBuild: true
dev: true
optional: true
@@ -6402,6 +6386,7 @@ packages:
/[email protected]:
resolution: {integrity:
sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==}
engines: {node: '>=0.10.0'}
+ requiresBuild: true
dev: true
optional: true
@@ -6440,7 +6425,6 @@ packages:
/[email protected]:
resolution: {integrity:
sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==}
- dev: false
/[email protected]:
resolution: {integrity:
sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg==}
@@ -6560,6 +6544,7 @@ packages:
/[email protected]:
resolution: {integrity:
sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA==}
+ requiresBuild: true
dev: true
optional: true
@@ -6850,11 +6835,6 @@ packages:
object-copy: 0.1.0
dev: true
- /[email protected]:
- resolution: {integrity:
sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==}
- engines: {node: '>= 0.6'}
- dev: true
-
/[email protected]:
resolution: {integrity:
sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==}
dependencies:
@@ -7326,11 +7306,6 @@ packages:
engines: {node: '>= 10.0.0'}
dev: true
- /[email protected]:
- resolution: {integrity:
sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==}
- engines: {node: '>= 0.8'}
- dev: true
-
/[email protected]([email protected]):
resolution: {integrity:
sha512-s7IdPDlnOvPamjunVxw8kNgKNK8A5KM1YpK5j/p97jEKTjlPNrA0nZBiSfAKKlK1gWZuyWXlKL5dk3EDw874LQ==}
engines: {node: '>=14'}
@@ -7380,6 +7355,7 @@ packages:
/[email protected]:
resolution: {integrity:
sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==}
engines: {node: '>=4'}
+ requiresBuild: true
dev: true
optional: true
@@ -7431,11 +7407,6 @@ packages:
inherits: 2.0.3
dev: true
- /[email protected]:
- resolution: {integrity:
sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==}
- engines: {node: '>= 0.4.0'}
- dev: true
-
/[email protected]:
resolution: {integrity:
sha512-ocyWc3bAHBB/guyqJQVI5o4BZkPhznPYUG2ea80Gond/BgNWpap8TOmLSeeQG7bnh2KMISxskdADG59j7zruhw==}
@@ -7450,26 +7421,14 @@ packages:
engines: {node: '>= 0.8'}
dev: true
- /[email protected]([email protected])([email protected])([email protected]):
- resolution: {integrity:
sha512-Ibwlga2CSgkoFHFtPW3T/l0fwsGVz9Ss5i7HauBQDyDFfMKgbQXh9wKDLksLZHyai9rkDanxJtIcxbD0bUHCfw==}
- engines: {node: '>=16.0.0'}
- peerDependencies:
- mockjs: '>=1.1.0'
- vite: '>=4.0.0'
+ /[email protected]:
+ resolution: {integrity:
sha512-QUgssvE7jI9XU1WuDZ3gkzzi9GzVeapELIlFNMvmE2swDKL7O2y2nV0kRZ9VYOsD+hV312uSJyzHBJvcmBw7UQ==}
dependencies:
- '@types/mockjs': 1.0.10
- bundle-require: 4.0.2([email protected])
+ bundle-import: 0.0.1
chokidar: 3.5.3
- connect: 3.7.0
- debug: 4.3.4
fast-glob: 3.3.2
- mockjs: 1.1.0
path-to-regexp: 6.2.1
picocolors: 1.0.0
- vite: 5.0.8(@types/[email protected])([email protected])
- transitivePeerDependencies:
- - esbuild
- - supports-color
dev: true
/[email protected]([email protected]):
diff --git a/ams/dashboard/vite.config.ts b/ams/dashboard/vite.config.ts
index 595246029..1313d78cd 100644
--- a/ams/dashboard/vite.config.ts
+++ b/ams/dashboard/vite.config.ts
@@ -18,7 +18,7 @@
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
-import { viteMockServe } from 'vite-plugin-mock'
+import { vitePluginFakeServer } from 'vite-plugin-fake-server'
import path from 'node:path'
import {createSvgIconsPlugin} from 'vite-plugin-svg-icons'
import ViteComponents from 'unplugin-vue-components/vite'
@@ -55,9 +55,11 @@ export default defineConfig({
},
plugins: [
vue(),
- viteMockServe({
- mockPath: 'mock',
- enable: true,
+ vitePluginFakeServer({
+ logger: false,
+ include: "mock",
+ infixName: false,
+ enableProd: true
}),
createSvgIconsPlugin({
iconDirs: [path.resolve(process.cwd(), 'src/assets/icons/svg')],