Skip to content

Commit

Permalink
Dependency: Set pino to v9
Browse files Browse the repository at this point in the history
Verdaccio occasionally hangs locally after publishing all packages. Even a process.exit doesn't help due to the following error: pinojs/thread-stream#36

Upgrading pino to v9 resolves the issue
  • Loading branch information
valentinpalkovic committed Jun 10, 2024
1 parent ba6c56c commit e2a35e1
Show file tree
Hide file tree
Showing 2 changed files with 520 additions and 394 deletions.
7 changes: 4 additions & 3 deletions scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
"@testing-library/jest-dom": "^5.11.9",
"esbuild": "^0.20.1",
"serialize-javascript": "^3.1.0",
"type-fest": "~2.19"
"type-fest": "~2.19",
"pino": "^9"
},
"dependencies": {
"@actions/core": "^1.10.0",
Expand Down Expand Up @@ -188,9 +189,9 @@
"rimraf": "^5.0.5"
},
"optionalDependencies": {
"@verdaccio/types": "^10.2.0",
"@verdaccio/types": "^10.8.0",
"ts-loader": "^9.4.2",
"verdaccio": "^5.19.1",
"verdaccio": "^5.31.1",
"verdaccio-auth-memory": "^10.2.0"
},
"packageManager": "[email protected]",
Expand Down
Loading

0 comments on commit e2a35e1

Please sign in to comment.