mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -05:00
Move from fastify-warning to process-warning (#2855)
This commit is contained in:
parent
b5887ba3f5
commit
c85f98ce4d
3 changed files with 4 additions and 4 deletions
|
@ -37,7 +37,7 @@
|
|||
"http-errors": "1.8.1",
|
||||
"http-status-codes": "2.2.0",
|
||||
"semver": "7.3.5",
|
||||
"fastify-warning": "0.2.0",
|
||||
"process-warning": "1.0.0",
|
||||
"core-js": "3.17.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import warning from 'fastify-warning';
|
||||
import warning from 'process-warning';
|
||||
|
||||
const warningInstance = warning();
|
||||
const verdaccioWarning = 'VerdaccioWarning';
|
||||
|
|
|
@ -312,15 +312,15 @@ importers:
|
|||
specifiers:
|
||||
'@verdaccio/types': workspace:11.0.0-6-next.10
|
||||
core-js: 3.17.2
|
||||
fastify-warning: 0.2.0
|
||||
http-errors: 1.8.1
|
||||
http-status-codes: 2.2.0
|
||||
process-warning: 1.0.0
|
||||
semver: 7.3.5
|
||||
dependencies:
|
||||
core-js: 3.17.2
|
||||
fastify-warning: 0.2.0
|
||||
http-errors: 1.8.1
|
||||
http-status-codes: 2.2.0
|
||||
process-warning: 1.0.0
|
||||
semver: 7.3.5
|
||||
devDependencies:
|
||||
'@verdaccio/types': link:../types
|
||||
|
|
Loading…
Reference in a new issue