mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
fix: tail packaging
This commit is contained in:
parent
ae8611e310
commit
6997ff33a5
@ -42,7 +42,6 @@
|
||||
"@types/node": "^20.8.10",
|
||||
"@types/node-os-utils": "^1.3.4",
|
||||
"@types/semver": "^7.5.4",
|
||||
"@types/tail": "^2.2.2",
|
||||
"@types/tmp": "^0.2.5",
|
||||
"@types/unzipper": "^0.10.8",
|
||||
"@types/vhost": "^3.0.9",
|
||||
@ -77,6 +76,7 @@
|
||||
"patchedDependencies": {
|
||||
"eventsource@2.0.2": "patches/eventsource@2.0.2.patch",
|
||||
"@sveltejs/enhanced-img": "patches/@sveltejs__enhanced-img.patch",
|
||||
"tail": "patches/tail.patch",
|
||||
"@types/tail": "patches/@types__tail.patch"
|
||||
}
|
||||
}
|
||||
|
10
pnpm-lock.yaml
generated
10
pnpm-lock.yaml
generated
@ -14,6 +14,9 @@ patchedDependencies:
|
||||
eventsource@2.0.2:
|
||||
hash: tygaxpd33h24mrpcadqkqji6vy
|
||||
path: patches/eventsource@2.0.2.patch
|
||||
tail:
|
||||
hash: qtngcupkvsqixn44vtprfahrre
|
||||
path: patches/tail.patch
|
||||
|
||||
importers:
|
||||
|
||||
@ -97,9 +100,6 @@ importers:
|
||||
'@types/semver':
|
||||
specifier: ^7.5.4
|
||||
version: 7.5.8
|
||||
'@types/tail':
|
||||
specifier: ^2.2.2
|
||||
version: 2.2.3(patch_hash=ixlzsmhzgpwnzxmh2x3rpalkme)
|
||||
'@types/tmp':
|
||||
specifier: ^0.2.5
|
||||
version: 0.2.6
|
||||
@ -423,7 +423,7 @@ importers:
|
||||
version: 2.0.0
|
||||
tail:
|
||||
specifier: ^2.2.6
|
||||
version: 2.2.6
|
||||
version: 2.2.6(patch_hash=qtngcupkvsqixn44vtprfahrre)
|
||||
tmp:
|
||||
specifier: ^0.2.1
|
||||
version: 0.2.3
|
||||
@ -9848,7 +9848,7 @@ snapshots:
|
||||
string-width: 4.2.3
|
||||
strip-ansi: 6.0.1
|
||||
|
||||
tail@2.2.6: {}
|
||||
tail@2.2.6(patch_hash=qtngcupkvsqixn44vtprfahrre): {}
|
||||
|
||||
tailwindcss@3.4.13:
|
||||
dependencies:
|
||||
|
Loading…
x
Reference in New Issue
Block a user