mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 01:00:34 +08:00
Houskeeping
This commit is contained in:
parent
77ca2fb142
commit
21f0895f66
@ -63,13 +63,13 @@
|
||||
"dependencies": {
|
||||
"@sukka/listdir": "^0.2.0",
|
||||
"@vercel/fetch-retry": "^5.1.3",
|
||||
"ci-info": "^3.4.0",
|
||||
"ci-info": "^3.5.0",
|
||||
"picocolors": "^1.0.0",
|
||||
"piscina": "^3.2.0",
|
||||
"table": "^6.8.0",
|
||||
"undici": "5.10.0"
|
||||
"undici": "5.11.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"wireit": "^0.7.1"
|
||||
"wireit": "^0.7.2"
|
||||
}
|
||||
}
|
||||
|
||||
38
pnpm-lock.yaml
generated
38
pnpm-lock.yaml
generated
@ -3,24 +3,24 @@ lockfileVersion: 5.4
|
||||
specifiers:
|
||||
'@sukka/listdir': ^0.2.0
|
||||
'@vercel/fetch-retry': ^5.1.3
|
||||
ci-info: ^3.4.0
|
||||
ci-info: ^3.5.0
|
||||
picocolors: ^1.0.0
|
||||
piscina: ^3.2.0
|
||||
table: ^6.8.0
|
||||
undici: 5.10.0
|
||||
wireit: ^0.7.1
|
||||
undici: 5.11.0
|
||||
wireit: ^0.7.2
|
||||
|
||||
dependencies:
|
||||
'@sukka/listdir': 0.2.0
|
||||
'@vercel/fetch-retry': 5.1.3
|
||||
ci-info: 3.4.0
|
||||
ci-info: 3.5.0
|
||||
picocolors: 1.0.0
|
||||
piscina: 3.2.0
|
||||
table: 6.8.0
|
||||
undici: 5.10.0
|
||||
undici: 5.11.0
|
||||
|
||||
devDependencies:
|
||||
wireit: 0.7.1
|
||||
wireit: 0.7.2
|
||||
|
||||
packages:
|
||||
|
||||
@ -120,6 +120,13 @@ packages:
|
||||
fill-range: 7.0.1
|
||||
dev: true
|
||||
|
||||
/busboy/1.6.0:
|
||||
resolution: {integrity: sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==}
|
||||
engines: {node: '>=10.16.0'}
|
||||
dependencies:
|
||||
streamsearch: 1.1.0
|
||||
dev: false
|
||||
|
||||
/chokidar/3.5.3:
|
||||
resolution: {integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==}
|
||||
engines: {node: '>= 8.10.0'}
|
||||
@ -135,8 +142,8 @@ packages:
|
||||
fsevents: 2.3.2
|
||||
dev: true
|
||||
|
||||
/ci-info/3.4.0:
|
||||
resolution: {integrity: sha512-t5QdPT5jq3o262DOQ8zA6E1tlH2upmUc4Hlvrbx1pGYJuiiHl7O7rvVNI+l8HTVhd/q3Qc9vqimkNk5yiXsAug==}
|
||||
/ci-info/3.5.0:
|
||||
resolution: {integrity: sha512-yH4RezKOGlOhxkmhbeNuC4eYZKAUsEaGtBuBzDDP1eFUKiccDWzBABxBfOx31IDwDIXMTxWuwAxUGModvkbuVw==}
|
||||
dev: false
|
||||
|
||||
/color-convert/2.0.1:
|
||||
@ -399,6 +406,11 @@ packages:
|
||||
is-fullwidth-code-point: 3.0.0
|
||||
dev: false
|
||||
|
||||
/streamsearch/1.1.0:
|
||||
resolution: {integrity: sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==}
|
||||
engines: {node: '>=10.0.0'}
|
||||
dev: false
|
||||
|
||||
/string-width/4.2.3:
|
||||
resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==}
|
||||
engines: {node: '>=8'}
|
||||
@ -433,9 +445,11 @@ packages:
|
||||
is-number: 7.0.0
|
||||
dev: true
|
||||
|
||||
/undici/5.10.0:
|
||||
resolution: {integrity: sha512-c8HsD3IbwmjjbLvoZuRI26TZic+TSEe8FPMLLOkN1AfYRhdjnKBU6yL+IwcSCbdZiX4e5t0lfMDLDCqj4Sq70g==}
|
||||
/undici/5.11.0:
|
||||
resolution: {integrity: sha512-oWjWJHzFet0Ow4YZBkyiJwiK5vWqEYoH7BINzJAJOLedZ++JpAlCbUktW2GQ2DS2FpKmxD/JMtWUUWl1BtghGw==}
|
||||
engines: {node: '>=12.18'}
|
||||
dependencies:
|
||||
busboy: 1.6.0
|
||||
dev: false
|
||||
|
||||
/uri-js/4.4.1:
|
||||
@ -444,8 +458,8 @@ packages:
|
||||
punycode: 2.1.1
|
||||
dev: false
|
||||
|
||||
/wireit/0.7.1:
|
||||
resolution: {integrity: sha512-TwuKae0aHk06DZ2omLW6YF4Y74YxCyuRCcsjZMm+cUPRXhvxAU2JhYyuCvD9wIALWK+cQUpB9GjeRFPRAbKsdw==}
|
||||
/wireit/0.7.2:
|
||||
resolution: {integrity: sha512-Zjq50QH5hguk64hXfJmJJpLGgi8TUy7780w0u2VXK325qWxJtw1fP6HhOYcdjTWeoYLWQDDkTytQ119y/UMseg==}
|
||||
engines: {node: '>=14.14.0'}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user