File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 30
30
"react-spinners" : " ^0.15.0" ,
31
31
"tailwind-merge" : " ^2.6.0" ,
32
32
"tailwindcss-animate" : " ^1.0.7" ,
33
- "vite-plugin-static-copy" : " ^1.0.6 "
33
+ "vite-plugin-static-copy" : " ^2.3.2 "
34
34
},
35
35
"devDependencies" : {
36
36
"@eslint/js" : " ^9.9.0" ,
Original file line number Diff line number Diff line change @@ -1954,6 +1954,11 @@ p-locate@^5.0.0:
1954
1954
dependencies :
1955
1955
p-limit "^3.0.2"
1956
1956
1957
+ p-map@^7.0.3 :
1958
+ version "7.0.3"
1959
+ resolved "https://registry.yarnpkg.com/p-map/-/p-map-7.0.3.tgz#7ac210a2d36f81ec28b736134810f7ba4418cdb6"
1960
+ integrity sha512-VkndIv2fIB99swvQoA65bm+fsmt6UNdGeIB0oxBs+WhAhdh08QA04JXpI7rbB9r08/nkbysKoya9rtDERYOYMA==
1961
+
1957
1962
package-json-from-dist@^1.0.0 :
1958
1963
version "1.0.1"
1959
1964
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz#4f1471a010827a86f94cfd9b0727e36d267de505"
@@ -2468,14 +2473,15 @@ util-deprecate@^1.0.2:
2468
2473
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
2469
2474
integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==
2470
2475
2471
- vite-plugin-static-copy@^1.0.6 :
2472
- version "1.0.6 "
2473
- resolved "https://registry.yarnpkg.com/vite-plugin-static-copy/-/vite-plugin-static-copy-1.0.6 .tgz#ff457c16e8cfa564472aafd1698790ac89d05508 "
2474
- integrity sha512-3uSvsMwDVFZRitqoWHj0t4137Kz7UynnJeq1EZlRW7e25h2068fyIZX4ORCCOAkfp1FklGxJNVJBkBOD+PZIew ==
2476
+ vite-plugin-static-copy@^2.3.2 :
2477
+ version "2.3.2 "
2478
+ resolved "https://registry.yarnpkg.com/vite-plugin-static-copy/-/vite-plugin-static-copy-2.3.2 .tgz#1b6be634c21541d6363dd72ab7870b1ce14bfa53 "
2479
+ integrity sha512-iwrrf+JupY4b9stBttRWzGHzZbeMjAHBhkrn67MNACXJVjEMRpCI10Q3AkxdBkl45IHaTfw/CNVevzQhP7yTwg ==
2475
2480
dependencies :
2476
2481
chokidar "^3.5.3"
2477
2482
fast-glob "^3.2.11"
2478
2483
fs-extra "^11.1.0"
2484
+ p-map "^7.0.3"
2479
2485
picocolors "^1.0.0"
2480
2486
2481
2487
vite@^5.4.20 :
You can’t perform that action at this time.
0 commit comments