0
Fork 0
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:
Diana Morales 2022-01-04 14:57:16 +01:00 committed by GitHub
parent b5887ba3f5
commit c85f98ce4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -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": {

View file

@ -1,4 +1,4 @@
import warning from 'fastify-warning';
import warning from 'process-warning';
const warningInstance = warning();
const verdaccioWarning = 'VerdaccioWarning';

View file

@ -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