Update dependency vite-plugin-static-copy to v1
This commit is contained in:
parent
aae8ef81b1
commit
6a10c77049
2 changed files with 5 additions and 5 deletions
|
@ -174,7 +174,7 @@
|
||||||
"vite-plugin-compile-time": "^0.2.1",
|
"vite-plugin-compile-time": "^0.2.1",
|
||||||
"vite-plugin-html": "^3.2.0",
|
"vite-plugin-html": "^3.2.0",
|
||||||
"vite-plugin-require": "^1.1.10",
|
"vite-plugin-require": "^1.1.10",
|
||||||
"vite-plugin-static-copy": "^0.17.0",
|
"vite-plugin-static-copy": "^1.0.0",
|
||||||
"wicg-inert": "^3.1.1",
|
"wicg-inert": "^3.1.1",
|
||||||
"zod": "^3.21.4"
|
"zod": "^3.21.4"
|
||||||
},
|
},
|
||||||
|
|
|
@ -8944,10 +8944,10 @@ vite-plugin-require@^1.1.10:
|
||||||
vue-loader "^15.9.8"
|
vue-loader "^15.9.8"
|
||||||
webpack "^4.46.0 || ^5.0.0"
|
webpack "^4.46.0 || ^5.0.0"
|
||||||
|
|
||||||
vite-plugin-static-copy@^0.17.0:
|
vite-plugin-static-copy@^1.0.0:
|
||||||
version "0.17.0"
|
version "1.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/vite-plugin-static-copy/-/vite-plugin-static-copy-0.17.0.tgz#e45527da186c4a3818d09635797b6fc7cc9e035f"
|
resolved "https://registry.yarnpkg.com/vite-plugin-static-copy/-/vite-plugin-static-copy-1.0.0.tgz#3caf5412b3a295a6daf55cfbcd97aa60bb9657ab"
|
||||||
integrity sha512-2HpNbHfDt8SDy393AGXh9llHkc8FJMQkI8s3T5WsH3SWLMO+f5cFIyPErl4yGKU9Uh3Vaqsd4lHZYTf042fQ2A==
|
integrity sha512-kMlrB3WDtC5GzFedNIPkpjnOAr8M11PfWOiUaONrUZ3AqogTsOmIhTt6w7Fh311wl8pN81ld7sfuOEogFJ9N8A==
|
||||||
dependencies:
|
dependencies:
|
||||||
chokidar "^3.5.3"
|
chokidar "^3.5.3"
|
||||||
fast-glob "^3.2.11"
|
fast-glob "^3.2.11"
|
||||||
|
|
Loading…
Reference in a new issue