fix: 修复无tmp安装包

This commit is contained in:
wanglihui 2024-03-12 16:07:11 +08:00
parent be9c5dc886
commit d5d7c4afd8
2 changed files with 6 additions and 0 deletions

View File

@ -38,6 +38,7 @@
"react-mentions": "^4.3.1",
"react-virtualized": "^9.22.5",
"react-virtuoso": "^4.5.0",
"tmp": "^0.2.3",
"web-vitals": "^2.1.4"
},
"devDependencies": {

View File

@ -12608,6 +12608,11 @@ tmp@^0.2.0:
dependencies:
rimraf "^3.0.0"
tmp@^0.2.3:
version "0.2.3"
resolved "https://registry.npmmirror.com/tmp/-/tmp-0.2.3.tgz#eb783cc22bc1e8bebd0671476d46ea4eb32a79ae"
integrity sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==
tmpl@1.0.5:
version "1.0.5"
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc"