mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
fix: package overrides
This commit is contained in:
parent
4954e9c27e
commit
60fd1431c3
10
package.json
10
package.json
@ -45,7 +45,7 @@
|
||||
"commander": "^11.1.0",
|
||||
"date-fns": "^2.30.0",
|
||||
"decompress": "^4.2.1",
|
||||
"decompress-unzip": "github:pockethost/decompress-unzip#6ef397b9a2df11d39c7b26ce779e123833844751",
|
||||
"decompress-unzip": "https://github.com/pockethost/decompress-unzip.git#6ef397b9a2df11d39c7b26ce779e123833844751",
|
||||
"dockerode": "^3.3.5",
|
||||
"dotenv": "^16.3.1",
|
||||
"event-source-polyfill": "^1.0.31",
|
||||
@ -109,13 +109,5 @@
|
||||
"type-fest": "^4.6.0",
|
||||
"typescript": "^5.2.2"
|
||||
},
|
||||
"overrides": {
|
||||
"decompress-unzip": "https://github.com/pockethost/decompress-unzip.git#6ef397b9a2df11d39c7b26ce779e123833844751",
|
||||
"ftp-srv": "https://github.com/pockethost/ftp-srv.git#0fc708bae0d5d7a55ce948767f082d6fcfb2af59"
|
||||
},
|
||||
"resolutions": {
|
||||
"decompress-unzip": "https://github.com/pockethost/decompress-unzip.git#6ef397b9a2df11d39c7b26ce779e123833844751",
|
||||
"ftp-srv": "https://github.com/pockethost/ftp-srv.git#0fc708bae0d5d7a55ce948767f082d6fcfb2af59"
|
||||
},
|
||||
"packageManager": "pnpm@8.10.2"
|
||||
}
|
||||
|
6
pnpm-lock.yaml
generated
6
pnpm-lock.yaml
generated
@ -4,10 +4,6 @@ settings:
|
||||
autoInstallPeers: true
|
||||
excludeLinksFromLockfile: false
|
||||
|
||||
overrides:
|
||||
decompress-unzip: https://github.com/pockethost/decompress-unzip.git#6ef397b9a2df11d39c7b26ce779e123833844751
|
||||
ftp-srv: https://github.com/pockethost/ftp-srv.git#0fc708bae0d5d7a55ce948767f082d6fcfb2af59
|
||||
|
||||
importers:
|
||||
|
||||
.:
|
||||
@ -55,7 +51,7 @@ importers:
|
||||
specifier: ^6.3.0
|
||||
version: 6.3.0
|
||||
ftp-srv:
|
||||
specifier: https://github.com/pockethost/ftp-srv.git#0fc708bae0d5d7a55ce948767f082d6fcfb2af59
|
||||
specifier: github:pockethost/ftp-srv#0fc708bae0d5d7a55ce948767f082d6fcfb2af59
|
||||
version: github.com/pockethost/ftp-srv/0fc708bae0d5d7a55ce948767f082d6fcfb2af59
|
||||
get-port:
|
||||
specifier: ^6.1.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user