pino-devtools
Advanced tools
Comparing version 2.7.0 to 2.8.0
{ | ||
"name": "pino-devtools", | ||
"version": "2.7.0", | ||
"version": "2.8.0", | ||
"description": "A transport for viewing the logs in your favorite browser devtools", | ||
@@ -30,6 +30,6 @@ "main": "index.js", | ||
"jest": "^29.0.2", | ||
"jest-environment-jsdom": "29.5.0", | ||
"jest-environment-jsdom": "29.7.0", | ||
"jest-fetch-mock": "^3.0.3", | ||
"prettier": "^2.5.1", | ||
"rimraf": "^4.0.4" | ||
"prettier": "^3.0.0", | ||
"rimraf": "^5.0.0" | ||
}, | ||
@@ -46,4 +46,4 @@ "jest": { | ||
"optionalDependencies": { | ||
"fsevents": "2.3.2" | ||
"fsevents": "2.3.3" | ||
} | ||
} |