Commit e1e9baa8c492b912b20d1216c7f02ae1185717f8
1 parent
2994fee3
chore: upgrade vite-plugin-mock to 1.0.4
Showing
2 changed files
with
20 additions
and
13 deletions
package.json
@@ -90,7 +90,7 @@ | @@ -90,7 +90,7 @@ | ||
90 | "tasksfile": "^5.1.1", | 90 | "tasksfile": "^5.1.1", |
91 | "ts-node": "^9.0.0", | 91 | "ts-node": "^9.0.0", |
92 | "typescript": "^4.0.3", | 92 | "typescript": "^4.0.3", |
93 | - "vite-plugin-mock": "^1.0.2", | 93 | + "vite-plugin-mock": "^1.0.4", |
94 | "vite-plugin-purge-icons": "^0.4.4", | 94 | "vite-plugin-purge-icons": "^0.4.4", |
95 | "vue-eslint-parser": "^7.1.1", | 95 | "vue-eslint-parser": "^7.1.1", |
96 | "yargs": "^16.1.0" | 96 | "yargs": "^16.1.0" |
yarn.lock
@@ -2557,10 +2557,10 @@ esbuild@^0.6.33: | @@ -2557,10 +2557,10 @@ esbuild@^0.6.33: | ||
2557 | resolved "https://registry.npmjs.org/esbuild/-/esbuild-0.6.34.tgz#76565a60e006f45d5f273b6e59e61ed0816551f5" | 2557 | resolved "https://registry.npmjs.org/esbuild/-/esbuild-0.6.34.tgz#76565a60e006f45d5f273b6e59e61ed0816551f5" |
2558 | integrity sha512-InRdL/Q96pUucPqovJzvuLhquZr6jOn81FDVwFjCKz1rYKIm9OdOC+7Fs4vr6x48vKBl5LzKgtjU39BUpO636A== | 2558 | integrity sha512-InRdL/Q96pUucPqovJzvuLhquZr6jOn81FDVwFjCKz1rYKIm9OdOC+7Fs4vr6x48vKBl5LzKgtjU39BUpO636A== |
2559 | 2559 | ||
2560 | -esbuild@^0.7.1: | ||
2561 | - version "0.7.14" | ||
2562 | - resolved "https://registry.npmjs.org/esbuild/-/esbuild-0.7.14.tgz#9de555e75669187c2315317fbf489b229b1a4cbb" | ||
2563 | - integrity sha512-w2CEVeRcUhCGYMHnNNwb8q+9w42scL7RcNzJm85gZVzNBE3AF0sLq5YP/IdaTBJIFBphIKG3bGbwRH+zsgH/ig== | 2560 | +esbuild@^0.7.19: |
2561 | + version "0.7.19" | ||
2562 | + resolved "https://registry.npmjs.org/esbuild/-/esbuild-0.7.19.tgz#6f8b94445e06f8bf6125183a877de6046c965abc" | ||
2563 | + integrity sha512-0Ur8ZtuRPwJMj4+VjRLqn5z88WXf+2etZhe4dBA6eYFcdviQefb+Vrd59cTk0VXg08NU/BnAMkalCMHI8lig/A== | ||
2564 | 2564 | ||
2565 | escalade@^3.1.0: | 2565 | escalade@^3.1.0: |
2566 | version "3.1.0" | 2566 | version "3.1.0" |
@@ -5846,7 +5846,7 @@ rollup-plugin-dynamic-import-variables@^1.1.0: | @@ -5846,7 +5846,7 @@ rollup-plugin-dynamic-import-variables@^1.1.0: | ||
5846 | globby "^11.0.0" | 5846 | globby "^11.0.0" |
5847 | magic-string "^0.25.7" | 5847 | magic-string "^0.25.7" |
5848 | 5848 | ||
5849 | -rollup-plugin-esbuild@^2.5.0: | 5849 | +rollup-plugin-esbuild@^2.5.2: |
5850 | version "2.5.2" | 5850 | version "2.5.2" |
5851 | resolved "https://registry.npmjs.org/rollup-plugin-esbuild/-/rollup-plugin-esbuild-2.5.2.tgz#fd7d4a88518898012a9d07e4c3ef8b4009c244d3" | 5851 | resolved "https://registry.npmjs.org/rollup-plugin-esbuild/-/rollup-plugin-esbuild-2.5.2.tgz#fd7d4a88518898012a9d07e4c3ef8b4009c244d3" |
5852 | integrity sha512-E4q3ac1AlMd0m0ZRYffdiorOt2eZcxfbdPaqBLs7JLnPE8krgIAihOD6cTUc54UJjoOMA9WcY63TR+JKWLzYNw== | 5852 | integrity sha512-E4q3ac1AlMd0m0ZRYffdiorOt2eZcxfbdPaqBLs7JLnPE8krgIAihOD6cTUc54UJjoOMA9WcY63TR+JKWLzYNw== |
@@ -5919,6 +5919,13 @@ rollup@^2.26.11: | @@ -5919,6 +5919,13 @@ rollup@^2.26.11: | ||
5919 | optionalDependencies: | 5919 | optionalDependencies: |
5920 | fsevents "~2.1.2" | 5920 | fsevents "~2.1.2" |
5921 | 5921 | ||
5922 | +rollup@^2.32.1: | ||
5923 | + version "2.32.1" | ||
5924 | + resolved "https://registry.npmjs.org/rollup/-/rollup-2.32.1.tgz#625a92c54f5b4d28ada12d618641491d4dbb548c" | ||
5925 | + integrity sha512-Op2vWTpvK7t6/Qnm1TTh7VjEZZkN8RWgf0DHbkKzQBwNf748YhXbozHVefqpPp/Fuyk/PQPAnYsBxAEtlMvpUw== | ||
5926 | + optionalDependencies: | ||
5927 | + fsevents "~2.1.2" | ||
5928 | + | ||
5922 | run-async@^2.2.0, run-async@^2.4.0: | 5929 | run-async@^2.2.0, run-async@^2.4.0: |
5923 | version "2.4.1" | 5930 | version "2.4.1" |
5924 | resolved "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz#8440eccf99ea3e70bd409d49aab88e10c189a455" | 5931 | resolved "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz#8440eccf99ea3e70bd409d49aab88e10c189a455" |
@@ -7023,19 +7030,19 @@ vfile@^4.0.0: | @@ -7023,19 +7030,19 @@ vfile@^4.0.0: | ||
7023 | unist-util-stringify-position "^2.0.0" | 7030 | unist-util-stringify-position "^2.0.0" |
7024 | vfile-message "^2.0.0" | 7031 | vfile-message "^2.0.0" |
7025 | 7032 | ||
7026 | -vite-plugin-mock@^1.0.2: | ||
7027 | - version "1.0.2" | ||
7028 | - resolved "https://registry.npmjs.org/vite-plugin-mock/-/vite-plugin-mock-1.0.2.tgz#07bdd67a8006fd60a6a83198479f3c0c57c7df53" | ||
7029 | - integrity sha512-GuHLfI+cEt4GwTQPAmXzk2Ujl8K4adJbpmHD9/ixLBJXSoYwzmEXXCeH7z44GuDNRnXi0NE/dG5qa+zamhNLFg== | 7033 | +vite-plugin-mock@^1.0.4: |
7034 | + version "1.0.4" | ||
7035 | + resolved "https://registry.npmjs.org/vite-plugin-mock/-/vite-plugin-mock-1.0.4.tgz#56631559afcd77046b058f162b2b5e8f5aaa7b17" | ||
7036 | + integrity sha512-jtos6ri0GAE/abv9VQyVvpPF5yQZaFx7vB7GV9wAZ5TQWqzH9nKUdmVj9ret7lC/oCnpaZn+2twxh4qzkVsd5Q== | ||
7030 | dependencies: | 7037 | dependencies: |
7031 | "@rollup/plugin-node-resolve" "^9.0.0" | 7038 | "@rollup/plugin-node-resolve" "^9.0.0" |
7032 | chalk "^4.1.0" | 7039 | chalk "^4.1.0" |
7033 | chokidar "^3.4.2" | 7040 | chokidar "^3.4.2" |
7034 | - esbuild "^0.7.1" | 7041 | + esbuild "^0.7.19" |
7035 | glob "^7.1.6" | 7042 | glob "^7.1.6" |
7036 | koa-bodyparser "^4.3.0" | 7043 | koa-bodyparser "^4.3.0" |
7037 | - rollup "^2.26.11" | ||
7038 | - rollup-plugin-esbuild "^2.5.0" | 7044 | + rollup "^2.32.1" |
7045 | + rollup-plugin-esbuild "^2.5.2" | ||
7039 | 7046 | ||
7040 | vite-plugin-purge-icons@^0.4.4: | 7047 | vite-plugin-purge-icons@^0.4.4: |
7041 | version "0.4.4" | 7048 | version "0.4.4" |