chore(dependencies): downgrade pino-pretty to version 13.0.0 for compatibility

- Updated `pino-pretty` from `13.1.1` to `13.0.0` in `package.json` files for both `dev-tool` and `web` applications to ensure compatibility across the codebase.
- Adjusted `pnpm-lock.yaml` to reflect the version change and removed references to the deprecated `secure-json-parse` and `strip-json-comments` versions.
This commit is contained in:
gbuomprisco
2025-08-04 22:28:21 +02:00
parent 1bb9022c9e
commit 8391fc90d8
3 changed files with 11 additions and 22 deletions

View File

@@ -31,7 +31,7 @@
"@types/react": "19.1.9",
"@types/react-dom": "19.1.7",
"babel-plugin-react-compiler": "19.1.0-rc.2",
"pino-pretty": "^13.1.1",
"pino-pretty": "^13.0.0",
"react-hook-form": "^7.62.0",
"tailwindcss": "4.1.11",
"tailwindcss-animate": "^1.0.7",