Skip to content

Commit

Permalink
chore(deps): update dependency pino-pretty to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 22, 2024
1 parent c48d6f2 commit 37c6e0b
Show file tree
Hide file tree
Showing 11 changed files with 59 additions and 66 deletions.
2 changes: 1 addition & 1 deletion analyzer/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@previewjs/type-analyzer": "^10.1.3",
"@previewjs/vfs": "^2.1.2",
"pino": "^8.19.0",
"pino-pretty": "^10.3.1"
"pino-pretty": "^11.0.0"
},
"devDependencies": {
"typescript": "^5.4.3",
Expand Down
2 changes: 1 addition & 1 deletion analyzer/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/react": "^18.2.67",
"@types/react-dom": "^18.2.22",
"pino": "^8.19.0",
"pino-pretty": "^10.3.1",
"pino-pretty": "^11.0.0",
"react": "^18.2.0",
"rimraf": "^5.0.5",
"shx": "^0.3.4",
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"html-escaper": "^3.0.3",
"http-terminator": "^3.2.0",
"pino": "^8.19.0",
"pino-pretty": "^10.3.1",
"pino-pretty": "^11.0.0",
"rollup-plugin-friendly-type-imports": "^1.0.3",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion framework-plugins/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@previewjs/iframe": "workspace:*",
"@previewjs/testing": "workspace:*",
"pino": "^8.19.0",
"pino-pretty": "^10.3.1",
"pino-pretty": "^11.0.0",
"preact": "^10.20.0",
"rimraf": "^5.0.5",
"unbuild": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion framework-plugins/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/react": "^18.2.67",
"@types/react-dom": "^18.2.22",
"pino": "^8.19.0",
"pino-pretty": "^10.3.1",
"pino-pretty": "^11.0.0",
"react": "^18.2.0",
"unbuild": "^2.0.0",
"vite": "^5.2.3"
Expand Down
2 changes: 1 addition & 1 deletion framework-plugins/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@previewjs/iframe": "workspace:*",
"@previewjs/testing": "workspace:*",
"pino": "^8.19.0",
"pino-pretty": "^10.3.1",
"pino-pretty": "^11.0.0",
"solid-js": "^1.8.16",
"unbuild": "^2.0.0",
"vite": "^5.2.3",
Expand Down
2 changes: 1 addition & 1 deletion framework-plugins/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@sveltejs/kit": "^2.5.4",
"@types/fs-extra": "^11.0.4",
"pino": "^8.19.0",
"pino-pretty": "^10.3.1",
"pino-pretty": "^11.0.0",
"unbuild": "^2.0.0",
"vitest": "^1.4.0"
}
Expand Down
2 changes: 1 addition & 1 deletion framework-plugins/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@previewjs/testing": "workspace:*",
"@types/fs-extra": "^11.0.4",
"pino": "^8.19.0",
"pino-pretty": "^10.3.1",
"pino-pretty": "^11.0.0",
"rimraf": "^5.0.5",
"shx": "^0.3.4",
"unbuild": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion framework-plugins/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@vue/runtime-dom": "^3.4.21",
"@vue/shared": "^3.4.21",
"pino": "^8.19.0",
"pino-pretty": "^10.3.1",
"pino-pretty": "^11.0.0",
"rimraf": "^5.0.5",
"shx": "^0.3.4",
"unbuild": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"execa": "^8.0.1",
"fs-extra": "^11.2.0",
"pino": "^8.19.0",
"pino-pretty": "^10.3.1",
"pino-pretty": "^11.0.0",
"pnpm": "^8.15.5",
"rimraf": "^5.0.5",
"typescript": "^5.4.3"
Expand Down
105 changes: 49 additions & 56 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 37c6e0b

Please sign in to comment.