Skip to content

Commit

Permalink
chore(deps): update dependency pino to ^8.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 15, 2023
1 parent 052f2c6 commit 2e08b4f
Show file tree
Hide file tree
Showing 12 changed files with 44 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 @@ -33,7 +33,7 @@
"@previewjs/serializable-values": "^9.0.2",
"@previewjs/type-analyzer": "^10.1.1",
"@previewjs/vfs": "^2.1.0",
"pino": "^8.16.1",
"pino": "^8.16.2",
"pino-pretty": "^10.2.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion analyzer/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/prop-types": "^15.7.10",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"pino": "^8.16.1",
"pino": "^8.16.2",
"pino-pretty": "^10.2.3",
"react": "^18.2.0",
"rimraf": "^5.0.5",
Expand Down
2 changes: 1 addition & 1 deletion chromeless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@previewjs/properties": "^5.0.2",
"@previewjs/vfs": "^2.1.0",
"express": "^4.18.2",
"pino": "^8.16.1",
"pino": "^8.16.2",
"playwright": "^1.39.0",
"typescript": "^5.2.2"
},
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"globby": "^13.2.2",
"html-escaper": "^3.0.3",
"http-terminator": "^3.2.0",
"pino": "^8.16.1",
"pino": "^8.16.2",
"pino-pretty": "^10.2.3",
"rollup-plugin-friendly-type-imports": "^1.0.3",
"ts-node": "^10.9.1",
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 @@ -38,7 +38,7 @@
"@previewjs/core": "workspace:*",
"@previewjs/iframe": "workspace:*",
"@previewjs/testing": "workspace:*",
"pino": "^8.16.1",
"pino": "^8.16.2",
"pino-pretty": "^10.2.3",
"preact": "^10.19.2",
"rimraf": "^5.0.5",
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 @@ -34,7 +34,7 @@
"@previewjs/testing": "workspace:*",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"pino": "^8.16.1",
"pino": "^8.16.2",
"pino-pretty": "^10.2.3",
"react": "^18.2.0",
"unbuild": "^2.0.0",
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 @@ -40,7 +40,7 @@
"@previewjs/core": "workspace:*",
"@previewjs/iframe": "workspace:*",
"@previewjs/testing": "workspace:*",
"pino": "^8.16.1",
"pino": "^8.16.2",
"pino-pretty": "^10.2.3",
"solid-js": "^1.8.5",
"unbuild": "^2.0.0",
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 @@ -43,7 +43,7 @@
"@previewjs/testing": "workspace:*",
"@sveltejs/kit": "^1.27.6",
"@types/fs-extra": "^11.0.4",
"pino": "^8.16.1",
"pino": "^8.16.2",
"pino-pretty": "^10.2.3",
"unbuild": "^2.0.0",
"vitest": "^0.34.6"
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 @@ -45,7 +45,7 @@
"@previewjs/iframe": "workspace:*",
"@previewjs/testing": "workspace:*",
"@types/fs-extra": "^11.0.4",
"pino": "^8.16.1",
"pino": "^8.16.2",
"pino-pretty": "^10.2.3",
"rimraf": "^5.0.5",
"shx": "^0.3.4",
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 @@ -49,7 +49,7 @@
"@vue/runtime-core": "^3.3.8",
"@vue/runtime-dom": "^3.3.8",
"@vue/shared": "^3.3.8",
"pino": "^8.16.1",
"pino": "^8.16.2",
"pino-pretty": "^10.2.3",
"rimraf": "^5.0.5",
"shx": "^0.3.4",
Expand Down
2 changes: 1 addition & 1 deletion loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"exclusive-promises": "^1.0.3",
"execa": "^8.0.1",
"fs-extra": "^11.1.1",
"pino": "^8.16.1",
"pino": "^8.16.2",
"pino-pretty": "^10.2.3",
"pnpm": "^8.10.5",
"rimraf": "^5.0.5",
Expand Down
88 changes: 33 additions & 55 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 2e08b4f

Please sign in to comment.